>>> py3-setuptools-rust: Building community/py3-setuptools-rust 1.5.2-r1 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 13:59:16 +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/51) Installing libbz2 (1.0.8-r5) (2/51) Installing libffi (3.4.4-r2) (3/51) Installing gdbm (1.23-r1) (4/51) Installing xz-libs (5.4.2-r1) (5/51) Installing mpdecimal (2.5.1-r2) (6/51) Installing libpanelw (6.4_p20230401-r4) (7/51) Installing readline (8.2.1-r1) (8/51) Installing sqlite-libs (3.41.2-r2) (9/51) Installing python3 (3.11.3-r10) (10/51) Installing python3-pycache-pyc0 (3.11.3-r10) (11/51) Installing pyc (0.1-r0) (12/51) Installing python3-pyc (3.11.3-r10) (13/51) Installing py3-semantic-version (2.10.0-r1) (14/51) Installing py3-typing-extensions (4.5.0-r0) (15/51) Installing libxml2 (2.10.4-r2) (16/51) Installing llvm15-libs (15.0.7-r5) (17/51) Installing rust (1.68.2-r0) (18/51) Installing cargo (1.68.2-r0) (19/51) Installing py3-parsing (3.0.9-r2) (20/51) Installing py3-parsing-pyc (3.0.9-r2) (21/51) Installing py3-packaging (23.1-r1) (22/51) Installing py3-packaging-pyc (23.1-r1) (23/51) Installing py3-setuptools (67.6.1-r1) (24/51) Installing py3-setuptools-pyc (67.6.1-r1) (25/51) Installing py3-wheel (0.40.0-r1) (26/51) Installing py3-wheel-pyc (0.40.0-r1) (27/51) Installing py3-setuptools_scm (7.1.0-r0) (28/51) Installing py3-iniconfig (1.1.1-r6) (29/51) Installing py3-iniconfig-pyc (1.1.1-r6) (30/51) Installing py3-pluggy (1.0.0-r3) (31/51) Installing py3-pluggy-pyc (1.0.0-r3) (32/51) Installing py3-py (1.11.0-r2) (33/51) Installing py3-py-pyc (1.11.0-r2) (34/51) Installing py3-pytest (7.3.1-r1) (35/51) Installing py3-pytest-pyc (7.3.1-r1) (36/51) Installing py3-argcomplete (2.0.5-r1) (37/51) Installing py3-argcomplete-pyc (2.0.5-r1) (38/51) Installing py3-colorlog (6.7.0-r2) (39/51) Installing py3-colorlog-pyc (6.7.0-r2) (40/51) Installing py3-platformdirs (3.2.0-r0) (41/51) Installing py3-distlib (0.3.6-r2) (42/51) Installing py3-distlib-pyc (0.3.6-r2) (43/51) Installing py3-filelock (3.11.0-r1) (44/51) Installing py3-filelock-pyc (3.11.0-r1) (45/51) Installing py3-virtualenv (20.22.0-r0) (46/51) Installing py3-virtualenv-pyc (20.22.0-r0) (47/51) Installing py3-nox (2022.11.21-r0) (48/51) Installing python3-dev (3.11.3-r10) (49/51) Installing linux-headers (6.2-r0) (50/51) Installing libffi-dev (3.4.4-r2) (51/51) Installing .makedepends-py3-setuptools-rust (20230420.135918) Executing busybox-1.36.0-r7.trigger OK: 1304 MiB in 149 packages >>> py3-setuptools-rust: Cleaning up srcdir >>> py3-setuptools-rust: Cleaning up pkgdir >>> py3-setuptools-rust: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-setuptools-rust-1.5.2.tar.gz >>> py3-setuptools-rust: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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.18/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 /usr/lib/python3.11/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. dist.fetch_build_eggs(dist.setup_requires) running build running build_py creating build creating build/lib creating build/lib/setuptools_rust copying setuptools_rust/__init__.py -> 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/version.py -> build/lib/setuptools_rust copying setuptools_rust/_utils.py -> build/lib/setuptools_rust copying setuptools_rust/command.py -> build/lib/setuptools_rust copying setuptools_rust/clean.py -> build/lib/setuptools_rust copying setuptools_rust/extension.py -> build/lib/setuptools_rust copying setuptools_rust/setuptools_ext.py -> build/lib/setuptools_rust nox > Running session test-examples 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 /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.11/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. dist.fetch_build_eggs(dist.setup_requires) running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.11/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.11/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-aarch64/egg running install_lib running build_py creating build/bdist.linux-aarch64/egg creating build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-aarch64/egg/setuptools_rust byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/__init__.py to __init__.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/build.py to build.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/version.py to version.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/_utils.py to _utils.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/command.py to command.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/clean.py to clean.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/extension.py to extension.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-311.pyc creating build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-aarch64/egg/EGG-INFO creating dist creating 'dist/setuptools_rust-1.5.2-py3.11.egg' and adding 'build/bdist.linux-aarch64/egg' to it removing 'build/bdist.linux-aarch64/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.11.egg Copying setuptools_rust-1.5.2-py3.11.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.11/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.11/site-packages/setuptools_rust-1.5.2-py3.11.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ Downloading https://files.pythonhosted.org/packages/31/25/5abcd82372d3d4a3932e1fa8c3dbf9efac10cc7c0d16e78467460571b404/typing_extensions-4.5.0-py3-none-any.whl#sha256=fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4 Best match: typing-extensions 4.5.0 Processing typing_extensions-4.5.0-py3-none-any.whl Installing typing_extensions-4.5.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.11/site-packages Adding typing-extensions 4.5.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.11/site-packages/typing_extensions-4.5.0-py3.11.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.11/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.11/site-packages/semantic_version-2.10.0-py3.11.egg Searching for setuptools==67.6.1 Best match: setuptools 67.6.1 Adding setuptools 67.6.1 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.11/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.11/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.01s 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-aarch64-cpython-311/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.11/site-packages/hello_world copying build/lib.linux-aarch64-cpython-311/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.11/site-packages/hello_world copying build/lib.linux-aarch64-cpython-311/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.11/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.11/site-packages/hello_world/_gen_hello_world_script.py to _gen_hello_world_script.cpython-311.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.11/site-packages/hello_world_script-1.0-py3.11.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/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.11.3, pytest-7.3.1, 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.02s =============================== 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 /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.11/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. dist.fetch_build_eggs(dist.setup_requires) running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.11/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.11/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-aarch64/egg running install_lib running build_py creating build/bdist.linux-aarch64/egg creating build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-aarch64/egg/setuptools_rust byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/__init__.py to __init__.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/build.py to build.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/version.py to version.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/_utils.py to _utils.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/command.py to command.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/clean.py to clean.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/extension.py to extension.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-311.pyc creating build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-aarch64/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.11.egg' and adding 'build/bdist.linux-aarch64/egg' to it removing 'build/bdist.linux-aarch64/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.11.egg Copying setuptools_rust-1.5.2-py3.11.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.11/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.11/site-packages/setuptools_rust-1.5.2-py3.11.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ Downloading https://files.pythonhosted.org/packages/31/25/5abcd82372d3d4a3932e1fa8c3dbf9efac10cc7c0d16e78467460571b404/typing_extensions-4.5.0-py3-none-any.whl#sha256=fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4 Best match: typing-extensions 4.5.0 Processing typing_extensions-4.5.0-py3-none-any.whl Installing typing_extensions-4.5.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.11/site-packages Adding typing-extensions 4.5.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.11/site-packages/typing_extensions-4.5.0-py3.11.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.11/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.11/site-packages/semantic_version-2.10.0-py3.11.egg Searching for setuptools==67.6.1 Best match: setuptools 67.6.1 Adding setuptools 67.6.1 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.11/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.11/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 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 Dirty pyo3-build-config v0.17.1: the env variable PYO3_PYTHON changed 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/namespace_package/target/release/build/pyo3-build-config-7e6b72ef0ce390d4/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/index.crates.io-6f17d22bba15001f/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=4e33373959ae3551 -C extra-filename=-4e33373959ae3551 --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-f9ee6ceffdde1876.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-3051cad0057f79a7.rmeta --cap-lints allow -Ctarget-feature=-crt-static` Dirty pyo3-ffi v0.17.1: dependency info changed Compiling pyo3-ffi v0.17.1 Dirty pyo3 v0.17.1: dependency info changed Compiling pyo3 v0.17.1 Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=e717505f84a184d1 -C extra-filename=-e717505f84a184d1 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-ffi-e717505f84a184d1 -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-4e33373959ae3551.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=6b5bf862fa1d11e8 -C extra-filename=-6b5bf862fa1d11e8 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-6b5bf862fa1d11e8 -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-4e33373959ae3551.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-e717505f84a184d1/build-script-build` Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-6b5bf862fa1d11e8/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=e89e1e56be07a3d2 -C extra-filename=-e89e1e56be07a3d2 --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-5c5fb76b787a0fab.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 Py_3_11 --cfg min_const_generics --cfg addr_of --cfg option_insert` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=e733216ecc2d7e46 -C extra-filename=-e733216ecc2d7e46 --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-a2ff4c36efd17c0f.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libindoc-a0fe09f13f19fe8d.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/liblibc-5c5fb76b787a0fab.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libmemoffset-8bb3a038535804f8.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-114dcd63b894e664.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-e89e1e56be07a3d2.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-69261542e772676e.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libunindent-a3e1613d9ba0aed8.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 Py_3_11 --cfg min_const_generics --cfg addr_of --cfg option_insert` Dirty namespace_package_rust v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package): dependency info changed 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=4c5db818e0ebce25 --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-e733216ecc2d7e46.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 9.65s 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-aarch64-cpython-311/namespace_package/rust.cpython-311-aarch64-linux-musl.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.11/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.11/site-packages/namespace_package/python copying build/lib.linux-aarch64-cpython-311/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.11/site-packages/namespace_package/python copying build/lib.linux-aarch64-cpython-311/namespace_package/rust.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.11/site-packages/namespace_package byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.11/site-packages/namespace_package/python/__init__.py to __init__.cpython-311.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.11/site-packages/namespace_package-0.1.0-py3.11.egg-info running install_scripts nox > pytest ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, 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.02s =============================== 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 /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.11/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. dist.fetch_build_eggs(dist.setup_requires) running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.11/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.11/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-aarch64/egg running install_lib running build_py creating build/bdist.linux-aarch64/egg creating build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-aarch64/egg/setuptools_rust byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/__init__.py to __init__.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/build.py to build.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/version.py to version.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/_utils.py to _utils.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/command.py to command.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/clean.py to clean.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/extension.py to extension.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-311.pyc creating build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-aarch64/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.11.egg' and adding 'build/bdist.linux-aarch64/egg' to it removing 'build/bdist.linux-aarch64/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.11.egg Copying setuptools_rust-1.5.2-py3.11.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.11/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.11/site-packages/setuptools_rust-1.5.2-py3.11.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ Downloading https://files.pythonhosted.org/packages/31/25/5abcd82372d3d4a3932e1fa8c3dbf9efac10cc7c0d16e78467460571b404/typing_extensions-4.5.0-py3-none-any.whl#sha256=fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4 Best match: typing-extensions 4.5.0 Processing typing_extensions-4.5.0-py3-none-any.whl Installing typing_extensions-4.5.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.11/site-packages Adding typing-extensions 4.5.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.11/site-packages/typing_extensions-4.5.0-py3.11.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.11/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.11/site-packages/semantic_version-2.10.0-py3.11.egg Searching for setuptools==67.6.1 Best match: setuptools 67.6.1 Adding setuptools 67.6.1 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.11/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.11/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.01s 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-aarch64-cpython-311/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.11/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.11/site-packages/hello_world-1.0-py3.11.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/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.11.3, pytest-7.3.1, 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.02s =============================== 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 /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.11/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. dist.fetch_build_eggs(dist.setup_requires) running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.11/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.11/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-aarch64/egg running install_lib running build_py creating build/bdist.linux-aarch64/egg creating build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-aarch64/egg/setuptools_rust byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/__init__.py to __init__.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/build.py to build.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/version.py to version.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/_utils.py to _utils.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/command.py to command.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/clean.py to clean.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/extension.py to extension.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-311.pyc creating build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-aarch64/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.11.egg' and adding 'build/bdist.linux-aarch64/egg' to it removing 'build/bdist.linux-aarch64/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.11.egg Copying setuptools_rust-1.5.2-py3.11.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.11/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.11/site-packages/setuptools_rust-1.5.2-py3.11.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ Downloading https://files.pythonhosted.org/packages/31/25/5abcd82372d3d4a3932e1fa8c3dbf9efac10cc7c0d16e78467460571b404/typing_extensions-4.5.0-py3-none-any.whl#sha256=fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4 Best match: typing-extensions 4.5.0 Processing typing_extensions-4.5.0-py3-none-any.whl Installing typing_extensions-4.5.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.11/site-packages Adding typing-extensions 4.5.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.11/site-packages/typing_extensions-4.5.0-py3.11.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.11/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.11/site-packages/semantic_version-2.10.0-py3.11.egg Searching for setuptools==67.6.1 Best match: setuptools 67.6.1 Adding setuptools 67.6.1 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.11/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.11/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. dist.fetch_build_eggs(dist.setup_requires) running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.11/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 autocfg v1.1.0 Fresh cfg-if v1.0.0 Fresh smallvec v1.8.0 Fresh scopeguard v1.1.0 Fresh target-lexicon v0.12.3 Fresh instant v0.1.12 Fresh lock_api v0.4.6 Fresh unindent v0.1.8 Fresh proc-macro2 v1.0.36 Fresh libc v0.2.121 Fresh indoc v1.0.4 Dirty pyo3-build-config v0.17.1: the env variable PYO3_PYTHON changed 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-7e6b72ef0ce390d4/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/index.crates.io-6f17d22bba15001f/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=4e33373959ae3551 -C extra-filename=-4e33373959ae3551 --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-f9ee6ceffdde1876.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-3051cad0057f79a7.rmeta --cap-lints allow -Ctarget-feature=-crt-static` Dirty pyo3-ffi v0.17.1: dependency info changed Compiling pyo3-ffi v0.17.1 Dirty pyo3 v0.17.1: dependency info changed Compiling pyo3 v0.17.1 Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=e717505f84a184d1 -C extra-filename=-e717505f84a184d1 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-ffi-e717505f84a184d1 -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-4e33373959ae3551.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=6b5bf862fa1d11e8 -C extra-filename=-6b5bf862fa1d11e8 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-6b5bf862fa1d11e8 -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-4e33373959ae3551.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-e717505f84a184d1/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-6b5bf862fa1d11e8/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=490778fd245f0480 -C extra-filename=-490778fd245f0480 --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-ba189ead268ffa64.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 Py_3_11 --cfg min_const_generics --cfg addr_of --cfg option_insert` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=60d8332d26088d2d -C extra-filename=-60d8332d26088d2d --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-bda9cf2721aa5277.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libindoc-a0fe09f13f19fe8d.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/liblibc-ba189ead268ffa64.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libmemoffset-bca312a3cceed0c5.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-e64c66cbac2c1900.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-490778fd245f0480.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-69261542e772676e.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libunindent-1852647789bcc25c.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 Py_3_11 --cfg min_const_generics --cfg addr_of --cfg option_insert` Dirty rust_with_cffi v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi): dependency info changed 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=01ea7fa92ba71136 --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-60d8332d26088d2d.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 13.18s 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-aarch64-cpython-311/rust_with_cffi/rust.cpython-311-aarch64-linux-musl.so generating cffi module 'build/temp.linux-aarch64-cpython-311/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.11/site-packages/rust_with_cffi copying build/lib.linux-aarch64-cpython-311/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.11/site-packages/rust_with_cffi copying build/lib.linux-aarch64-cpython-311/rust_with_cffi/rust.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.11/site-packages/rust_with_cffi copying build/lib.linux-aarch64-cpython-311/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.11/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.11/site-packages/rust_with_cffi/__init__.py to __init__.cpython-311.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.11/site-packages/rust_with_cffi-0.1.0-py3.11.egg-info running install_scripts nox > pytest ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, 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.02s =============================== nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success 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.11.3, pytest-7.3.1, 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.1194 (1.0) 11.2401 (1.0) 1.1803 (1.0) 0.0780 (1.0) 1.1604 (1.0) 0.0410 (1.02) 1490;1490 847,222.3750 (1.0) 150595 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] 1.2796 (1.14) 21.2397 (1.89) 1.3827 (1.17) 0.1051 (1.35) 1.3607 (1.17) 0.0400 (1.0) 1266;3340 723,233.2121 (0.85) 162344 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] 5.6392 (5.04) 618.3228 (55.01) 6.0867 (5.16) 7.9782 (102.25) 5.8403 (5.03) 0.2403 (6.00) 9;881 164,293.6864 (0.19) 25407 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] 8.8792 (7.93) 19.9201 (1.77) 9.0945 (7.71) 0.2875 (3.68) 9.0795 (7.82) 0.0810 (2.02) 203;470 109,956.9479 (0.13) 31095 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] 15.2802 (13.65) 242.8014 (21.60) 15.8686 (13.44) 5.0269 (64.42) 15.6006 (13.44) 0.3194 (7.98) 42;633 63,017.5939 (0.07) 19395 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] 24.5599 (21.94) 239.8007 (21.33) 27.0409 (22.91) 11.0275 (141.33) 25.4009 (21.89) 0.4806 (12.00) 244;936 36,981.0103 (0.04) 13089 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] 24.6800 (22.05) 45.4392 (4.04) 25.1352 (21.30) 0.4901 (6.28) 25.0805 (21.61) 0.1583 (3.95) 191;550 39,784.9062 (0.05) 14030 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] 148.3206 (132.49) 30,840.0784 (>1000.0) 170.8823 (144.78) 510.6411 (>1000.0) 153.3609 (132.16) 4.2296 (105.62) 2;527 5,851.9825 (0.01) 3623 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] 639.8428 (571.57) 697.2030 (62.03) 653.5117 (553.67) 8.9367 (114.53) 651.5225 (561.45) 8.9598 (223.73) 221;57 1,530.1944 (0.00) 1111 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] 724.9629 (647.61) 803.0040 (71.44) 742.1235 (628.74) 13.6380 (174.78) 737.3639 (635.42) 13.4399 (335.60) 207;85 1,347.4846 (0.00) 970 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] 3,950.7393 (>1000.0) 5,227.2668 (465.05) 4,391.3863 (>1000.0) 254.5857 (>1000.0) 4,355.3021 (>1000.0) 388.3233 (>1000.0) 73;1 227.7185 (0.00) 182 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] 12,089.3419 (>1000.0) 12,504.3839 (>1000.0) 12,198.5275 (>1000.0) 71.0179 (910.16) 12,176.6627 (>1000.0) 81.3999 (>1000.0) 16;3 81.9771 (0.00) 81 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] 14,574.2744 (>1000.0) 17,279.2086 (>1000.0) 15,998.7248 (>1000.0) 1,090.2549 (>1000.0) 15,831.3615 (>1000.0) 2,249.3312 (>1000.0) 33;0 62.5050 (0.00) 60 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] 27,032.3781 (>1000.0) 29,053.8296 (>1000.0) 28,206.1200 (>1000.0) 625.4810 (>1000.0) 28,379.7458 (>1000.0) 709.5949 (>1000.0) 13;0 35.4533 (0.00) 35 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] 27,086.9397 (>1000.0) 28,556.9467 (>1000.0) 27,698.6088 (>1000.0) 389.8032 (>1000.0) 27,670.5017 (>1000.0) 519.2524 (>1000.0) 13;0 36.1029 (0.00) 35 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] 100,963.7192 (>1000.0) 154,628.0365 (>1000.0) 115,193.6613 (>1000.0) 24,100.6386 (>1000.0) 101,332.4019 (>1000.0) 33,832.5244 (>1000.0) 2;0 8.6810 (0.00) 7 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] 112,796.8999 (>1000.0) 114,952.7514 (>1000.0) 113,735.0871 (>1000.0) 688.8060 (>1000.0) 113,922.7860 (>1000.0) 950.3232 (>1000.0) 3;0 8.7924 (0.00) 9 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] 165,892.1326 (>1000.0) 176,888.8701 (>1000.0) 170,074.0176 (>1000.0) 4,576.8813 (>1000.0) 168,323.1462 (>1000.0) 7,616.9190 (>1000.0) 2;0 5.8798 (0.00) 7 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] 217,764.6803 (>1000.0) 400,338.8193 (>1000.0) 283,218.8966 (>1000.0) 69,332.4915 (>1000.0) 258,934.0517 (>1000.0) 62,813.0427 (>1000.0) 1;0 3.5308 (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,300,406.2492 (>1000.0) 1,406,887.4773 (>1000.0) 1,346,142.3805 (>1000.0) 40,701.3709 (>1000.0) 1,344,440.3159 (>1000.0) 55,729.8171 (>1000.0) 2;0 0.7429 (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 27.61s ============================== 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 /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.11/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. dist.fetch_build_eggs(dist.setup_requires) running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.11/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.11/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-aarch64/egg running install_lib running build_py creating build/bdist.linux-aarch64/egg creating build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-aarch64/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-aarch64/egg/setuptools_rust byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/__init__.py to __init__.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/build.py to build.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/version.py to version.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/_utils.py to _utils.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/command.py to command.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/clean.py to clean.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/extension.py to extension.cpython-311.pyc byte-compiling build/bdist.linux-aarch64/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-311.pyc creating build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-aarch64/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.11.egg' and adding 'build/bdist.linux-aarch64/egg' to it removing 'build/bdist.linux-aarch64/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.11.egg Copying setuptools_rust-1.5.2-py3.11.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.11/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.11/site-packages/setuptools_rust-1.5.2-py3.11.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ Downloading https://files.pythonhosted.org/packages/31/25/5abcd82372d3d4a3932e1fa8c3dbf9efac10cc7c0d16e78467460571b404/typing_extensions-4.5.0-py3-none-any.whl#sha256=fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4 Best match: typing-extensions 4.5.0 Processing typing_extensions-4.5.0-py3-none-any.whl Installing typing_extensions-4.5.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.11/site-packages Adding typing-extensions 4.5.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.11/site-packages/typing_extensions-4.5.0-py3.11.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.11/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.11/site-packages/semantic_version-2.10.0-py3.11.egg Searching for setuptools==67.6.1 Best match: setuptools 67.6.1 Adding setuptools 67.6.1 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.11/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.11/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. dist.fetch_build_eggs(dist.setup_requires) running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.11/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 precomputed-hash v0.1.1 Fresh mac v0.1.1 Fresh lazy_static v1.4.0 Fresh utf-8 v0.7.6 Fresh dtoa v0.4.8 Fresh autocfg v1.1.0 Fresh nodrop v0.1.14 Fresh itoa v0.4.8 Fresh convert_case v0.4.0 Fresh matches v0.1.9 Fresh stable_deref_trait v1.2.0 Fresh byteorder v1.4.3 Fresh thin-slice v0.1.1 Fresh bitflags v1.3.2 Fresh libc v0.2.121 Fresh instant v0.1.12 Fresh lock_api v0.4.6 Fresh phf_shared v0.8.0 Fresh futf v0.1.5 Fresh phf_shared v0.10.0 Fresh dtoa-short v0.3.3 Fresh servo_arc v0.1.1 Fresh fxhash v0.2.1 Fresh indoc v1.0.4 Fresh unindent v0.1.8 Fresh proc-macro2 v1.0.36 Fresh getrandom v0.1.16 Fresh target-lexicon v0.12.3 Fresh proc-macro-hack v0.5.19 Fresh parking_lot_core v0.8.5 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 v0.11.2 Fresh memoffset v0.6.5 Fresh syn v1.0.89 Fresh rand_pcg v0.2.1 Fresh rand_chacha v0.2.2 Dirty pyo3-build-config v0.17.1: the env variable PYO3_PYTHON changed Compiling pyo3-build-config v0.17.1 Fresh string_cache v0.8.3 Fresh rand v0.7.3 Fresh cssparser-macros v0.6.0 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-7e6b72ef0ce390d4/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/index.crates.io-6f17d22bba15001f/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=4e33373959ae3551 -C extra-filename=-4e33373959ae3551 --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-f9ee6ceffdde1876.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-3051cad0057f79a7.rmeta --cap-lints allow -Ctarget-feature=-crt-static` Dirty pyo3-ffi v0.17.1: dependency info changed Compiling pyo3-ffi v0.17.1 Dirty pyo3 v0.17.1: dependency info changed Compiling pyo3 v0.17.1 Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=e717505f84a184d1 -C extra-filename=-e717505f84a184d1 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-ffi-e717505f84a184d1 -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-4e33373959ae3551.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=6b5bf862fa1d11e8 -C extra-filename=-6b5bf862fa1d11e8 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-6b5bf862fa1d11e8 -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-4e33373959ae3551.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-e717505f84a184d1/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-6b5bf862fa1d11e8/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=490778fd245f0480 -C extra-filename=-490778fd245f0480 --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-ba189ead268ffa64.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 Py_3_11 --cfg min_const_generics --cfg addr_of --cfg option_insert` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=e1a0d047019cc8d2 -C extra-filename=-e1a0d047019cc8d2 --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-bda9cf2721aa5277.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libindoc-a0fe09f13f19fe8d.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/liblibc-ba189ead268ffa64.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libmemoffset-bca312a3cceed0c5.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-e64c66cbac2c1900.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-490778fd245f0480.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-3e728522094d984a.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libunindent-1852647789bcc25c.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 Py_3_11 --cfg min_const_generics --cfg addr_of --cfg option_insert` Dirty html-py-ever v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever): dependency info changed 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=0805f5c92ea66cb3 --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-d4358e4b0e9714b9.rlib --extern pyo3=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libpyo3-e1a0d047019cc8d2.rlib --extern tendril=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libtendril-0b78f20cd3b98f7c.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 24.19s warning: the following packages contain code that will be rejected by a future version of Rust: html5ever v0.25.1 note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` 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-aarch64-cpython-311/html_py_ever/html_py_ever.cpython-311-aarch64-linux-musl.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.11/site-packages/html_py_ever copying build/lib.linux-aarch64-cpython-311/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.11/site-packages/html_py_ever copying build/lib.linux-aarch64-cpython-311/html_py_ever/html_py_ever.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.11/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.11/site-packages/html_py_ever/__init__.py to __init__.cpython-311.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.11/site-packages/html_py_ever-0.1.0-py3.11.egg-info running install_scripts nox > pytest ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, 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.0794 (1.0) 11.3603 (1.0) 1.1516 (1.0) 0.1032 (1.0) 1.1595 (1.0) 0.0400 (1.0) 1792;5324 868,366.0614 (1.0) 127554 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] 1.2796 (1.19) 3,360.8973 (295.85) 1.4130 (1.23) 12.6107 (122.18) 1.3597 (1.17) 0.0410 (1.02) 3;9123 707,710.6835 (0.81) 105924 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] 5.6000 (5.19) 554.4834 (48.81) 6.0224 (5.23) 7.4122 (71.81) 5.8003 (5.00) 0.2012 (5.02) 16;1862 166,047.0557 (0.19) 35212 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] 8.7591 (8.11) 33.2398 (2.93) 8.9897 (7.81) 0.3403 (3.30) 8.9603 (7.73) 0.0801 (2.00) 155;681 111,238.0401 (0.13) 28836 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] 14.9608 (13.86) 330.1222 (29.06) 15.5463 (13.50) 5.2284 (50.66) 15.2802 (13.18) 0.3204 (8.00) 37;461 64,323.8579 (0.07) 21169 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] 24.3206 (22.53) 274.4822 (24.16) 27.1822 (23.60) 11.4289 (110.73) 25.1997 (21.73) 0.5998 (14.98) 222;1307 36,788.7268 (0.04) 11732 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] 25.0004 (23.16) 37.1598 (3.27) 25.4186 (22.07) 0.4922 (4.77) 25.3599 (21.87) 0.1201 (3.00) 148;483 39,341.2517 (0.05) 13214 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] 149.0405 (138.08) 26,897.5776 (>1000.0) 172.7745 (150.03) 451.1841 (>1000.0) 153.9206 (132.75) 4.8401 (120.86) 4;549 5,787.8905 (0.01) 3617 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] 635.0828 (588.36) 3,265.0167 (287.41) 669.4936 (581.37) 158.1716 (>1000.0) 654.7244 (564.66) 14.8006 (369.58) 6;45 1,493.6662 (0.00) 950 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] 784.3645 (726.67) 3,235.2572 (284.79) 848.3571 (736.68) 117.0446 (>1000.0) 832.6452 (718.11) 44.6695 (>1000.0) 11;41 1,178.7489 (0.00) 809 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,655.0240 (>1000.0) 7,126.7169 (627.34) 4,979.6706 (>1000.0) 284.2857 (>1000.0) 4,924.7053 (>1000.0) 313.7221 (>1000.0) 15;2 200.8165 (0.00) 177 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] 11,816.5007 (>1000.0) 11,935.3803 (>1000.0) 11,862.9137 (>1000.0) 26.8580 (260.22) 11,861.3807 (>1000.0) 38.2201 (954.38) 28;0 84.2963 (0.00) 84 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] 17,222.2480 (>1000.0) 17,701.8913 (>1000.0) 17,489.6229 (>1000.0) 87.7432 (850.11) 17,488.4493 (>1000.0) 93.3995 (>1000.0) 16;2 57.1768 (0.00) 58 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] 25,288.2503 (>1000.0) 26,172.5346 (>1000.0) 25,489.0346 (>1000.0) 151.8983 (>1000.0) 25,472.0105 (>1000.0) 106.4809 (>1000.0) 5;2 39.2326 (0.00) 39 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] 29,779.2731 (>1000.0) 30,431.1551 (>1000.0) 30,109.4759 (>1000.0) 168.1215 (>1000.0) 30,115.5951 (>1000.0) 212.2514 (>1000.0) 9;0 33.2121 (0.00) 33 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] 102,417.6469 (>1000.0) 163,448.0804 (>1000.0) 113,922.8858 (>1000.0) 24,357.1890 (>1000.0) 103,512.7724 (>1000.0) 5,760.3512 (>1000.0) 1;1 8.7779 (0.00) 6 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] 109,836.9649 (>1000.0) 111,092.8906 (>1000.0) 110,598.7242 (>1000.0) 436.0712 (>1000.0) 110,724.8487 (>1000.0) 522.7220 (>1000.0) 4;0 9.0417 (0.00) 9 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] 168,678.6283 (>1000.0) 170,869.1586 (>1000.0) 169,550.5784 (>1000.0) 947.7164 (>1000.0) 169,298.5105 (>1000.0) 1,725.8087 (>1000.0) 1;0 5.8979 (0.00) 6 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] 227,272.4090 (>1000.0) 385,302.1814 (>1000.0) 301,484.4460 (>1000.0) 57,798.5703 (>1000.0) 293,936.5106 (>1000.0) 68,954.3039 (>1000.0) 2;0 3.3169 (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,310,369.3370 (>1000.0) 1,351,202.5476 (>1000.0) 1,325,929.8973 (>1000.0) 19,931.6983 (>1000.0) 1,312,488.5885 (>1000.0) 34,409.7272 (>1000.0) 1;0 0.7542 (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 27.23s ============================== 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... /usr/lib/python3.11/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. dist.fetch_build_eggs(dist.setup_requires) running install /usr/lib/python3.11/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 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.11 creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.11/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.11/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.11/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.11/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.11/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.11/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.11/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.11/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.11/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.11/site-packages/setuptools_rust byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.11/site-packages/setuptools_rust/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.11/site-packages/setuptools_rust/build.py to build.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.11/site-packages/setuptools_rust/rustc_info.py to rustc_info.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.11/site-packages/setuptools_rust/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.11/site-packages/setuptools_rust/_utils.py to _utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.11/site-packages/setuptools_rust/command.py to command.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.11/site-packages/setuptools_rust/clean.py to clean.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.11/site-packages/setuptools_rust/extension.py to extension.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.11/site-packages/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-311.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.11/site-packages/setuptools_rust-1.5.2-py3.11.egg-info running install_scripts >>> py3-setuptools-rust*: Running postcheck for py3-setuptools-rust >>> WARNING: py3-setuptools-rust*: Found __pycache__ but package name doesn't end with -pyc >>> py3-setuptools-rust*: Preparing package py3-setuptools-rust... >>> py3-setuptools-rust*: Tracing dependencies... py3-semantic-version py3-typing-extensions rust cargo python3~3.11 >>> py3-setuptools-rust*: Package size: 252.0 KB >>> py3-setuptools-rust*: Compressing data... >>> py3-setuptools-rust*: Create checksum... >>> py3-setuptools-rust*: Create py3-setuptools-rust-1.5.2-r1.apk >>> py3-setuptools-rust: Build complete at Thu, 20 Apr 2023 14:03:33 +0000 elapsed time 0h 4m 17s >>> py3-setuptools-rust: Cleaning up srcdir >>> py3-setuptools-rust: Cleaning up pkgdir >>> py3-setuptools-rust: Uninstalling dependencies... (1/51) Purging .makedepends-py3-setuptools-rust (20230420.135918) (2/51) Purging py3-semantic-version (2.10.0-r1) (3/51) Purging cargo (1.68.2-r0) (4/51) Purging rust (1.68.2-r0) (5/51) Purging py3-setuptools_scm (7.1.0-r0) (6/51) Purging py3-typing-extensions (4.5.0-r0) (7/51) Purging py3-pytest-pyc (7.3.1-r1) (8/51) Purging py3-pytest (7.3.1-r1) (9/51) Purging py3-iniconfig-pyc (1.1.1-r6) (10/51) Purging py3-iniconfig (1.1.1-r6) (11/51) Purging py3-pluggy-pyc (1.0.0-r3) (12/51) Purging py3-pluggy (1.0.0-r3) (13/51) Purging py3-nox (2022.11.21-r0) (14/51) Purging py3-argcomplete-pyc (2.0.5-r1) (15/51) Purging py3-argcomplete (2.0.5-r1) (16/51) Purging py3-colorlog-pyc (6.7.0-r2) (17/51) Purging py3-colorlog (6.7.0-r2) (18/51) Purging py3-py-pyc (1.11.0-r2) (19/51) Purging py3-py (1.11.0-r2) (20/51) Purging py3-setuptools-pyc (67.6.1-r1) (21/51) Purging py3-setuptools (67.6.1-r1) (22/51) Purging py3-virtualenv-pyc (20.22.0-r0) (23/51) Purging py3-virtualenv (20.22.0-r0) (24/51) Purging py3-platformdirs (3.2.0-r0) (25/51) Purging py3-distlib-pyc (0.3.6-r2) (26/51) Purging py3-distlib (0.3.6-r2) (27/51) Purging py3-filelock-pyc (3.11.0-r1) (28/51) Purging py3-filelock (3.11.0-r1) (29/51) Purging py3-wheel-pyc (0.40.0-r1) (30/51) Purging py3-wheel (0.40.0-r1) (31/51) Purging py3-packaging-pyc (23.1-r1) (32/51) Purging py3-packaging (23.1-r1) (33/51) Purging py3-parsing-pyc (3.0.9-r2) (34/51) Purging py3-parsing (3.0.9-r2) (35/51) Purging python3-dev (3.11.3-r10) (36/51) Purging libffi-dev (3.4.4-r2) (37/51) Purging linux-headers (6.2-r0) (38/51) Purging llvm15-libs (15.0.7-r5) (39/51) Purging python3-pyc (3.11.3-r10) (40/51) Purging python3-pycache-pyc0 (3.11.3-r10) (41/51) Purging pyc (0.1-r0) (42/51) Purging python3 (3.11.3-r10) (43/51) Purging gdbm (1.23-r1) (44/51) Purging libbz2 (1.0.8-r5) (45/51) Purging libffi (3.4.4-r2) (46/51) Purging libpanelw (6.4_p20230401-r4) (47/51) Purging libxml2 (2.10.4-r2) (48/51) Purging mpdecimal (2.5.1-r2) (49/51) Purging readline (8.2.1-r1) (50/51) Purging sqlite-libs (3.41.2-r2) (51/51) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 409 MiB in 98 packages >>> py3-setuptools-rust: Updating the community/aarch64 repository index... >>> py3-setuptools-rust: Signing the index...