>>> py3-http-ece: Building community/py3-http-ece 1.2.0-r1 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 02:50:03 +0000 >>> py3-http-ece: Checking sanity of /home/buildozer/aports/community/py3-http-ece/APKBUILD... >>> py3-http-ece: Analyzing dependencies... >>> py3-http-ece: Installing for build: build-base py3-cryptography py3-setuptools py3-nose py3-coverage (1/27) Installing libffi (3.4.6-r0) (2/27) Installing gdbm (1.23-r1) (3/27) Installing mpdecimal (4.0.0-r0) (4/27) Installing libpanelw (6.4_p20240330-r0) (5/27) Installing readline (8.2.10-r0) (6/27) Installing sqlite-libs (3.45.2-r0) (7/27) Installing python3 (3.12.3-r0) (8/27) Installing python3-pycache-pyc0 (3.12.3-r0) (9/27) Installing pyc (3.12.3-r0) (10/27) Installing py3-cparser (2.22-r1) (11/27) Installing py3-cparser-pyc (2.22-r1) (12/27) Installing py3-cffi (1.16.0-r1) (13/27) Installing py3-cffi-pyc (1.16.0-r1) (14/27) Installing py3-cryptography-pyc (42.0.5-r1) (15/27) Installing python3-pyc (3.12.3-r0) (16/27) Installing py3-cryptography (42.0.5-r1) (17/27) Installing py3-parsing (3.1.2-r1) (18/27) Installing py3-parsing-pyc (3.1.2-r1) (19/27) Installing py3-packaging (24.0-r1) (20/27) Installing py3-packaging-pyc (24.0-r1) (21/27) Installing py3-setuptools (69.2.0-r2) (22/27) Installing py3-setuptools-pyc (69.2.0-r2) (23/27) Installing py3-nose (1.3.7-r12) (24/27) Installing py3-nose-pyc (1.3.7-r12) (25/27) Installing py3-coverage (6.5.0-r6) (26/27) Installing py3-coverage-pyc (6.5.0-r6) (27/27) Installing .makedepends-py3-http-ece (20240413.025004) Executing busybox-1.36.1-r25.trigger OK: 324 MiB in 137 packages >>> py3-http-ece: Cleaning up srcdir >>> py3-http-ece: Cleaning up pkgdir >>> py3-http-ece: Cleaning up tmpdir >>> py3-http-ece: Fetching https://distfiles.alpinelinux.org/distfiles/edge/http_ece-1.2.0.tar.gz >>> py3-http-ece: Fetching https://distfiles.alpinelinux.org/distfiles/edge/http_ece-1.2.0.tar.gz >>> py3-http-ece: Checking sha512sums... http_ece-1.2.0.tar.gz: OK >>> py3-http-ece: Unpacking /var/cache/distfiles/http_ece-1.2.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/http_ece copying http_ece/__init__.py -> build/lib/http_ece running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info writing http_ece.egg-info/PKG-INFO writing dependency_links to http_ece.egg-info/dependency_links.txt writing requirements to http_ece.egg-info/requires.txt writing top-level names to http_ece.egg-info/top_level.txt reading manifest file 'http_ece.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'http_ece.egg-info/SOURCES.txt' running build_ext test_derive_key_invalid_mode (test_ece.TestEce.test_derive_key_invalid_mode) ... ok test_derive_key_invalid_salt (test_ece.TestEce.test_derive_key_invalid_salt) ... ok test_derive_key_invalid_version (test_ece.TestEce.test_derive_key_invalid_version) ... ok test_derive_key_no_private_key (test_ece.TestEce.test_derive_key_no_private_key) ... ok test_derive_key_no_secret (test_ece.TestEce.test_derive_key_no_secret) ... ok test_iv_bad_counter (test_ece.TestEce.test_iv_bad_counter) ... ok test_bad_early_delimiter (test_ece.TestEceChecking.test_bad_early_delimiter) ... ok test_bad_final_delimiter (test_ece.TestEceChecking.test_bad_final_delimiter) ... ok test_damage (test_ece.TestEceChecking.test_damage) ... ok test_decrypt_bad_header (test_ece.TestEceChecking.test_decrypt_bad_header) ... ok test_decrypt_bad_version (test_ece.TestEceChecking.test_decrypt_bad_version) ... ok test_decrypt_small_rs (test_ece.TestEceChecking.test_decrypt_small_rs) ... ok test_encrypt_bad_version (test_ece.TestEceChecking.test_encrypt_bad_version) ... ok test_encrypt_long_keyid (test_ece.TestEceChecking.test_encrypt_long_keyid) ... ok test_encrypt_small_rs (test_ece.TestEceChecking.test_encrypt_small_rs) ... ok test_overlong_padding (test_ece.TestEceChecking.test_overlong_padding) ... ok test_types (test_ece.TestEceIntegration.test_types) ... ok test_decrypt (test_ece.TestNode.test_decrypt) ... SKIP: No ../encrypt_data.json file found test_encrypt (test_ece.TestNode.test_encrypt) ... SKIP: No ../encrypt_data.json file found ---------------------------------------------------------------------- Ran 19 tests in 0.097s OK (skipped=2) >>> py3-http-ece: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running install_lib creating /home/buildozer/aports/community/py3-http-ece/pkg creating /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece creating /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr creating /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr/lib creating /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr/lib/python3.12/site-packages/http_ece copying build/lib/http_ece/__init__.py -> /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr/lib/python3.12/site-packages/http_ece byte-compiling /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr/lib/python3.12/site-packages/http_ece/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info writing http_ece.egg-info/PKG-INFO writing dependency_links to http_ece.egg-info/dependency_links.txt writing requirements to http_ece.egg-info/requires.txt writing top-level names to http_ece.egg-info/top_level.txt reading manifest file 'http_ece.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'http_ece.egg-info/SOURCES.txt' Copying http_ece.egg-info to /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr/lib/python3.12/site-packages/http_ece-1.2.0-py3.12.egg-info running install_scripts >>> py3-http-ece-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr/lib/python3.12/site-packages/http_ece/__pycache__' -> '/home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece-pyc/usr/lib/python3.12/site-packages/http_ece/__pycache__' >>> py3-http-ece-pyc*: Preparing subpackage py3-http-ece-pyc... >>> py3-http-ece-pyc*: Running postcheck for py3-http-ece-pyc >>> py3-http-ece*: Running postcheck for py3-http-ece >>> py3-http-ece*: Preparing package py3-http-ece... >>> py3-http-ece-pyc*: Tracing dependencies... py3-cryptography python3~3.12 >>> py3-http-ece-pyc*: Package size: 44.0 KB >>> py3-http-ece-pyc*: Compressing data... >>> py3-http-ece-pyc*: Create checksum... >>> py3-http-ece-pyc*: Create py3-http-ece-pyc-1.2.0-r1.apk >>> py3-http-ece*: Tracing dependencies... py3-cryptography python3~3.12 >>> py3-http-ece*: Package size: 64.0 KB >>> py3-http-ece*: Compressing data... >>> py3-http-ece*: Create checksum... >>> py3-http-ece*: Create py3-http-ece-1.2.0-r1.apk >>> py3-http-ece: Build complete at Sat, 13 Apr 2024 02:50:06 +0000 elapsed time 0h 0m 3s >>> py3-http-ece: Cleaning up srcdir >>> py3-http-ece: Cleaning up pkgdir >>> py3-http-ece: Uninstalling dependencies... (1/27) Purging .makedepends-py3-http-ece (20240413.025004) (2/27) Purging py3-cryptography-pyc (42.0.5-r1) (3/27) Purging py3-cryptography (42.0.5-r1) (4/27) Purging py3-cffi-pyc (1.16.0-r1) (5/27) Purging py3-cffi (1.16.0-r1) (6/27) Purging py3-cparser-pyc (2.22-r1) (7/27) Purging py3-cparser (2.22-r1) (8/27) Purging py3-setuptools-pyc (69.2.0-r2) (9/27) Purging py3-setuptools (69.2.0-r2) (10/27) Purging py3-packaging-pyc (24.0-r1) (11/27) Purging py3-packaging (24.0-r1) (12/27) Purging py3-parsing-pyc (3.1.2-r1) (13/27) Purging py3-parsing (3.1.2-r1) (14/27) Purging py3-nose-pyc (1.3.7-r12) (15/27) Purging py3-nose (1.3.7-r12) (16/27) Purging py3-coverage-pyc (6.5.0-r6) (17/27) Purging py3-coverage (6.5.0-r6) (18/27) Purging python3-pyc (3.12.3-r0) (19/27) Purging python3-pycache-pyc0 (3.12.3-r0) (20/27) Purging pyc (3.12.3-r0) (21/27) Purging python3 (3.12.3-r0) (22/27) Purging gdbm (1.23-r1) (23/27) Purging libffi (3.4.6-r0) (24/27) Purging libpanelw (6.4_p20240330-r0) (25/27) Purging mpdecimal (4.0.0-r0) (26/27) Purging readline (8.2.10-r0) (27/27) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-http-ece: Updating the community/ppc64le repository index... >>> py3-http-ece: Signing the index...