>>> py3-argh: Building community/py3-argh 0.29.4-r0 (using abuild 3.11.21-r0) started Sun, 24 Sep 2023 05:44:22 +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/33) Installing libbz2 (1.0.8-r6) (2/33) Installing libffi (3.4.4-r3) (3/33) Installing gdbm (1.23-r1) (4/33) Installing xz-libs (5.4.4-r0) (5/33) Installing mpdecimal (2.5.1-r2) (6/33) Installing libpanelw (6.4_p20230722-r0) (7/33) Installing readline (8.2.1-r2) (8/33) Installing sqlite-libs (3.43.1-r0) (9/33) Installing python3 (3.11.5-r0) (10/33) Installing python3-pycache-pyc0 (3.11.5-r0) (11/33) Installing pyc (0.1-r0) (12/33) Installing python3-pyc (3.11.5-r0) (13/33) Installing py3-installer (0.7.0-r1) (14/33) Installing py3-installer-pyc (0.7.0-r1) (15/33) Installing py3-gpep517 (15-r0) (16/33) Installing py3-gpep517-pyc (15-r0) (17/33) Installing py3-flit-core (3.9.0-r0) (18/33) Installing py3-flit-core-pyc (3.9.0-r0) (19/33) Installing py3-mock (5.1.0-r0) (20/33) Installing py3-mock-pyc (5.1.0-r0) (21/33) Installing py3-iniconfig (1.1.1-r6) (22/33) Installing py3-iniconfig-pyc (1.1.1-r6) (23/33) Installing py3-parsing (3.1.1-r0) (24/33) Installing py3-parsing-pyc (3.1.1-r0) (25/33) Installing py3-packaging (23.1-r3) (26/33) Installing py3-packaging-pyc (23.1-r3) (27/33) Installing py3-pluggy (1.3.0-r0) (28/33) Installing py3-pluggy-pyc (1.3.0-r0) (29/33) Installing py3-py (1.11.0-r2) (30/33) Installing py3-py-pyc (1.11.0-r2) (31/33) Installing py3-pytest (7.4.2-r0) (32/33) Installing py3-pytest-pyc (7.4.2-r0) (33/33) Installing .makedepends-py3-argh (20230924.054423) Executing busybox-1.36.1-r8.trigger OK: 362 MiB in 135 packages >>> py3-argh: Cleaning up srcdir >>> py3-argh: Cleaning up pkgdir >>> py3-argh: Cleaning up tmpdir >>> py3-argh: Fetching https://github.com/neithere/argh/archive/v0.29.4/py3-argh-0.29.4.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 100 60050 0 60050 0 0 131k 0 --:--:-- --:--:-- --:--:-- 412k >>> py3-argh: Fetching https://github.com/neithere/argh/archive/v0.29.4/py3-argh-0.29.4.tar.gz >>> py3-argh: Checking sha512sums... py3-argh-0.29.4.tar.gz: OK >>> py3-argh: Unpacking /var/cache/distfiles/py3-argh-0.29.4.tar.gz... 2023-09-24 05:44:24,319 gpep517 INFO Building wheel via backend flit_core.buildapi 2023-09-24 05:44:24,321 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2023-09-24 05:39:16 2023-09-24 05:44:24,321 flit_core.wheel INFO Copying package file(s) from src/argh 2023-09-24 05:44:24,323 flit_core.wheel INFO Writing metadata files 2023-09-24 05:44:24,324 flit_core.wheel INFO Writing the record of files 2023-09-24 05:44:24,324 flit_core.wheel INFO Built wheel: .dist/argh-0.29.4-py3-none-any.whl 2023-09-24 05:44:24,324 gpep517 INFO The backend produced .dist/argh-0.29.4-py3-none-any.whl argh-0.29.4-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0 rootdir: /home/buildozer/aports/community/py3-argh/src/argh-0.29.4 collected 114 items tests/test_assembling.py .................... [ 17%] tests/test_completion.py ... [ 20%] tests/test_decorators.py ...... [ 25%] tests/test_dispatching.py ... [ 28%] tests/test_integration.py .......xxx.................................... [ 68%] ................ [ 82%] tests/test_interaction.py ..... [ 86%] tests/test_regressions.py ....... [ 92%] tests/test_utils.py ........ [100%] =============================== warnings summary =============================== tests/test_integration.py::test_add_commands_group_overrides2__deprecated tests/test_integration.py::test_add_commands_group_overrides3__deprecated /home/buildozer/aports/community/py3-argh/src/argh-0.29.4/.testenv/lib/python3.11/site-packages/argh/assembling.py:423: DeprecationWarning: Argument `namespace` is deprecated in add_commands(), it will be removed in Argh 0.30. Please use `group_name` instead. warnings.warn( tests/test_integration.py::test_add_commands_group_overrides2__deprecated tests/test_integration.py::test_add_commands_group_overrides3__deprecated /home/buildozer/aports/community/py3-argh/src/argh-0.29.4/.testenv/lib/python3.11/site-packages/argh/assembling.py:431: DeprecationWarning: Argument `namespace_kwargs` is deprecated in add_commands(), it will be removed in Argh 0.30. Please use `group_kwargs` instead. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================== 111 passed, 3 xfailed, 4 warnings in 0.51s ================== >>> 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: 104.0 KB >>> py3-argh-pyc*: Compressing data... >>> py3-argh-pyc*: Create checksum... >>> py3-argh-pyc*: Create py3-argh-pyc-0.29.4-r0.apk >>> py3-argh*: Tracing dependencies... python3 python3~3.11 >>> py3-argh*: Package size: 168.0 KB >>> py3-argh*: Compressing data... >>> py3-argh*: Create checksum... >>> py3-argh*: Create py3-argh-0.29.4-r0.apk >>> py3-argh: Build complete at Sun, 24 Sep 2023 05:44:25 +0000 elapsed time 0h 0m 3s >>> py3-argh: Cleaning up srcdir >>> py3-argh: Cleaning up pkgdir >>> py3-argh: Uninstalling dependencies... (1/33) Purging .makedepends-py3-argh (20230924.054423) (2/33) Purging py3-gpep517-pyc (15-r0) (3/33) Purging py3-gpep517 (15-r0) (4/33) Purging py3-installer-pyc (0.7.0-r1) (5/33) Purging py3-installer (0.7.0-r1) (6/33) Purging py3-flit-core-pyc (3.9.0-r0) (7/33) Purging py3-flit-core (3.9.0-r0) (8/33) Purging py3-mock-pyc (5.1.0-r0) (9/33) Purging py3-mock (5.1.0-r0) (10/33) Purging py3-pytest-pyc (7.4.2-r0) (11/33) Purging py3-pytest (7.4.2-r0) (12/33) Purging py3-iniconfig-pyc (1.1.1-r6) (13/33) Purging py3-iniconfig (1.1.1-r6) (14/33) Purging py3-packaging-pyc (23.1-r3) (15/33) Purging py3-packaging (23.1-r3) (16/33) Purging py3-parsing-pyc (3.1.1-r0) (17/33) Purging py3-parsing (3.1.1-r0) (18/33) Purging py3-pluggy-pyc (1.3.0-r0) (19/33) Purging py3-pluggy (1.3.0-r0) (20/33) Purging py3-py-pyc (1.11.0-r2) (21/33) Purging py3-py (1.11.0-r2) (22/33) Purging python3-pyc (3.11.5-r0) (23/33) Purging python3-pycache-pyc0 (3.11.5-r0) (24/33) Purging pyc (0.1-r0) (25/33) Purging python3 (3.11.5-r0) (26/33) Purging gdbm (1.23-r1) (27/33) Purging libbz2 (1.0.8-r6) (28/33) Purging libffi (3.4.4-r3) (29/33) Purging libpanelw (6.4_p20230722-r0) (30/33) Purging mpdecimal (2.5.1-r2) (31/33) Purging readline (8.2.1-r2) (32/33) Purging sqlite-libs (3.43.1-r0) (33/33) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r8.trigger OK: 315 MiB in 102 packages >>> py3-argh: Updating the community/armhf repository index... >>> py3-argh: Signing the index...