>>> py3-dependency-groups: Building community/py3-dependency-groups 1.3.1-r1 (using abuild 3.16.0-r0) started Sat, 28 Mar 2026 08:17:18 +0000 >>> py3-dependency-groups: Validating /home/buildozer/aports/community/py3-dependency-groups/APKBUILD... >>> py3-dependency-groups: Analyzing dependencies... >>> py3-dependency-groups: Installing for build: build-base py3-flit-core py3-gpep517 py3-setuptools py3-wheel py3-pytest ( 1/36) Installing libbz2 (1.0.8-r6) ( 2/36) Installing libffi (3.5.2-r0) ( 3/36) Installing gdbm (1.26-r0) ( 4/36) Installing xz-libs (5.8.2-r0) ( 5/36) Installing mpdecimal (4.0.1-r0) ( 6/36) Installing libpanelw (6.6_p20251231-r0) ( 7/36) Installing sqlite-libs (3.51.2-r1) ( 8/36) Installing python3 (3.14.3-r0) ( 9/36) Installing python3-pycache-pyc0 (3.14.3-r0) (10/36) Installing pyc (3.14.3-r0) (11/36) Installing py3-flit-core-pyc (3.12.0-r1) (12/36) Installing python3-pyc (3.14.3-r0) (13/36) Installing py3-flit-core (3.12.0-r1) (14/36) Installing py3-installer (0.7.0-r3) (15/36) Installing py3-installer-pyc (0.7.0-r3) (16/36) Installing py3-gpep517 (19-r2) (17/36) Installing py3-gpep517-pyc (19-r2) (18/36) Installing py3-parsing (3.3.2-r1) (19/36) Installing py3-parsing-pyc (3.3.2-r1) (20/36) Installing py3-packaging (26.0-r1) (21/36) Installing py3-packaging-pyc (26.0-r1) (22/36) Installing py3-setuptools (82.0.1-r1) (23/36) Installing py3-setuptools-pyc (82.0.1-r1) (24/36) Installing py3-wheel (0.46.3-r1) (25/36) Installing py3-wheel-pyc (0.46.3-r1) (26/36) Installing py3-iniconfig (2.3.0-r1) (27/36) Installing py3-iniconfig-pyc (2.3.0-r1) (28/36) Installing py3-pluggy (1.6.0-r1) (29/36) Installing py3-pluggy-pyc (1.6.0-r1) (30/36) Installing py3-py (1.11.0-r5) (31/36) Installing py3-py-pyc (1.11.0-r5) (32/36) Installing py3-pygments (2.19.2-r1) (33/36) Installing py3-pygments-pyc (2.19.2-r1) (34/36) Installing py3-pytest (9.0.2-r1) (35/36) Installing py3-pytest-pyc (9.0.2-r1) (36/36) Installing .makedepends-py3-dependency-groups (20260328.081720) Executing busybox-1.37.0-r31.trigger OK: 399.5 MiB in 140 packages >>> py3-dependency-groups: Cleaning up srcdir >>> py3-dependency-groups: Cleaning up pkgdir >>> py3-dependency-groups: Cleaning up tmpdir >>> py3-dependency-groups: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dependency_groups-1.3.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/dependency_groups-1.3.1.tar.gz.part' dependency_groups-1. 100% |********************************| 10093 0:00:00 ETA '/var/cache/distfiles/edge/dependency_groups-1.3.1.tar.gz.part' saved /var/cache/distfiles/edge/dependency_groups-1.3.1.tar.gz: OK >>> py3-dependency-groups: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dependency_groups-1.3.1.tar.gz /var/cache/distfiles/edge/dependency_groups-1.3.1.tar.gz: OK >>> py3-dependency-groups: Unpacking /var/cache/distfiles/edge/dependency_groups-1.3.1.tar.gz... 2026-03-28 08:17:21,645 gpep517 INFO Building wheel via backend flit_core.buildapi 2026-03-28 08:17:21,648 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2026-03-27 19:39:56+00:00 2026-03-28 08:17:21,649 flit_core.wheel INFO Copying package file(s) from src/dependency_groups 2026-03-28 08:17:21,650 flit_core.wheel INFO Writing metadata files 2026-03-28 08:17:21,651 flit_core.wheel INFO Writing the record of files 2026-03-28 08:17:21,651 flit_core.wheel INFO Built wheel: .dist/dependency_groups-1.3.1-py3-none-any.whl 2026-03-28 08:17:21,651 gpep517 INFO The backend produced .dist/dependency_groups-1.3.1-py3-none-any.whl dependency_groups-1.3.1-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 -- /home/buildozer/aports/community/py3-dependency-groups/src/dependency_groups-1.3.1/.testenv/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-dependency-groups/src/dependency_groups-1.3.1 configfile: pyproject.toml collecting ... collected 39 items tests/test_lint_cli.py::test_lint_no_groups_ok PASSED [ 2%] tests/test_lint_cli.py::test_lint_bad_group_item PASSED [ 5%] tests/test_lint_cli.py::test_no_toml_failure PASSED [ 7%] tests/test_lint_cli.py::test_dependency_groups_list_format PASSED [ 10%] tests/test_resolve_func.py::test_empty_group PASSED [ 12%] tests/test_resolve_func.py::test_str_list_group PASSED [ 15%] tests/test_resolve_func.py::test_single_include_group PASSED [ 17%] tests/test_resolve_func.py::test_sdual_include_group PASSED [ 20%] tests/test_resolve_func.py::test_normalized_group_name PASSED [ 23%] tests/test_resolve_func.py::test_malformed_group_data PASSED [ 25%] tests/test_resolve_func.py::test_malformed_group_query PASSED [ 28%] tests/test_resolve_func.py::test_no_such_group_name PASSED [ 30%] tests/test_resolve_func.py::test_duplicate_normalized_name PASSED [ 33%] tests/test_resolve_func.py::test_cyclic_include PASSED [ 35%] tests/test_resolve_func.py::test_cyclic_include_many_steps PASSED [ 38%] tests/test_resolve_func.py::test_cyclic_include_self PASSED [ 41%] tests/test_resolve_func.py::test_cyclic_include_ring_under_root PASSED [ 43%] tests/test_resolve_func.py::test_non_list_data PASSED [ 46%] tests/test_resolve_func.py::test_unknown_object_shape[item0] PASSED [ 48%] tests/test_resolve_func.py::test_unknown_object_shape[item1] PASSED [ 51%] tests/test_resolve_func.py::test_unknown_object_shape[item2] PASSED [ 53%] tests/test_resolve_func.py::test_unknown_object_shape[item3] PASSED [ 56%] tests/test_resolver_class.py::test_resolver_init_handles_bad_type PASSED [ 58%] tests/test_resolver_class.py::test_resolver_init_catches_normalization_conflict PASSED [ 61%] tests/test_resolver_class.py::test_lookup_catches_bad_type PASSED [ 64%] tests/test_resolver_class.py::test_lookup_on_trivial_normalization PASSED [ 66%] tests/test_resolver_class.py::test_lookup_with_include_result PASSED [ 69%] tests/test_resolver_class.py::test_lookup_does_not_trigger_cyclic_include PASSED [ 71%] tests/test_resolver_class.py::test_expand_contract_model_only_does_inner_lookup_once PASSED [ 74%] tests/test_resolver_class.py::test_no_double_parse PASSED [ 76%] tests/test_resolver_class.py::test_normalized_name_is_used_for_include_group_lookups[foo-bar-foo-bar] PASSED [ 79%] tests/test_resolver_class.py::test_normalized_name_is_used_for_include_group_lookups[foo-bar-foo_bar] PASSED [ 82%] tests/test_resolver_class.py::test_normalized_name_is_used_for_include_group_lookups[foo-bar-foo..bar] PASSED [ 84%] tests/test_resolver_class.py::test_normalized_name_is_used_for_include_group_lookups[foo_bar-foo-bar] PASSED [ 87%] tests/test_resolver_class.py::test_normalized_name_is_used_for_include_group_lookups[foo_bar-foo_bar] PASSED [ 89%] tests/test_resolver_class.py::test_normalized_name_is_used_for_include_group_lookups[foo_bar-foo..bar] PASSED [ 92%] tests/test_resolver_class.py::test_normalized_name_is_used_for_include_group_lookups[foo..bar-foo-bar] PASSED [ 94%] tests/test_resolver_class.py::test_normalized_name_is_used_for_include_group_lookups[foo..bar-foo_bar] PASSED [ 97%] tests/test_resolver_class.py::test_normalized_name_is_used_for_include_group_lookups[foo..bar-foo..bar] PASSED [100%] ============================== 39 passed in 0.12s ============================== /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-a016786b-45c5-4b4f-8064-5c1b676c0b7c/popen-gw50/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-a016786b-45c5-4b4f-8064-5c1b676c0b7c/popen-gw50/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-a016786b-45c5-4b4f-8064-5c1b676c0b7c/popen-gw50 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-a016786b-45c5-4b4f-8064-5c1b676c0b7c/popen-gw50' warnings.warn( /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-a016786b-45c5-4b4f-8064-5c1b676c0b7c : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-a016786b-45c5-4b4f-8064-5c1b676c0b7c' warnings.warn( >>> py3-dependency-groups: Entering fakeroot... libfakeroot internal error: payload not recognized! >>> py3-dependency-groups-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/dependency_groups/__pycache__' -> '/home/buildozer/aports/community/py3-dependency-groups/pkg/py3-dependency-groups-pyc/usr/lib/python3.14/site-packages/dependency_groups/__pycache__' >>> py3-dependency-groups-pyc*: Preparing subpackage py3-dependency-groups-pyc... >>> py3-dependency-groups-pyc*: Running postcheck for py3-dependency-groups-pyc >>> py3-dependency-groups*: Running postcheck for py3-dependency-groups >>> py3-dependency-groups*: Preparing package py3-dependency-groups... >>> py3-dependency-groups-pyc*: Tracing dependencies... python3~3.14 >>> py3-dependency-groups-pyc*: Package size: 21.0 KB >>> py3-dependency-groups-pyc*: Compressing data... >>> py3-dependency-groups-pyc*: Create checksum... >>> py3-dependency-groups-pyc*: Create py3-dependency-groups-pyc-1.3.1-r1.apk >>> py3-dependency-groups*: Tracing dependencies... py3-flit-core python3~3.14 >>> py3-dependency-groups*: Package size: 19.1 KB >>> py3-dependency-groups*: Compressing data... >>> py3-dependency-groups*: Create checksum... >>> py3-dependency-groups*: Create py3-dependency-groups-1.3.1-r1.apk >>> py3-dependency-groups: Build complete at Sat, 28 Mar 2026 08:17:23 +0000 elapsed time 0h 0m 5s >>> py3-dependency-groups: Cleaning up srcdir >>> py3-dependency-groups: Cleaning up pkgdir >>> py3-dependency-groups: Cleaning up tmpdir >>> py3-dependency-groups: Uninstalling dependencies... ( 1/36) Purging .makedepends-py3-dependency-groups (20260328.081720) ( 2/36) Purging py3-flit-core-pyc (3.12.0-r1) ( 3/36) Purging py3-flit-core (3.12.0-r1) ( 4/36) Purging py3-gpep517-pyc (19-r2) ( 5/36) Purging py3-gpep517 (19-r2) ( 6/36) Purging py3-installer-pyc (0.7.0-r3) ( 7/36) Purging py3-installer (0.7.0-r3) ( 8/36) Purging py3-setuptools-pyc (82.0.1-r1) ( 9/36) Purging py3-setuptools (82.0.1-r1) (10/36) Purging py3-wheel-pyc (0.46.3-r1) (11/36) Purging py3-wheel (0.46.3-r1) (12/36) Purging py3-pytest-pyc (9.0.2-r1) (13/36) Purging py3-pytest (9.0.2-r1) (14/36) Purging py3-iniconfig-pyc (2.3.0-r1) (15/36) Purging py3-iniconfig (2.3.0-r1) (16/36) Purging py3-packaging-pyc (26.0-r1) (17/36) Purging py3-packaging (26.0-r1) (18/36) Purging py3-parsing-pyc (3.3.2-r1) (19/36) Purging py3-parsing (3.3.2-r1) (20/36) Purging py3-pluggy-pyc (1.6.0-r1) (21/36) Purging py3-pluggy (1.6.0-r1) (22/36) Purging py3-py-pyc (1.11.0-r5) (23/36) Purging py3-py (1.11.0-r5) (24/36) Purging py3-pygments-pyc (2.19.2-r1) (25/36) Purging py3-pygments (2.19.2-r1) (26/36) Purging python3-pyc (3.14.3-r0) (27/36) Purging python3-pycache-pyc0 (3.14.3-r0) (28/36) Purging pyc (3.14.3-r0) (29/36) Purging python3 (3.14.3-r0) (30/36) Purging gdbm (1.26-r0) (31/36) Purging libbz2 (1.0.8-r6) (32/36) Purging libffi (3.5.2-r0) (33/36) Purging libpanelw (6.6_p20251231-r0) (34/36) Purging mpdecimal (4.0.1-r0) (35/36) Purging sqlite-libs (3.51.2-r1) (36/36) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 343.0 MiB in 104 packages >>> py3-dependency-groups: Updating the community/armhf repository index... >>> py3-dependency-groups: Signing the index...