>>> py3-ndg_httpsclient: Building community/py3-ndg_httpsclient 0.5.1-r1 (using abuild 3.7.0_rc1-r2) started Thu, 24 Dec 2020 15:09:56 +0000 >>> py3-ndg_httpsclient: Checking sanity of /home/buildozer/aports/community/py3-ndg_httpsclient/APKBUILD... >>> py3-ndg_httpsclient: Analyzing dependencies... >>> py3-ndg_httpsclient: Installing for build: build-base py3-openssl py3-asn1 py3-setuptools (1/21) Installing libbz2 (1.0.8-r1) (2/21) Installing libffi (3.3-r2) (3/21) Installing gdbm (1.18.1-r0) (4/21) Installing xz-libs (5.2.5-r0) (5/21) Installing readline (8.0.4-r0) (6/21) Installing sqlite-libs (3.34.0-r0) (7/21) Installing python3 (3.8.6-r0) (8/21) Installing py3-cparser (2.20-r0) (9/21) Installing py3-cffi (1.14.4-r0) (10/21) Installing py3-idna (2.10-r0) (11/21) Installing py3-asn1crypto (1.4.0-r0) (12/21) Installing py3-six (1.15.0-r0) (13/21) Installing py3-cryptography (3.3.1-r0) (14/21) Installing py3-openssl (20.0.1-r0) (15/21) Installing py3-asn1 (0.4.8-r0) (16/21) Installing py3-ordered-set (4.0.2-r0) (17/21) Installing py3-appdirs (1.4.4-r1) (18/21) Installing py3-parsing (2.4.7-r1) (19/21) Installing py3-packaging (20.8-r0) (20/21) Installing py3-setuptools (51.0.0-r0) (21/21) Installing .makedepends-py3-ndg_httpsclient (20201224.151006) Executing busybox-1.32.0-r8.trigger OK: 367 MiB in 107 packages >>> py3-ndg_httpsclient: Cleaning up srcdir >>> py3-ndg_httpsclient: Cleaning up pkgdir >>> py3-ndg_httpsclient: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/ndg_httpsclient-0.5.1.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 24054 100 24054 0 0 317k 0 --:--:-- --:--:-- --:--:-- 321k >>> py3-ndg_httpsclient: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/ndg_httpsclient-0.5.1.tar.gz >>> py3-ndg_httpsclient: Checking sha512sums... ndg_httpsclient-0.5.1.tar.gz: OK >>> py3-ndg_httpsclient: Unpacking /var/cache/distfiles/v3.13/ndg_httpsclient-0.5.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/ndg copying ndg/__init__.py -> build/lib/ndg creating build/lib/ndg/httpsclient copying ndg/httpsclient/utils.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/subj_alt_name.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/__init__.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/ssl_peer_verification.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/ssl_context_util.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/https.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/ssl_socket.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/urllib2_build_opener.py -> build/lib/ndg/httpsclient creating build/lib/ndg/httpsclient/test copying ndg/httpsclient/test/__init__.py -> build/lib/ndg/httpsclient/test copying ndg/httpsclient/test/test_urllib2.py -> build/lib/ndg/httpsclient/test copying ndg/httpsclient/test/test_https.py -> build/lib/ndg/httpsclient/test copying ndg/httpsclient/test/test_utils.py -> build/lib/ndg/httpsclient/test copying ndg/httpsclient/LICENSE -> build/lib/ndg/httpsclient copying ndg/httpsclient/test/README -> build/lib/ndg/httpsclient/test creating build/lib/ndg/httpsclient/test/scripts copying ndg/httpsclient/test/scripts/openssl_https_server.sh -> build/lib/ndg/httpsclient/test/scripts creating build/lib/ndg/httpsclient/test/pki copying ndg/httpsclient/test/pki/localhost.crt -> build/lib/ndg/httpsclient/test/pki copying ndg/httpsclient/test/pki/localhost.key -> build/lib/ndg/httpsclient/test/pki creating build/lib/ndg/httpsclient/test/pki/ca copying ndg/httpsclient/test/pki/ca/7e15277f.0 -> build/lib/ndg/httpsclient/test/pki/ca >>> WARNING: py3-ndg_httpsclient: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-ndg_httpsclient: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8 creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg copying build/lib/ndg/__init__.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/utils.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/subj_alt_name.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/__init__.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/ssl_peer_verification.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/ssl_context_util.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/LICENSE -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test/scripts copying build/lib/ndg/httpsclient/test/scripts/openssl_https_server.sh -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test/scripts copying build/lib/ndg/httpsclient/test/__init__.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test copying build/lib/ndg/httpsclient/test/README -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test copying build/lib/ndg/httpsclient/test/test_urllib2.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test copying build/lib/ndg/httpsclient/test/test_https.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test/pki creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test/pki/ca copying build/lib/ndg/httpsclient/test/pki/ca/7e15277f.0 -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test/pki/ca copying build/lib/ndg/httpsclient/test/pki/localhost.crt -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test/pki copying build/lib/ndg/httpsclient/test/pki/localhost.key -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test/pki copying build/lib/ndg/httpsclient/test/test_utils.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test copying build/lib/ndg/httpsclient/https.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/ssl_socket.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/urllib2_build_opener.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/utils.py to utils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/subj_alt_name.py to subj_alt_name.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/ssl_peer_verification.py to ssl_peer_verification.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/ssl_context_util.py to ssl_context_util.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test/test_urllib2.py to test_urllib2.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test/test_https.py to test_https.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/test/test_utils.py to test_utils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/https.py to https.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/ssl_socket.py to ssl_socket.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg/httpsclient/urllib2_build_opener.py to urllib2_build_opener.cpython-38.pyc running install_egg_info running egg_info creating ndg_httpsclient.egg-info writing ndg_httpsclient.egg-info/PKG-INFO writing dependency_links to ndg_httpsclient.egg-info/dependency_links.txt writing entry points to ndg_httpsclient.egg-info/entry_points.txt writing requirements to ndg_httpsclient.egg-info/requires.txt writing top-level names to ndg_httpsclient.egg-info/top_level.txt writing manifest file 'ndg_httpsclient.egg-info/SOURCES.txt' reading manifest file 'ndg_httpsclient.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ndg_httpsclient.egg-info/SOURCES.txt' Copying ndg_httpsclient.egg-info to /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.8/site-packages/ndg_httpsclient-0.5.1-py3.8.egg-info running install_scripts Installing ndg_httpclient script to /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/bin >>> py3-ndg_httpsclient*: Running postcheck for py3-ndg_httpsclient >>> py3-ndg_httpsclient*: Preparing package py3-ndg_httpsclient... >>> py3-ndg_httpsclient*: Tracing dependencies... >>> py3-ndg_httpsclient*: Package size: 300.0 KB >>> py3-ndg_httpsclient*: Compressing data... >>> py3-ndg_httpsclient*: Create checksum... >>> py3-ndg_httpsclient*: Create py3-ndg_httpsclient-0.5.1-r1.apk >>> py3-ndg_httpsclient: Build complete at Thu, 24 Dec 2020 15:10:08 +0000 elapsed time 0h 0m 12s >>> py3-ndg_httpsclient: Cleaning up srcdir >>> py3-ndg_httpsclient: Cleaning up pkgdir >>> py3-ndg_httpsclient: Uninstalling dependencies... (1/21) Purging .makedepends-py3-ndg_httpsclient (20201224.151006) (2/21) Purging py3-openssl (20.0.1-r0) (3/21) Purging py3-cryptography (3.3.1-r0) (4/21) Purging py3-cffi (1.14.4-r0) (5/21) Purging py3-cparser (2.20-r0) (6/21) Purging py3-idna (2.10-r0) (7/21) Purging py3-asn1crypto (1.4.0-r0) (8/21) Purging py3-asn1 (0.4.8-r0) (9/21) Purging py3-setuptools (51.0.0-r0) (10/21) Purging py3-ordered-set (4.0.2-r0) (11/21) Purging py3-appdirs (1.4.4-r1) (12/21) Purging py3-packaging (20.8-r0) (13/21) Purging py3-parsing (2.4.7-r1) (14/21) Purging py3-six (1.15.0-r0) (15/21) Purging python3 (3.8.6-r0) (16/21) Purging libbz2 (1.0.8-r1) (17/21) Purging libffi (3.3-r2) (18/21) Purging gdbm (1.18.1-r0) (19/21) Purging xz-libs (5.2.5-r0) (20/21) Purging readline (8.0.4-r0) (21/21) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> py3-ndg_httpsclient: Updating the community/x86 repository index... >>> py3-ndg_httpsclient: Signing the index...