>>> py3-http-ece: Building community/py3-http-ece 1.2.0-r0 (using abuild 3.12.0-r2) started Sun, 28 Jan 2024 11:49:48 +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/29) Installing libbz2 (1.0.8-r6) (2/29) Installing libffi (3.4.4-r3) (3/29) Installing gdbm (1.23-r1) (4/29) Installing xz-libs (5.4.6-r0) (5/29) Installing mpdecimal (4.0.0-r0) (6/29) Installing libpanelw (6.4_p20231125-r0) (7/29) Installing readline (8.2.10-r0) (8/29) Installing sqlite-libs (3.45.0-r0) (9/29) Installing python3 (3.11.7-r1) (10/29) Installing python3-pycache-pyc0 (3.11.7-r1) (11/29) Installing pyc (3.11.7-r1) (12/29) Installing py3-cparser (2.21-r4) (13/29) Installing py3-cparser-pyc (2.21-r4) (14/29) Installing py3-cffi (1.16.0-r0) (15/29) Installing py3-cffi-pyc (1.16.0-r0) (16/29) Installing py3-cryptography-pyc (41.0.7-r0) (17/29) Installing python3-pyc (3.11.7-r1) (18/29) Installing py3-cryptography (41.0.7-r0) (19/29) Installing py3-parsing (3.1.1-r0) (20/29) Installing py3-parsing-pyc (3.1.1-r0) (21/29) Installing py3-packaging (23.2-r0) (22/29) Installing py3-packaging-pyc (23.2-r0) (23/29) Installing py3-setuptools (69.0.3-r0) (24/29) Installing py3-setuptools-pyc (69.0.3-r0) (25/29) Installing py3-nose (1.3.7-r11) (26/29) Installing py3-nose-pyc (1.3.7-r11) (27/29) Installing py3-coverage (6.5.0-r5) (28/29) Installing py3-coverage-pyc (6.5.0-r5) (29/29) Installing .makedepends-py3-http-ece (20240128.114949) Executing busybox-1.36.1-r19.trigger OK: 325 MiB in 132 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.11/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.11/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.11/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.068s OK (skipped=2) >>> py3-http-ece: Entering fakeroot... running install /usr/lib/python3.11/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.11 creating /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr/lib/python3.11/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.11/site-packages/http_ece byte-compiling /home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece/usr/lib/python3.11/site-packages/http_ece/__init__.py to __init__.cpython-311.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.11/site-packages/http_ece-1.2.0-py3.11.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.11/site-packages/http_ece/__pycache__' -> '/home/buildozer/aports/community/py3-http-ece/pkg/py3-http-ece-pyc/usr/lib/python3.11/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.11 >>> py3-http-ece-pyc*: Package size: 48.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-r0.apk >>> py3-http-ece*: Tracing dependencies... py3-cryptography python3~3.11 >>> 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-r0.apk >>> py3-http-ece: Build complete at Sun, 28 Jan 2024 11:49:51 +0000 elapsed time 0h 0m 3s >>> py3-http-ece: Cleaning up srcdir >>> py3-http-ece: Cleaning up pkgdir >>> py3-http-ece: Uninstalling dependencies... (1/29) Purging .makedepends-py3-http-ece (20240128.114949) (2/29) Purging py3-cryptography-pyc (41.0.7-r0) (3/29) Purging py3-cryptography (41.0.7-r0) (4/29) Purging py3-cffi-pyc (1.16.0-r0) (5/29) Purging py3-cffi (1.16.0-r0) (6/29) Purging py3-cparser-pyc (2.21-r4) (7/29) Purging py3-cparser (2.21-r4) (8/29) Purging py3-setuptools-pyc (69.0.3-r0) (9/29) Purging py3-setuptools (69.0.3-r0) (10/29) Purging py3-packaging-pyc (23.2-r0) (11/29) Purging py3-packaging (23.2-r0) (12/29) Purging py3-parsing-pyc (3.1.1-r0) (13/29) Purging py3-parsing (3.1.1-r0) (14/29) Purging py3-nose-pyc (1.3.7-r11) (15/29) Purging py3-nose (1.3.7-r11) (16/29) Purging py3-coverage-pyc (6.5.0-r5) (17/29) Purging py3-coverage (6.5.0-r5) (18/29) Purging python3-pyc (3.11.7-r1) (19/29) Purging python3-pycache-pyc0 (3.11.7-r1) (20/29) Purging pyc (3.11.7-r1) (21/29) Purging python3 (3.11.7-r1) (22/29) Purging gdbm (1.23-r1) (23/29) Purging libbz2 (1.0.8-r6) (24/29) Purging libffi (3.4.4-r3) (25/29) Purging libpanelw (6.4_p20231125-r0) (26/29) Purging mpdecimal (4.0.0-r0) (27/29) Purging readline (8.2.10-r0) (28/29) Purging sqlite-libs (3.45.0-r0) (29/29) Purging xz-libs (5.4.6-r0) Executing busybox-1.36.1-r19.trigger OK: 270 MiB in 103 packages >>> py3-http-ece: Updating the community/armv7 repository index... >>> py3-http-ece: Signing the index...