>>> py3-argh: Building community/py3-argh 0.31.3-r0 (using abuild 3.16.0_rc4-r0) started Fri, 24 Oct 2025 14:33:23 +0000 >>> py3-argh: Validating /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/34) Installing libbz2 (1.0.8-r6) ( 2/34) Installing libffi (3.5.2-r0) ( 3/34) Installing gdbm (1.26-r0) ( 4/34) Installing xz-libs (5.8.1-r0) ( 5/34) Installing mpdecimal (4.0.1-r0) ( 6/34) Installing libpanelw (6.5_p20251010-r0) ( 7/34) Installing sqlite-libs (3.50.4-r1) ( 8/34) Installing python3 (3.12.12-r0) ( 9/34) Installing python3-pycache-pyc0 (3.12.12-r0) (10/34) Installing pyc (3.12.12-r0) (11/34) Installing python3-pyc (3.12.12-r0) (12/34) Installing py3-installer (0.7.0-r2) (13/34) Installing py3-installer-pyc (0.7.0-r2) (14/34) Installing py3-gpep517 (19-r0) (15/34) Installing py3-gpep517-pyc (19-r0) (16/34) Installing py3-flit-core (3.12.0-r0) (17/34) Installing py3-flit-core-pyc (3.12.0-r0) (18/34) Installing py3-mock (5.2.0-r0) (19/34) Installing py3-mock-pyc (5.2.0-r0) (20/34) Installing py3-iniconfig (2.3.0-r0) (21/34) Installing py3-iniconfig-pyc (2.3.0-r0) (22/34) Installing py3-parsing (3.2.3-r0) (23/34) Installing py3-parsing-pyc (3.2.3-r0) (24/34) Installing py3-packaging (25.0-r0) (25/34) Installing py3-packaging-pyc (25.0-r0) (26/34) Installing py3-pluggy (1.6.0-r0) (27/34) Installing py3-pluggy-pyc (1.6.0-r0) (28/34) Installing py3-py (1.11.0-r4) (29/34) Installing py3-py-pyc (1.11.0-r4) (30/34) Installing py3-pygments (2.19.2-r0) (31/34) Installing py3-pygments-pyc (2.19.2-r0) (32/34) Installing py3-pytest (8.4.2-r1) (33/34) Installing py3-pytest-pyc (8.4.2-r1) (34/34) Installing .makedepends-py3-argh (20251024.143356) busybox-1.37.0-r24.trigger: Executing script... OK: 475 MiB in 139 packages >>> py3-argh: Cleaning up srcdir >>> py3-argh: Cleaning up pkgdir >>> py3-argh: Cleaning up tmpdir >>> py3-argh: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-argh-0.31.3.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-argh: Fetching https://github.com/neithere/argh/archive/v0.31.3/py3-argh-0.31.3.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/v3.23/py3-argh-0.31.3.tar.gz.part' py3-argh-0.31.3.tar. 100% |********************************| 78890 0:00:00 ETA '/var/cache/distfiles/v3.23/py3-argh-0.31.3.tar.gz.part' saved /var/cache/distfiles/v3.23/py3-argh-0.31.3.tar.gz: OK >>> py3-argh: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-argh-0.31.3.tar.gz /var/cache/distfiles/v3.23/py3-argh-0.31.3.tar.gz: OK >>> py3-argh: Unpacking /var/cache/distfiles/v3.23/py3-argh-0.31.3.tar.gz... 2025-10-24 14:33:58,294 gpep517 INFO Building wheel via backend flit_core.buildapi 2025-10-24 14:33:58,298 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2024-07-14 07:29:15+00:00 2025-10-24 14:33:58,298 flit_core.wheel INFO Copying package file(s) from src/argh 2025-10-24 14:33:58,301 flit_core.wheel INFO Writing metadata files 2025-10-24 14:33:58,303 flit_core.wheel INFO Writing the record of files 2025-10-24 14:33:58,303 flit_core.wheel INFO Built wheel: .dist/argh-0.31.3-py3-none-any.whl 2025-10-24 14:33:58,303 gpep517 INFO The backend produced .dist/argh-0.31.3-py3-none-any.whl argh-0.31.3-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-8.4.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/py3-argh/src/argh-0.31.3 configfile: pyproject.toml collected 170 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 .............................................. [ 61%] ......... [ 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.3/.testenv/lib/python3.12/site-packages/argh/dispatching.py:168: 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 ======================== 170 passed, 1 warning in 0.73s ======================== >>> py3-argh: Entering fakeroot... >>> py3-argh-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/argh/__pycache__' -> '/home/buildozer/aports/community/py3-argh/pkg/py3-argh-pyc/usr/lib/python3.12/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~3.12 >>> py3-argh-pyc*: Package size: 73.1 KB >>> py3-argh-pyc*: Compressing data... >>> py3-argh-pyc*: Create checksum... >>> py3-argh-pyc*: Create py3-argh-pyc-0.31.3-r0.apk >>> py3-argh*: Tracing dependencies... python3 python3~3.12 >>> py3-argh*: Package size: 122.8 KB >>> py3-argh*: Compressing data... >>> py3-argh*: Create checksum... >>> py3-argh*: Create py3-argh-0.31.3-r0.apk >>> py3-argh: Build complete at Fri, 24 Oct 2025 14:34:00 +0000 elapsed time 0h 0m 37s >>> py3-argh: Cleaning up srcdir >>> py3-argh: Cleaning up pkgdir >>> py3-argh: Uninstalling dependencies... ( 1/34) Purging .makedepends-py3-argh (20251024.143356) ( 2/34) Purging py3-gpep517-pyc (19-r0) ( 3/34) Purging py3-gpep517 (19-r0) ( 4/34) Purging py3-installer-pyc (0.7.0-r2) ( 5/34) Purging py3-installer (0.7.0-r2) ( 6/34) Purging py3-flit-core-pyc (3.12.0-r0) ( 7/34) Purging py3-flit-core (3.12.0-r0) ( 8/34) Purging py3-mock-pyc (5.2.0-r0) ( 9/34) Purging py3-mock (5.2.0-r0) (10/34) Purging py3-pytest-pyc (8.4.2-r1) (11/34) Purging py3-pytest (8.4.2-r1) (12/34) Purging py3-iniconfig-pyc (2.3.0-r0) (13/34) Purging py3-iniconfig (2.3.0-r0) (14/34) Purging py3-packaging-pyc (25.0-r0) (15/34) Purging py3-packaging (25.0-r0) (16/34) Purging py3-parsing-pyc (3.2.3-r0) (17/34) Purging py3-parsing (3.2.3-r0) (18/34) Purging py3-pluggy-pyc (1.6.0-r0) (19/34) Purging py3-pluggy (1.6.0-r0) (20/34) Purging py3-py-pyc (1.11.0-r4) (21/34) Purging py3-py (1.11.0-r4) (22/34) Purging py3-pygments-pyc (2.19.2-r0) (23/34) Purging py3-pygments (2.19.2-r0) (24/34) Purging python3-pyc (3.12.12-r0) (25/34) Purging python3-pycache-pyc0 (3.12.12-r0) (26/34) Purging pyc (3.12.12-r0) (27/34) Purging python3 (3.12.12-r0) (28/34) Purging gdbm (1.26-r0) (29/34) Purging libbz2 (1.0.8-r6) (30/34) Purging libffi (3.5.2-r0) (31/34) Purging libpanelw (6.5_p20251010-r0) (32/34) Purging mpdecimal (4.0.1-r0) (33/34) Purging sqlite-libs (3.50.4-r1) (34/34) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 426 MiB in 105 packages >>> py3-argh: Updating the community/x86 repository index... >>> py3-argh: Signing the index...