>>> py3-dotty-dict: Building testing/py3-dotty-dict 1.3.1-r3 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 20:33:28 +0000 >>> py3-dotty-dict: Checking sanity of /home/buildozer/aports/testing/py3-dotty-dict/APKBUILD... >>> py3-dotty-dict: Analyzing dependencies... >>> py3-dotty-dict: Installing for build: build-base python3 py3-setuptools py3-setuptools_scm py3-pytest (1/29) Installing libbz2 (1.0.8-r6) (2/29) Installing libffi (3.4.6-r0) (3/29) Installing gdbm (1.23-r1) (4/29) Installing xz-libs (5.6.1-r3) (5/29) Installing mpdecimal (4.0.0-r0) (6/29) Installing libpanelw (6.4_p20240330-r0) (7/29) Installing readline (8.2.10-r0) (8/29) Installing sqlite-libs (3.45.2-r0) (9/29) Installing python3 (3.12.3-r0) (10/29) Installing python3-pycache-pyc0 (3.12.3-r0) (11/29) Installing pyc (3.12.3-r0) (12/29) Installing python3-pyc (3.12.3-r0) (13/29) Installing py3-parsing (3.1.2-r1) (14/29) Installing py3-parsing-pyc (3.1.2-r1) (15/29) Installing py3-packaging (24.0-r1) (16/29) Installing py3-packaging-pyc (24.0-r1) (17/29) Installing py3-setuptools (69.2.0-r2) (18/29) Installing py3-setuptools-pyc (69.2.0-r2) (19/29) Installing py3-setuptools_scm (8.0.4-r2) (20/29) Installing py3-setuptools_scm-pyc (8.0.4-r2) (21/29) Installing py3-iniconfig (2.0.0-r1) (22/29) Installing py3-iniconfig-pyc (2.0.0-r1) (23/29) Installing py3-pluggy (1.4.0-r1) (24/29) Installing py3-pluggy-pyc (1.4.0-r1) (25/29) Installing py3-py (1.11.0-r3) (26/29) Installing py3-py-pyc (1.11.0-r3) (27/29) Installing py3-pytest (8.1.1-r1) (28/29) Installing py3-pytest-pyc (8.1.1-r1) (29/29) Installing .makedepends-py3-dotty-dict (20240415.203330) Executing busybox-1.36.1-r25.trigger OK: 429 MiB in 136 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 % 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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 >>> py3-dotty-dict: Fetching py3-dotty-dict-1.3.1.tar.gz::https://github.com/pawelzny/dotty_dict/archive/v1.3.1.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 100 40989 0 40989 0 0 89908 0 --:--:-- --:--:-- --:--:-- 89908 >>> py3-dotty-dict: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-dotty-dict-1.3.1.tar.gz >>> py3-dotty-dict: Checking sha512sums... 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... /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools_scm/_integration/setuptools.py:90: UserWarning: version of dotty_dict already set warnings.warn(f"version of {dist_name} already set") running build running build_py creating build creating build/lib creating build/lib/dotty_dict copying dotty_dict/__init__.py -> build/lib/dotty_dict copying dotty_dict/dotty_dict.py -> build/lib/dotty_dict running egg_info creating dotty_dict.egg-info writing dotty_dict.egg-info/PKG-INFO writing dependency_links to dotty_dict.egg-info/dependency_links.txt writing top-level names to dotty_dict.egg-info/top_level.txt writing manifest file 'dotty_dict.egg-info/SOURCES.txt' reading manifest file 'dotty_dict.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*' under directory 'vo' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'dotty_dict.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 -- /usr/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.21s ============================== >>> py3-dotty-dict: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools_scm/_integration/setuptools.py:90: UserWarning: version of dotty_dict already set warnings.warn(f"version of {dist_name} already set") running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/py3-dotty-dict/pkg creating /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict creating /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict/usr creating /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict/usr/lib creating /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict/usr/lib/python3.12/site-packages/dotty_dict copying build/lib/dotty_dict/__init__.py -> /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict/usr/lib/python3.12/site-packages/dotty_dict copying build/lib/dotty_dict/dotty_dict.py -> /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict/usr/lib/python3.12/site-packages/dotty_dict byte-compiling /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict/usr/lib/python3.12/site-packages/dotty_dict/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict/usr/lib/python3.12/site-packages/dotty_dict/dotty_dict.py to dotty_dict.cpython-312.pyc running install_egg_info running egg_info writing dotty_dict.egg-info/PKG-INFO writing dependency_links to dotty_dict.egg-info/dependency_links.txt writing top-level names to dotty_dict.egg-info/top_level.txt reading manifest file 'dotty_dict.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*' under directory 'vo' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'dotty_dict.egg-info/SOURCES.txt' Copying dotty_dict.egg-info to /home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict/usr/lib/python3.12/site-packages/dotty_dict-1.3.1-py3.12.egg-info running install_scripts >>> py3-dotty-dict-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict/usr/lib/python3.12/site-packages/dotty_dict/__pycache__' -> '/home/buildozer/aports/testing/py3-dotty-dict/pkg/py3-dotty-dict-pyc/usr/lib/python3.12/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 python3~3.12 >>> py3-dotty-dict-pyc*: Package size: 48.0 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-r3.apk >>> py3-dotty-dict*: Tracing dependencies... python3 python3~3.12 >>> py3-dotty-dict*: Package size: 68.0 KB >>> py3-dotty-dict*: Compressing data... >>> py3-dotty-dict*: Create checksum... >>> py3-dotty-dict*: Create py3-dotty-dict-1.3.1-r3.apk >>> py3-dotty-dict: Build complete at Mon, 15 Apr 2024 20:33:39 +0000 elapsed time 0h 0m 11s >>> py3-dotty-dict: Cleaning up srcdir >>> py3-dotty-dict: Cleaning up pkgdir >>> py3-dotty-dict: Uninstalling dependencies... (1/29) Purging .makedepends-py3-dotty-dict (20240415.203330) (2/29) Purging py3-setuptools_scm-pyc (8.0.4-r2) (3/29) Purging py3-setuptools_scm (8.0.4-r2) (4/29) Purging py3-setuptools-pyc (69.2.0-r2) (5/29) Purging py3-setuptools (69.2.0-r2) (6/29) Purging py3-pytest-pyc (8.1.1-r1) (7/29) Purging py3-pytest (8.1.1-r1) (8/29) Purging py3-iniconfig-pyc (2.0.0-r1) (9/29) Purging py3-iniconfig (2.0.0-r1) (10/29) Purging py3-packaging-pyc (24.0-r1) (11/29) Purging py3-packaging (24.0-r1) (12/29) Purging py3-parsing-pyc (3.1.2-r1) (13/29) Purging py3-parsing (3.1.2-r1) (14/29) Purging py3-pluggy-pyc (1.4.0-r1) (15/29) Purging py3-pluggy (1.4.0-r1) (16/29) Purging py3-py-pyc (1.11.0-r3) (17/29) Purging py3-py (1.11.0-r3) (18/29) Purging python3-pyc (3.12.3-r0) (19/29) Purging python3-pycache-pyc0 (3.12.3-r0) (20/29) Purging pyc (3.12.3-r0) (21/29) Purging python3 (3.12.3-r0) (22/29) Purging gdbm (1.23-r1) (23/29) Purging libbz2 (1.0.8-r6) (24/29) Purging libffi (3.4.6-r0) (25/29) Purging libpanelw (6.4_p20240330-r0) (26/29) Purging mpdecimal (4.0.0-r0) (27/29) Purging readline (8.2.10-r0) (28/29) Purging sqlite-libs (3.45.2-r0) (29/29) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 377 MiB in 107 packages >>> py3-dotty-dict: Updating the testing/x86_64 repository index... >>> py3-dotty-dict: Signing the index...