>>> py3-setuptools-rust: Building community/py3-setuptools-rust 1.5.2-r0 (using abuild 3.10.0_rc1-r2) started Thu, 27 Oct 2022 08:40:11 +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/37) Installing libbz2 (1.0.8-r3) (2/37) Installing libffi (3.4.4-r0) (3/37) Installing gdbm (1.23-r0) (4/37) Installing xz-libs (5.2.7-r0) (5/37) Installing mpdecimal (2.5.1-r1) (6/37) Installing readline (8.2.0-r0) (7/37) Installing sqlite-libs (3.39.4-r0) (8/37) Installing python3 (3.10.8-r3) (9/37) Installing py3-semantic-version (2.10.0-r0) (10/37) Installing py3-typing-extensions (4.4.0-r0) (11/37) Installing rust-stdlib (1.64.0-r2) (12/37) Installing libxml2 (2.10.3-r0) (13/37) Installing llvm15-libs (15.0.3-r1) (14/37) Installing rust (1.64.0-r2) (15/37) Installing cargo (1.64.0-r2) (16/37) Installing py3-parsing (3.0.9-r0) (17/37) Installing py3-packaging (21.3-r2) (18/37) Installing py3-setuptools (65.5.0-r0) (19/37) Installing py3-wheel (0.37.1-r1) (20/37) Installing py3-tomli (2.0.1-r1) (21/37) Installing py3-setuptools_scm (7.0.5-r0) (22/37) Installing py3-attrs (22.1.0-r0) (23/37) Installing py3-iniconfig (1.1.1-r3) (24/37) Installing py3-pluggy (1.0.0-r1) (25/37) Installing py3-py (1.11.0-r0) (26/37) Installing py3-pytest (7.1.3-r1) (27/37) Installing py3-argcomplete (2.0.0-r0) (28/37) Installing py3-colorlog (6.7.0-r0) (29/37) Installing py3-platformdirs (2.5.2-r0) (30/37) Installing py3-distlib (0.3.4-r2) (31/37) Installing py3-filelock (3.8.0-r0) (32/37) Installing py3-virtualenv (20.16.5-r1) (33/37) Installing py3-nox (2022.8.7-r0) (34/37) Installing python3-dev (3.10.8-r3) (35/37) Installing linux-headers (5.19.5-r0) (36/37) Installing libffi-dev (3.4.4-r0) (37/37) Installing .makedepends-py3-setuptools-rust (20221027.084014) Executing busybox-1.35.0-r27.trigger OK: 1307 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 375k 0 --:--:-- --:--:-- --:--:-- 375k >>> 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/version.py -> build/lib/setuptools_rust copying setuptools_rust/__init__.py -> build/lib/setuptools_rust copying setuptools_rust/rustc_info.py -> build/lib/setuptools_rust copying setuptools_rust/extension.py -> build/lib/setuptools_rust copying setuptools_rust/_utils.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/command.py -> build/lib/setuptools_rust copying setuptools_rust/clean.py -> build/lib/setuptools_rust nox > Running session test-examples 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.02s =============================== nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools pytest nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install 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-s390x/egg running install_lib running build_py creating build/bdist.linux-s390x/egg creating build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-s390x/egg/setuptools_rust byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/extension.py to extension.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/clean.py to clean.cpython-310.pyc creating build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO creating dist creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-s390x/egg' to it removing 'build/bdist.linux-s390x/egg' (and everything under it) Processing setuptools_rust-1.5.2-py3.10.egg Copying setuptools_rust-1.5.2-py3.10.egg to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Adding setuptools-rust 1.5.2 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg Processing dependencies for setuptools-rust==1.5.2 Searching for typing_extensions>=3.7.4.3 Reading https://pypi.org/simple/typing_extensions/ /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/0b/8e/f1a0a5a76cfef77e1eb6004cb49e5f8d72634da638420b9ea492ce8305e8/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e Best match: typing-extensions 4.4.0 Processing typing_extensions-4.4.0-py3-none-any.whl Installing typing_extensions-4.4.0-py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Adding typing-extensions 4.4.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/typing_extensions-4.4.0-py3.10.egg Searching for semantic_version<3,>=2.8.2 Reading https://pypi.org/simple/semantic_version/ Downloading https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl#sha256=de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177 Best match: semantic-version 2.10.0 Processing semantic_version-2.10.0-py2.py3-none-any.whl Installing semantic_version-2.10.0-py2.py3-none-any.whl to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Adding semantic-version 2.10.0 to easy-install.pth file Installed /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/semantic_version-2.10.0-py3.10.egg Searching for setuptools==65.3.0 Best match: setuptools 65.3.0 Adding setuptools 65.3.0 to easy-install.pth file Using /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages Finished processing dependencies for setuptools-rust==1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running build_rust [RUSTFLAGS=-Ctarget-feature=-crt-static] cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module -- --crate-type cdylib Fresh once_cell v1.10.0 Fresh unicode-xid v0.2.2 Fresh autocfg v1.1.0 Fresh cfg-if v1.0.0 Fresh scopeguard v1.1.0 Fresh smallvec v1.8.0 Fresh unindent v0.1.8 Fresh instant v0.1.12 Fresh lock_api v0.4.6 Fresh indoc v1.0.4 Fresh target-lexicon v0.12.3 Fresh proc-macro2 v1.0.36 Fresh libc v0.2.121 Fresh quote v1.0.16 Fresh parking_lot_core v0.8.5 Fresh memoffset v0.6.5 Compiling pyo3-build-config v0.17.1 Fresh syn v1.0.89 Running `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-build-config-069c7b043352be45/build-script-build` 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-eae4ba8cbf2ce1c7/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=0aac01672e8a3e78 -C extra-filename=-0aac01672e8a3e78 --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-a9878913f6d005d7.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-99b188c4be1ebafc.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-eae4ba8cbf2ce1c7/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=62b94ac07e17775f -C extra-filename=-62b94ac07e17775f --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-ffi-62b94ac07e17775f -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-0aac01672e8a3e78.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=05b99235063c0c2c -C extra-filename=-05b99235063c0c2c --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-05b99235063c0c2c -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-0aac01672e8a3e78.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-62b94ac07e17775f/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=2711590c242dec3c -C extra-filename=-2711590c242dec3c --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-d6fb57702c73685c.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 `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/build/pyo3-05b99235063c0c2c/build-script-build` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=dff5ecb990c2793e -C extra-filename=-dff5ecb990c2793e --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-a39ffc26e7b6dc2f.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libindoc-7aa9ed34e3e73588.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/liblibc-d6fb57702c73685c.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libmemoffset-54917546fe70fdd2.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-b7649334ea457a7d.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-2711590c242dec3c.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-db5f21fe67747db2.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/namespace_package/target/release/deps/libunindent-7a9b1f889ea63633.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=420083b5a3ffc119 --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-dff5ecb990c2793e.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 17.48s 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-s390x-cpython-310/namespace_package/rust.cpython-310-s390x-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-s390x-cpython-310/namespace_package/rust.cpython-310-s390x-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-s390x-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.05s =============================== 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.02s =============================== nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools pytest cffi nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install 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-s390x/egg running install_lib running build_py creating build/bdist.linux-s390x/egg creating build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-s390x/egg/setuptools_rust byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/extension.py to extension.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/clean.py to clean.cpython-310.pyc creating build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-s390x/egg' to it removing 'build/bdist.linux-s390x/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 instant v0.1.12 Fresh lock_api v0.4.6 Fresh indoc v1.0.4 Fresh target-lexicon v0.12.3 Fresh proc-macro2 v1.0.36 Fresh libc v0.2.121 Fresh quote v1.0.16 Fresh parking_lot_core v0.8.5 Fresh memoffset v0.6.5 Compiling pyo3-build-config v0.17.1 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 `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-build-config-069c7b043352be45/build-script-build` Running `rustc --crate-name pyo3_build_config --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=0aac01672e8a3e78 -C extra-filename=-0aac01672e8a3e78 --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-a9878913f6d005d7.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-99b188c4be1ebafc.rmeta --cap-lints allow -Ctarget-feature=-crt-static` Compiling pyo3-ffi v0.17.1 Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=62b94ac07e17775f -C extra-filename=-62b94ac07e17775f --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-ffi-62b94ac07e17775f -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-0aac01672e8a3e78.rlib --cap-lints allow -Ctarget-feature=-crt-static` Compiling pyo3 v0.17.1 Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=05b99235063c0c2c -C extra-filename=-05b99235063c0c2c --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-05b99235063c0c2c -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-0aac01672e8a3e78.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-62b94ac07e17775f/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=87cfc7de00a7ff83 -C extra-filename=-87cfc7de00a7ff83 --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-3279d6e63e5bc4eb.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 `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/build/pyo3-05b99235063c0c2c/build-script-build` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=b7b8656ed4b623ad -C extra-filename=-b7b8656ed4b623ad --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-c8a2eb89831db70b.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libindoc-7aa9ed34e3e73588.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/liblibc-3279d6e63e5bc4eb.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libmemoffset-44a8ac9db5c624d6.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-a7182ee3c4507a89.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-87cfc7de00a7ff83.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-db5f21fe67747db2.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/rust_with_cffi/target/release/deps/libunindent-8ecb297486914e34.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=49c31fb7a57d901c --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-b7b8656ed4b623ad.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 24.64s 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-s390x-cpython-310/rust_with_cffi/rust.cpython-310-s390x-linux-gnu.so generating cffi module 'build/temp.linux-s390x-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-s390x-cpython-310/rust_with_cffi/rust.cpython-310-s390x-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-s390x-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-s390x-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.02s =============================== nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > nox -f examples/hello-world/noxfile.py nox > Running session test nox > Creating virtual environment (virtualenv) using python3 in .nox/test nox > python -m pip install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python -m pip install --no-build-isolation . nox > hello-world Hello, world! nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install 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-s390x/egg running install_lib running build_py creating build/bdist.linux-s390x/egg creating build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-s390x/egg/setuptools_rust byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/extension.py to extension.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/clean.py to clean.cpython-310.pyc creating build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-s390x/egg' to it removing 'build/bdist.linux-s390x/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.03s 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-s390x-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] 1.0673 (1.0) 58,237.5713 (5.80) 3.1375 (1.56) 271.0277 (2.63) 1.1344 (1.00) 0.0615 (2.50) 6;10108 318,728.4457 (0.64) 62719 1 test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 1.0934 (1.02) 54,101.1069 (5.39) 2.0127 (1.0) 158.0741 (1.53) 1.1325 (1.0) 0.0246 (1.0) 28;11639 496,856.5043 (1.0) 170220 5 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 3.6750 (3.44) 10,040.0280 (1.0) 5.4289 (2.70) 103.1369 (1.0) 3.8929 (3.44) 0.1546 (6.29) 11;1366 184,200.2086 (0.37) 21378 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] 10.1198 (9.48) 80,464.8548 (8.01) 18.5416 (9.21) 635.9353 (6.17) 10.5947 (9.36) 0.2645 (10.76) 10;758 53,932.7805 (0.11) 19442 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 14.1989 (13.30) 137,126.4029 (13.66) 25.0872 (12.46) 884.4515 (8.58) 14.6776 (12.96) 0.2906 (11.82) 12;1863 39,860.9599 (0.08) 28643 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] 28.8617 (27.04) 34,356.1955 (3.42) 46.6630 (23.18) 493.9166 (4.79) 30.4114 (26.85) 1.0096 (41.06) 22;714 21,430.2753 (0.04) 10934 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] 36.1465 (33.87) 138,144.7446 (13.76) 62.9318 (31.27) 1,504.2607 (14.59) 37.5062 (33.12) 0.7395 (30.08) 6;460 15,890.2249 (0.03) 9951 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] 226.1866 (211.92) 196,699.4479 (19.59) 396.7036 (197.10) 4,600.0485 (44.60) 234.2053 (206.81) 6.9053 (280.85) 6;388 2,520.7738 (0.01) 3055 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] 499.2913 (467.81) 75,057.8362 (7.48) 903.6091 (448.96) 3,780.8798 (36.66) 520.5600 (459.66) 17.4502 (709.73) 19;134 1,106.6733 (0.00) 1412 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] 584.1795 (547.35) 135,648.5579 (13.51) 917.1816 (455.71) 4,686.1459 (45.44) 616.1537 (544.07) 26.3397 (>1000.0) 9;79 1,090.2966 (0.00) 1104 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] 2,990.0856 (>1000.0) 234,360.0243 (23.34) 5,547.7981 (>1000.0) 18,361.7497 (178.03) 3,159.3125 (>1000.0) 303.6684 (>1000.0) 3;27 180.2517 (0.00) 171 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] 18,452.8418 (>1000.0) 651,972.1039 (64.94) 37,864.0229 (>1000.0) 88,442.5603 (857.53) 19,106.0640 (>1000.0) 4,149.8654 (>1000.0) 2;7 26.4103 (0.00) 53 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] 22,231.7595 (>1000.0) 182,144.9623 (18.14) 39,464.9213 (>1000.0) 36,479.1913 (353.70) 23,008.3093 (>1000.0) 7,603.5229 (>1000.0) 6;8 25.3390 (0.00) 43 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] 36,588.1994 (>1000.0) 177,775.3625 (17.71) 56,220.6235 (>1000.0) 38,403.9416 (372.36) 40,522.2215 (>1000.0) 14,095.5211 (>1000.0) 3;3 17.7871 (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] 41,323.6041 (>1000.0) 251,376.3197 (25.04) 74,321.8754 (>1000.0) 59,386.8485 (575.81) 43,036.0921 (>1000.0) 50,400.4154 (>1000.0) 3;2 13.4550 (0.00) 21 1 test_bench_parsing_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/python.html] 195,074.2844 (>1000.0) 469,547.4748 (46.77) 332,523.6514 (>1000.0) 130,701.9109 (>1000.0) 353,862.9524 (>1000.0) 252,299.5388 (>1000.0) 3;0 3.0073 (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] 202,065.6373 (>1000.0) 361,985.1749 (36.05) 274,032.2996 (>1000.0) 63,517.6419 (615.86) 262,908.6245 (>1000.0) 98,915.7250 (>1000.0) 2;0 3.6492 (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] 312,991.4757 (>1000.0) 439,741.7903 (43.80) 380,706.5796 (>1000.0) 48,992.5114 (475.02) 372,439.2913 (>1000.0) 70,203.1530 (>1000.0) 2;0 2.6267 (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] 440,539.1160 (>1000.0) 725,831.0262 (72.29) 613,223.7561 (>1000.0) 112,339.1972 (>1000.0) 636,016.9426 (>1000.0) 158,564.5443 (>1000.0) 2;0 1.6307 (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] 2,711,673.3640 (>1000.0) 3,526,132.8351 (351.21) 3,218,429.7111 (>1000.0) 306,474.7634 (>1000.0) 3,286,889.2755 (>1000.0) 314,907.6449 (>1000.0) 2;0 0.3107 (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 59.12s ============================== 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-s390x/egg running install_lib running build_py creating build/bdist.linux-s390x/egg creating build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-s390x/egg/setuptools_rust byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/extension.py to extension.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/clean.py to clean.cpython-310.pyc creating build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-s390x/egg' to it removing 'build/bdist.linux-s390x/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 siphasher v0.3.10 Fresh smallvec v1.8.0 Fresh scopeguard v1.1.0 Fresh once_cell v1.10.0 Fresh new_debug_unreachable v1.0.4 Fresh mac v0.1.1 Fresh precomputed-hash v0.1.1 Fresh lazy_static v1.4.0 Fresh utf-8 v0.7.6 Fresh dtoa v0.4.8 Fresh autocfg v1.1.0 Fresh stable_deref_trait v1.2.0 Fresh convert_case v0.4.0 Fresh nodrop v0.1.14 Fresh byteorder v1.4.3 Fresh matches v0.1.9 Fresh itoa v0.4.8 Fresh thin-slice v0.1.1 Fresh bitflags v1.3.2 Fresh unindent v0.1.8 Fresh instant v0.1.12 Fresh phf_shared v0.8.0 Fresh phf_shared v0.10.0 Fresh lock_api v0.4.6 Fresh futf v0.1.5 Fresh dtoa-short v0.3.3 Fresh servo_arc v0.1.1 Fresh fxhash v0.2.1 Fresh indoc v1.0.4 Fresh libc v0.2.121 Fresh proc-macro2 v1.0.36 Fresh target-lexicon v0.12.3 Fresh proc-macro-hack v0.5.19 Fresh serde v1.0.136 Fresh log v0.4.14 Fresh tendril v0.4.3 Fresh getrandom v0.1.16 Fresh parking_lot_core v0.8.5 Fresh quote v1.0.16 Fresh memoffset v0.6.5 Fresh rand_core v0.5.1 Fresh parking_lot v0.11.2 Fresh syn v1.0.89 Compiling pyo3-build-config v0.17.1 Fresh rand_chacha v0.2.2 Fresh rand_pcg v0.2.1 Fresh string_cache v0.8.3 Fresh cssparser-macros v0.6.0 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 `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-build-config-069c7b043352be45/build-script-build` Running `rustc --crate-name pyo3_build_config --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=0aac01672e8a3e78 -C extra-filename=-0aac01672e8a3e78 --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-a9878913f6d005d7.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-99b188c4be1ebafc.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-eae4ba8cbf2ce1c7/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=05b99235063c0c2c -C extra-filename=-05b99235063c0c2c --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-05b99235063c0c2c -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-0aac01672e8a3e78.rlib --cap-lints allow -Ctarget-feature=-crt-static` Running `rustc --crate-name build_script_build --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=62b94ac07e17775f -C extra-filename=-62b94ac07e17775f --out-dir /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-ffi-62b94ac07e17775f -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-0aac01672e8a3e78.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-62b94ac07e17775f/build-script-build` Running `rustc --crate-name pyo3_ffi --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=87cfc7de00a7ff83 -C extra-filename=-87cfc7de00a7ff83 --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-3279d6e63e5bc4eb.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 `/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/build/pyo3-05b99235063c0c2c/build-script-build` Running `rustc --crate-name pyo3 --edition=2018 /home/buildozer/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/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=f0cd9434135de3bf -C extra-filename=-f0cd9434135de3bf --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-c8a2eb89831db70b.rmeta --extern indoc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libindoc-7aa9ed34e3e73588.so --extern libc=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/liblibc-3279d6e63e5bc4eb.rmeta --extern memoffset=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libmemoffset-44a8ac9db5c624d6.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-a7182ee3c4507a89.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-87cfc7de00a7ff83.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-312975090acc4a72.so --extern unindent=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libunindent-8ecb297486914e34.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=496360277cf0e9b6 --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-5fe459e1f2379625.rlib --extern pyo3=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libpyo3-f0cd9434135de3bf.rlib --extern tendril=/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/target/release/deps/libtendril-39a0ece55cc07bda.rlib -Ctarget-feature=-crt-static` Finished release [optimized] target(s) in 1m 06s 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-s390x-cpython-310/html_py_ever/html_py_ever.cpython-310-s390x-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-s390x-cpython-310/html_py_ever/html_py_ever.cpython-310-s390x-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 copying build/lib.linux-s390x-cpython-310/html_py_ever/__init__.py -> /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever byte-compiling /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying html_py_ever.egg-info to /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/.nox/setuptools_install/lib/python3.10/site-packages/html_py_ever-0.1.0-py3.10.egg-info running install_scripts nox > pytest ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever, configfile: pytest.ini plugins: benchmark-4.0.0 collected 20 items tests/test_parsing.py .......... [ 50%] tests/test_selector.py .......... [100%] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- benchmark: 20 tests -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Name (time in us) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/empty.html] 1.0766 (1.0) 12,427.5535 (4.93) 1.4208 (1.0) 49.8861 (3.04) 1.1437 (1.0) 0.0373 (1.0) 9;5582 703,836.6450 (1.0) 64590 1 test_bench_selector_rust[/home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/html-py-ever/tests/small.html] 1.2610 (1.17) 127,583.7980 (50.60) 3.4029 (2.40) 422.8332 (25.77) 1.3392 (1.17) 0.0466 (1.25) 9;13600 293,867.1805 (0.42) 148144 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] 3.7067 (3.44) 2,521.4292 (1.0) 4.2055 (2.96) 16.4107 (1.0) 3.9544 (3.46) 0.1658 (4.45) 18;1811 237,782.8864 (0.34) 26983 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] 10.2781 (9.55) 65,823.8716 (26.11) 17.4550 (12.29) 625.0584 (38.09) 10.8425 (9.48) 0.3707 (9.95) 2;1695 57,290.0241 (0.08) 19001 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] 29.3311 (27.24) 84,111.8675 (33.36) 59.5240 (41.90) 1,235.0032 (75.26) 31.0019 (27.11) 1.2070 (32.40) 14;594 16,799.9484 (0.02) 10807 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] 32.1828 (29.89) 87,362.1590 (34.65) 52.9120 (37.24) 850.1265 (51.80) 33.5388 (29.33) 0.8065 (21.65) 34;1094 18,899.3172 (0.03) 17878 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] 35.8094 (33.26) 203,338.8708 (80.64) 56.6100 (39.84) 1,808.7824 (110.22) 37.5547 (32.84) 1.1902 (31.95) 3;528 17,664.7211 (0.03) 12699 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] 240.2589 (223.16) 152,516.2105 (60.49) 872.4008 (614.03) 9,326.0332 (568.29) 245.5562 (214.71) 4.2953 (115.30) 1;37 1,146.2621 (0.00) 267 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] 497.5181 (462.12) 209,400.0857 (83.05) 919.8685 (647.44) 7,785.9810 (474.45) 516.2600 (451.41) 15.7161 (421.88) 5;143 1,087.1120 (0.00) 1548 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] 581.3465 (539.98) 184,758.5589 (73.28) 1,059.9205 (746.01) 7,793.5360 (474.91) 599.8518 (524.50) 23.0726 (619.35) 6;107 943.4670 (0.00) 1373 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] 2,997.6089 (>1000.0) 284,913.4970 (113.00) 6,822.5372 (>1000.0) 26,959.9283 (>1000.0) 3,156.9982 (>1000.0) 233.9119 (>1000.0) 4;23 146.5730 (0.00) 180 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] 18,734.1925 (>1000.0) 305,808.2201 (121.28) 36,029.1711 (>1000.0) 60,198.9281 (>1000.0) 19,037.8372 (>1000.0) 490.1802 (>1000.0) 2;4 27.7553 (0.00) 27 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] 22,222.9473 (>1000.0) 181,710.0029 (72.07) 34,382.3088 (>1000.0) 30,665.2864 (>1000.0) 23,228.8828 (>1000.0) 4,595.0990 (>1000.0) 4;6 29.0847 (0.00) 42 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] 35,742.9627 (>1000.0) 238,375.8593 (94.54) 56,259.4349 (>1000.0) 53,788.6593 (>1000.0) 36,765.5614 (>1000.0) 5,221.5187 (>1000.0) 2;4 17.7748 (0.00) 24 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] 41,807.7484 (>1000.0) 312,483.3610 (123.93) 86,843.6553 (>1000.0) 77,177.4276 (>1000.0) 48,940.2004 (>1000.0) 24,211.2614 (>1000.0) 4;5 11.5149 (0.00) 22 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] 182,468.7123 (>1000.0) 507,551.8768 (201.30) 313,227.8569 (>1000.0) 143,676.9412 (>1000.0) 272,326.9854 (>1000.0) 251,581.1282 (>1000.0) 1;0 3.1926 (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] 258,120.6728 (>1000.0) 452,147.8154 (179.32) 329,082.5360 (>1000.0) 73,475.2361 (>1000.0) 308,237.4688 (>1000.0) 72,003.0596 (>1000.0) 1;0 3.0388 (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] 305,831.5106 (>1000.0) 534,550.6724 (212.00) 467,143.0081 (>1000.0) 91,790.6851 (>1000.0) 502,319.3117 (>1000.0) 71,214.7481 (>1000.0) 1;1 2.1407 (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] 606,884.2784 (>1000.0) 815,584.9632 (323.46) 684,396.2513 (>1000.0) 83,141.7180 (>1000.0) 689,818.1662 (>1000.0) 106,836.4801 (>1000.0) 1;0 1.4611 (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,287,632.7038 (>1000.0) 3,942,476.3918 (>1000.0) 3,611,748.0546 (>1000.0) 291,785.2673 (>1000.0) 3,474,696.9864 (>1000.0) 497,157.4694 (>1000.0) 2;0 0.2769 (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 58.82s ============================== nox > Session setuptools_install was successful. nox > Ran multiple sessions: nox > * test: success nox > * setuptools_install: success nox > nox -f examples/hello-world-script/noxfile.py nox > Running session test nox > Creating virtual environment (virtualenv) using python3 in .nox/test nox > python -m pip install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python -m pip install --no-build-isolation . nox > hello-world-script Hello, world! nox > Session test was successful. nox > Running session setuptools_install nox > Creating virtual environment (virtualenv) using python3 in .nox/setuptools_install nox > python -m pip install setuptools nox > cd /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2 nox > python setup.py install running install /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /home/buildozer/aports/community/py3-setuptools-rust/src/setuptools-rust-1.5.2/examples/hello-world-script/.nox/setuptools_install/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' installing library code to build/bdist.linux-s390x/egg running install_lib running build_py creating build/bdist.linux-s390x/egg creating build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/version.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/extension.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/build.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/command.py -> build/bdist.linux-s390x/egg/setuptools_rust copying build/lib/setuptools_rust/clean.py -> build/bdist.linux-s390x/egg/setuptools_rust byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/version.py to version.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/rustc_info.py to rustc_info.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/extension.py to extension.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/_utils.py to _utils.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/build.py to build.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/command.py to command.cpython-310.pyc byte-compiling build/bdist.linux-s390x/egg/setuptools_rust/clean.py to clean.cpython-310.pyc creating build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/entry_points.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/requires.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO copying setuptools_rust.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO creating 'dist/setuptools_rust-1.5.2-py3.10.egg' and adding 'build/bdist.linux-s390x/egg' to it removing 'build/bdist.linux-s390x/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.08s 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-s390x-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-s390x-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 copying build/lib.linux-s390x-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 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 > 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/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/__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/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/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/_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/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/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/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/__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/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/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/_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/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/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 08:50:47 +0000 elapsed time 0h 10m 36s >>> py3-setuptools-rust: Cleaning up srcdir >>> py3-setuptools-rust: Cleaning up pkgdir >>> py3-setuptools-rust: Uninstalling dependencies... (1/37) Purging .makedepends-py3-setuptools-rust (20221027.084014) (2/37) Purging py3-semantic-version (2.10.0-r0) (3/37) Purging cargo (1.64.0-r2) (4/37) Purging rust (1.64.0-r2) (5/37) Purging rust-stdlib (1.64.0-r2) (6/37) Purging py3-setuptools_scm (7.0.5-r0) (7/37) Purging py3-typing-extensions (4.4.0-r0) (8/37) Purging py3-pytest (7.1.3-r1) (9/37) Purging py3-attrs (22.1.0-r0) (10/37) Purging py3-iniconfig (1.1.1-r3) (11/37) Purging py3-pluggy (1.0.0-r1) (12/37) Purging py3-tomli (2.0.1-r1) (13/37) Purging py3-nox (2022.8.7-r0) (14/37) Purging py3-argcomplete (2.0.0-r0) (15/37) Purging py3-colorlog (6.7.0-r0) (16/37) Purging py3-py (1.11.0-r0) (17/37) Purging py3-setuptools (65.5.0-r0) (18/37) Purging py3-virtualenv (20.16.5-r1) (19/37) Purging py3-platformdirs (2.5.2-r0) (20/37) Purging py3-distlib (0.3.4-r2) (21/37) Purging py3-filelock (3.8.0-r0) (22/37) Purging py3-wheel (0.37.1-r1) (23/37) Purging py3-packaging (21.3-r2) (24/37) Purging py3-parsing (3.0.9-r0) (25/37) Purging python3-dev (3.10.8-r3) (26/37) Purging python3 (3.10.8-r3) (27/37) Purging libffi-dev (3.4.4-r0) (28/37) Purging linux-headers (5.19.5-r0) (29/37) Purging libbz2 (1.0.8-r3) (30/37) Purging llvm15-libs (15.0.3-r1) (31/37) Purging libffi (3.4.4-r0) (32/37) Purging gdbm (1.23-r0) (33/37) Purging libxml2 (2.10.3-r0) (34/37) Purging xz-libs (5.2.7-r0) (35/37) Purging mpdecimal (2.5.1-r1) (36/37) Purging readline (8.2.0-r0) (37/37) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 240 MiB in 93 packages >>> py3-setuptools-rust: Updating the community/s390x repository index... >>> py3-setuptools-rust: Signing the index...