>>> py3-acme: Building community/py3-acme 2.1.0-r0 (using abuild 3.10.0-r0) started Tue, 13 Dec 2022 12:44:26 +0000 >>> py3-acme: Checking sanity of /home/buildozer/aports/community/py3-acme/APKBUILD... >>> py3-acme: Analyzing dependencies... >>> py3-acme: Installing for build: build-base py3-setuptools py3-cryptography py3-josepy py3-openssl py3-pyrfc3339 py3-tz py3-requests py3-requests-toolbelt py3-pytest py3-pytest-runner (1/29) Installing libffi (3.4.4-r0) (2/29) Installing gdbm (1.23-r0) (3/29) Installing mpdecimal (2.5.1-r1) (4/29) Installing readline (8.2.0-r0) (5/29) Installing sqlite-libs (3.40.0-r0) (6/29) Installing python3 (3.11.1-r1) (7/29) Installing py3-parsing (3.0.9-r1) (8/29) Installing py3-packaging (22.0-r0) (9/29) Installing py3-setuptools (65.6.3-r0) (10/29) Installing py3-cparser (2.21-r1) (11/29) Installing py3-cffi (1.15.1-r1) (12/29) Installing py3-cryptography (38.0.4-r0) (13/29) Installing py3-openssl (22.1.0-r2) (14/29) Installing py3-josepy (1.13.0-r3) (15/29) Installing py3-tz (2022.6-r1) (16/29) Installing py3-pyrfc3339 (1.1-r6) (17/29) Installing py3-certifi (2022.12.7-r0) (18/29) Installing py3-charset-normalizer (3.0.1-r1) (19/29) Installing py3-idna (3.4-r3) (20/29) Installing py3-urllib3 (1.26.13-r0) (21/29) Installing py3-requests (2.28.1-r2) (22/29) Installing py3-requests-toolbelt (0.10.1-r1) (23/29) Installing py3-attrs (22.1.0-r1) (24/29) Installing py3-iniconfig (1.1.1-r4) (25/29) Installing py3-pluggy (1.0.0-r2) (26/29) Installing py3-py (1.11.0-r1) (27/29) Installing py3-pytest (7.2.0-r2) (28/29) Installing py3-pytest-runner (6.0.0-r1) (29/29) Installing .makedepends-py3-acme (20221213.124427) Executing busybox-1.35.0-r29.trigger OK: 469 MiB in 132 packages >>> py3-acme: Cleaning up srcdir >>> py3-acme: Cleaning up pkgdir >>> py3-acme: Fetching https://distfiles.alpinelinux.org/distfiles/edge/acme-2.1.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-acme: Fetching https://pypi.io/packages/source/a/acme/acme-2.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 122 100 122 0 0 1073 0 --:--:-- --:--:-- --:--:-- 1070 100 268 100 268 0 0 844 0 --:--:-- --:--:-- --:--:-- 844 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87062 100 87062 0 0 143k 0 --:--:-- --:--:-- --:--:-- 143k >>> py3-acme: Fetching https://distfiles.alpinelinux.org/distfiles/edge/acme-2.1.0.tar.gz >>> py3-acme: Checking sha512sums... acme-2.1.0.tar.gz: OK >>> py3-acme: Unpacking /var/cache/distfiles/edge/acme-2.1.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/acme copying acme/util.py -> build/lib/acme copying acme/__init__.py -> build/lib/acme copying acme/errors.py -> build/lib/acme copying acme/fields.py -> build/lib/acme copying acme/messages.py -> build/lib/acme copying acme/client.py -> build/lib/acme copying acme/standalone.py -> build/lib/acme copying acme/crypto_util.py -> build/lib/acme copying acme/challenges.py -> build/lib/acme copying acme/jws.py -> build/lib/acme running egg_info writing acme.egg-info/PKG-INFO writing dependency_links to acme.egg-info/dependency_links.txt writing requirements to acme.egg-info/requires.txt writing top-level names to acme.egg-info/top_level.txt reading manifest file 'acme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'acme.egg-info/SOURCES.txt' copying acme/py.typed -> build/lib/acme running pytest running egg_info writing acme.egg-info/PKG-INFO writing dependency_links to acme.egg-info/dependency_links.txt writing requirements to acme.egg-info/requires.txt writing top-level names to acme.egg-info/top_level.txt reading manifest file 'acme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'acme.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-acme/src/acme-2.1.0, configfile: pytest.ini collected 248 items tests/challenges_test.py ............................................... [ 18%] ................. [ 25%] tests/client_test.py ................................................... [ 46%] ................ [ 52%] tests/crypto_util_test.py ................................... [ 66%] tests/errors_test.py .... [ 68%] tests/fields_test.py ........ [ 71%] tests/jose_test.py .. [ 72%] tests/jws_test.py ... [ 73%] tests/messages_test.py ................................................. [ 93%] [ 93%] tests/standalone_test.py ............... [ 99%] tests/util_test.py . [100%] ============================= 248 passed in 27.08s ============================= >>> py3-acme: Entering fakeroot... running install /usr/lib/python3.11/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 acme.egg-info/PKG-INFO writing dependency_links to acme.egg-info/dependency_links.txt writing requirements to acme.egg-info/requires.txt writing top-level names to acme.egg-info/top_level.txt reading manifest file 'acme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'acme.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-acme/pkg creating /home/buildozer/aports/community/py3-acme/pkg/py3-acme creating /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr creating /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib creating /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme copying build/lib/acme/util.py -> /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme copying build/lib/acme/__init__.py -> /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme copying build/lib/acme/errors.py -> /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme copying build/lib/acme/fields.py -> /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme copying build/lib/acme/py.typed -> /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme copying build/lib/acme/messages.py -> /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme copying build/lib/acme/client.py -> /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme copying build/lib/acme/standalone.py -> /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme copying build/lib/acme/crypto_util.py -> /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme copying build/lib/acme/challenges.py -> /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme copying build/lib/acme/jws.py -> /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme byte-compiling /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme/util.py to util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme/fields.py to fields.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme/messages.py to messages.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme/client.py to client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme/standalone.py to standalone.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme/crypto_util.py to crypto_util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme/challenges.py to challenges.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme/jws.py to jws.cpython-311.pyc running install_egg_info Copying acme.egg-info to /home/buildozer/aports/community/py3-acme/pkg/py3-acme/usr/lib/python3.11/site-packages/acme-2.1.0-py3.11.egg-info running install_scripts >>> py3-acme*: Running postcheck for py3-acme >>> py3-acme*: Preparing package py3-acme... >>> py3-acme*: Tracing dependencies... >>> py3-acme*: Package size: 384.0 KB >>> py3-acme*: Compressing data... >>> py3-acme*: Create checksum... >>> py3-acme*: Create py3-acme-2.1.0-r0.apk >>> py3-acme: Build complete at Tue, 13 Dec 2022 12:44:58 +0000 elapsed time 0h 0m 32s >>> py3-acme: Cleaning up srcdir >>> py3-acme: Cleaning up pkgdir >>> py3-acme: Uninstalling dependencies... (1/29) Purging .makedepends-py3-acme (20221213.124427) (2/29) Purging py3-josepy (1.13.0-r3) (3/29) Purging py3-openssl (22.1.0-r2) (4/29) Purging py3-cryptography (38.0.4-r0) (5/29) Purging py3-cffi (1.15.1-r1) (6/29) Purging py3-cparser (2.21-r1) (7/29) Purging py3-pyrfc3339 (1.1-r6) (8/29) Purging py3-tz (2022.6-r1) (9/29) Purging py3-requests-toolbelt (0.10.1-r1) (10/29) Purging py3-requests (2.28.1-r2) (11/29) Purging py3-certifi (2022.12.7-r0) (12/29) Purging py3-charset-normalizer (3.0.1-r1) (13/29) Purging py3-idna (3.4-r3) (14/29) Purging py3-urllib3 (1.26.13-r0) (15/29) Purging py3-pytest-runner (6.0.0-r1) (16/29) Purging py3-pytest (7.2.0-r2) (17/29) Purging py3-attrs (22.1.0-r1) (18/29) Purging py3-iniconfig (1.1.1-r4) (19/29) Purging py3-pluggy (1.0.0-r2) (20/29) Purging py3-py (1.11.0-r1) (21/29) Purging py3-setuptools (65.6.3-r0) (22/29) Purging py3-packaging (22.0-r0) (23/29) Purging py3-parsing (3.0.9-r1) (24/29) Purging python3 (3.11.1-r1) (25/29) Purging libffi (3.4.4-r0) (26/29) Purging gdbm (1.23-r0) (27/29) Purging mpdecimal (2.5.1-r1) (28/29) Purging readline (8.2.0-r0) (29/29) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 378 MiB in 103 packages >>> py3-acme: Updating the community/x86 repository index... >>> py3-acme: Signing the index...