>>> py3-ndg_httpsclient: Building community/py3-ndg_httpsclient 0.5.1-r6 (using abuild 3.15.0_rc3-r3) started Mon, 12 May 2025 18:49:48 +0000 >>> py3-ndg_httpsclient: Validating /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/30) Installing libbz2 (1.0.8-r6) (2/30) Installing libffi (3.4.8-r0) (3/30) Installing gdbm (1.24-r0) (4/30) Installing xz-libs (5.8.1-r0) (5/30) Installing mpdecimal (4.0.0-r0) (6/30) Installing libpanelw (6.5_p20250503-r0) (7/30) Installing sqlite-libs (3.49.2-r0) (8/30) Installing python3 (3.12.10-r0) (9/30) Installing python3-pycache-pyc0 (3.12.10-r0) (10/30) Installing pyc (3.12.10-r0) (11/30) Installing py3-cparser (2.22-r1) (12/30) Installing py3-cparser-pyc (2.22-r1) (13/30) Installing py3-cffi (1.17.1-r1) (14/30) Installing py3-cffi-pyc (1.17.1-r1) (15/30) Installing py3-cryptography (44.0.3-r0) (16/30) Installing py3-cryptography-pyc (44.0.3-r0) (17/30) Installing py3-typing-extensions (4.13.2-r0) (18/30) Installing py3-typing-extensions-pyc (4.13.2-r0) (19/30) Installing py3-openssl-pyc (25.0.0-r0) (20/30) Installing python3-pyc (3.12.10-r0) (21/30) Installing py3-openssl (25.0.0-r0) (22/30) Installing py3-asn1 (0.6.1-r0) (23/30) Installing py3-asn1-pyc (0.6.1-r0) (24/30) Installing py3-parsing (3.2.3-r0) (25/30) Installing py3-parsing-pyc (3.2.3-r0) (26/30) Installing py3-packaging (25.0-r0) (27/30) Installing py3-packaging-pyc (25.0-r0) (28/30) Installing py3-setuptools (80.5.0-r0) (29/30) Installing py3-setuptools-pyc (80.5.0-r0) (30/30) Installing .makedepends-py3-ndg_httpsclient (20250512.185037) Executing busybox-1.37.0-r17.trigger OK: 451 MiB in 134 packages >>> py3-ndg_httpsclient: Cleaning up srcdir >>> py3-ndg_httpsclient: Cleaning up pkgdir >>> py3-ndg_httpsclient: Cleaning up tmpdir >>> py3-ndg_httpsclient: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/ndg_httpsclient-0.5.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/ndg_httpsclient-0.5.1.tar.gz.part' ndg_httpsclient-0.5. 100% |********************************| 24054 0:00:00 ETA '/var/cache/distfiles/v3.22/ndg_httpsclient-0.5.1.tar.gz.part' saved >>> py3-ndg_httpsclient: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/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.22/ndg_httpsclient-0.5.1.tar.gz... /usr/lib/python3.12/site-packages/setuptools/dist.py:761: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/ndg copying ndg/__init__.py -> build/lib/ndg creating build/lib/ndg/httpsclient copying ndg/httpsclient/subj_alt_name.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/ssl_context_util.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/urllib2_build_opener.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/ssl_peer_verification.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/https.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/utils.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/__init__.py -> build/lib/ndg/httpsclient copying ndg/httpsclient/ssl_socket.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_utils.py -> build/lib/ndg/httpsclient/test copying ndg/httpsclient/test/test_https.py -> build/lib/ndg/httpsclient/test copying ndg/httpsclient/test/test_urllib2.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... /usr/lib/python3.12/site-packages/setuptools/dist.py:761: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg copying build/lib/ndg/__init__.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/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.12/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.12/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.12/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.12/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/https.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/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.12/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.12/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/LICENSE -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/test creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/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.12/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.12/site-packages/ndg/httpsclient/test copying build/lib/ndg/httpsclient/test/test_utils.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/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.12/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.12/site-packages/ndg/httpsclient/test creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/test/pki creating /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/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.12/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.12/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.12/site-packages/ndg/httpsclient/test/pki copying build/lib/ndg/httpsclient/test/test_urllib2.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/test copying build/lib/ndg/httpsclient/ssl_socket.py -> /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/subj_alt_name.py to subj_alt_name.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/ssl_context_util.py to ssl_context_util.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/urllib2_build_opener.py to urllib2_build_opener.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/ssl_peer_verification.py to ssl_peer_verification.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/https.py to https.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/test/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/test/test_utils.py to test_utils.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/test/test_https.py to test_https.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/test/test_urllib2.py to test_urllib2.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient/usr/lib/python3.12/site-packages/ndg/httpsclient/ssl_socket.py to ssl_socket.cpython-312.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.12/site-packages/ndg_httpsclient-0.5.1-py3.12.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-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/ndg/__pycache__' -> '/home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient-pyc/usr/lib/python3.12/site-packages/ndg/__pycache__' 'usr/lib/python3.12/site-packages/ndg/httpsclient/__pycache__' -> '/home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient-pyc/usr/lib/python3.12/site-packages/ndg/httpsclient/__pycache__' 'usr/lib/python3.12/site-packages/ndg/httpsclient/test/__pycache__' -> '/home/buildozer/aports/community/py3-ndg_httpsclient/pkg/py3-ndg_httpsclient-pyc/usr/lib/python3.12/site-packages/ndg/httpsclient/test/__pycache__' >>> py3-ndg_httpsclient-pyc*: Preparing subpackage py3-ndg_httpsclient-pyc... >>> py3-ndg_httpsclient-pyc*: Running postcheck for py3-ndg_httpsclient-pyc >>> py3-ndg_httpsclient*: Running postcheck for py3-ndg_httpsclient >>> py3-ndg_httpsclient*: Preparing package py3-ndg_httpsclient... >>> py3-ndg_httpsclient-pyc*: Tracing dependencies... py3-openssl py3-asn1 python3~3.12 >>> py3-ndg_httpsclient-pyc*: Package size: 79.3 KB >>> py3-ndg_httpsclient-pyc*: Compressing data... >>> py3-ndg_httpsclient-pyc*: Create checksum... >>> py3-ndg_httpsclient-pyc*: Create py3-ndg_httpsclient-pyc-0.5.1-r6.apk >>> py3-ndg_httpsclient*: Tracing dependencies... py3-openssl py3-asn1 python3~3.12 >>> py3-ndg_httpsclient*: Package size: 76.4 KB >>> py3-ndg_httpsclient*: Compressing data... >>> py3-ndg_httpsclient*: Create checksum... >>> py3-ndg_httpsclient*: Create py3-ndg_httpsclient-0.5.1-r6.apk >>> py3-ndg_httpsclient: Build complete at Mon, 12 May 2025 18:50:39 +0000 elapsed time 0h 0m 51s >>> py3-ndg_httpsclient: Cleaning up srcdir >>> py3-ndg_httpsclient: Cleaning up pkgdir >>> py3-ndg_httpsclient: Uninstalling dependencies... (1/30) Purging .makedepends-py3-ndg_httpsclient (20250512.185037) (2/30) Purging py3-openssl-pyc (25.0.0-r0) (3/30) Purging py3-openssl (25.0.0-r0) (4/30) Purging py3-cryptography-pyc (44.0.3-r0) (5/30) Purging py3-cryptography (44.0.3-r0) (6/30) Purging py3-cffi-pyc (1.17.1-r1) (7/30) Purging py3-cffi (1.17.1-r1) (8/30) Purging py3-cparser-pyc (2.22-r1) (9/30) Purging py3-cparser (2.22-r1) (10/30) Purging py3-typing-extensions-pyc (4.13.2-r0) (11/30) Purging py3-typing-extensions (4.13.2-r0) (12/30) Purging py3-asn1-pyc (0.6.1-r0) (13/30) Purging py3-asn1 (0.6.1-r0) (14/30) Purging py3-setuptools-pyc (80.5.0-r0) (15/30) Purging py3-setuptools (80.5.0-r0) (16/30) Purging py3-packaging-pyc (25.0-r0) (17/30) Purging py3-packaging (25.0-r0) (18/30) Purging py3-parsing-pyc (3.2.3-r0) (19/30) Purging py3-parsing (3.2.3-r0) (20/30) Purging python3-pyc (3.12.10-r0) (21/30) Purging python3-pycache-pyc0 (3.12.10-r0) (22/30) Purging pyc (3.12.10-r0) (23/30) Purging python3 (3.12.10-r0) (24/30) Purging gdbm (1.24-r0) (25/30) Purging libbz2 (1.0.8-r6) (26/30) Purging libffi (3.4.8-r0) (27/30) Purging libpanelw (6.5_p20250503-r0) (28/30) Purging mpdecimal (4.0.0-r0) (29/30) Purging sqlite-libs (3.49.2-r0) (30/30) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r17.trigger OK: 400 MiB in 104 packages >>> py3-ndg_httpsclient: Updating the community/x86 repository index... >>> py3-ndg_httpsclient: Signing the index...