>>> py3-ukpostcodeparser: Building community/py3-ukpostcodeparser 1.1.2-r8 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 04:59:39 +0000 >>> py3-ukpostcodeparser: Validating /home/udu/aports/community/py3-ukpostcodeparser/APKBUILD... >>> WARNING: py3-ukpostcodeparser: No maintainer >>> py3-ukpostcodeparser: Analyzing dependencies... >>> py3-ukpostcodeparser: Installing for build: build-base python3 py3-setuptools WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/7) Installing py3-parsing (3.2.3-r0) (2/7) Installing py3-parsing-pyc (3.2.3-r0) (3/7) Installing py3-packaging (25.0-r0) (4/7) Installing py3-packaging-pyc (25.0-r0) (5/7) Installing py3-setuptools (80.9.0-r0) (6/7) Installing py3-setuptools-pyc (80.9.0-r0) (7/7) Installing .makedepends-py3-ukpostcodeparser (20251013.045940) OK: 306 MiB in 96 packages >>> py3-ukpostcodeparser: Cleaning up srcdir >>> py3-ukpostcodeparser: Cleaning up pkgdir >>> py3-ukpostcodeparser: Cleaning up tmpdir >>> py3-ukpostcodeparser: Fetching py3-ukpostcodeparser-1.1.2.tar.gz::https://github.com/hamstah/ukpostcodeparser/archive/v1.1.2.tar.gz >>> py3-ukpostcodeparser: Fetching py3-ukpostcodeparser-1.1.2.tar.gz::https://github.com/hamstah/ukpostcodeparser/archive/v1.1.2.tar.gz >>> py3-ukpostcodeparser: Checking sha512sums... py3-ukpostcodeparser-1.1.2.tar.gz: OK >>> py3-ukpostcodeparser: Unpacking /var/cache/distfiles/py3-ukpostcodeparser-1.1.2.tar.gz... running build running build_py creating build/lib/ukpostcodeparser copying ukpostcodeparser/parser.py -> build/lib/ukpostcodeparser copying ukpostcodeparser/exceptions.py -> build/lib/ukpostcodeparser copying ukpostcodeparser/__init__.py -> build/lib/ukpostcodeparser creating build/lib/ukpostcodeparser/test copying ukpostcodeparser/test/parser.py -> build/lib/ukpostcodeparser/test copying ukpostcodeparser/test/__init__.py -> build/lib/ukpostcodeparser/test >>> py3-ukpostcodeparser: Entering fakeroot... 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/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser copying build/lib/ukpostcodeparser/parser.py -> /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser copying build/lib/ukpostcodeparser/exceptions.py -> /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser creating /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser/test copying build/lib/ukpostcodeparser/test/parser.py -> /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser/test copying build/lib/ukpostcodeparser/test/__init__.py -> /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser/test copying build/lib/ukpostcodeparser/__init__.py -> /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser byte-compiling /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser/parser.py to parser.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser/test/parser.py to parser.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser/test/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/ukpostcodeparser/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info creating UkPostcodeParser.egg-info writing UkPostcodeParser.egg-info/PKG-INFO writing dependency_links to UkPostcodeParser.egg-info/dependency_links.txt writing top-level names to UkPostcodeParser.egg-info/top_level.txt writing manifest file 'UkPostcodeParser.egg-info/SOURCES.txt' reading manifest file 'UkPostcodeParser.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'UkPostcodeParser.egg-info/SOURCES.txt' Copying UkPostcodeParser.egg-info to /home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser/usr/lib/python3.12/site-packages/UkPostcodeParser-1.1.2-py3.12.egg-info running install_scripts >>> py3-ukpostcodeparser-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/ukpostcodeparser/test/__pycache__' -> '/home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser-pyc/usr/lib/python3.12/site-packages/ukpostcodeparser/test/__pycache__' 'usr/lib/python3.12/site-packages/ukpostcodeparser/__pycache__' -> '/home/udu/aports/community/py3-ukpostcodeparser/pkg/py3-ukpostcodeparser-pyc/usr/lib/python3.12/site-packages/ukpostcodeparser/__pycache__' >>> py3-ukpostcodeparser-pyc*: Preparing subpackage py3-ukpostcodeparser-pyc... >>> py3-ukpostcodeparser-pyc*: Running postcheck for py3-ukpostcodeparser-pyc >>> py3-ukpostcodeparser*: Running postcheck for py3-ukpostcodeparser >>> py3-ukpostcodeparser*: Preparing package py3-ukpostcodeparser... >>> py3-ukpostcodeparser-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-ukpostcodeparser-pyc*: Package size: 36.5 KB >>> py3-ukpostcodeparser-pyc*: Compressing data... >>> py3-ukpostcodeparser-pyc*: Create checksum... >>> py3-ukpostcodeparser-pyc*: Create py3-ukpostcodeparser-pyc-1.1.2-r8.apk >>> py3-ukpostcodeparser*: Tracing dependencies... python3 python3~3.12 >>> py3-ukpostcodeparser*: Package size: 35.4 KB >>> py3-ukpostcodeparser*: Compressing data... >>> py3-ukpostcodeparser*: Create checksum... >>> py3-ukpostcodeparser*: Create py3-ukpostcodeparser-1.1.2-r8.apk >>> py3-ukpostcodeparser: Build complete at Mon, 13 Oct 2025 04:59:40 +0000 elapsed time 0h 0m 1s >>> py3-ukpostcodeparser: Cleaning up srcdir >>> py3-ukpostcodeparser: Cleaning up pkgdir >>> py3-ukpostcodeparser: Uninstalling dependencies... (1/7) Purging .makedepends-py3-ukpostcodeparser (20251013.045940) (2/7) Purging py3-setuptools-pyc (80.9.0-r0) (3/7) Purging py3-setuptools (80.9.0-r0) (4/7) Purging py3-packaging-pyc (25.0-r0) (5/7) Purging py3-packaging (25.0-r0) (6/7) Purging py3-parsing-pyc (3.2.3-r0) (7/7) Purging py3-parsing (3.2.3-r0) OK: 296 MiB in 89 packages >>> py3-ukpostcodeparser: Updating the community/x86_64 repository index... >>> py3-ukpostcodeparser: Signing the index...