>>> py3-us: Building testing/py3-us 3.1.1-r1 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 15:09:10 +0000 >>> py3-us: Checking sanity of /home/buildozer/aports/testing/py3-us/APKBUILD... >>> py3-us: Analyzing dependencies... >>> py3-us: Installing for build: build-base py3-jellyfish python3 py3-setuptools py3-pytest py3-tz (1/29) Installing libffi (3.4.6-r0) (2/29) Installing gdbm (1.23-r1) (3/29) Installing mpdecimal (4.0.0-r0) (4/29) Installing libpanelw (6.4_p20240330-r0) (5/29) Installing readline (8.2.10-r0) (6/29) Installing sqlite-libs (3.45.2-r0) (7/29) Installing python3 (3.12.3-r0) (8/29) Installing python3-pycache-pyc0 (3.12.3-r0) (9/29) Installing pyc (3.12.3-r0) (10/29) Installing py3-jellyfish-pyc (1.0.3-r1) (11/29) Installing python3-pyc (3.12.3-r0) (12/29) Installing py3-jellyfish (1.0.3-r1) (13/29) Installing py3-parsing (3.1.2-r1) (14/29) Installing py3-parsing-pyc (3.1.2-r1) (15/29) Installing py3-packaging (24.0-r1) (16/29) Installing py3-packaging-pyc (24.0-r1) (17/29) Installing py3-setuptools (69.2.0-r2) (18/29) Installing py3-setuptools-pyc (69.2.0-r2) (19/29) Installing py3-iniconfig (2.0.0-r1) (20/29) Installing py3-iniconfig-pyc (2.0.0-r1) (21/29) Installing py3-pluggy (1.4.0-r1) (22/29) Installing py3-pluggy-pyc (1.4.0-r1) (23/29) Installing py3-py (1.11.0-r3) (24/29) Installing py3-py-pyc (1.11.0-r3) (25/29) Installing py3-pytest (8.1.1-r1) (26/29) Installing py3-pytest-pyc (8.1.1-r1) (27/29) Installing py3-tz (2024.1-r1) (28/29) Installing py3-tz-pyc (2024.1-r1) (29/29) Installing .makedepends-py3-us (20240415.150913) Executing busybox-1.36.1-r25.trigger OK: 434 MiB in 142 packages >>> py3-us: Cleaning up srcdir >>> py3-us: Cleaning up pkgdir >>> py3-us: Cleaning up tmpdir >>> py3-us: Fetching https://distfiles.alpinelinux.org/distfiles/edge/us-3.1.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 >>> py3-us: Fetching https://files.pythonhosted.org/packages/source/u/us/us-3.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14463 100 14463 0 0 45777 0 --:--:-- --:--:-- --:--:-- 45777 >>> py3-us: Fetching https://distfiles.alpinelinux.org/distfiles/edge/us-3.1.1.tar.gz >>> py3-us: Checking sha512sums... us-3.1.1.tar.gz: OK fix-requires.patch: OK >>> py3-us: Unpacking /var/cache/distfiles/edge/us-3.1.1.tar.gz... >>> py3-us: fix-requires.patch patching file setup.py running build running build_py creating build creating build/lib creating build/lib/us copying us/unitedstatesofamerica.py -> build/lib/us copying us/__init__.py -> build/lib/us copying us/states.py -> build/lib/us creating build/lib/us/tests copying us/tests/__init__.py -> build/lib/us/tests copying us/tests/test_us.py -> build/lib/us/tests creating build/lib/us/cli copying us/cli/__init__.py -> build/lib/us/cli copying us/cli/states.py -> build/lib/us/cli running egg_info writing us.egg-info/PKG-INFO writing dependency_links to us.egg-info/dependency_links.txt writing entry points to us.egg-info/entry_points.txt writing requirements to us.egg-info/requires.txt writing top-level names to us.egg-info/top_level.txt reading manifest file 'us.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'us.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/testing/py3-us/src/us-3.1.1 collected 22 items us/tests/test_us.py ................s..... [100%] ======================== 21 passed, 1 skipped in 0.28s ========================= >>> py3-us: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/py3-us/pkg creating /home/buildozer/aports/testing/py3-us/pkg/py3-us creating /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr creating /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib creating /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us creating /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/tests copying build/lib/us/tests/__init__.py -> /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/tests copying build/lib/us/tests/test_us.py -> /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/tests copying build/lib/us/unitedstatesofamerica.py -> /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us copying build/lib/us/__init__.py -> /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us copying build/lib/us/states.py -> /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us creating /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/cli copying build/lib/us/cli/__init__.py -> /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/cli copying build/lib/us/cli/states.py -> /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/cli byte-compiling /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/tests/test_us.py to test_us.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/unitedstatesofamerica.py to unitedstatesofamerica.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/states.py to states.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/cli/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/cli/states.py to states.cpython-312.pyc running install_egg_info running egg_info writing us.egg-info/PKG-INFO writing dependency_links to us.egg-info/dependency_links.txt writing entry points to us.egg-info/entry_points.txt writing requirements to us.egg-info/requires.txt writing top-level names to us.egg-info/top_level.txt reading manifest file 'us.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'us.egg-info/SOURCES.txt' Copying us.egg-info to /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us-3.1.1-py3.12.egg-info running install_scripts Installing states script to /home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/bin >>> py3-us-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/tests/__pycache__' -> '/home/buildozer/aports/testing/py3-us/pkg/py3-us-pyc/usr/lib/python3.12/site-packages/us/tests/__pycache__' '/home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/__pycache__' -> '/home/buildozer/aports/testing/py3-us/pkg/py3-us-pyc/usr/lib/python3.12/site-packages/us/__pycache__' '/home/buildozer/aports/testing/py3-us/pkg/py3-us/usr/lib/python3.12/site-packages/us/cli/__pycache__' -> '/home/buildozer/aports/testing/py3-us/pkg/py3-us-pyc/usr/lib/python3.12/site-packages/us/cli/__pycache__' >>> py3-us-pyc*: Preparing subpackage py3-us-pyc... >>> py3-us-pyc*: Running postcheck for py3-us-pyc >>> py3-us*: Running postcheck for py3-us >>> py3-us*: Preparing package py3-us... >>> py3-us-pyc*: Tracing dependencies... py3-jellyfish python3 python3~3.12 >>> py3-us-pyc*: Package size: 96.0 KB >>> py3-us-pyc*: Compressing data... >>> py3-us-pyc*: Create checksum... >>> py3-us-pyc*: Create py3-us-pyc-3.1.1-r1.apk >>> py3-us*: Tracing dependencies... py3-jellyfish python3 python3~3.12 >>> py3-us*: Package size: 124.0 KB >>> py3-us*: Compressing data... >>> py3-us*: Create checksum... >>> py3-us*: Create py3-us-3.1.1-r1.apk >>> py3-us: Build complete at Mon, 15 Apr 2024 15:09:17 +0000 elapsed time 0h 0m 7s >>> py3-us: Cleaning up srcdir >>> py3-us: Cleaning up pkgdir >>> py3-us: Uninstalling dependencies... (1/29) Purging .makedepends-py3-us (20240415.150913) (2/29) Purging py3-jellyfish-pyc (1.0.3-r1) (3/29) Purging py3-jellyfish (1.0.3-r1) (4/29) Purging py3-setuptools-pyc (69.2.0-r2) (5/29) Purging py3-setuptools (69.2.0-r2) (6/29) Purging py3-pytest-pyc (8.1.1-r1) (7/29) Purging py3-pytest (8.1.1-r1) (8/29) Purging py3-iniconfig-pyc (2.0.0-r1) (9/29) Purging py3-iniconfig (2.0.0-r1) (10/29) Purging py3-packaging-pyc (24.0-r1) (11/29) Purging py3-packaging (24.0-r1) (12/29) Purging py3-parsing-pyc (3.1.2-r1) (13/29) Purging py3-parsing (3.1.2-r1) (14/29) Purging py3-pluggy-pyc (1.4.0-r1) (15/29) Purging py3-pluggy (1.4.0-r1) (16/29) Purging py3-py-pyc (1.11.0-r3) (17/29) Purging py3-py (1.11.0-r3) (18/29) Purging py3-tz-pyc (2024.1-r1) (19/29) Purging py3-tz (2024.1-r1) (20/29) Purging python3-pyc (3.12.3-r0) (21/29) Purging python3-pycache-pyc0 (3.12.3-r0) (22/29) Purging pyc (3.12.3-r0) (23/29) Purging python3 (3.12.3-r0) (24/29) Purging gdbm (1.23-r1) (25/29) Purging libffi (3.4.6-r0) (26/29) Purging libpanelw (6.4_p20240330-r0) (27/29) Purging mpdecimal (4.0.0-r0) (28/29) Purging readline (8.2.10-r0) (29/29) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-us: Updating the testing/x86 repository index... >>> py3-us: Signing the index...