>>> py3-dotty-dict: Building testing/py3-dotty-dict 1.3.1-r5 (using abuild 3.16.0-r0) started Sun, 29 Mar 2026 23:56:32 +0000 >>> py3-dotty-dict: Validating /home/buildozer/aports/testing/py3-dotty-dict/APKBUILD... >>> py3-dotty-dict: Analyzing dependencies... >>> py3-dotty-dict: Installing for build: build-base python3 py3-poetry-core py3-gpep517 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 python3-pyc (3.14.3-r0) (12/36) Installing py3-fastjsonschema (2.21.2-r2) (13/36) Installing py3-fastjsonschema-pyc (2.21.2-r2) (14/36) Installing py3-lark-parser (1.2.2-r1) (15/36) Installing py3-lark-parser-pyc (1.2.2-r1) (16/36) Installing py3-parsing (3.3.2-r1) (17/36) Installing py3-parsing-pyc (3.3.2-r1) (18/36) Installing py3-packaging (26.0-r1) (19/36) Installing py3-packaging-pyc (26.0-r1) (20/36) Installing py3-poetry-core (2.3.2-r0) (21/36) Installing py3-poetry-core-pyc (2.3.2-r0) (22/36) Installing py3-installer (0.7.0-r3) (23/36) Installing py3-installer-pyc (0.7.0-r3) (24/36) Installing py3-gpep517 (19-r2) (25/36) Installing py3-gpep517-pyc (19-r2) (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-dotty-dict (20260329.235633) Executing busybox-1.37.0-r31.trigger OK: 487.9 MiB in 144 packages >>> py3-dotty-dict: Cleaning up srcdir >>> py3-dotty-dict: Cleaning up pkgdir >>> py3-dotty-dict: Cleaning up tmpdir >>> py3-dotty-dict: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-dotty-dict-1.3.1.tar.gz /var/cache/distfiles/edge/py3-dotty-dict-1.3.1.tar.gz: OK >>> py3-dotty-dict: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-dotty-dict-1.3.1.tar.gz /var/cache/distfiles/edge/py3-dotty-dict-1.3.1.tar.gz: OK >>> py3-dotty-dict: Unpacking /var/cache/distfiles/edge/py3-dotty-dict-1.3.1.tar.gz... 2026-03-29 23:56:34,144 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2026-03-29 23:56:34,201 poetry.core.factory WARNING The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead. 2026-03-29 23:56:34,217 poetry.core.masonry.builders.wheel INFO Building wheel 2026-03-29 23:56:34,227 poetry.core.masonry.builders.wheel INFO Built dotty_dict-1.3.1-py3-none-any.whl 2026-03-29 23:56:34,227 gpep517 INFO The backend produced .dist/dotty_dict-1.3.1-py3-none-any.whl dotty_dict-1.3.1-py3-none-any.whl 2026-03-29 23:56:34,433 gpep517 INFO Installing .dist/dotty_dict-1.3.1-py3-none-any.whl into .testenv 2026-03-29 23:56:34,441 gpep517 INFO Installation complete ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 -- /home/buildozer/aports/testing/py3-dotty-dict/src/dotty_dict-1.3.1/.testenv/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-dotty-dict/src/dotty_dict-1.3.1 configfile: pyproject.toml testpaths: tests collecting ... collected 79 items tests/test_dotty_api.py::TestDottyPrivateMembers::test_split_separator PASSED tests/test_dotty_api.py::TestDottyPrivateMembers::test_split_with_custom_separator PASSED tests/test_dotty_api.py::TestDottyPublicMembers::test_nested_dotty_in_list_to_dict PASSED tests/test_dotty_api.py::TestDottyPublicMembers::test_nested_dotty_object_to_dict PASSED tests/test_dotty_api.py::TestDottyPublicMembers::test_to_dict PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_access_keys PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_access_keys_from_deeply_nested_structure PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_copy PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_fromkeys PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_get_value_with_default PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_get_value_without_default PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_pop_from_dotty_flat PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_pop_nested_key PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_pop_nested_key_with_default_value PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_pop_with_default_value PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_return_dotty_length PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_setdefault_flat_existing PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_setdefault_flat_not_existing PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_setdefault_nested_key_existing PASSED tests/test_dotty_api.py::TestDictSpecificMethods::test_setdefault_nested_key_not_existing PASSED tests/test_dotty_basics.py::TestDottyBasics::test_create_empty_instance PASSED tests/test_dotty_basics.py::TestDottyBasics::test_create_non_empty_instance PASSED tests/test_dotty_basics.py::TestDottyBasics::test_dotty_and_not_mapping_instance_should_not_be_equal PASSED tests/test_dotty_basics.py::TestDottyBasics::test_plain_dict_and_dotty_wrapper_should_be_equal PASSED tests/test_dotty_basics.py::TestDottyBasics::test_pop_with_default_value PASSED tests/test_dotty_basics.py::TestDottyBasics::test_raise_attr_error_if_input_is_not_dict PASSED tests/test_dotty_basics.py::TestDottyBasics::test_two_dotty_with_different_input_should_not_be_equal PASSED tests/test_dotty_basics.py::TestDottyBasics::test_two_dotty_with_the_same_input_should_be_equal PASSED tests/test_dotty_cache.py::TestDottyCache::test_getitem_cache PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_access_deep_nested_value PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_access_flat_value PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_access_middle_nested_value PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_data_gathering_with_int PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_delete_flat_key PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_delete_nested_key PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_dotty_has_deeply_nested_key PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_dotty_has_flat_key PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_dotty_has_not_deeply_nested_key PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_dotty_has_not_flat_key PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_get_value_with_escaped_escape_separator PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_get_value_with_escaped_separator PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_has_in PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_has_not_in PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_integer_keys PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_non_standard_key_types PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_raise_key_error_if_key_does_not_exist PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_raise_key_error_on_delete_not_existing_key PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_set_deep_nested_value PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_set_flat_value PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_set_new_deeply_nested_value PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_set_value_with_escaped_separator PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_string_digit_key PASSED tests/test_dotty_value_access.py::TestDottyValueAccess::test_use_custom_separator_and_custom_escape_char PASSED tests/test_examples.py::test_examples PASSED tests/test_list_in_dotty.py::TestListInDotty::test_access_multidimensional_lists PASSED tests/test_list_in_dotty.py::TestListInDotty::test_access_sub_sub_field PASSED tests/test_list_in_dotty.py::TestListInDotty::test_access_subfield1_of_field3 PASSED tests/test_list_in_dotty.py::TestListInDotty::test_assert_get_returns_default_if_index_is_out_of_range PASSED tests/test_list_in_dotty.py::TestListInDotty::test_assert_index_error_if_index_is_out_of_range PASSED tests/test_list_in_dotty.py::TestListInDotty::test_assert_key_error_if_index_is_not_integer PASSED tests/test_list_in_dotty.py::TestListInDotty::test_delete_subfield PASSED tests/test_list_in_dotty.py::TestListInDotty::test_dotty_contains_subfield_of_field PASSED tests/test_list_in_dotty.py::TestListInDotty::test_dotty_not_contains_out_of_range_subfield PASSED tests/test_list_in_dotty.py::TestListInDotty::test_list_as_return_value PASSED tests/test_list_in_dotty.py::TestListInDotty::test_root_level_field_is_none PASSED tests/test_list_in_dotty.py::TestListInDotty::test_root_level_list_element PASSED tests/test_list_in_dotty.py::TestListInDotty::test_set_subfield_in_list PASSED tests/test_list_in_dotty.py::TestListInDotty::test_update_subfield_in_list PASSED tests/test_list_in_dotty.py::TestMultipleSelectList::test_both_side_slice PASSED tests/test_list_in_dotty.py::TestMultipleSelectList::test_left_side_slice PASSED tests/test_list_in_dotty.py::TestMultipleSelectList::test_return_whole_list PASSED tests/test_list_in_dotty.py::TestMultipleSelectList::test_right_side_slice PASSED tests/test_list_in_dotty.py::TestMultipleSelectList::test_step_slice PASSED tests/test_list_in_dotty.py::TestMultipleSelectList::test_whole_nested_multiple_list PASSED tests/test_list_in_dotty.py::TestMultipleSelectList::test_whole_shallow_multiple_list PASSED tests/test_list_in_dotty.py::TestNoList::test_limit_slice_index PASSED tests/test_list_in_dotty.py::TestNoList::test_normal_key PASSED tests/test_list_in_dotty.py::TestNoList::test_simple_index PASSED tests/test_list_in_dotty.py::TestNoList::test_whole_slice_index PASSED ============================== 79 passed in 0.08s ============================== >>> py3-dotty-dict: Entering fakeroot... 2026-03-29 23:56:34,992 gpep517 INFO Installing .dist/dotty_dict-1.3.1-py3-none-any.whl into /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict 2026-03-29 23:56:35,001 gpep517 INFO Installation complete >>> py3-dotty-dict-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/dotty_dict/__pycache__' -> '/home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict-pyc/usr/lib/python3.14/site-packages/dotty_dict/__pycache__' >>> py3-dotty-dict-pyc*: Preparing subpackage py3-dotty-dict-pyc... >>> py3-dotty-dict-pyc*: Running postcheck for py3-dotty-dict-pyc >>> py3-dotty-dict*: Running postcheck for py3-dotty-dict >>> py3-dotty-dict*: Preparing package py3-dotty-dict... >>> py3-dotty-dict-pyc*: Tracing dependencies... python3~3.14 >>> py3-dotty-dict-pyc*: Package size: 16.3 KB >>> py3-dotty-dict-pyc*: Compressing data... >>> py3-dotty-dict-pyc*: Create checksum... >>> py3-dotty-dict-pyc*: Create py3-dotty-dict-pyc-1.3.1-r5.apk >>> py3-dotty-dict*: Tracing dependencies... python3 python3~3.14 >>> py3-dotty-dict*: Package size: 19.5 KB >>> py3-dotty-dict*: Compressing data... >>> py3-dotty-dict*: Create checksum... >>> py3-dotty-dict*: Create py3-dotty-dict-1.3.1-r5.apk >>> py3-dotty-dict: Build complete at Sun, 29 Mar 2026 23:56:35 +0000 elapsed time 0h 0m 3s >>> py3-dotty-dict: Cleaning up srcdir >>> py3-dotty-dict: Cleaning up pkgdir >>> py3-dotty-dict: Cleaning up tmpdir >>> py3-dotty-dict: Uninstalling dependencies... ( 1/36) Purging .makedepends-py3-dotty-dict (20260329.235633) ( 2/36) Purging py3-poetry-core-pyc (2.3.2-r0) ( 3/36) Purging py3-poetry-core (2.3.2-r0) ( 4/36) Purging py3-fastjsonschema-pyc (2.21.2-r2) ( 5/36) Purging py3-fastjsonschema (2.21.2-r2) ( 6/36) Purging py3-lark-parser-pyc (1.2.2-r1) ( 7/36) Purging py3-lark-parser (1.2.2-r1) ( 8/36) Purging py3-gpep517-pyc (19-r2) ( 9/36) Purging py3-gpep517 (19-r2) (10/36) Purging py3-installer-pyc (0.7.0-r3) (11/36) Purging py3-installer (0.7.0-r3) (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: 432.7 MiB in 108 packages >>> py3-dotty-dict: Updating the testing/aarch64 repository index... >>> py3-dotty-dict: Signing the index...