>>> py3-setuptools-rust: Building community/py3-setuptools-rust 1.5.2-r0 (using abuild 3.10.0_rc1-r2) started Thu, 27 Oct 2022 04:24:31 +0000 >>> py3-setuptools-rust: Checking sanity of /home/buildozer/aports/community/py3-setuptools-rust/APKBUILD... >>> py3-setuptools-rust: Analyzing dependencies... >>> py3-setuptools-rust: Installing for build: build-base py3-semantic-version py3-typing-extensions rust cargo py3-setuptools py3-wheel py3-setuptools_scm py3-pytest py3-nox python3-dev libffi-dev (1/38) Installing libbz2 (1.0.8-r3) (2/38) Installing libffi (3.4.3-r0) (3/38) Installing gdbm (1.23-r0) (4/38) Installing xz-libs (5.2.7-r0) (5/38) Installing mpdecimal (2.5.1-r1) (6/38) Installing readline (8.2.0-r0) (7/38) Installing sqlite-libs (3.39.4-r0) (8/38) Installing python3 (3.10.8-r3) (9/38) Installing py3-semantic-version (2.10.0-r0) (10/38) Installing py3-typing-extensions (4.4.0-r0) (11/38) Installing rust-stdlib (1.64.0-r2) (12/38) Installing libxml2 (2.10.3-r0) (13/38) Installing llvm15-libs (15.0.3-r1) (14/38) Installing rust (1.64.0-r2) (15/38) Installing cargo (1.64.0-r2) (16/38) Installing py3-parsing (3.0.9-r0) (17/38) Installing py3-packaging (21.3-r2) (18/38) Installing py3-setuptools (65.5.0-r0) (19/38) Installing py3-wheel (0.37.1-r1) (20/38) Installing py3-tomli (2.0.1-r1) (21/38) Installing py3-setuptools_scm (7.0.5-r0) (22/38) Installing py3-attrs (22.1.0-r0) (23/38) Installing py3-iniconfig (1.1.1-r3) (24/38) Installing py3-pluggy (1.0.0-r1) (25/38) Installing py3-py (1.11.0-r0) (26/38) Installing py3-pytest (7.1.3-r1) (27/38) Installing py3-argcomplete (2.0.0-r0) (28/38) Installing py3-colorlog (6.7.0-r0) (29/38) Installing py3-platformdirs (2.5.2-r0) (30/38) Installing py3-distlib (0.3.4-r2) (31/38) Installing py3-filelock (3.8.0-r0) (32/38) Installing py3-six (1.16.0-r3) (33/38) Installing py3-virtualenv (20.16.5-r0) (34/38) Installing py3-nox (2022.8.7-r0) (35/38) Installing python3-dev (3.10.8-r3) (36/38) Installing linux-headers (5.19.5-r0) (37/38) Installing libffi-dev (3.4.3-r0) (38/38) Installing .makedepends-py3-setuptools-rust (20221027.042433) Executing busybox-1.35.0-r27.trigger OK: 1141 MiB in 130 packages >>> py3-setuptools-rust: Cleaning up srcdir >>> py3-setuptools-rust: Cleaning up pkgdir >>> py3-setuptools-rust: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-setuptools-rust-1.5.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 287k 100 287k 0 0 1706k 0 --:--:-- --:--:-- --:--:-- 1700k >>> py3-setuptools-rust: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-setuptools-rust-1.5.2.tar.gz >>> py3-setuptools-rust: Checking sha512sums... py3-setuptools-rust-1.5.2.tar.gz: OK distutils.patch: OK >>> py3-setuptools-rust: Unpacking /var/cache/distfiles/v3.17/py3-setuptools-rust-1.5.2.tar.gz... >>> py3-setuptools-rust: distutils.patch patching file .github/workflows/ci.yml patching file examples/rust_with_cffi/setup.py patching file pyproject.toml patching file setup.cfg patching file setuptools_rust/build.py patching file setuptools_rust/setuptools_ext.py running build running build_py creating build creating build/lib creating build/lib/setuptools_rust copying setuptools_rust/__init__.py -> build/lib/setuptools_rust copying setuptools_rust/version.py -> build/lib/setuptools_rust copying setuptools_rust/extension.py -> build/lib/setuptools_rust copying setuptools_rust/rustc_info.py -> build/lib/setuptools_rust copying setuptools_rust/build.py -> build/lib/setuptools_rust copying setuptools_rust/setuptools_ext.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 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 running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' installing library code to build/bdist.linux-i686/egg running install_lib running build_py creating build/bdist.linux-i686/egg creating build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-i686/egg/setuptools_rust byte-compiling build/bdist.linux-i686/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/extension.py to extension.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/clean.py to clean.cpython-310.pyc creating build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-i686/egg/EGG-INFO creating dist creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-i686/egg' to it removing 'build/bdist.linux-i686/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.10.egg Copying setuptools_rust-1.5.2-py3.10.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages Adding setuptools-rust 1.5.2 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e Best match: typing-extensions 4.4.0 Processing typing_extensions-4.4.0-py3-none-any.whl Installing typing_extensions-4.4.0-py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages Adding typing-extensions 4.4.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/typing_extensions-4.4.0-py3.10.egg Searching for semantic_version<3,>=2.8.2 Reading https://pypi.org/simple/semantic_version/ Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl#sha256=de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177 Best match: semantic-version 2.10.0 Processing semantic_version-2.10.0-py2.py3-none-any.whl Installing semantic_version-2.10.0-py2.py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages Adding semantic-version 2.10.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/semantic_version-2.10.0-py3.10.egg Searching for setuptools==65.3.0 Best match: setuptools 65.3.0 Adding setuptools 65.3.0 to easy-install.pth file Using /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_ext running build_rust cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics -v --profile release-lto Fresh hello-world-script v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script) Finished release-lto [optimized] target(s) in 0.07s 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-i686-cpython-310/hello_world/hello-world-script running install_lib creating /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/hello_world copying build/lib.linux-i686-cpython-310/hello_world/hello-world-script -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/hello_world copying build/lib.linux-i686-cpython-310/hello_world/_gen_hello_world_script.py -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/hello_world byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/hello_world/_gen_hello_world_script.py to _gen_hello_world_script.cpython-310.pyc running install_egg_info running egg_info writing src/hello_world_script.egg-info/PKG-INFO writing dependency_links to src/hello_world_script.egg-info/dependency_links.txt writing entry points to src/hello_world_script.egg-info/entry_points.txt writing top-level names to src/hello_world_script.egg-info/top_level.txt reading manifest file 'src/hello_world_script.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/hello_world_script.egg-info/SOURCES.txt' Copying src/hello_world_script.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/hello_world_script-1.0-py3.10.egg-info running install_scripts Installing hello-world-script script to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/bin nox > hello-world-script Hello, world! nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > nox -f examples/hello-world/noxfile.py nox > Running session test nox > Creating virtual environment (virtualenv) using python3 in .nox/test nox > python -m pip install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python -m pip install --no-build-isolation . nox > hello-world Hello, world! nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' installing library code to build/bdist.linux-i686/egg running install_lib running build_py creating build/bdist.linux-i686/egg creating build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-i686/egg/setuptools_rust byte-compiling build/bdist.linux-i686/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/extension.py to extension.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/clean.py to clean.cpython-310.pyc creating build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-i686/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-i686/egg' to it removing 'build/bdist.linux-i686/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.10.egg Copying setuptools_rust-1.5.2-py3.10.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages Adding setuptools-rust 1.5.2 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e Best match: typing-extensions 4.4.0 Processing typing_extensions-4.4.0-py3-none-any.whl Installing typing_extensions-4.4.0-py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages Adding typing-extensions 4.4.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/typing_extensions-4.4.0-py3.10.egg Searching for semantic_version<3,>=2.8.2 Reading https://pypi.org/simple/semantic_version/ Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl#sha256=de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177 Best match: semantic-version 2.10.0 Processing semantic_version-2.10.0-py2.py3-none-any.whl Installing semantic_version-2.10.0-py2.py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages Adding semantic-version 2.10.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/semantic_version-2.10.0-py3.10.egg Searching for setuptools==65.3.0 Best match: setuptools 65.3.0 Adding setuptools 65.3.0 to easy-install.pth file Using /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_ext running build_rust cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics -v --profile release-lto Fresh hello-world v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world) Finished release-lto [optimized] target(s) in 0.08s 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-i686-cpython-310/hello_world-1.0.data/scripts/hello-world running install_lib Skipping installation of /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/hello_world-1.0.data/scripts/hello-world (namespace package) running install_egg_info running egg_info writing src/hello_world.egg-info/PKG-INFO writing dependency_links to src/hello_world.egg-info/dependency_links.txt writing top-level names to src/hello_world.egg-info/top_level.txt reading manifest file 'src/hello_world.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/hello_world.egg-info/SOURCES.txt' Copying src/hello_world.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/lib/python3.10/site-packages/hello_world-1.0-py3.10.egg-info running install_scripts Installing hello-world script to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world/.nox/setuptools_install/bin nox > hello-world Hello, world! nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > nox -f examples/html-py-ever/noxfile.py nox > Running session test nox > Creating virtual environment (virtualenv) using python3 in .nox/test nox > python -m pip install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 pytest pytest-benchmark beautifulsoup4 nox > python -m pip install --no-build-isolation . nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever, configfile: pytest.ini plugins: benchmark-4.0.0 collected 20 items tests/test_parsing.py .......... [ 50%] tests/test_selector.py .......... [100%] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- benchmark: 20 tests ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Name (time in us) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 2.0824 (1.0) 337.2096 (1.0) 2.2774 (1.0) 1.3572 (1.03) 2.2389 (1.0) 0.0894 (1.14) 178;1276 439,091.8890 (1.0) 70033 1 test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 2.3842 (1.14) 340.1898 (1.01) 2.6177 (1.15) 1.3230 (1.0) 2.5928 (1.16) 0.0782 (1.0) 167;1273 382,011.6749 (0.87) 71412 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] 10.1067 (4.85) 343.7549 (1.02) 11.1803 (4.91) 5.0022 (3.78) 10.4979 (4.69) 0.2496 (3.19) 940;1926 89,443.0976 (0.20) 19135 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] 20.2097 (9.70) 360.1573 (1.07) 21.1193 (9.27) 4.0152 (3.03) 20.9026 (9.34) 0.2384 (3.05) 241;582 47,350.0575 (0.11) 15795 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] 30.9870 (14.88) 388.3131 (1.15) 33.3726 (14.65) 8.1938 (6.19) 31.7171 (14.17) 0.4880 (6.24) 565;1147 29,964.6782 (0.07) 8276 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] 71.0450 (34.12) 425.2419 (1.26) 73.9087 (32.45) 9.5959 (7.25) 72.5761 (32.42) 1.0524 (13.45) 103;356 13,530.2145 (0.03) 3332 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] 74.5207 (35.79) 655.1929 (1.94) 80.3993 (35.30) 18.1321 (13.70) 76.1114 (34.00) 1.1995 (15.33) 382;1344 12,437.9157 (0.03) 7570 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] 435.3449 (209.06) 998.5529 (2.96) 461.8729 (202.80) 47.4161 (35.84) 445.6043 (199.03) 14.6665 (187.48) 119;158 2,165.0977 (0.00) 1423 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] 850.9159 (408.62) 1,383.7963 (4.10) 869.6178 (381.84) 38.3194 (28.96) 858.2138 (383.32) 16.9137 (216.20) 45;74 1,149.9304 (0.00) 1049 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] 953.5439 (457.90) 1,346.5844 (3.99) 970.3904 (426.09) 36.7765 (27.80) 961.8290 (429.60) 10.6953 (136.71) 38;133 1,030.5131 (0.00) 985 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,657.1232 (>1000.0) 5,208.5407 (15.45) 4,786.4279 (>1000.0) 111.7804 (84.49) 4,746.7947 (>1000.0) 61.7923 (789.87) 28;29 208.9241 (0.00) 169 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] 20,959.9100 (>1000.0) 21,717.3882 (64.40) 21,163.0774 (>1000.0) 191.6221 (144.83) 21,148.4600 (>1000.0) 276.5357 (>1000.0) 9;1 47.2521 (0.00) 46 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] 42,783.7595 (>1000.0) 43,518.7966 (129.06) 43,065.3256 (>1000.0) 210.3157 (158.96) 43,032.1395 (>1000.0) 276.7043 (>1000.0) 9;0 23.2205 (0.00) 23 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] 44,260.0176 (>1000.0) 45,492.8316 (134.91) 44,618.7340 (>1000.0) 338.3232 (255.72) 44,497.7656 (>1000.0) 403.3605 (>1000.0) 4;2 22.4121 (0.00) 23 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] 70,750.4824 (>1000.0) 72,509.3558 (215.03) 71,383.3113 (>1000.0) 476.4278 (360.10) 71,342.8687 (>1000.0) 528.5293 (>1000.0) 4;1 14.0089 (0.00) 14 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] 199,048.8805 (>1000.0) 200,930.0217 (595.86) 200,026.6224 (>1000.0) 857.5896 (648.20) 200,460.9816 (>1000.0) 1,485.5629 (>1000.0) 2;0 4.9993 (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/monty-python.html] 277,028.8177 (>1000.0) 366,578.6535 (>1000.0) 300,888.6598 (>1000.0) 38,215.2138 (>1000.0) 279,508.2331 (>1000.0) 40,478.6235 (>1000.0) 1;0 3.3235 (0.00) 5 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] 416,860.5246 (>1000.0) 420,029.2565 (>1000.0) 418,354.0389 (>1000.0) 1,162.8703 (878.94) 418,276.9321 (>1000.0) 1,429.2104 (>1000.0) 2;0 2.3903 (0.00) 5 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/rust.html] 590,199.5599 (>1000.0) 622,161.2059 (>1000.0) 609,746.5083 (>1000.0) 11,804.5797 (>1000.0) 612,074.5204 (>1000.0) 10,170.4495 (>1000.0) 2;1 1.6400 (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] 3,141,846.1762 (>1000.0) 3,161,293.7003 (>1000.0) 3,152,822.4781 (>1000.0) 7,452.9624 (>1000.0) 3,152,325.5818 (>1000.0) 10,185.6077 (>1000.0) 2;0 0.3172 (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 49.22s ============================== nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools pytest pytest-benchmark beautifulsoup4 nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' installing library code to build/bdist.linux-i686/egg running install_lib running build_py creating build/bdist.linux-i686/egg creating build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-i686/egg/setuptools_rust byte-compiling build/bdist.linux-i686/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/extension.py to extension.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/clean.py to clean.cpython-310.pyc creating build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-i686/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-i686/egg' to it removing 'build/bdist.linux-i686/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.10.egg Copying setuptools_rust-1.5.2-py3.10.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages Adding setuptools-rust 1.5.2 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e Best match: typing-extensions 4.4.0 Processing typing_extensions-4.4.0-py3-none-any.whl Installing typing_extensions-4.4.0-py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages Adding typing-extensions 4.4.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/typing_extensions-4.4.0-py3.10.egg Searching for semantic_version<3,>=2.8.2 Reading https://pypi.org/simple/semantic_version/ Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl#sha256=de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177 Best match: semantic-version 2.10.0 Processing semantic_version-2.10.0-py2.py3-none-any.whl Installing semantic_version-2.10.0-py2.py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages Adding semantic-version 2.10.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/semantic_version-2.10.0-py3.10.egg Searching for setuptools==65.3.0 Best match: setuptools 65.3.0 Adding setuptools 65.3.0 to easy-install.pth file Using /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing html_py_ever.egg-info/PKG-INFO writing dependency_links to html_py_ever.egg-info/dependency_links.txt writing top-level names to html_py_ever.egg-info/top_level.txt reading manifest file 'html_py_ever.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'html_py_ever.egg-info/SOURCES.txt' running build_ext running build_rust [RUSTFLAGS=-Ctarget-feature=-crt-static] cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module -- --crate-type cdylib Fresh unicode-xid v0.2.2 Fresh ppv-lite86 v0.2.16 Fresh cfg-if v1.0.0 Fresh smallvec v1.8.0 Fresh siphasher v0.3.10 Fresh once_cell v1.10.0 Fresh scopeguard v1.1.0 Fresh new_debug_unreachable v1.0.4 Fresh mac v0.1.1 Fresh precomputed-hash v0.1.1 Fresh dtoa v0.4.8 Fresh autocfg v1.1.0 Fresh utf-8 v0.7.6 Fresh lazy_static v1.4.0 Fresh matches v0.1.9 Fresh stable_deref_trait v1.2.0 Fresh itoa v0.4.8 Fresh byteorder v1.4.3 Fresh nodrop v0.1.14 Fresh convert_case v0.4.0 Fresh bitflags v1.3.2 Fresh thin-slice v0.1.1 Fresh unindent v0.1.8 Fresh instant v0.1.12 Fresh lock_api v0.4.6 Fresh phf_shared v0.8.0 Fresh phf_shared v0.10.0 Fresh futf v0.1.5 Fresh dtoa-short v0.3.3 Fresh fxhash v0.2.1 Fresh proc-macro2 v1.0.36 Fresh target-lexicon v0.12.3 Fresh libc v0.2.121 Fresh proc-macro-hack v0.5.19 Fresh log v0.4.14 Fresh serde v1.0.136 Fresh tendril v0.4.3 Fresh servo_arc v0.1.1 Fresh indoc v1.0.4 Fresh quote v1.0.16 Fresh getrandom v0.1.16 Fresh parking_lot_core v0.8.5 Fresh memoffset v0.6.5 Fresh rand_core v0.5.1 Fresh syn v1.0.89 Compiling pyo3-build-config v0.17.1 Fresh parking_lot v0.11.2 Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-build-config-aadcfa1a5b96c17d/build-script-build` Fresh rand_chacha v0.2.2 Fresh rand_pcg v0.2.1 Fresh cssparser-macros v0.6.0 Fresh string_cache v0.8.3 Fresh pyo3-macros-backend v0.17.1 Fresh derive_more v0.99.17 Fresh rand v0.7.3 Fresh pyo3-macros v0.17.1 Fresh phf_generator v0.8.0 Fresh phf_codegen v0.8.0 Fresh phf_macros v0.8.0 Fresh string_cache_codegen v0.5.1 Fresh phf v0.8.0 Fresh cssparser v0.27.2 Fresh markup5ever v0.10.1 Fresh selectors v0.22.0 Fresh html5ever v0.25.1 Fresh kuchiki v0.8.1 Running `rustc --crate-name pyo3_build_config --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-build-config-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' -C metadata=f7780fb2b063069a -C extra-filename=-f7780fb2b063069a --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-d2008635599b048f.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-d68f89689c51eef1.rmeta --cap-lints allow -Ctarget-feature=-crt-static` Compiling pyo3-ffi v0.17.1 Compiling pyo3 v0.17.1 Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=4c41a23cf157a83a -C extra-filename=-4c41a23cf157a83a --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-ffi-4c41a23cf157a83a -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-f7780fb2b063069a.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=7552fdc45c9bd331 -C extra-filename=-7552fdc45c9bd331 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-7552fdc45c9bd331 -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-f7780fb2b063069a.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-4c41a23cf157a83a/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-7552fdc45c9bd331/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=e1f3a4a28923aad8 -C extra-filename=-e1f3a4a28923aad8 --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-5eb52798f6923614.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=1ff9c6911016f40e -C extra-filename=-1ff9c6911016f40e --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-73d4d1f6afd9433c.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libindoc-db33b63ee83fe28a.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/liblibc-5eb52798f6923614.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libmemoffset-58688ddf50090a81.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-903b648e47c824a2.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-e1f3a4a28923aad8.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-53a245177d7174cd.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libunindent-7d4a1954c731fba2.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Compiling html-py-ever v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever) Running `rustc --crate-name html_py_ever --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C opt-level=s -C panic=abort -C lto -C codegen-units=1 --crate-type cdylib -C metadata=3854713b19ebf20d --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-d969b92eb9859624.rlib --extern pyo3=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libpyo3-1ff9c6911016f40e.rlib --extern tendril=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libtendril-52278162bf7eb676.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 40.07s 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-i686-cpython-310/html_py_ever/html_py_ever.cpython-310-i386-linux-gnu.so running install_lib creating /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever copying build/lib.linux-i686-cpython-310/html_py_ever/__init__.py -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever copying build/lib.linux-i686-cpython-310/html_py_ever/html_py_ever.cpython-310-i386-linux-gnu.so -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying html_py_ever.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever-0.1.0-py3.10.egg-info running install_scripts nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever, configfile: pytest.ini plugins: benchmark-4.0.0 collected 20 items tests/test_parsing.py .......... [ 50%] tests/test_selector.py .......... [100%] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- benchmark: 20 tests -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Name (time in us) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 2.9020 (1.0) 348.5791 (1.0) 3.1356 (1.0) 1.4982 (1.0) 3.1143 (1.0) 0.1155 (1.15) 95;473 318,913.8857 (1.0) 54672 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] 3.3602 (1.16) 351.8388 (1.01) 3.6376 (1.16) 2.1058 (1.41) 3.6098 (1.16) 0.1006 (1.0) 105;594 274,906.4324 (0.86) 54594 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] 10.0546 (3.46) 362.8619 (1.04) 10.8611 (3.46) 5.9543 (3.97) 10.4606 (3.36) 0.3353 (3.33) 210;1131 92,071.8698 (0.29) 18298 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] 27.6975 (9.54) 373.3076 (1.07) 28.7130 (9.16) 5.5686 (3.72) 28.4836 (9.15) 0.3390 (3.37) 185;539 34,827.3966 (0.11) 15629 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] 31.6389 (10.90) 397.2501 (1.14) 33.0380 (10.54) 6.5614 (4.38) 32.4547 (10.42) 0.4135 (4.11) 168;713 30,268.1734 (0.09) 8518 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] 94.1344 (32.44) 445.4255 (1.28) 97.8490 (31.21) 10.0909 (6.74) 96.6825 (31.04) 1.6689 (16.59) 42;294 10,219.8235 (0.03) 2550 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] 100.8026 (34.74) 908.9932 (2.61) 109.5547 (34.94) 25.0998 (16.75) 103.1198 (33.11) 4.4666 (44.41) 402;594 9,127.8612 (0.03) 5891 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] 430.9677 (148.51) 1,045.9647 (3.00) 456.1258 (145.46) 50.1514 (33.47) 440.9961 (141.60) 9.9353 (98.78) 120;196 2,192.3776 (0.01) 1416 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] 1,189.7348 (409.97) 1,563.5341 (4.49) 1,205.7619 (384.53) 37.1212 (24.78) 1,200.8175 (385.58) 11.5205 (114.54) 8;20 829.3511 (0.00) 755 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] 1,308.4672 (450.88) 1,718.9682 (4.93) 1,329.1099 (423.87) 39.1110 (26.11) 1,321.6697 (424.38) 12.8699 (127.95) 13;28 752.3833 (0.00) 691 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] 6,392.8477 (>1000.0) 7,150.8698 (20.51) 6,527.4223 (>1000.0) 106.7793 (71.27) 6,504.6474 (>1000.0) 92.1758 (916.42) 17;7 153.1998 (0.00) 131 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] 21,119.7957 (>1000.0) 21,914.2847 (62.87) 21,337.5939 (>1000.0) 222.5082 (148.52) 21,278.4894 (>1000.0) 328.9189 (>1000.0) 8;0 46.8656 (0.00) 45 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] 44,358.2833 (>1000.0) 45,745.7304 (131.23) 44,818.1194 (>1000.0) 397.1538 (265.08) 44,789.9140 (>1000.0) 517.1634 (>1000.0) 7;0 22.3124 (0.00) 22 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] 57,677.0119 (>1000.0) 58,253.0349 (167.12) 57,938.5637 (>1000.0) 172.9495 (115.44) 57,934.3997 (>1000.0) 300.1429 (>1000.0) 6;0 17.2597 (0.00) 17 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] 94,972.5360 (>1000.0) 96,139.0026 (275.80) 95,595.0841 (>1000.0) 281.7351 (188.05) 95,611.7287 (>1000.0) 146.8007 (>1000.0) 2;2 10.4608 (0.00) 11 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] 199,740.6520 (>1000.0) 202,903.5874 (582.09) 201,406.4886 (>1000.0) 1,162.4963 (775.92) 201,438.3525 (>1000.0) 1,443.6143 (>1000.0) 2;0 4.9651 (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/monty-python.html] 385,918.9376 (>1000.0) 497,712.8878 (>1000.0) 414,794.0204 (>1000.0) 48,099.3648 (>1000.0) 387,362.6888 (>1000.0) 50,153.9931 (>1000.0) 1;0 2.4108 (0.00) 5 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] 550,069.4662 (>1000.0) 551,047.6939 (>1000.0) 550,529.1320 (>1000.0) 357.2400 (238.44) 550,445.6460 (>1000.0) 405.4504 (>1000.0) 2;0 1.8164 (0.00) 5 1 test_bench_parsing_python[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/rust.html] 817,581.7654 (>1000.0) 861,061.6773 (>1000.0) 843,852.2041 (>1000.0) 15,972.1613 (>1000.0) 845,842.6930 (>1000.0) 13,283.9913 (>1000.0) 2;1 1.1850 (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] 3,146,932.8366 (>1000.0) 3,538,802.6536 (>1000.0) 3,230,178.8107 (>1000.0) 172,598.4626 (>1000.0) 3,152,191.9034 (>1000.0) 104,535.2509 (>1000.0) 1;1 0.3096 (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 56.02s ============================== nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > nox -f examples/namespace_package/noxfile.py nox > Running session test nox > Creating virtual environment (virtualenv) using python3 in .nox/test nox > python -m pip install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 pytest nox > python -m pip install --no-build-isolation . nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package, configfile: pytest.ini collected 2 items tests/test_namespace_package.py .. [100%] ============================== 2 passed in 0.06s =============================== nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools pytest nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' installing library code to build/bdist.linux-i686/egg running install_lib running build_py creating build/bdist.linux-i686/egg creating build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-i686/egg/setuptools_rust byte-compiling build/bdist.linux-i686/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/extension.py to extension.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/clean.py to clean.cpython-310.pyc creating build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-i686/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-i686/egg' to it removing 'build/bdist.linux-i686/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.10.egg Copying setuptools_rust-1.5.2-py3.10.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Adding setuptools-rust 1.5.2 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e Best match: typing-extensions 4.4.0 Processing typing_extensions-4.4.0-py3-none-any.whl Installing typing_extensions-4.4.0-py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Adding typing-extensions 4.4.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/typing_extensions-4.4.0-py3.10.egg Searching for semantic_version<3,>=2.8.2 Reading https://pypi.org/simple/semantic_version/ Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl#sha256=de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177 Best match: semantic-version 2.10.0 Processing semantic_version-2.10.0-py2.py3-none-any.whl Installing semantic_version-2.10.0-py2.py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Adding semantic-version 2.10.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/semantic_version-2.10.0-py3.10.egg Searching for setuptools==65.3.0 Best match: setuptools 65.3.0 Adding setuptools 65.3.0 to easy-install.pth file Using /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running build_rust [RUSTFLAGS=-Ctarget-feature=-crt-static] cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module -- --crate-type cdylib Fresh once_cell v1.10.0 Fresh unicode-xid v0.2.2 Fresh cfg-if v1.0.0 Fresh autocfg v1.1.0 Fresh smallvec v1.8.0 Fresh scopeguard v1.1.0 Fresh unindent v0.1.8 Fresh target-lexicon v0.12.3 Fresh instant v0.1.12 Fresh lock_api v0.4.6 Fresh indoc v1.0.4 Fresh proc-macro2 v1.0.36 Fresh libc v0.2.121 Compiling pyo3-build-config v0.17.1 Fresh quote v1.0.16 Fresh parking_lot_core v0.8.5 Fresh memoffset v0.6.5 Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-build-config-aadcfa1a5b96c17d/build-script-build` Fresh syn v1.0.89 Fresh parking_lot v0.11.2 Fresh pyo3-macros-backend v0.17.1 Fresh pyo3-macros v0.17.1 Running `rustc --crate-name pyo3_build_config --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-build-config-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' -C metadata=f7780fb2b063069a -C extra-filename=-f7780fb2b063069a --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-d2008635599b048f.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-d68f89689c51eef1.rmeta --cap-lints allow -Ctarget-feature=-crt-static` Compiling pyo3-ffi v0.17.1 Compiling pyo3 v0.17.1 Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=4c41a23cf157a83a -C extra-filename=-4c41a23cf157a83a --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-ffi-4c41a23cf157a83a -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-f7780fb2b063069a.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=7552fdc45c9bd331 -C extra-filename=-7552fdc45c9bd331 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-7552fdc45c9bd331 -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-f7780fb2b063069a.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-4c41a23cf157a83a/build-script-build` Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-7552fdc45c9bd331/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=701693b7b64b8798 -C extra-filename=-701693b7b64b8798 --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-d94d4f6483487631.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=b8aa2229c1d57235 -C extra-filename=-b8aa2229c1d57235 --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-4bb3216491001ca3.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libindoc-db33b63ee83fe28a.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/liblibc-d94d4f6483487631.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libmemoffset-d5a49154266c1623.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-36c6989ee27cee32.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-701693b7b64b8798.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-9d9b88f70993222c.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libunindent-1df83f4a9281db14.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Compiling namespace_package_rust v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package) Running `rustc --crate-name namespace_package_rust --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --crate-type rlib --emit=dep-info,link -C opt-level=s -C panic=abort -C codegen-units=1 --crate-type cdylib -C metadata=98ce57d7564e621f --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-b8aa2229c1d57235.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 33.43s 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-i686-cpython-310/namespace_package/rust.cpython-310-i386-linux-gnu.so running install_lib creating /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package copying build/lib.linux-i686-cpython-310/namespace_package/rust.cpython-310-i386-linux-gnu.so -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package creating /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package/python copying build/lib.linux-i686-cpython-310/namespace_package/python/__init__.py -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package/python byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package/python/__init__.py to __init__.cpython-310.pyc running install_egg_info running egg_info writing namespace_package.egg-info/PKG-INFO writing dependency_links to namespace_package.egg-info/dependency_links.txt writing top-level names to namespace_package.egg-info/top_level.txt reading manifest file 'namespace_package.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'namespace_package.egg-info/SOURCES.txt' Copying namespace_package.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/namespace_package-0.1.0-py3.10.egg-info running install_scripts nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package, configfile: pytest.ini collected 2 items tests/test_namespace_package.py .. [100%] ============================== 2 passed in 0.08s =============================== nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > nox -f examples/rust_with_cffi/noxfile.py nox > Running session test nox > Creating virtual environment (virtualenv) using python3 in .nox/test nox > python -m pip install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 pytest cffi nox > python -m pip install --no-build-isolation . nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi, configfile: pytest.ini collected 2 items tests/test_rust_with_cffi.py .. [100%] ============================== 2 passed in 0.05s =============================== nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools pytest cffi nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' installing library code to build/bdist.linux-i686/egg running install_lib running build_py creating build/bdist.linux-i686/egg creating build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-i686/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-i686/egg/setuptools_rust byte-compiling build/bdist.linux-i686/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/extension.py to extension.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-i686/egg/setuptools_rust/clean.py to clean.cpython-310.pyc creating build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-i686/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-i686/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-i686/egg' to it removing 'build/bdist.linux-i686/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.10.egg Copying setuptools_rust-1.5.2-py3.10.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages Adding setuptools-rust 1.5.2 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e Best match: typing-extensions 4.4.0 Processing typing_extensions-4.4.0-py3-none-any.whl Installing typing_extensions-4.4.0-py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages Adding typing-extensions 4.4.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/typing_extensions-4.4.0-py3.10.egg Searching for semantic_version<3,>=2.8.2 Reading https://pypi.org/simple/semantic_version/ Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl#sha256=de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177 Best match: semantic-version 2.10.0 Processing semantic_version-2.10.0-py2.py3-none-any.whl Installing semantic_version-2.10.0-py2.py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages Adding semantic-version 2.10.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/semantic_version-2.10.0-py3.10.egg Searching for setuptools==65.3.0 Best match: setuptools 65.3.0 Adding setuptools 65.3.0 to easy-install.pth file Using /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing rust_with_cffi.egg-info/PKG-INFO writing dependency_links to rust_with_cffi.egg-info/dependency_links.txt writing requirements to rust_with_cffi.egg-info/requires.txt writing top-level names to rust_with_cffi.egg-info/top_level.txt reading manifest file 'rust_with_cffi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'rust_with_cffi.egg-info/SOURCES.txt' running build_ext running build_rust [RUSTFLAGS=-Ctarget-feature=-crt-static] cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module -- --crate-type cdylib Fresh once_cell v1.10.0 Fresh unicode-xid v0.2.2 Fresh cfg-if v1.0.0 Fresh autocfg v1.1.0 Fresh scopeguard v1.1.0 Fresh smallvec v1.8.0 Fresh unindent v0.1.8 Fresh target-lexicon v0.12.3 Fresh instant v0.1.12 Fresh lock_api v0.4.6 Fresh indoc v1.0.4 Fresh proc-macro2 v1.0.36 Fresh libc v0.2.121 Compiling pyo3-build-config v0.17.1 Fresh quote v1.0.16 Fresh parking_lot_core v0.8.5 Fresh memoffset v0.6.5 Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-build-config-aadcfa1a5b96c17d/build-script-build` Fresh syn v1.0.89 Fresh parking_lot v0.11.2 Fresh pyo3-macros-backend v0.17.1 Fresh pyo3-macros v0.17.1 Running `rustc --crate-name pyo3_build_config --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-build-config-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' -C metadata=f7780fb2b063069a -C extra-filename=-f7780fb2b063069a --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-d2008635599b048f.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-d68f89689c51eef1.rmeta --cap-lints allow -Ctarget-feature=-crt-static` Compiling pyo3-ffi v0.17.1 Compiling pyo3 v0.17.1 Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=4c41a23cf157a83a -C extra-filename=-4c41a23cf157a83a --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-ffi-4c41a23cf157a83a -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-f7780fb2b063069a.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=7552fdc45c9bd331 -C extra-filename=-7552fdc45c9bd331 --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-7552fdc45c9bd331 -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-f7780fb2b063069a.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-4c41a23cf157a83a/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-7552fdc45c9bd331/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-ffi-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=e1f3a4a28923aad8 -C extra-filename=-e1f3a4a28923aad8 --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-5eb52798f6923614.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/pyo3-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=a2ebd49b050afc44 -C extra-filename=-a2ebd49b050afc44 --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-73d4d1f6afd9433c.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libindoc-db33b63ee83fe28a.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/liblibc-5eb52798f6923614.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libmemoffset-58688ddf50090a81.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-903b648e47c824a2.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-e1f3a4a28923aad8.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-9d9b88f70993222c.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libunindent-7d4a1954c731fba2.rmeta --cap-lints allow -Ctarget-feature=-crt-static --cfg Py_3_6 --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg Py_3_10 --cfg min_const_generics --cfg addr_of --cfg option_insert` Compiling rust_with_cffi v0.1.0 (/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi) Running `rustc --crate-name rust_with_cffi --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C opt-level=s -C panic=abort -C lto -C codegen-units=1 --crate-type cdylib -C metadata=f1c6f44898be6af0 --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-a2ebd49b050afc44.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 21.76s 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-i686-cpython-310/rust_with_cffi/rust.cpython-310-i386-linux-gnu.so generating cffi module 'build/temp.linux-i686-cpython-310/rust_with_cffi.cffi.c' already up-to-date running install_lib creating /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi copying build/lib.linux-i686-cpython-310/rust_with_cffi/rust.cpython-310-i386-linux-gnu.so -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi copying build/lib.linux-i686-cpython-310/rust_with_cffi/__init__.py -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi copying build/lib.linux-i686-cpython-310/rust_with_cffi/cffi.abi3.so -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying rust_with_cffi.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/.nox/setuptools_install/lib/python3.10/site-packages/rust_with_cffi-0.1.0-py3.10.egg-info running install_scripts nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi, configfile: pytest.ini collected 2 items tests/test_rust_with_cffi.py .. [100%] ============================== 2 passed in 0.05s =============================== nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > Session test-examples was successful. >>> py3-setuptools-rust: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/community/py3-setuptools-rust/pkg creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/version.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/extension.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/build.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/command.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust copying build/lib/setuptools_rust/clean.py -> /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/extension.py to extension.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust/clean.py to clean.cpython-310.pyc running install_egg_info running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' Copying setuptools_rust.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/pkg/py3-setuptools-rust/usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info running install_scripts >>> py3-setuptools-rust*: Running postcheck for py3-setuptools-rust >>> py3-setuptools-rust*: Preparing package py3-setuptools-rust... >>> py3-setuptools-rust*: Tracing dependencies... >>> py3-setuptools-rust*: Package size: 224.0 KB >>> py3-setuptools-rust*: Compressing data... >>> py3-setuptools-rust*: Create checksum... >>> py3-setuptools-rust*: Create py3-setuptools-rust-1.5.2-r0.apk >>> py3-setuptools-rust: Build complete at Thu, 27 Oct 2022 04:32:31 +0000 elapsed time 0h 8m 0s >>> py3-setuptools-rust: Cleaning up srcdir >>> py3-setuptools-rust: Cleaning up pkgdir >>> py3-setuptools-rust: Uninstalling dependencies... (1/38) Purging .makedepends-py3-setuptools-rust (20221027.042433) (2/38) Purging py3-semantic-version (2.10.0-r0) (3/38) Purging cargo (1.64.0-r2) (4/38) Purging rust (1.64.0-r2) (5/38) Purging rust-stdlib (1.64.0-r2) (6/38) Purging py3-setuptools_scm (7.0.5-r0) (7/38) Purging py3-typing-extensions (4.4.0-r0) (8/38) Purging py3-pytest (7.1.3-r1) (9/38) Purging py3-attrs (22.1.0-r0) (10/38) Purging py3-iniconfig (1.1.1-r3) (11/38) Purging py3-pluggy (1.0.0-r1) (12/38) Purging py3-tomli (2.0.1-r1) (13/38) Purging py3-nox (2022.8.7-r0) (14/38) Purging py3-argcomplete (2.0.0-r0) (15/38) Purging py3-colorlog (6.7.0-r0) (16/38) Purging py3-py (1.11.0-r0) (17/38) Purging py3-setuptools (65.5.0-r0) (18/38) Purging py3-virtualenv (20.16.5-r0) (19/38) Purging py3-platformdirs (2.5.2-r0) (20/38) Purging py3-distlib (0.3.4-r2) (21/38) Purging py3-filelock (3.8.0-r0) (22/38) Purging py3-six (1.16.0-r3) (23/38) Purging py3-wheel (0.37.1-r1) (24/38) Purging py3-packaging (21.3-r2) (25/38) Purging py3-parsing (3.0.9-r0) (26/38) Purging python3-dev (3.10.8-r3) (27/38) Purging python3 (3.10.8-r3) (28/38) Purging libffi-dev (3.4.3-r0) (29/38) Purging linux-headers (5.19.5-r0) (30/38) Purging libbz2 (1.0.8-r3) (31/38) Purging llvm15-libs (15.0.3-r1) (32/38) Purging libffi (3.4.3-r0) (33/38) Purging gdbm (1.23-r0) (34/38) Purging libxml2 (2.10.3-r0) (35/38) Purging xz-libs (5.2.7-r0) (36/38) Purging mpdecimal (2.5.1-r1) (37/38) Purging readline (8.2.0-r0) (38/38) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 258 MiB in 92 packages >>> py3-setuptools-rust: Updating the community/x86 repository index... >>> py3-setuptools-rust: Signing the index...