>>> py3-txacme: Building community/py3-txacme 0.9.3-r4 (using abuild 3.10.0_rc1-r2) started Sun, 30 Oct 2022 01:20:58 +0000 >>> py3-txacme: Checking sanity of /home/buildozer/aports/community/py3-txacme/APKBUILD... >>> WARNING: py3-txacme: No maintainer >>> py3-txacme: Analyzing dependencies... >>> py3-txacme: Installing for build: build-base python3 py3-acme py3-attrs py3-eliot py3-josepy py3-pem py3-treq py3-twisted py3-txsni py3-openssl py3-setuptools (1/48) Installing libffi (3.4.4-r0) (2/48) Installing gdbm (1.23-r0) (3/48) Installing mpdecimal (2.5.1-r1) (4/48) Installing readline (8.2.0-r0) (5/48) Installing sqlite-libs (3.39.4-r0) (6/48) Installing python3 (3.10.8-r3) (7/48) Installing py3-parsing (3.0.9-r0) (8/48) Installing py3-packaging (21.3-r2) (9/48) Installing py3-setuptools (65.5.0-r0) (10/48) Installing py3-cparser (2.21-r0) (11/48) Installing py3-cffi (1.15.1-r0) (12/48) Installing py3-cryptography (38.0.2-r0) (13/48) Installing py3-openssl (22.1.0-r1) (14/48) Installing py3-josepy (1.13.0-r2) (15/48) Installing py3-tz (2022.4-r0) (16/48) Installing py3-pyrfc3339 (1.1-r5) (17/48) Installing py3-certifi (2022.9.24-r0) (18/48) Installing py3-charset-normalizer (2.1.1-r0) (19/48) Installing py3-idna (3.4-r2) (20/48) Installing py3-urllib3 (1.26.12-r0) (21/48) Installing py3-requests (2.28.1-r0) (22/48) Installing py3-requests-toolbelt (0.10.0-r0) (23/48) Installing py3-acme (1.31.0-r0) (24/48) Installing py3-attrs (22.1.0-r0) (25/48) Installing py3-six (1.16.0-r3) (26/48) Installing py3-zope-interface (5.4.0-r1) (27/48) Installing py3-pyrsistent (0.18.0-r2) (28/48) Installing py3-boltons (21.0.0-r3) (29/48) Installing py3-constantly (15.1.0-r5) (30/48) Installing py3-incremental (21.3.0-r2) (31/48) Installing py3-automat (20.2.0-r2) (32/48) Installing py3-hyperlink (21.0.0-r2) (33/48) Installing py3-typing-extensions (4.4.0-r0) (34/48) Installing py3-pyhamcrest (2.0.2-r2) (35/48) Installing py3-asn1 (0.4.8-r2) (36/48) Installing py3-asn1-modules (0.2.8-r2) (37/48) Installing py3-characteristic (14.3.0-r8) (38/48) Installing py3-service_identity (21.1.0-r2) (39/48) Installing py3-pyserial (3.5-r3) (40/48) Installing py3-hyperframe (6.0.1-r0) (41/48) Installing py3-hpack (4.0.0-r4) (42/48) Installing py3-h2 (4.1.0-r0) (43/48) Installing py3-twisted (22.4.0-r0) (44/48) Installing py3-eliot (1.14.0-r2) (45/48) Installing py3-pem (21.2.0-r2) (46/48) Installing py3-treq (22.2.0-r1) (47/48) Installing py3-txsni (0.2.0-r3) (48/48) Installing .makedepends-py3-txacme (20221030.012104) Executing busybox-1.35.0-r27.trigger OK: 334 MiB in 145 packages >>> py3-txacme: Cleaning up srcdir >>> py3-txacme: Cleaning up pkgdir >>> py3-txacme: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-txacme-0.9.3.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 82786 100 82786 0 0 121k 0 --:--:-- --:--:-- --:--:-- 121k >>> py3-txacme: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-txacme-0.9.3.tar.gz >>> py3-txacme: Checking sha512sums... py3-txacme-0.9.3.tar.gz: OK >>> py3-txacme: Unpacking /var/cache/distfiles/v3.17/py3-txacme-0.9.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/txacme copying src/txacme/errors.py -> build/lib/txacme copying src/txacme/logging.py -> build/lib/txacme copying src/txacme/util.py -> build/lib/txacme copying src/txacme/interfaces.py -> build/lib/txacme copying src/txacme/urls.py -> build/lib/txacme copying src/txacme/testing.py -> build/lib/txacme copying src/txacme/client.py -> build/lib/txacme copying src/txacme/service.py -> build/lib/txacme copying src/txacme/messages.py -> build/lib/txacme copying src/txacme/__init__.py -> build/lib/txacme copying src/txacme/endpoint.py -> build/lib/txacme copying src/txacme/_endpoint_parser.py -> build/lib/txacme copying src/txacme/store.py -> build/lib/txacme copying src/txacme/_version.py -> build/lib/txacme creating build/lib/integration copying src/integration/__init__.py -> build/lib/integration copying src/integration/test_client.py -> build/lib/integration creating build/lib/txacme/test copying src/txacme/test/doubles.py -> build/lib/txacme/test copying src/txacme/test/test_service.py -> build/lib/txacme/test copying src/txacme/test/test_store.py -> build/lib/txacme/test copying src/txacme/test/test_challenges.py -> build/lib/txacme/test copying src/txacme/test/strategies.py -> build/lib/txacme/test copying src/txacme/test/test_matchers.py -> build/lib/txacme/test copying src/txacme/test/test_util.py -> build/lib/txacme/test copying src/txacme/test/__init__.py -> build/lib/txacme/test copying src/txacme/test/test_endpoint.py -> build/lib/txacme/test copying src/txacme/test/matchers.py -> build/lib/txacme/test copying src/txacme/test/test_client.py -> build/lib/txacme/test creating build/lib/txacme/challenges copying src/txacme/challenges/_http.py -> build/lib/txacme/challenges copying src/txacme/challenges/_tls.py -> build/lib/txacme/challenges copying src/txacme/challenges/__init__.py -> build/lib/txacme/challenges copying src/txacme/challenges/_libcloud.py -> build/lib/txacme/challenges creating build/lib/twisted creating build/lib/twisted/plugins copying src/twisted/plugins/txacme_endpoint.py -> build/lib/twisted/plugins UPDATING build/lib/txacme/_version.py set build/lib/txacme/_version.py to '0.9.3' >>> py3-txacme: 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 UPDATING build/lib/txacme/_version.py set build/lib/txacme/_version.py to '0.9.3' running install_lib creating /home/buildozer/aports/community/py3-txacme/pkg creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/twisted creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/twisted/plugins copying build/lib/twisted/plugins/txacme_endpoint.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/twisted/plugins creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/test/doubles.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/test/test_service.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/test/test_store.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/test/test_challenges.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/test/strategies.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/test/test_matchers.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/test/test_util.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/test/__init__.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/test/test_endpoint.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/test/matchers.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/test/test_client.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test copying build/lib/txacme/errors.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/logging.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/util.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/challenges copying build/lib/txacme/challenges/_http.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/challenges copying build/lib/txacme/challenges/_tls.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/challenges copying build/lib/txacme/challenges/__init__.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/challenges copying build/lib/txacme/challenges/_libcloud.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/challenges copying build/lib/txacme/interfaces.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/urls.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/testing.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/client.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/service.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/messages.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/__init__.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/endpoint.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/_endpoint_parser.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/store.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme copying build/lib/txacme/_version.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/integration copying build/lib/integration/__init__.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/integration copying build/lib/integration/test_client.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/integration byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/twisted/plugins/txacme_endpoint.py to txacme_endpoint.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test/doubles.py to doubles.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test/test_service.py to test_service.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test/test_store.py to test_store.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test/test_challenges.py to test_challenges.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test/strategies.py to strategies.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test/test_matchers.py to test_matchers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test/test_util.py to test_util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test/test_endpoint.py to test_endpoint.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test/matchers.py to matchers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/test/test_client.py to test_client.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/logging.py to logging.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/challenges/_http.py to _http.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/challenges/_tls.py to _tls.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/challenges/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/challenges/_libcloud.py to _libcloud.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/interfaces.py to interfaces.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/urls.py to urls.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/testing.py to testing.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/client.py to client.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/service.py to service.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/messages.py to messages.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/endpoint.py to endpoint.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/_endpoint_parser.py to _endpoint_parser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/store.py to store.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme/_version.py to _version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/integration/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/integration/test_client.py to test_client.cpython-310.pyc running install_egg_info running egg_info creating src/txacme.egg-info writing src/txacme.egg-info/PKG-INFO writing dependency_links to src/txacme.egg-info/dependency_links.txt writing requirements to src/txacme.egg-info/requires.txt writing top-level names to src/txacme.egg-info/top_level.txt writing manifest file 'src/txacme.egg-info/SOURCES.txt' reading manifest file 'src/txacme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/txacme.egg-info/SOURCES.txt' Copying src/txacme.egg-info to /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.10/site-packages/txacme-0.9.3-py3.10.egg-info running install_scripts >>> py3-txacme*: Running postcheck for py3-txacme >>> py3-txacme*: Preparing package py3-txacme... >>> py3-txacme*: Tracing dependencies... >>> py3-txacme*: Package size: 668.0 KB >>> py3-txacme*: Compressing data... >>> py3-txacme*: Create checksum... >>> py3-txacme*: Create py3-txacme-0.9.3-r4.apk >>> py3-txacme: Build complete at Sun, 30 Oct 2022 01:21:07 +0000 elapsed time 0h 0m 9s >>> py3-txacme: Cleaning up srcdir >>> py3-txacme: Cleaning up pkgdir >>> py3-txacme: Uninstalling dependencies... (1/48) Purging .makedepends-py3-txacme (20221030.012104) (2/48) Purging py3-acme (1.31.0-r0) (3/48) Purging py3-pyrfc3339 (1.1-r5) (4/48) Purging py3-tz (2022.4-r0) (5/48) Purging py3-requests-toolbelt (0.10.0-r0) (6/48) Purging py3-eliot (1.14.0-r2) (7/48) Purging py3-pyrsistent (0.18.0-r2) (8/48) Purging py3-boltons (21.0.0-r3) (9/48) Purging py3-josepy (1.13.0-r2) (10/48) Purging py3-pem (21.2.0-r2) (11/48) Purging py3-treq (22.2.0-r1) (12/48) Purging py3-requests (2.28.1-r0) (13/48) Purging py3-certifi (2022.9.24-r0) (14/48) Purging py3-charset-normalizer (2.1.1-r0) (15/48) Purging py3-urllib3 (1.26.12-r0) (16/48) Purging py3-txsni (0.2.0-r3) (17/48) Purging py3-twisted (22.4.0-r0) (18/48) Purging py3-zope-interface (5.4.0-r1) (19/48) Purging py3-constantly (15.1.0-r5) (20/48) Purging py3-incremental (21.3.0-r2) (21/48) Purging py3-automat (20.2.0-r2) (22/48) Purging py3-hyperlink (21.0.0-r2) (23/48) Purging py3-typing-extensions (4.4.0-r0) (24/48) Purging py3-pyhamcrest (2.0.2-r2) (25/48) Purging py3-service_identity (21.1.0-r2) (26/48) Purging py3-six (1.16.0-r3) (27/48) Purging py3-asn1-modules (0.2.8-r2) (28/48) Purging py3-asn1 (0.4.8-r2) (29/48) Purging py3-attrs (22.1.0-r0) (30/48) Purging py3-characteristic (14.3.0-r8) (31/48) Purging py3-idna (3.4-r2) (32/48) Purging py3-pyserial (3.5-r3) (33/48) Purging py3-h2 (4.1.0-r0) (34/48) Purging py3-hyperframe (6.0.1-r0) (35/48) Purging py3-hpack (4.0.0-r4) (36/48) Purging py3-openssl (22.1.0-r1) (37/48) Purging py3-cryptography (38.0.2-r0) (38/48) Purging py3-cffi (1.15.1-r0) (39/48) Purging py3-cparser (2.21-r0) (40/48) Purging py3-setuptools (65.5.0-r0) (41/48) Purging py3-packaging (21.3-r2) (42/48) Purging py3-parsing (3.0.9-r0) (43/48) Purging python3 (3.10.8-r3) (44/48) Purging libffi (3.4.4-r0) (45/48) Purging gdbm (1.23-r0) (46/48) Purging mpdecimal (2.5.1-r1) (47/48) Purging readline (8.2.0-r0) (48/48) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 222 MiB in 97 packages >>> py3-txacme: Updating the community/armhf repository index... >>> py3-txacme: Signing the index...