>>> py3-aniso8601: Building community/py3-aniso8601 9.0.1-r3 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 04:37:35 +0000 >>> py3-aniso8601: Checking sanity of /home/buildozer/aports/community/py3-aniso8601/APKBUILD... >>> py3-aniso8601: Analyzing dependencies... >>> py3-aniso8601: Installing for build: build-base python3 py3-setuptools py3-pytest py3-pytest-runner py3-dateutil py3-mock (1/35) Installing libbz2 (1.0.8-r6) (2/35) Installing libffi (3.4.6-r0) (3/35) Installing gdbm (1.23-r1) (4/35) Installing xz-libs (5.6.1-r3) (5/35) Installing mpdecimal (4.0.0-r0) (6/35) Installing libpanelw (6.4_p20240330-r0) (7/35) Installing readline (8.2.10-r0) (8/35) Installing sqlite-libs (3.45.2-r0) (9/35) Installing python3 (3.12.3-r0) (10/35) Installing python3-pycache-pyc0 (3.12.3-r0) (11/35) Installing pyc (3.12.3-r0) (12/35) Installing python3-pyc (3.12.3-r0) (13/35) Installing py3-parsing (3.1.2-r1) (14/35) Installing py3-parsing-pyc (3.1.2-r1) (15/35) Installing py3-packaging (24.0-r1) (16/35) Installing py3-packaging-pyc (24.0-r1) (17/35) Installing py3-setuptools (69.2.0-r2) (18/35) Installing py3-setuptools-pyc (69.2.0-r2) (19/35) Installing py3-iniconfig (2.0.0-r1) (20/35) Installing py3-iniconfig-pyc (2.0.0-r1) (21/35) Installing py3-pluggy (1.4.0-r1) (22/35) Installing py3-pluggy-pyc (1.4.0-r1) (23/35) Installing py3-py (1.11.0-r3) (24/35) Installing py3-py-pyc (1.11.0-r3) (25/35) Installing py3-pytest (8.1.1-r1) (26/35) Installing py3-pytest-pyc (8.1.1-r1) (27/35) Installing py3-pytest-runner (6.0.1-r1) (28/35) Installing py3-pytest-runner-pyc (6.0.1-r1) (29/35) Installing py3-six (1.16.0-r9) (30/35) Installing py3-six-pyc (1.16.0-r9) (31/35) Installing py3-dateutil (2.9.0-r1) (32/35) Installing py3-dateutil-pyc (2.9.0-r1) (33/35) Installing py3-mock (5.1.0-r2) (34/35) Installing py3-mock-pyc (5.1.0-r2) (35/35) Installing .makedepends-py3-aniso8601 (20240413.043736) Executing busybox-1.36.1-r25.trigger OK: 437 MiB in 140 packages >>> py3-aniso8601: Cleaning up srcdir >>> py3-aniso8601: Cleaning up pkgdir >>> py3-aniso8601: Cleaning up tmpdir >>> py3-aniso8601: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-aniso8601-9.0.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 57116 100 57116 0 0 1054k 0 --:--:-- --:--:-- --:--:-- 1072k >>> py3-aniso8601: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-aniso8601-9.0.1.tar.gz >>> py3-aniso8601: Checking sha512sums... py3-aniso8601-9.0.1.tar.gz: OK >>> py3-aniso8601: Unpacking /var/cache/distfiles/py3-aniso8601-9.0.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/aniso8601 copying aniso8601/__init__.py -> build/lib/aniso8601 copying aniso8601/exceptions.py -> build/lib/aniso8601 copying aniso8601/timezone.py -> build/lib/aniso8601 copying aniso8601/decimalfraction.py -> build/lib/aniso8601 copying aniso8601/utcoffset.py -> build/lib/aniso8601 copying aniso8601/resolution.py -> build/lib/aniso8601 copying aniso8601/date.py -> build/lib/aniso8601 copying aniso8601/duration.py -> build/lib/aniso8601 copying aniso8601/time.py -> build/lib/aniso8601 copying aniso8601/compat.py -> build/lib/aniso8601 copying aniso8601/interval.py -> build/lib/aniso8601 creating build/lib/aniso8601/builders copying aniso8601/builders/python.py -> build/lib/aniso8601/builders copying aniso8601/builders/__init__.py -> build/lib/aniso8601/builders creating build/lib/aniso8601/tests copying aniso8601/tests/__init__.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_time.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_decimalfraction.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_utcoffset.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_compat.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_date.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_duration.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_init.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_interval.py -> build/lib/aniso8601/tests copying aniso8601/tests/compat.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_timezone.py -> build/lib/aniso8601/tests creating build/lib/aniso8601/builders/tests copying aniso8601/builders/tests/__init__.py -> build/lib/aniso8601/builders/tests copying aniso8601/builders/tests/test_python.py -> build/lib/aniso8601/builders/tests copying aniso8601/builders/tests/test_init.py -> build/lib/aniso8601/builders/tests running pytest /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info creating aniso8601.egg-info writing aniso8601.egg-info/PKG-INFO writing dependency_links to aniso8601.egg-info/dependency_links.txt writing requirements to aniso8601.egg-info/requires.txt writing top-level names to aniso8601.egg-info/top_level.txt writing manifest file 'aniso8601.egg-info/SOURCES.txt' reading manifest file 'aniso8601.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'aniso8601.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/community/py3-aniso8601/src/aniso8601-9.0.1 collected 144 items aniso8601/builders/tests/test_init.py ........................... [ 18%] aniso8601/builders/tests/test_python.py .................... [ 32%] aniso8601/tests/test_compat.py . [ 33%] aniso8601/tests/test_date.py ............... [ 43%] aniso8601/tests/test_decimalfraction.py . [ 44%] aniso8601/tests/test_duration.py ................................ [ 66%] aniso8601/tests/test_init.py . [ 67%] aniso8601/tests/test_interval.py ....................... [ 83%] aniso8601/tests/test_time.py ................ [ 94%] aniso8601/tests/test_timezone.py ..... [ 97%] aniso8601/tests/test_utcoffset.py ... [100%] ============================= 144 passed in 0.29s ============================== >>> py3-aniso8601: 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/community/py3-aniso8601/pkg creating /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601 creating /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr creating /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib creating /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 copying build/lib/aniso8601/__init__.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 copying build/lib/aniso8601/exceptions.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 copying build/lib/aniso8601/timezone.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 copying build/lib/aniso8601/decimalfraction.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 creating /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders copying build/lib/aniso8601/builders/python.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders copying build/lib/aniso8601/builders/__init__.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders creating /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders/tests copying build/lib/aniso8601/builders/tests/__init__.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders/tests copying build/lib/aniso8601/builders/tests/test_python.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders/tests copying build/lib/aniso8601/builders/tests/test_init.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders/tests copying build/lib/aniso8601/utcoffset.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 copying build/lib/aniso8601/resolution.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 copying build/lib/aniso8601/date.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 creating /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/tests/__init__.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/tests/test_time.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/tests/test_decimalfraction.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/tests/test_utcoffset.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/tests/test_compat.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/tests/test_date.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/tests/test_duration.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/tests/test_init.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/tests/test_interval.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/tests/compat.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/tests/test_timezone.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests copying build/lib/aniso8601/duration.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 copying build/lib/aniso8601/time.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 copying build/lib/aniso8601/compat.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 copying build/lib/aniso8601/interval.py -> /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601 byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/timezone.py to timezone.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/decimalfraction.py to decimalfraction.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders/python.py to python.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders/tests/test_python.py to test_python.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders/tests/test_init.py to test_init.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/utcoffset.py to utcoffset.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/resolution.py to resolution.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/date.py to date.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/test_time.py to test_time.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/test_decimalfraction.py to test_decimalfraction.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/test_utcoffset.py to test_utcoffset.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/test_compat.py to test_compat.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/test_date.py to test_date.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/test_duration.py to test_duration.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/test_init.py to test_init.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/test_interval.py to test_interval.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/compat.py to compat.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/test_timezone.py to test_timezone.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/duration.py to duration.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/time.py to time.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/compat.py to compat.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/interval.py to interval.cpython-312.pyc running install_egg_info running egg_info writing aniso8601.egg-info/PKG-INFO writing dependency_links to aniso8601.egg-info/dependency_links.txt writing requirements to aniso8601.egg-info/requires.txt writing top-level names to aniso8601.egg-info/top_level.txt reading manifest file 'aniso8601.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'aniso8601.egg-info/SOURCES.txt' Copying aniso8601.egg-info to /home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601-9.0.1-py3.12.egg-info running install_scripts >>> py3-aniso8601-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/__pycache__' -> '/home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601-pyc/usr/lib/python3.12/site-packages/aniso8601/__pycache__' '/home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders/__pycache__' -> '/home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601-pyc/usr/lib/python3.12/site-packages/aniso8601/builders/__pycache__' '/home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/builders/tests/__pycache__' -> '/home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601-pyc/usr/lib/python3.12/site-packages/aniso8601/builders/tests/__pycache__' '/home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601/usr/lib/python3.12/site-packages/aniso8601/tests/__pycache__' -> '/home/buildozer/aports/community/py3-aniso8601/pkg/py3-aniso8601-pyc/usr/lib/python3.12/site-packages/aniso8601/tests/__pycache__' >>> py3-aniso8601-pyc*: Preparing subpackage py3-aniso8601-pyc... >>> py3-aniso8601-pyc*: Running postcheck for py3-aniso8601-pyc >>> py3-aniso8601*: Running postcheck for py3-aniso8601 >>> py3-aniso8601*: Preparing package py3-aniso8601... >>> py3-aniso8601-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-aniso8601-pyc*: Package size: 384.0 KB >>> py3-aniso8601-pyc*: Compressing data... >>> py3-aniso8601-pyc*: Create checksum... >>> py3-aniso8601-pyc*: Create py3-aniso8601-pyc-9.0.1-r3.apk >>> py3-aniso8601*: Tracing dependencies... python3 python3~3.12 >>> py3-aniso8601*: Package size: 460.0 KB >>> py3-aniso8601*: Compressing data... >>> py3-aniso8601*: Create checksum... >>> py3-aniso8601*: Create py3-aniso8601-9.0.1-r3.apk >>> py3-aniso8601: Build complete at Sat, 13 Apr 2024 04:37:38 +0000 elapsed time 0h 0m 3s >>> py3-aniso8601: Cleaning up srcdir >>> py3-aniso8601: Cleaning up pkgdir >>> py3-aniso8601: Uninstalling dependencies... (1/35) Purging .makedepends-py3-aniso8601 (20240413.043736) (2/35) Purging py3-pytest-runner-pyc (6.0.1-r1) (3/35) Purging py3-pytest-runner (6.0.1-r1) (4/35) Purging py3-pytest-pyc (8.1.1-r1) (5/35) Purging py3-pytest (8.1.1-r1) (6/35) Purging py3-iniconfig-pyc (2.0.0-r1) (7/35) Purging py3-iniconfig (2.0.0-r1) (8/35) Purging py3-pluggy-pyc (1.4.0-r1) (9/35) Purging py3-pluggy (1.4.0-r1) (10/35) Purging py3-py-pyc (1.11.0-r3) (11/35) Purging py3-py (1.11.0-r3) (12/35) Purging py3-setuptools-pyc (69.2.0-r2) (13/35) Purging py3-setuptools (69.2.0-r2) (14/35) Purging py3-packaging-pyc (24.0-r1) (15/35) Purging py3-packaging (24.0-r1) (16/35) Purging py3-parsing-pyc (3.1.2-r1) (17/35) Purging py3-parsing (3.1.2-r1) (18/35) Purging py3-dateutil-pyc (2.9.0-r1) (19/35) Purging py3-dateutil (2.9.0-r1) (20/35) Purging py3-six-pyc (1.16.0-r9) (21/35) Purging py3-six (1.16.0-r9) (22/35) Purging py3-mock-pyc (5.1.0-r2) (23/35) Purging py3-mock (5.1.0-r2) (24/35) Purging python3-pyc (3.12.3-r0) (25/35) Purging python3-pycache-pyc0 (3.12.3-r0) (26/35) Purging pyc (3.12.3-r0) (27/35) Purging python3 (3.12.3-r0) (28/35) Purging gdbm (1.23-r1) (29/35) Purging libbz2 (1.0.8-r6) (30/35) Purging libffi (3.4.6-r0) (31/35) Purging libpanelw (6.4_p20240330-r0) (32/35) Purging mpdecimal (4.0.0-r0) (33/35) Purging readline (8.2.10-r0) (34/35) Purging sqlite-libs (3.45.2-r0) (35/35) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 105 packages >>> py3-aniso8601: Updating the community/aarch64 repository index... >>> py3-aniso8601: Signing the index...