>>> py3-argh: Building community/py3-argh 0.31.2-r0 (using abuild 3.12.0-r2) started Thu, 25 Jan 2024 11:56:48 +0000 >>> py3-argh: Checking sanity of /home/buildozer/aports/community/py3-argh/APKBUILD... >>> py3-argh: Analyzing dependencies... >>> py3-argh: Installing for build: build-base python3 py3-gpep517 py3-flit-core py3-mock py3-pytest (1/31) Installing libffi (3.4.4-r3) (2/31) Installing gdbm (1.23-r1) (3/31) Installing mpdecimal (4.0.0-r0) (4/31) Installing libpanelw (6.4_p20231125-r0) (5/31) Installing readline (8.2.10-r0) (6/31) Installing sqlite-libs (3.45.0-r0) (7/31) Installing python3 (3.11.7-r1) (8/31) Installing python3-pycache-pyc0 (3.11.7-r1) (9/31) Installing pyc (3.11.7-r1) (10/31) Installing python3-pyc (3.11.7-r1) (11/31) Installing py3-installer (0.7.0-r1) (12/31) Installing py3-installer-pyc (0.7.0-r1) (13/31) Installing py3-gpep517 (15-r1) (14/31) Installing py3-gpep517-pyc (15-r1) (15/31) Installing py3-flit-core (3.9.0-r0) (16/31) Installing py3-flit-core-pyc (3.9.0-r0) (17/31) Installing py3-mock (5.1.0-r1) (18/31) Installing py3-mock-pyc (5.1.0-r1) (19/31) Installing py3-iniconfig (1.1.1-r8) (20/31) Installing py3-iniconfig-pyc (1.1.1-r8) (21/31) Installing py3-parsing (3.1.1-r0) (22/31) Installing py3-parsing-pyc (3.1.1-r0) (23/31) Installing py3-packaging (23.2-r0) (24/31) Installing py3-packaging-pyc (23.2-r0) (25/31) Installing py3-pluggy (1.3.0-r0) (26/31) Installing py3-pluggy-pyc (1.3.0-r0) (27/31) Installing py3-py (1.11.0-r2) (28/31) Installing py3-py-pyc (1.11.0-r2) (29/31) Installing py3-pytest (7.4.4-r0) (30/31) Installing py3-pytest-pyc (7.4.4-r0) (31/31) Installing .makedepends-py3-argh (20240125.115651) Executing busybox-1.36.1-r19.trigger OK: 317 MiB in 141 packages >>> py3-argh: Cleaning up srcdir >>> py3-argh: Cleaning up pkgdir >>> py3-argh: Cleaning up tmpdir >>> py3-argh: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-argh-0.31.2.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-argh: Fetching https://github.com/neithere/argh/archive/v0.31.2/py3-argh-0.31.2.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 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 78251 0 78251 0 0 43386 0 --:--:-- 0:00:01 --:--:-- 109k >>> py3-argh: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-argh-0.31.2.tar.gz >>> py3-argh: Checking sha512sums... py3-argh-0.31.2.tar.gz: OK >>> py3-argh: Unpacking /var/cache/distfiles/py3-argh-0.31.2.tar.gz... 2024-01-25 11:56:55,976 gpep517 INFO Building wheel via backend flit_core.buildapi 2024-01-25 11:56:55,983 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2024-01-25 11:56:18 2024-01-25 11:56:55,983 flit_core.wheel INFO Copying package file(s) from src/argh 2024-01-25 11:56:55,990 flit_core.wheel INFO Writing metadata files 2024-01-25 11:56:55,994 flit_core.wheel INFO Writing the record of files 2024-01-25 11:56:55,996 flit_core.wheel INFO Built wheel: .dist/argh-0.31.2-py3-none-any.whl 2024-01-25 11:56:55,996 gpep517 INFO The backend produced .dist/argh-0.31.2-py3-none-any.whl argh-0.31.2-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0 rootdir: /home/buildozer/aports/community/py3-argh/src/argh-0.31.2 collected 169 items tests/test_assembling.py ...................................... [ 22%] tests/test_completion.py ... [ 24%] tests/test_decorators.py ...... [ 27%] tests/test_dispatching.py ........ [ 32%] tests/test_dto.py .... [ 34%] tests/test_integration.py .............................................. [ 62%] ......... [ 67%] tests/test_interaction.py ..... [ 70%] tests/test_mapping_policies.py .......................... [ 85%] tests/test_regressions.py ............ [ 92%] tests/test_typing_hints.py ........ [ 97%] tests/test_utils.py .... [100%] =============================== warnings summary =============================== tests/test_dispatching.py::test_dispatch_command_two_stage /home/buildozer/aports/community/py3-argh/src/argh-0.31.2/.testenv/lib/python3.11/site-packages/argh/dispatching.py:167: DeprecationWarning: The argument `namespace` in `dispatch()` is deprecated. It will be removed in the next minor version after v0.31. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 169 passed, 1 warning in 2.46s ======================== >>> py3-argh: Entering fakeroot... >>> py3-argh-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-argh/pkg/py3-argh/usr/lib/python3.11/site-packages/argh/__pycache__' -> '/home/buildozer/aports/community/py3-argh/pkg/py3-argh-pyc/usr/lib/python3.11/site-packages/argh/__pycache__' >>> py3-argh-pyc*: Preparing subpackage py3-argh-pyc... >>> py3-argh-pyc*: Running postcheck for py3-argh-pyc >>> py3-argh*: Running postcheck for py3-argh >>> py3-argh*: Preparing package py3-argh... >>> py3-argh-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-argh-pyc*: Package size: 132.0 KB >>> py3-argh-pyc*: Compressing data... >>> py3-argh-pyc*: Create checksum... >>> py3-argh-pyc*: Create py3-argh-pyc-0.31.2-r0.apk >>> py3-argh*: Tracing dependencies... python3 python3~3.11 >>> py3-argh*: Package size: 184.0 KB >>> py3-argh*: Compressing data... >>> py3-argh*: Create checksum... >>> py3-argh*: Create py3-argh-0.31.2-r0.apk >>> py3-argh: Build complete at Thu, 25 Jan 2024 11:57:03 +0000 elapsed time 0h 0m 15s >>> py3-argh: Cleaning up srcdir >>> py3-argh: Cleaning up pkgdir >>> py3-argh: Uninstalling dependencies... (1/31) Purging .makedepends-py3-argh (20240125.115651) (2/31) Purging py3-gpep517-pyc (15-r1) (3/31) Purging py3-gpep517 (15-r1) (4/31) Purging py3-installer-pyc (0.7.0-r1) (5/31) Purging py3-installer (0.7.0-r1) (6/31) Purging py3-flit-core-pyc (3.9.0-r0) (7/31) Purging py3-flit-core (3.9.0-r0) (8/31) Purging py3-mock-pyc (5.1.0-r1) (9/31) Purging py3-mock (5.1.0-r1) (10/31) Purging py3-pytest-pyc (7.4.4-r0) (11/31) Purging py3-pytest (7.4.4-r0) (12/31) Purging py3-iniconfig-pyc (1.1.1-r8) (13/31) Purging py3-iniconfig (1.1.1-r8) (14/31) Purging py3-packaging-pyc (23.2-r0) (15/31) Purging py3-packaging (23.2-r0) (16/31) Purging py3-parsing-pyc (3.1.1-r0) (17/31) Purging py3-parsing (3.1.1-r0) (18/31) Purging py3-pluggy-pyc (1.3.0-r0) (19/31) Purging py3-pluggy (1.3.0-r0) (20/31) Purging py3-py-pyc (1.11.0-r2) (21/31) Purging py3-py (1.11.0-r2) (22/31) Purging python3-pyc (3.11.7-r1) (23/31) Purging python3-pycache-pyc0 (3.11.7-r1) (24/31) Purging pyc (3.11.7-r1) (25/31) Purging python3 (3.11.7-r1) (26/31) Purging gdbm (1.23-r1) (27/31) Purging libffi (3.4.4-r3) (28/31) Purging libpanelw (6.4_p20231125-r0) (29/31) Purging mpdecimal (4.0.0-r0) (30/31) Purging readline (8.2.10-r0) (31/31) Purging sqlite-libs (3.45.0-r0) Executing busybox-1.36.1-r19.trigger OK: 265 MiB in 110 packages >>> py3-argh: Updating the community/ppc64le repository index... >>> py3-argh: Signing the index...