>>> py3-txacme: Building community/py3-txacme 0.9.3-r5 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 20:24:48 +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.40.0-r0) (6/48) Installing python3 (3.11.0-r2) (7/48) Installing py3-parsing (3.0.9-r1) (8/48) Installing py3-packaging (21.3-r3) (9/48) Installing py3-setuptools (65.6.2-r0) (10/48) Installing py3-cparser (2.21-r1) (11/48) Installing py3-cffi (1.15.1-r1) (12/48) Installing py3-cryptography (38.0.3-r1) (13/48) Installing py3-openssl (22.1.0-r2) (14/48) Installing py3-josepy (1.13.0-r3) (15/48) Installing py3-tz (2022.6-r1) (16/48) Installing py3-pyrfc3339 (1.1-r6) (17/48) Installing py3-certifi (2022.9.24-r1) (18/48) Installing py3-charset-normalizer (3.0.1-r1) (19/48) Installing py3-idna (3.4-r3) (20/48) Installing py3-urllib3 (1.26.12-r1) (21/48) Installing py3-requests (2.28.1-r2) (22/48) Installing py3-requests-toolbelt (0.10.1-r1) (23/48) Installing py3-acme (1.32.0-r1) (24/48) Installing py3-attrs (22.1.0-r1) (25/48) Installing py3-six (1.16.0-r4) (26/48) Installing py3-zope-interface (5.5.1-r1) (27/48) Installing py3-pyrsistent (0.19.2-r1) (28/48) Installing py3-boltons (21.0.0-r4) (29/48) Installing py3-constantly (15.1.0-r6) (30/48) Installing py3-incremental (22.10.0-r1) (31/48) Installing py3-automat (22.10.0-r1) (32/48) Installing py3-hyperlink (21.0.0-r3) (33/48) Installing py3-typing-extensions (4.4.0-r1) (34/48) Installing py3-pyhamcrest (2.0.4-r1) (35/48) Installing py3-asn1 (0.4.8-r3) (36/48) Installing py3-asn1-modules (0.2.8-r3) (37/48) Installing py3-characteristic (14.3.0-r9) (38/48) Installing py3-service_identity (21.1.0-r3) (39/48) Installing py3-pyserial (3.5-r5) (40/48) Installing py3-hyperframe (6.0.1-r1) (41/48) Installing py3-hpack (4.0.0-r5) (42/48) Installing py3-h2 (4.1.0-r1) (43/48) Installing py3-twisted (22.10.0-r1) (44/48) Installing py3-eliot (1.14.0-r3) (45/48) Installing py3-pem (21.2.0-r3) (46/48) Installing py3-treq (22.2.0-r2) (47/48) Installing py3-txsni (0.2.0-r4) (48/48) Installing .makedepends-py3-txacme (20221123.202450) Executing busybox-1.35.0-r29.trigger OK: 516 MiB in 151 packages >>> py3-txacme: Cleaning up srcdir >>> py3-txacme: Cleaning up pkgdir >>> py3-txacme: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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 475k 0 --:--:-- --:--:-- --:--:-- 475k >>> py3-txacme: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/py3-txacme-0.9.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/txacme copying src/txacme/logging.py -> build/lib/txacme copying src/txacme/endpoint.py -> build/lib/txacme copying src/txacme/store.py -> build/lib/txacme copying src/txacme/_endpoint_parser.py -> build/lib/txacme copying src/txacme/testing.py -> build/lib/txacme copying src/txacme/util.py -> build/lib/txacme copying src/txacme/__init__.py -> build/lib/txacme copying src/txacme/errors.py -> build/lib/txacme copying src/txacme/_version.py -> build/lib/txacme copying src/txacme/messages.py -> build/lib/txacme copying src/txacme/urls.py -> build/lib/txacme copying src/txacme/interfaces.py -> build/lib/txacme copying src/txacme/client.py -> build/lib/txacme copying src/txacme/service.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/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 copying src/txacme/challenges/_http.py -> build/lib/txacme/challenges creating 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/__init__.py -> build/lib/txacme/test copying src/txacme/test/test_matchers.py -> build/lib/txacme/test copying src/txacme/test/doubles.py -> build/lib/txacme/test copying src/txacme/test/strategies.py -> build/lib/txacme/test copying src/txacme/test/test_service.py -> build/lib/txacme/test copying src/txacme/test/test_client.py -> build/lib/txacme/test copying src/txacme/test/test_util.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 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.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 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.11 creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/twisted creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/txacme_endpoint.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/twisted/plugins creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/logging.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/endpoint.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/store.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/_endpoint_parser.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/testing.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/util.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/__init__.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/errors.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/_version.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/messages.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/challenges copying build/lib/txacme/challenges/_tls.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/challenges copying build/lib/txacme/challenges/__init__.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/challenges copying build/lib/txacme/challenges/_libcloud.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/challenges copying build/lib/txacme/challenges/_http.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/challenges copying build/lib/txacme/urls.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/interfaces.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/client.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme copying build/lib/txacme/service.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test copying build/lib/txacme/test/test_store.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test copying build/lib/txacme/test/test_challenges.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test copying build/lib/txacme/test/__init__.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test copying build/lib/txacme/test/test_matchers.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test copying build/lib/txacme/test/doubles.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test copying build/lib/txacme/test/strategies.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test copying build/lib/txacme/test/test_service.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test copying build/lib/txacme/test/test_client.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test copying build/lib/txacme/test/test_util.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test copying build/lib/txacme/test/test_endpoint.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test copying build/lib/txacme/test/matchers.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test creating /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/integration copying build/lib/integration/__init__.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/integration copying build/lib/integration/test_client.py -> /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/integration byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/twisted/plugins/txacme_endpoint.py to txacme_endpoint.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/logging.py to logging.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/endpoint.py to endpoint.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/store.py to store.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/_endpoint_parser.py to _endpoint_parser.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/testing.py to testing.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/util.py to util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/_version.py to _version.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/messages.py to messages.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/challenges/_tls.py to _tls.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/challenges/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/challenges/_libcloud.py to _libcloud.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/challenges/_http.py to _http.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/urls.py to urls.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/interfaces.py to interfaces.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/client.py to client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/service.py to service.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test/test_store.py to test_store.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test/test_challenges.py to test_challenges.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test/test_matchers.py to test_matchers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test/doubles.py to doubles.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test/strategies.py to strategies.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test/test_service.py to test_service.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test/test_client.py to test_client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test/test_util.py to test_util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test/test_endpoint.py to test_endpoint.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/txacme/test/matchers.py to matchers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/integration/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-txacme/pkg/py3-txacme/usr/lib/python3.11/site-packages/integration/test_client.py to test_client.cpython-311.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.11/site-packages/txacme-0.9.3-py3.11.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: 836.0 KB >>> py3-txacme*: Compressing data... >>> py3-txacme*: Create checksum... >>> py3-txacme*: Create py3-txacme-0.9.3-r5.apk >>> py3-txacme: Build complete at Wed, 23 Nov 2022 20:24:53 +0000 elapsed time 0h 0m 5s >>> py3-txacme: Cleaning up srcdir >>> py3-txacme: Cleaning up pkgdir >>> py3-txacme: Uninstalling dependencies... (1/48) Purging .makedepends-py3-txacme (20221123.202450) (2/48) Purging py3-acme (1.32.0-r1) (3/48) Purging py3-pyrfc3339 (1.1-r6) (4/48) Purging py3-tz (2022.6-r1) (5/48) Purging py3-requests-toolbelt (0.10.1-r1) (6/48) Purging py3-eliot (1.14.0-r3) (7/48) Purging py3-pyrsistent (0.19.2-r1) (8/48) Purging py3-boltons (21.0.0-r4) (9/48) Purging py3-josepy (1.13.0-r3) (10/48) Purging py3-pem (21.2.0-r3) (11/48) Purging py3-treq (22.2.0-r2) (12/48) Purging py3-requests (2.28.1-r2) (13/48) Purging py3-certifi (2022.9.24-r1) (14/48) Purging py3-charset-normalizer (3.0.1-r1) (15/48) Purging py3-urllib3 (1.26.12-r1) (16/48) Purging py3-txsni (0.2.0-r4) (17/48) Purging py3-twisted (22.10.0-r1) (18/48) Purging py3-zope-interface (5.5.1-r1) (19/48) Purging py3-constantly (15.1.0-r6) (20/48) Purging py3-incremental (22.10.0-r1) (21/48) Purging py3-automat (22.10.0-r1) (22/48) Purging py3-hyperlink (21.0.0-r3) (23/48) Purging py3-typing-extensions (4.4.0-r1) (24/48) Purging py3-pyhamcrest (2.0.4-r1) (25/48) Purging py3-service_identity (21.1.0-r3) (26/48) Purging py3-six (1.16.0-r4) (27/48) Purging py3-asn1-modules (0.2.8-r3) (28/48) Purging py3-asn1 (0.4.8-r3) (29/48) Purging py3-attrs (22.1.0-r1) (30/48) Purging py3-characteristic (14.3.0-r9) (31/48) Purging py3-idna (3.4-r3) (32/48) Purging py3-pyserial (3.5-r5) (33/48) Purging py3-h2 (4.1.0-r1) (34/48) Purging py3-hyperframe (6.0.1-r1) (35/48) Purging py3-hpack (4.0.0-r5) (36/48) Purging py3-openssl (22.1.0-r2) (37/48) Purging py3-cryptography (38.0.3-r1) (38/48) Purging py3-cffi (1.15.1-r1) (39/48) Purging py3-cparser (2.21-r1) (40/48) Purging py3-setuptools (65.6.2-r0) (41/48) Purging py3-packaging (21.3-r3) (42/48) Purging py3-parsing (3.0.9-r1) (43/48) Purging python3 (3.11.0-r2) (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.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 380 MiB in 103 packages >>> py3-txacme: Updating the community/x86 repository index... >>> py3-txacme: Signing the index...