>>> py3-setuptools-rust: Building community/py3-setuptools-rust 1.5.2-r0 (using abuild 3.10.0_rc1-r2) started Wed, 26 Oct 2022 19:12:08 +0000 >>> py3-setuptools-rust: Checking sanity of /home/buildozer/aports/community/py3-setuptools-rust/APKBUILD... >>> py3-setuptools-rust: Analyzing dependencies... >>> py3-setuptools-rust: Installing for build: build-base py3-semantic-version py3-typing-extensions rust cargo py3-setuptools py3-wheel py3-setuptools_scm py3-pytest py3-nox python3-dev libffi-dev (1/38) Installing libbz2 (1.0.8-r3) (2/38) Installing libffi (3.4.3-r0) (3/38) Installing gdbm (1.23-r0) (4/38) Installing xz-libs (5.2.7-r0) (5/38) Installing mpdecimal (2.5.1-r1) (6/38) Installing readline (8.2.0-r0) (7/38) Installing sqlite-libs (3.39.4-r0) (8/38) Installing python3 (3.10.8-r3) (9/38) Installing py3-semantic-version (2.10.0-r0) (10/38) Installing py3-typing-extensions (4.4.0-r0) (11/38) Installing rust-stdlib (1.64.0-r2) (12/38) Installing libxml2 (2.10.3-r0) (13/38) Installing llvm15-libs (15.0.3-r1) (14/38) Installing rust (1.64.0-r2) (15/38) Installing cargo (1.64.0-r2) (16/38) Installing py3-parsing (3.0.9-r0) (17/38) Installing py3-packaging (21.3-r2) (18/38) Installing py3-setuptools (65.5.0-r0) (19/38) Installing py3-wheel (0.37.1-r1) (20/38) Installing py3-tomli (2.0.1-r1) (21/38) Installing py3-setuptools_scm (7.0.5-r0) (22/38) Installing py3-attrs (22.1.0-r0) (23/38) Installing py3-iniconfig (1.1.1-r3) (24/38) Installing py3-pluggy (1.0.0-r1) (25/38) Installing py3-py (1.11.0-r0) (26/38) Installing py3-pytest (7.1.3-r1) (27/38) Installing py3-argcomplete (2.0.0-r0) (28/38) Installing py3-colorlog (6.7.0-r0) (29/38) Installing py3-platformdirs (2.5.2-r0) (30/38) Installing py3-distlib (0.3.4-r2) (31/38) Installing py3-filelock (3.8.0-r0) (32/38) Installing py3-six (1.16.0-r3) (33/38) Installing py3-virtualenv (20.16.5-r0) (34/38) Installing py3-nox (2022.8.7-r0) (35/38) Installing python3-dev (3.10.8-r3) (36/38) Installing linux-headers (5.19.5-r0) (37/38) Installing libffi-dev (3.4.3-r0) (38/38) Installing .makedepends-py3-setuptools-rust (20221026.191209) Executing busybox-1.35.0-r27.trigger OK: 1096 MiB in 130 packages >>> py3-setuptools-rust: Cleaning up srcdir >>> py3-setuptools-rust: Cleaning up pkgdir >>> py3-setuptools-rust: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-setuptools-rust-1.5.2.tar.gz >>> py3-setuptools-rust: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-setuptools-rust-1.5.2.tar.gz >>> py3-setuptools-rust: Checking sha512sums... py3-setuptools-rust-1.5.2.tar.gz: OK distutils.patch: OK >>> py3-setuptools-rust: Unpacking /var/cache/distfiles/v3.17/py3-setuptools-rust-1.5.2.tar.gz... >>> py3-setuptools-rust: distutils.patch patching file .github/workflows/ci.yml patching file examples/rust_with_cffi/setup.py patching file pyproject.toml patching file setup.cfg patching file setuptools_rust/build.py patching file setuptools_rust/setuptools_ext.py running build running build_py creating build creating build/lib creating build/lib/setuptools_rust copying setuptools_rust/build.py -> build/lib/setuptools_rust copying setuptools_rust/rustc_info.py -> build/lib/setuptools_rust copying setuptools_rust/_utils.py -> build/lib/setuptools_rust copying setuptools_rust/clean.py -> build/lib/setuptools_rust copying setuptools_rust/__init__.py -> build/lib/setuptools_rust copying setuptools_rust/command.py -> build/lib/setuptools_rust copying setuptools_rust/version.py -> build/lib/setuptools_rust copying setuptools_rust/setuptools_ext.py -> build/lib/setuptools_rust copying setuptools_rust/extension.py -> build/lib/setuptools_rust nox > Running session test-examples nox > nox -f examples/html-py-ever/noxfile.py nox > Running session test nox > Creating virtual environment (virtualenv) using python3 in .nox/test nox > python -m pip install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 pytest pytest-benchmark beautifulsoup4 nox > python -m pip install --no-build-isolation . nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever, configfile: pytest.ini plugins: benchmark-4.0.0 collected 20 items tests/test_parsing.py .......... [ 50%] tests/test_selector.py .......... [100%] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- benchmark: 20 tests ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Name (time in us) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 1.8799 (1.0) 31.0801 (1.0) 2.0031 (1.0) 0.3147 (1.0) 1.9600 (1.0) 0.0400 (1.0) 1045;5627 499,231.8202 (1.0) 87414 1 test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 2.1998 (1.17) 41.1998 (1.33) 2.3420 (1.17) 0.3582 (1.14) 2.3199 (1.18) 0.0801 (2.00) 466;3318 426,984.0528 (0.86) 103739 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 6.5598 (3.49) 496.8420 (15.99) 7.2816 (3.64) 6.0762 (19.31) 6.7600 (3.45) 0.2393 (5.98) 220;1443 137,332.7737 (0.28) 12101 1 test_bench_selector_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 12.4397 (6.62) 76.0006 (2.45) 12.8317 (6.41) 1.3836 (4.40) 12.7200 (6.49) 0.1201 (3.00) 86;1481 77,932.0163 (0.16) 17042 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 20.5198 (10.92) 747.0041 (24.03) 21.8921 (10.93) 10.0820 (32.03) 20.9198 (10.67) 0.2803 (7.00) 380;1149 45,678.5982 (0.09) 9690 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 37.8801 (20.15) 474.4818 (15.27) 42.7028 (21.32) 13.6821 (43.47) 39.3600 (20.08) 1.3988 (34.93) 440;878 23,417.6774 (0.05) 6291 1 test_bench_selector_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 42.5200 (22.62) 116.3608 (3.74) 43.2743 (21.60) 2.8148 (8.94) 43.0001 (21.94) 0.2002 (5.00) 137;437 23,108.3786 (0.05) 10033 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 255.9610 (136.16) 680.1235 (21.88) 278.9023 (139.24) 33.7053 (107.09) 265.6812 (135.55) 14.9789 (374.03) 179;241 3,585.4849 (0.01) 1743 1 test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/monty-python.html] 827.6040 (440.24) 2,142.0107 (68.92) 927.0942 (462.83) 91.5218 (290.79) 905.1249 (461.81) 74.3994 (>1000.0) 64;18 1,078.6391 (0.00) 793 1 test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/rust.html] 895.7637 (476.50) 1,146.1251 (36.88) 963.3157 (480.92) 32.7318 (104.00) 957.0040 (488.28) 40.8604 (>1000.0) 205;18 1,038.0812 (0.00) 796 1 test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/python.html] 5,139.7448 (>1000.0) 5,365.4262 (172.63) 5,239.8311 (>1000.0) 47.9415 (152.32) 5,234.2447 (>1000.0) 65.5008 (>1000.0) 62;0 190.8458 (0.00) 188 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/monty-python.html] 14,123.6666 (>1000.0) 14,405.5490 (463.50) 14,254.0597 (>1000.0) 66.7391 (212.05) 14,248.0284 (>1000.0) 94.9299 (>1000.0) 26;0 70.1555 (0.00) 67 1 test_bench_selector_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/monty-python.html] 28,997.4581 (>1000.0) 29,907.3029 (962.27) 29,203.7975 (>1000.0) 162.3952 (515.97) 29,183.9391 (>1000.0) 143.0701 (>1000.0) 6;1 34.2421 (0.00) 33 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/rust.html] 33,114.4780 (>1000.0) 33,906.5609 (>1000.0) 33,533.0746 (>1000.0) 197.1498 (626.39) 33,565.9198 (>1000.0) 210.1222 (>1000.0) 9;0 29.8213 (0.00) 30 1 test_bench_selector_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/rust.html] 49,215.3154 (>1000.0) 49,949.6390 (>1000.0) 49,390.8737 (>1000.0) 155.8559 (495.19) 49,375.7152 (>1000.0) 133.6703 (>1000.0) 3;1 20.2467 (0.00) 21 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/python.html] 130,970.7849 (>1000.0) 132,363.7511 (>1000.0) 131,613.1778 (>1000.0) 498.5145 (>1000.0) 131,583.1277 (>1000.0) 740.4636 (>1000.0) 4;0 7.5980 (0.00) 8 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/monty-python.html] 158,240.0752 (>1000.0) 187,164.8929 (>1000.0) 166,870.0533 (>1000.0) 12,389.5407 (>1000.0) 160,272.2048 (>1000.0) 18,204.2775 (>1000.0) 2;0 5.9927 (0.00) 7 1 test_bench_selector_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/python.html] 280,844.1804 (>1000.0) 283,433.6720 (>1000.0) 281,962.1932 (>1000.0) 931.4035 (>1000.0) 281,823.0637 (>1000.0) 766.0544 (>1000.0) 2;0 3.5466 (0.00) 5 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/rust.html] 342,229.1130 (>1000.0) 374,991.6288 (>1000.0) 364,198.4896 (>1000.0) 12,855.1874 (>1000.0) 366,208.8267 (>1000.0) 12,410.6291 (>1000.0) 1;0 2.7458 (0.00) 5 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/python.html] 1,876,002.3499 (>1000.0) 1,885,638.6361 (>1000.0) 1,881,209.6708 (>1000.0) 4,352.7230 (>1000.0) 1,882,839.8231 (>1000.0) 7,820.7974 (>1000.0) 2;0 0.5316 (0.00) 5 1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Legend: Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile. OPS: Operations Per Second, computed as 1 / Mean ============================= 20 passed in 34.37s ============================== nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools pytest pytest-benchmark beautifulsoup4 nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv8l/egg running install_lib running build_py creating build/bdist.linux-armv8l/egg creating build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-armv8l/egg/setuptools_rust byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/clean.py to clean.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/extension.py to extension.cpython-310.pyc creating build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-armv8l/egg/EGG-INFO creating dist creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-armv8l/egg' to it removing 'build/bdist.linux-armv8l/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.10.egg Copying setuptools_rust-1.5.2-py3.10.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages Adding setuptools-rust 1.5.2 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e Best match: typing-extensions 4.4.0 Processing typing_extensions-4.4.0-py3-none-any.whl Installing typing_extensions-4.4.0-py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages Adding typing-extensions 4.4.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/typing_extensions-4.4.0-py3.10.egg Searching for semantic_version<3,>=2.8.2 Reading https://pypi.org/simple/semantic_version/ Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl#sha256=de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177 Best match: semantic-version 2.10.0 Processing semantic_version-2.10.0-py2.py3-none-any.whl Installing semantic_version-2.10.0-py2.py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages Adding semantic-version 2.10.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/semantic_version-2.10.0-py3.10.egg Searching for setuptools==65.3.0 Best match: setuptools 65.3.0 Adding setuptools 65.3.0 to easy-install.pth file Using /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing html_py_ever.egg-info/PKG-INFO writing dependency_links to html_py_ever.egg-info/dependency_links.txt writing top-level names to html_py_ever.egg-info/top_level.txt reading manifest file 'html_py_ever.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'html_py_ever.egg-info/SOURCES.txt' running build_ext running build_rust [RUSTFLAGS=-Ctarget-feature=-crt-static] cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module -- --crate-type cdylib Fresh unicode-xid v0.2.2 Fresh ppv-lite86 v0.2.16 Fresh cfg-if v1.0.0 Fresh smallvec v1.8.0 Fresh siphasher v0.3.10 Fresh scopeguard v1.1.0 Fresh once_cell v1.10.0 Fresh new_debug_unreachable v1.0.4 Fresh mac v0.1.1 Fresh precomputed-hash v0.1.1 Fresh dtoa v0.4.8 Fresh lazy_static v1.4.0 Fresh utf-8 v0.7.6 Fresh autocfg v1.1.0 Fresh itoa v0.4.8 Fresh stable_deref_trait v1.2.0 Fresh matches v0.1.9 Fresh byteorder v1.4.3 Fresh convert_case v0.4.0 Fresh nodrop v0.1.14 Fresh thin-slice v0.1.1 Fresh bitflags v1.3.2 Fresh unindent v0.1.8 Fresh instant v0.1.12 Fresh phf_shared v0.8.0 Fresh lock_api v0.4.6 Fresh phf_shared v0.10.0 Fresh futf v0.1.5 Fresh dtoa-short v0.3.3 Fresh fxhash v0.2.1 Fresh servo_arc v0.1.1 Fresh indoc v1.0.4 Fresh proc-macro2 v1.0.36 Fresh getrandom v0.1.16 Fresh target-lexicon v0.12.3 Fresh libc v0.2.121 Fresh proc-macro-hack v0.5.19 Fresh serde v1.0.136 Fresh log v0.4.14 Fresh tendril v0.4.3 Fresh quote v1.0.16 Fresh rand_core v0.5.1 Fresh parking_lot_core v0.8.5 Fresh memoffset v0.6.5 Fresh syn v1.0.89 Fresh rand_chacha v0.2.2 Fresh rand_pcg v0.2.1 Compiling pyo3-build-config v0.17.1 Fresh parking_lot v0.11.2 Fresh rand v0.7.3 Fresh cssparser-macros v0.6.0 Fresh string_cache v0.8.3 Fresh derive_more v0.99.17 Fresh pyo3-macros-backend v0.17.1 Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-build-config-43202612268a3aa5/build-script-build` Fresh phf_generator v0.8.0 Fresh pyo3-macros v0.17.1 Fresh phf_codegen v0.8.0 Fresh phf_macros v0.8.0 Fresh string_cache_codegen v0.5.1 Fresh phf v0.8.0 Fresh cssparser v0.27.2 Fresh markup5ever v0.10.1 Fresh selectors v0.22.0 Fresh html5ever v0.25.1 Fresh kuchiki v0.8.1 Running `rustc --crate-name pyo3_build_config --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-build-config-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' -C metadata=0890f4026fb5dae4 -C extra-filename=-0890f4026fb5dae4 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps --extern once_cell=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libonce_cell-7dac58acf826e7f5.rmeta --extern target_lexicon=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libtarget_lexicon-c61ee0d1ed67890f.rmeta --cap-lints allow -Ctarget-feature=-crt-static` Compiling pyo3-ffi v0.17.1 Compiling pyo3 v0.17.1 Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=64d6f43f0c066e94 -C extra-filename=-64d6f43f0c066e94 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-ffi-64d6f43f0c066e94 -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps --extern pyo3_build_config=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libpyo3_build_config-0890f4026fb5dae4.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=0326cab0b565dd33 -C extra-filename=-0326cab0b565dd33 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-0326cab0b565dd33 -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps --extern pyo3_build_config=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libpyo3_build_config-0890f4026fb5dae4.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-ffi-64d6f43f0c066e94/build-script-build` Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-0326cab0b565dd33/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=4a8e5cc1a6ac2c86 -C extra-filename=-4a8e5cc1a6ac2c86 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/liblibc-66c9775f6594f971.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=a9865df7da6b9c1d -C extra-filename=-a9865df7da6b9c1d --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps --extern cfg_if=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libcfg_if-2e7f5beac0f0a220.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libindoc-c80014b6180ec0d3.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/liblibc-66c9775f6594f971.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libmemoffset-343d2a777970e145.rmeta --extern parking_lot=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libparking_lot-239ef545559906df.rmeta --extern pyo3_ffi=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libpyo3_ffi-4a8e5cc1a6ac2c86.rmeta --extern pyo3_macros=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libpyo3_macros-83b98ac3c0d56456.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libunindent-7fd6591d3f223600.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Compiling html-py-ever v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever) Running `rustc --crate-name html_py_ever --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C opt-level=s -C panic=abort -C lto -C codegen-units=1 --crate-type cdylib -C metadata=4e8b997dce5268b0 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps --extern kuchiki=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libkuchiki-8b1c5da517621e1d.rlib --extern pyo3=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libpyo3-a9865df7da6b9c1d.rlib --extern tendril=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libtendril-41ff3e28208bcf5f.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 29.64s Copying rust artifact from /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/libhtml_py_ever.so to build/lib.linux-armv8l-cpython-310/html_py_ever/html_py_ever.cpython-310-arm-linux-gnueabihf.so running install_lib creating /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever copying build/lib.linux-armv8l-cpython-310/html_py_ever/html_py_ever.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever copying build/lib.linux-armv8l-cpython-310/html_py_ever/__init__.py -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying html_py_ever.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever-0.1.0-py3.10.egg-info running install_scripts nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever, configfile: pytest.ini plugins: benchmark-4.0.0 collected 20 items tests/test_parsing.py .......... [ 50%] tests/test_selector.py .......... [100%] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- benchmark: 20 tests ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Name (time in us) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 1.9600 (1.0) 71.3998 (1.0) 2.1014 (1.0) 0.7154 (1.0) 2.0801 (1.0) 0.0796 (1.0) 137;6566 475,871.6840 (1.0) 138888 1 test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 2.1998 (1.12) 138.2013 (1.94) 2.3922 (1.14) 0.7719 (1.08) 2.3600 (1.13) 0.0801 (1.01) 141;5575 418,023.5040 (0.88) 133692 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 6.4801 (3.31) 624.7628 (8.75) 6.9514 (3.31) 6.7087 (9.38) 6.7204 (3.23) 0.1998 (2.51) 38;1419 143,854.9531 (0.30) 15519 1 test_bench_selector_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 12.1999 (6.22) 268.6009 (3.76) 12.5483 (5.97) 2.1152 (2.96) 12.4401 (5.98) 0.1197 (1.50) 123;1637 79,692.0742 (0.17) 26400 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 20.3601 (10.39) 623.5628 (8.73) 21.3245 (10.15) 10.5333 (14.72) 20.8402 (10.02) 0.3199 (4.02) 59;888 46,894.3318 (0.10) 11191 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 37.6799 (19.22) 559.0832 (7.83) 40.9922 (19.51) 15.5062 (21.68) 38.7202 (18.61) 0.7604 (9.55) 167;652 24,394.8857 (0.05) 6648 1 test_bench_selector_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 42.2811 (21.57) 256.6408 (3.59) 43.1699 (20.54) 3.8715 (5.41) 42.8413 (20.60) 0.2002 (2.51) 148;396 23,164.3114 (0.05) 11871 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 250.9612 (128.04) 1,145.6846 (16.05) 269.5733 (128.28) 38.8789 (54.35) 258.1212 (124.09) 7.4010 (92.94) 202;318 3,709.5657 (0.01) 2319 1 test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/monty-python.html] 743.7640 (379.48) 1,924.7290 (26.96) 775.8227 (369.19) 43.3566 (60.61) 768.8235 (369.61) 20.0395 (251.66) 57;72 1,288.9543 (0.00) 1052 1 test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/rust.html] 898.6439 (458.50) 38,913.9052 (545.01) 1,022.4533 (486.56) 1,549.9203 (>1000.0) 929.0245 (446.62) 26.1203 (328.03) 4;51 978.0397 (0.00) 966 1 test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/python.html] 4,273.3010 (>1000.0) 28,749.6168 (402.66) 4,666.8117 (>1000.0) 2,487.0449 (>1000.0) 4,321.5011 (>1000.0) 109.5994 (>1000.0) 3;9 214.2791 (0.00) 194 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/monty-python.html] 14,102.0669 (>1000.0) 15,228.0331 (213.28) 14,333.1981 (>1000.0) 221.4231 (309.52) 14,262.1277 (>1000.0) 119.6000 (>1000.0) 7;8 69.7681 (0.00) 66 1 test_bench_selector_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/monty-python.html] 27,009.2883 (>1000.0) 27,425.3711 (384.11) 27,153.2096 (>1000.0) 91.5470 (127.97) 27,125.4492 (>1000.0) 129.9609 (>1000.0) 8;1 36.8281 (0.00) 34 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/rust.html] 33,941.5208 (>1000.0) 35,208.4879 (493.12) 34,340.9528 (>1000.0) 233.2031 (325.98) 34,323.2038 (>1000.0) 223.6612 (>1000.0) 5;1 29.1198 (0.00) 29 1 test_bench_selector_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/rust.html] 46,383.9010 (>1000.0) 48,657.5519 (681.48) 47,567.1698 (>1000.0) 706.6317 (987.77) 47,526.4671 (>1000.0) 1,271.8862 (>1000.0) 7;0 21.0229 (0.00) 21 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/python.html] 132,280.9109 (>1000.0) 135,614.3272 (>1000.0) 133,104.3251 (>1000.0) 1,065.9024 (>1000.0) 132,908.1145 (>1000.0) 647.6233 (>1000.0) 1;1 7.5129 (0.00) 8 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/monty-python.html] 159,273.0000 (>1000.0) 187,262.3344 (>1000.0) 166,916.5622 (>1000.0) 12,200.3485 (>1000.0) 159,811.4418 (>1000.0) 17,302.6421 (>1000.0) 2;0 5.9910 (0.00) 7 1 test_bench_selector_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/python.html] 280,560.2578 (>1000.0) 281,331.8623 (>1000.0) 280,776.4196 (>1000.0) 317.8093 (444.25) 280,699.9790 (>1000.0) 290.0118 (>1000.0) 1;1 3.5616 (0.00) 5 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/rust.html] 341,675.0301 (>1000.0) 378,744.6469 (>1000.0) 367,149.4236 (>1000.0) 14,621.8864 (>1000.0) 370,886.7691 (>1000.0) 11,952.4163 (>1000.0) 1;1 2.7237 (0.00) 5 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/python.html] 1,856,034.8549 (>1000.0) 1,876,863.3939 (>1000.0) 1,868,475.9862 (>1000.0) 7,720.8075 (>1000.0) 1,869,178.9582 (>1000.0) 8,054.2081 (>1000.0) 2;0 0.5352 (0.00) 5 1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Legend: Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile. OPS: Operations Per Second, computed as 1 / Mean ============================= 20 passed in 35.31s ============================== nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > nox -f examples/hello-world/noxfile.py nox > Running session test nox > Creating virtual environment (virtualenv) using python3 in .nox/test nox > python -m pip install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python -m pip install --no-build-isolation . nox > hello-world Hello, world! nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv8l/egg running install_lib running build_py creating build/bdist.linux-armv8l/egg creating build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-armv8l/egg/setuptools_rust byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/clean.py to clean.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/extension.py to extension.cpython-310.pyc creating build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-armv8l/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-armv8l/egg' to it removing 'build/bdist.linux-armv8l/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.10.egg Copying setuptools_rust-1.5.2-py3.10.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages Adding setuptools-rust 1.5.2 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e Best match: typing-extensions 4.4.0 Processing typing_extensions-4.4.0-py3-none-any.whl Installing typing_extensions-4.4.0-py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages Adding typing-extensions 4.4.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/typing_extensions-4.4.0-py3.10.egg Searching for semantic_version<3,>=2.8.2 Reading https://pypi.org/simple/semantic_version/ Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl#sha256=de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177 Best match: semantic-version 2.10.0 Processing semantic_version-2.10.0-py2.py3-none-any.whl Installing semantic_version-2.10.0-py2.py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages Adding semantic-version 2.10.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/semantic_version-2.10.0-py3.10.egg Searching for setuptools==65.3.0 Best match: setuptools 65.3.0 Adding setuptools 65.3.0 to easy-install.pth file Using /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_ext running build_rust cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics -v --profile release-lto Fresh hello-world v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world) Finished release-lto [optimized] target(s) in 0.04s Copying rust artifact from /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/target/release-lto/hello-world to build/lib.linux-armv8l-cpython-310/hello_world-1.0.data/scripts/hello-world running install_lib Skipping installation of /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/hello_world-1.0.data/scripts/hello-world (namespace package) running install_egg_info running egg_info writing src/hello_world.egg-info/PKG-INFO writing dependency_links to src/hello_world.egg-info/dependency_links.txt writing top-level names to src/hello_world.egg-info/top_level.txt reading manifest file 'src/hello_world.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/hello_world.egg-info/SOURCES.txt' Copying src/hello_world.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/hello_world-1.0-py3.10.egg-info running install_scripts Installing hello-world script to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/bin nox > hello-world Hello, world! nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > nox -f examples/namespace_package/noxfile.py nox > Running session test nox > Creating virtual environment (virtualenv) using python3 in .nox/test nox > python -m pip install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 pytest nox > python -m pip install --no-build-isolation . nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package, configfile: pytest.ini collected 2 items tests/test_namespace_package.py .. [100%] ============================== 2 passed in 0.03s =============================== nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools pytest nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv8l/egg running install_lib running build_py creating build/bdist.linux-armv8l/egg creating build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-armv8l/egg/setuptools_rust byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/clean.py to clean.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/extension.py to extension.cpython-310.pyc creating build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-armv8l/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-armv8l/egg' to it removing 'build/bdist.linux-armv8l/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.10.egg Copying setuptools_rust-1.5.2-py3.10.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Adding setuptools-rust 1.5.2 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e Best match: typing-extensions 4.4.0 Processing typing_extensions-4.4.0-py3-none-any.whl Installing typing_extensions-4.4.0-py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Adding typing-extensions 4.4.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/typing_extensions-4.4.0-py3.10.egg Searching for semantic_version<3,>=2.8.2 Reading https://pypi.org/simple/semantic_version/ Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl#sha256=de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177 Best match: semantic-version 2.10.0 Processing semantic_version-2.10.0-py2.py3-none-any.whl Installing semantic_version-2.10.0-py2.py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Adding semantic-version 2.10.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/semantic_version-2.10.0-py3.10.egg Searching for setuptools==65.3.0 Best match: setuptools 65.3.0 Adding setuptools 65.3.0 to easy-install.pth file Using /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running build_rust [RUSTFLAGS=-Ctarget-feature=-crt-static] cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module -- --crate-type cdylib Fresh once_cell v1.10.0 Fresh unicode-xid v0.2.2 Fresh autocfg v1.1.0 Fresh cfg-if v1.0.0 Fresh scopeguard v1.1.0 Fresh smallvec v1.8.0 Fresh unindent v0.1.8 Fresh target-lexicon v0.12.3 Fresh instant v0.1.12 Fresh lock_api v0.4.6 Fresh indoc v1.0.4 Fresh proc-macro2 v1.0.36 Fresh libc v0.2.121 Compiling pyo3-build-config v0.17.1 Fresh quote v1.0.16 Fresh parking_lot_core v0.8.5 Fresh memoffset v0.6.5 Fresh syn v1.0.89 Fresh parking_lot v0.11.2 Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-build-config-43202612268a3aa5/build-script-build` Fresh pyo3-macros-backend v0.17.1 Fresh pyo3-macros v0.17.1 Running `rustc --crate-name pyo3_build_config --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-build-config-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' -C metadata=0890f4026fb5dae4 -C extra-filename=-0890f4026fb5dae4 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps --extern once_cell=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libonce_cell-7dac58acf826e7f5.rmeta --extern target_lexicon=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libtarget_lexicon-c61ee0d1ed67890f.rmeta --cap-lints allow -Ctarget-feature=-crt-static` Compiling pyo3-ffi v0.17.1 Compiling pyo3 v0.17.1 Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=64d6f43f0c066e94 -C extra-filename=-64d6f43f0c066e94 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-ffi-64d6f43f0c066e94 -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps --extern pyo3_build_config=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libpyo3_build_config-0890f4026fb5dae4.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=0326cab0b565dd33 -C extra-filename=-0326cab0b565dd33 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-0326cab0b565dd33 -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps --extern pyo3_build_config=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libpyo3_build_config-0890f4026fb5dae4.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-ffi-64d6f43f0c066e94/build-script-build` Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-0326cab0b565dd33/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=faedb0dd78c2f87e -C extra-filename=-faedb0dd78c2f87e --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/liblibc-cf0cb282015afb19.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=289a054c5e7b262e -C extra-filename=-289a054c5e7b262e --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps --extern cfg_if=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libcfg_if-078c26c26e70a8e6.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libindoc-c80014b6180ec0d3.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/liblibc-cf0cb282015afb19.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libmemoffset-a8df172a1cea7742.rmeta --extern parking_lot=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libparking_lot-4a8f7db2a2e5619e.rmeta --extern pyo3_ffi=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libpyo3_ffi-faedb0dd78c2f87e.rmeta --extern pyo3_macros=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libpyo3_macros-68aeb79f7476f32d.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libunindent-fcdbbaee03568c90.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Compiling namespace_package_rust v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package) Running `rustc --crate-name namespace_package_rust --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --crate-type rlib --emit=dep-info,link -C opt-level=s -C panic=abort -C codegen-units=1 --crate-type cdylib -C metadata=c243868b536aff83 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps --extern pyo3=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libpyo3-289a054c5e7b262e.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 15.04s Copying rust artifact from /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/libnamespace_package_rust.so to build/lib.linux-armv8l-cpython-310/namespace_package/rust.cpython-310-arm-linux-gnueabihf.so running install_lib creating /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package copying build/lib.linux-armv8l-cpython-310/namespace_package/rust.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package creating /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package/python copying build/lib.linux-armv8l-cpython-310/namespace_package/python/__init__.py -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package/python byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package/python/__init__.py to __init__.cpython-310.pyc running install_egg_info running egg_info writing namespace_package.egg-info/PKG-INFO writing dependency_links to namespace_package.egg-info/dependency_links.txt writing top-level names to namespace_package.egg-info/top_level.txt reading manifest file 'namespace_package.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'namespace_package.egg-info/SOURCES.txt' Copying namespace_package.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package-0.1.0-py3.10.egg-info running install_scripts nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package, configfile: pytest.ini collected 2 items tests/test_namespace_package.py .. [100%] ============================== 2 passed in 0.03s =============================== nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > nox -f examples/hello-world-script/noxfile.py nox > Running session test nox > Creating virtual environment (virtualenv) using python3 in .nox/test nox > python -m pip install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python -m pip install --no-build-isolation . nox > hello-world-script Hello, world! nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv8l/egg running install_lib running build_py creating build/bdist.linux-armv8l/egg creating build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-armv8l/egg/setuptools_rust byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/clean.py to clean.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/extension.py to extension.cpython-310.pyc creating build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-armv8l/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-armv8l/egg' to it removing 'build/bdist.linux-armv8l/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.10.egg Copying setuptools_rust-1.5.2-py3.10.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages Adding setuptools-rust 1.5.2 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e Best match: typing-extensions 4.4.0 Processing typing_extensions-4.4.0-py3-none-any.whl Installing typing_extensions-4.4.0-py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages Adding typing-extensions 4.4.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/typing_extensions-4.4.0-py3.10.egg Searching for semantic_version<3,>=2.8.2 Reading https://pypi.org/simple/semantic_version/ Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl#sha256=de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177 Best match: semantic-version 2.10.0 Processing semantic_version-2.10.0-py2.py3-none-any.whl Installing semantic_version-2.10.0-py2.py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages Adding semantic-version 2.10.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/semantic_version-2.10.0-py3.10.egg Searching for setuptools==65.3.0 Best match: setuptools 65.3.0 Adding setuptools 65.3.0 to easy-install.pth file Using /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_ext running build_rust cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics -v --profile release-lto Fresh hello-world-script v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script) Finished release-lto [optimized] target(s) in 0.04s Copying rust artifact from /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/target/release-lto/hello-world-script to build/lib.linux-armv8l-cpython-310/hello_world/hello-world-script running install_lib creating /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/hello_world copying build/lib.linux-armv8l-cpython-310/hello_world/hello-world-script -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/hello_world copying build/lib.linux-armv8l-cpython-310/hello_world/_gen_hello_world_script.py -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/hello_world byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/hello_world/_gen_hello_world_script.py to _gen_hello_world_script.cpython-310.pyc running install_egg_info running egg_info writing src/hello_world_script.egg-info/PKG-INFO writing dependency_links to src/hello_world_script.egg-info/dependency_links.txt writing entry points to src/hello_world_script.egg-info/entry_points.txt writing top-level names to src/hello_world_script.egg-info/top_level.txt reading manifest file 'src/hello_world_script.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/hello_world_script.egg-info/SOURCES.txt' Copying src/hello_world_script.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/hello_world_script-1.0-py3.10.egg-info running install_scripts Installing hello-world-script script to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/bin nox > hello-world-script Hello, world! nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > nox -f examples/rust_with_cffi/noxfile.py nox > Running session test nox > Creating virtual environment (virtualenv) using python3 in .nox/test nox > python -m pip install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 pytest cffi nox > python -m pip install --no-build-isolation . nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi, configfile: pytest.ini collected 2 items tests/test_rust_with_cffi.py .. [100%] ============================== 2 passed in 0.03s =============================== nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools pytest cffi nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv8l/egg running install_lib running build_py creating build/bdist.linux-armv8l/egg creating build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-armv8l/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-armv8l/egg/setuptools_rust byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/clean.py to clean.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/setuptools_rust/extension.py to extension.cpython-310.pyc creating build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-armv8l/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-armv8l/egg' to it removing 'build/bdist.linux-armv8l/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.10.egg Copying setuptools_rust-1.5.2-py3.10.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages Adding setuptools-rust 1.5.2 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e Best match: typing-extensions 4.4.0 Processing typing_extensions-4.4.0-py3-none-any.whl Installing typing_extensions-4.4.0-py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages Adding typing-extensions 4.4.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/typing_extensions-4.4.0-py3.10.egg Searching for semantic_version<3,>=2.8.2 Reading https://pypi.org/simple/semantic_version/ Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl#sha256=de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177 Best match: semantic-version 2.10.0 Processing semantic_version-2.10.0-py2.py3-none-any.whl Installing semantic_version-2.10.0-py2.py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages Adding semantic-version 2.10.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/semantic_version-2.10.0-py3.10.egg Searching for setuptools==65.3.0 Best match: setuptools 65.3.0 Adding setuptools 65.3.0 to easy-install.pth file Using /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing rust_with_cffi.egg-info/PKG-INFO writing dependency_links to rust_with_cffi.egg-info/dependency_links.txt writing requirements to rust_with_cffi.egg-info/requires.txt writing top-level names to rust_with_cffi.egg-info/top_level.txt reading manifest file 'rust_with_cffi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'rust_with_cffi.egg-info/SOURCES.txt' running build_ext running build_rust [RUSTFLAGS=-Ctarget-feature=-crt-static] cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module -- --crate-type cdylib Fresh once_cell v1.10.0 Fresh unicode-xid v0.2.2 Fresh cfg-if v1.0.0 Fresh autocfg v1.1.0 Fresh smallvec v1.8.0 Fresh scopeguard v1.1.0 Fresh unindent v0.1.8 Fresh target-lexicon v0.12.3 Fresh instant v0.1.12 Fresh lock_api v0.4.6 Fresh indoc v1.0.4 Fresh proc-macro2 v1.0.36 Fresh libc v0.2.121 Compiling pyo3-build-config v0.17.1 Fresh quote v1.0.16 Fresh parking_lot_core v0.8.5 Fresh memoffset v0.6.5 Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-build-config-43202612268a3aa5/build-script-build` Fresh syn v1.0.89 Fresh parking_lot v0.11.2 Fresh pyo3-macros-backend v0.17.1 Fresh pyo3-macros v0.17.1 Running `rustc --crate-name pyo3_build_config --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-build-config-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' -C metadata=0890f4026fb5dae4 -C extra-filename=-0890f4026fb5dae4 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps --extern once_cell=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libonce_cell-7dac58acf826e7f5.rmeta --extern target_lexicon=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libtarget_lexicon-c61ee0d1ed67890f.rmeta --cap-lints allow -Ctarget-feature=-crt-static` Compiling pyo3-ffi v0.17.1 Compiling pyo3 v0.17.1 Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=64d6f43f0c066e94 -C extra-filename=-64d6f43f0c066e94 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-ffi-64d6f43f0c066e94 -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps --extern pyo3_build_config=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libpyo3_build_config-0890f4026fb5dae4.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=0326cab0b565dd33 -C extra-filename=-0326cab0b565dd33 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-0326cab0b565dd33 -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps --extern pyo3_build_config=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libpyo3_build_config-0890f4026fb5dae4.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-ffi-64d6f43f0c066e94/build-script-build` Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-0326cab0b565dd33/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=4a8e5cc1a6ac2c86 -C extra-filename=-4a8e5cc1a6ac2c86 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/liblibc-66c9775f6594f971.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=1ff05ce8214a6cff -C extra-filename=-1ff05ce8214a6cff --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps --extern cfg_if=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libcfg_if-2e7f5beac0f0a220.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libindoc-c80014b6180ec0d3.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/liblibc-66c9775f6594f971.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libmemoffset-343d2a777970e145.rmeta --extern parking_lot=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libparking_lot-239ef545559906df.rmeta --extern pyo3_ffi=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libpyo3_ffi-4a8e5cc1a6ac2c86.rmeta --extern pyo3_macros=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libpyo3_macros-68aeb79f7476f32d.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libunindent-7fd6591d3f223600.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Compiling rust_with_cffi v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi) Running `rustc --crate-name rust_with_cffi --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C opt-level=s -C panic=abort -C lto -C codegen-units=1 --crate-type cdylib -C metadata=7c96368916860037 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps -L dependency=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps --extern pyo3=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libpyo3-1ff05ce8214a6cff.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 17.39s Copying rust artifact from /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/librust_with_cffi.so to build/lib.linux-armv8l-cpython-310/rust_with_cffi/rust.cpython-310-arm-linux-gnueabihf.so generating cffi module 'build/temp.linux-armv8l-cpython-310/rust_with_cffi.cffi.c' already up-to-date running install_lib creating /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi copying build/lib.linux-armv8l-cpython-310/rust_with_cffi/cffi.abi3.so -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi copying build/lib.linux-armv8l-cpython-310/rust_with_cffi/rust.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi copying build/lib.linux-armv8l-cpython-310/rust_with_cffi/__init__.py -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying rust_with_cffi.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi-0.1.0-py3.10.egg-info running install_scripts nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi, configfile: pytest.ini collected 2 items tests/test_rust_with_cffi.py .. [100%] ============================== 2 passed in 0.03s =============================== nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > Session test-examples was successful. >>> py3-setuptools-rust: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/community/py3-setuptools-rust/pkg creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/build.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/clean.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/command.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/version.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/extension.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/clean.py to clean.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/extension.py to extension.cpython-310.pyc running install_egg_info running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' Copying setuptools_rust.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info running install_scripts >>> py3-setuptools-rust*: Running postcheck for py3-setuptools-rust >>> py3-setuptools-rust*: Preparing package py3-setuptools-rust... >>> py3-setuptools-rust*: Tracing dependencies... >>> py3-setuptools-rust*: Package size: 224.0 KB >>> py3-setuptools-rust*: Compressing data... >>> py3-setuptools-rust*: Create checksum... >>> py3-setuptools-rust*: Create py3-setuptools-rust-1.5.2-r0.apk >>> py3-setuptools-rust: Build complete at Wed, 26 Oct 2022 19:18:00 +0000 elapsed time 0h 5m 52s >>> py3-setuptools-rust: Cleaning up srcdir >>> py3-setuptools-rust: Cleaning up pkgdir >>> py3-setuptools-rust: Uninstalling dependencies... (1/38) Purging .makedepends-py3-setuptools-rust (20221026.191209) (2/38) Purging py3-semantic-version (2.10.0-r0) (3/38) Purging cargo (1.64.0-r2) (4/38) Purging rust (1.64.0-r2) (5/38) Purging rust-stdlib (1.64.0-r2) (6/38) Purging py3-setuptools_scm (7.0.5-r0) (7/38) Purging py3-typing-extensions (4.4.0-r0) (8/38) Purging py3-pytest (7.1.3-r1) (9/38) Purging py3-attrs (22.1.0-r0) (10/38) Purging py3-iniconfig (1.1.1-r3) (11/38) Purging py3-pluggy (1.0.0-r1) (12/38) Purging py3-tomli (2.0.1-r1) (13/38) Purging py3-nox (2022.8.7-r0) (14/38) Purging py3-argcomplete (2.0.0-r0) (15/38) Purging py3-colorlog (6.7.0-r0) (16/38) Purging py3-py (1.11.0-r0) (17/38) Purging py3-setuptools (65.5.0-r0) (18/38) Purging py3-virtualenv (20.16.5-r0) (19/38) Purging py3-platformdirs (2.5.2-r0) (20/38) Purging py3-distlib (0.3.4-r2) (21/38) Purging py3-filelock (3.8.0-r0) (22/38) Purging py3-six (1.16.0-r3) (23/38) Purging py3-wheel (0.37.1-r1) (24/38) Purging py3-packaging (21.3-r2) (25/38) Purging py3-parsing (3.0.9-r0) (26/38) Purging python3-dev (3.10.8-r3) (27/38) Purging python3 (3.10.8-r3) (28/38) Purging libffi-dev (3.4.3-r0) (29/38) Purging linux-headers (5.19.5-r0) (30/38) Purging libbz2 (1.0.8-r3) (31/38) Purging llvm15-libs (15.0.3-r1) (32/38) Purging libffi (3.4.3-r0) (33/38) Purging gdbm (1.23-r0) (34/38) Purging libxml2 (2.10.3-r0) (35/38) Purging xz-libs (5.2.7-r0) (36/38) Purging mpdecimal (2.5.1-r1) (37/38) Purging readline (8.2.0-r0) (38/38) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 219 MiB in 92 packages >>> py3-setuptools-rust: Updating the community/armhf repository index... >>> py3-setuptools-rust: Signing the index...