>>> py3-http-ece: Building community/py3-http-ece 1.2.0-r1 (using abuild 3.13.0-r5) started Tue, 27 Aug 2024 19:24:02 +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/28) Installing libbz2 (1.0.8-r6)
(2/28) Installing libffi (3.4.6-r0)
(3/28) Installing gdbm (1.24-r0)
(4/28) Installing xz-libs (5.6.2-r0)
(5/28) Installing mpdecimal (4.0.0-r0)
(6/28) Installing libpanelw (6.5_p20240601-r0)
(7/28) Installing sqlite-libs (3.46.1-r0)
(8/28) Installing python3 (3.12.5-r1)
(9/28) Installing python3-pycache-pyc0 (3.12.5-r1)
(10/28) Installing pyc (3.12.5-r1)
(11/28) Installing py3-cparser (2.22-r1)
(12/28) Installing py3-cparser-pyc (2.22-r1)
(13/28) Installing py3-cffi (1.16.0-r1)
(14/28) Installing py3-cffi-pyc (1.16.0-r1)
(15/28) Installing py3-cryptography-pyc (43.0.0-r0)
(16/28) Installing python3-pyc (3.12.5-r1)
(17/28) Installing py3-cryptography (43.0.0-r0)
(18/28) Installing py3-parsing (3.1.2-r1)
(19/28) Installing py3-parsing-pyc (3.1.2-r1)
(20/28) Installing py3-packaging (24.1-r0)
(21/28) Installing py3-packaging-pyc (24.1-r0)
(22/28) Installing py3-setuptools (70.3.0-r0)
(23/28) Installing py3-setuptools-pyc (70.3.0-r0)
(24/28) Installing py3-nose (1.3.7-r13)
(25/28) Installing py3-nose-pyc (1.3.7-r13)
(26/28) Installing py3-coverage (7.5.1-r0)
(27/28) Installing py3-coverage-pyc (7.5.1-r0)
(28/28) Installing .makedepends-py3-http-ece (20240827.192416)
Executing busybox-1.36.1-r31.trigger
OK: 308 MiB in 129 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
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8771  100  8771    0     0   127k      0 --:--:-- --:--:-- --:--:--  129k
>>> 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.094s

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 Tue, 27 Aug 2024 19:24:19 +0000 elapsed time 0h 0m 17s
>>> py3-http-ece: Cleaning up srcdir
>>> py3-http-ece: Cleaning up pkgdir
>>> py3-http-ece: Uninstalling dependencies...
(1/28) Purging .makedepends-py3-http-ece (20240827.192416)
(2/28) Purging py3-cryptography-pyc (43.0.0-r0)
(3/28) Purging py3-cryptography (43.0.0-r0)
(4/28) Purging py3-cffi-pyc (1.16.0-r1)
(5/28) Purging py3-cffi (1.16.0-r1)
(6/28) Purging py3-cparser-pyc (2.22-r1)
(7/28) Purging py3-cparser (2.22-r1)
(8/28) Purging py3-setuptools-pyc (70.3.0-r0)
(9/28) Purging py3-setuptools (70.3.0-r0)
(10/28) Purging py3-packaging-pyc (24.1-r0)
(11/28) Purging py3-packaging (24.1-r0)
(12/28) Purging py3-parsing-pyc (3.1.2-r1)
(13/28) Purging py3-parsing (3.1.2-r1)
(14/28) Purging py3-nose-pyc (1.3.7-r13)
(15/28) Purging py3-nose (1.3.7-r13)
(16/28) Purging py3-coverage-pyc (7.5.1-r0)
(17/28) Purging py3-coverage (7.5.1-r0)
(18/28) Purging python3-pyc (3.12.5-r1)
(19/28) Purging python3-pycache-pyc0 (3.12.5-r1)
(20/28) Purging pyc (3.12.5-r1)
(21/28) Purging python3 (3.12.5-r1)
(22/28) Purging gdbm (1.24-r0)
(23/28) Purging libbz2 (1.0.8-r6)
(24/28) Purging libffi (3.4.6-r0)
(25/28) Purging libpanelw (6.5_p20240601-r0)
(26/28) Purging mpdecimal (4.0.0-r0)
(27/28) Purging sqlite-libs (3.46.1-r0)
(28/28) Purging xz-libs (5.6.2-r0)
Executing busybox-1.36.1-r31.trigger
OK: 250 MiB in 101 packages
>>> py3-http-ece: Updating the community/loongarch64 repository index...
>>> py3-http-ece: Signing the index...