>>> py3-dpath: Building testing/py3-dpath 2.0.2-r1 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 15:26:00 +0000 >>> py3-dpath: Checking sanity of /home/buildozer/aports/testing/py3-dpath/APKBUILD... >>> py3-dpath: Analyzing dependencies... >>> py3-dpath: Installing for build: build-base python3 py3-setuptools py3-hypothesis py3-mock py3-nose py3-pytest (1/27) Installing libffi (3.4.2-r1) (2/27) Installing gdbm (1.22-r0) (3/27) Installing mpdecimal (2.5.1-r1) (4/27) Installing readline (8.1.1-r0) (5/27) Installing sqlite-libs (3.37.0-r0) (6/27) Installing python3 (3.10.1-r0) (7/27) Installing py3-ordered-set (4.0.2-r3) (8/27) Installing py3-appdirs (1.4.4-r3) (9/27) Installing py3-parsing (2.4.7-r3) (10/27) Installing py3-six (1.16.0-r1) (11/27) Installing py3-packaging (21.3-r0) (12/27) Installing py3-setuptools (52.0.0-r5) (13/27) Installing py3-attrs (21.2.0-r1) (14/27) Installing py3-sortedcontainers (2.4.0-r1) (15/27) Installing py3-hypothesis (6.31.6-r0) (16/27) Installing py3-pbr (5.8.0-r1) (17/27) Installing py3-mock (4.0.3-r2) (18/27) Installing py3-nose (1.3.7-r7) (19/27) Installing py3-atomicwrites (1.4.0-r2) (20/27) Installing py3-more-itertools (8.12.0-r1) (21/27) Installing py3-iniconfig (1.1.1-r2) (22/27) Installing py3-pluggy (0.13.1-r5) (23/27) Installing py3-py (1.10.0-r2) (24/27) Installing py3-wcwidth (0.2.5-r2) (25/27) Installing py3-toml (0.10.2-r3) (26/27) Installing py3-pytest (6.2.5-r1) (27/27) Installing .makedepends-py3-dpath (20211219.152601) Executing busybox-1.34.1-r5.trigger OK: 427 MiB in 128 packages >>> py3-dpath: Cleaning up srcdir >>> py3-dpath: Cleaning up pkgdir >>> py3-dpath: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dpath-2.0.2.tar.gz >>> py3-dpath: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dpath-2.0.2.tar.gz >>> py3-dpath: Checking sha512sums... dpath-2.0.2.tar.gz: OK >>> py3-dpath: Unpacking /var/cache/distfiles/edge/dpath-2.0.2.tar.gz... /home/buildozer/aports/testing/py3-dpath/src/dpath-2.0.2/setup.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/dpath copying dpath/util.py -> build/lib/dpath copying dpath/options.py -> build/lib/dpath copying dpath/__init__.py -> build/lib/dpath copying dpath/segments.py -> build/lib/dpath copying dpath/exceptions.py -> build/lib/dpath copying dpath/version.py -> build/lib/dpath ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/testing/py3-dpath/src/dpath-2.0.2 plugins: hypothesis-6.31.6 collected 75 items tests/test_broken_afilter.py . [ 1%] tests/test_path_get.py . [ 2%] tests/test_path_paths.py .. [ 5%] tests/test_segments.py ............... [ 25%] tests/test_types.py ...... [ 33%] tests/test_unicode.py ... [ 37%] tests/test_util_delete.py .... [ 42%] tests/test_util_get_values.py .......... [ 56%] tests/test_util_merge.py ............ [ 72%] tests/test_util_new.py ..... [ 78%] tests/test_util_paths.py . [ 80%] tests/test_util_search.py .......... [ 93%] tests/test_util_set.py ..... [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.10/site-packages/packaging/version.py:111: 190 warnings /usr/lib/python3.10/site-packages/packaging/version.py:111: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release warnings.warn( ../../../../../../../usr/lib/python3.10/site-packages/nose/importer.py:12 /usr/lib/python3.10/site-packages/nose/importer.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses from imp import find_module, load_module, acquire_lock, release_lock tests/test_types.py:15 /home/buildozer/aports/testing/py3-dpath/src/dpath-2.0.2/tests/test_types.py:15: PytestCollectionWarning: cannot collect test class 'TestMapping' because it has a __init__ constructor (from: tests/test_types.py) class TestMapping(MutableMapping): tests/test_types.py:39 /home/buildozer/aports/testing/py3-dpath/src/dpath-2.0.2/tests/test_types.py:39: PytestCollectionWarning: cannot collect test class 'TestSequence' because it has a __init__ constructor (from: tests/test_types.py) class TestSequence(MutableSequence): -- Docs: https://docs.pytest.org/en/stable/warnings.html ================= 75 passed, 193 warnings in 168.24s (0:02:48) ================= >>> py3-dpath: Entering fakeroot... /home/buildozer/aports/testing/py3-dpath/src/dpath-2.0.2/setup.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running build running build_py running install_lib creating /home/buildozer/aports/testing/py3-dpath/pkg creating /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath creating /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr creating /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib creating /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath copying build/lib/dpath/util.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath creating /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath/__pycache__ copying build/lib/dpath/__pycache__/exceptions.cpython-310.pyc -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath/__pycache__ copying build/lib/dpath/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath/__pycache__ copying build/lib/dpath/__pycache__/segments.cpython-310.pyc -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath/__pycache__ copying build/lib/dpath/__pycache__/options.cpython-310.pyc -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath/__pycache__ copying build/lib/dpath/__pycache__/util.cpython-310.pyc -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath/__pycache__ copying build/lib/dpath/options.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath copying build/lib/dpath/__init__.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath copying build/lib/dpath/segments.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath copying build/lib/dpath/exceptions.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath copying build/lib/dpath/version.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath byte-compiling /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath/version.py to version.cpython-310.pyc running install_egg_info Writing /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.10/site-packages/dpath-2.0.2-py3.10.egg-info >>> py3-dpath*: Running postcheck for py3-dpath >>> py3-dpath*: Preparing package py3-dpath... >>> py3-dpath*: Tracing dependencies... >>> py3-dpath*: Package size: 128.0 KB >>> py3-dpath*: Compressing data... >>> py3-dpath*: Create checksum... >>> py3-dpath*: Create py3-dpath-2.0.2-r1.apk >>> py3-dpath: Build complete at Sun, 19 Dec 2021 15:28:51 +0000 elapsed time 0h 2m 51s >>> py3-dpath: Cleaning up srcdir >>> py3-dpath: Cleaning up pkgdir >>> py3-dpath: Uninstalling dependencies... (1/27) Purging .makedepends-py3-dpath (20211219.152601) (2/27) Purging py3-setuptools (52.0.0-r5) (3/27) Purging py3-ordered-set (4.0.2-r3) (4/27) Purging py3-appdirs (1.4.4-r3) (5/27) Purging py3-hypothesis (6.31.6-r0) (6/27) Purging py3-sortedcontainers (2.4.0-r1) (7/27) Purging py3-mock (4.0.3-r2) (8/27) Purging py3-pbr (5.8.0-r1) (9/27) Purging py3-nose (1.3.7-r7) (10/27) Purging py3-pytest (6.2.5-r1) (11/27) Purging py3-atomicwrites (1.4.0-r2) (12/27) Purging py3-attrs (21.2.0-r1) (13/27) Purging py3-more-itertools (8.12.0-r1) (14/27) Purging py3-iniconfig (1.1.1-r2) (15/27) Purging py3-pluggy (0.13.1-r5) (16/27) Purging py3-py (1.10.0-r2) (17/27) Purging py3-wcwidth (0.2.5-r2) (18/27) Purging py3-packaging (21.3-r0) (19/27) Purging py3-parsing (2.4.7-r3) (20/27) Purging py3-six (1.16.0-r1) (21/27) Purging py3-toml (0.10.2-r3) (22/27) Purging python3 (3.10.1-r0) (23/27) Purging libffi (3.4.2-r1) (24/27) Purging gdbm (1.22-r0) (25/27) Purging mpdecimal (2.5.1-r1) (26/27) Purging readline (8.1.1-r0) (27/27) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 365 MiB in 101 packages >>> py3-dpath: Updating the testing/aarch64 repository index... >>> py3-dpath: Signing the index...