>>> py3-dpath: Building testing/py3-dpath 2.0.6-r0 (using abuild 3.9.0-r0) started Mon, 11 Apr 2022 20:37:26 +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/30) Installing libbz2 (1.0.8-r1) (2/30) Installing libffi (3.4.2-r1) (3/30) Installing gdbm (1.23-r0) (4/30) Installing xz-libs (5.2.5-r1) (5/30) Installing mpdecimal (2.5.1-r1) (6/30) Installing readline (8.1.2-r0) (7/30) Installing sqlite-libs (3.37.2-r0) (8/30) Installing python3 (3.10.3-r0) (9/30) Installing py3-appdirs (1.4.4-r3) (10/30) Installing py3-more-itertools (8.12.0-r2) (11/30) Installing py3-ordered-set (4.0.2-r3) (12/30) Installing py3-parsing (2.4.7-r3) (13/30) Installing py3-six (1.16.0-r1) (14/30) Installing py3-packaging (21.3-r0) (15/30) Installing py3-setuptools (59.4.0-r0) (16/30) Installing py3-attrs (21.4.0-r0) (17/30) Installing py3-sortedcontainers (2.4.0-r1) (18/30) Installing py3-hypothesis (6.42.3-r0) (19/30) Installing py3-pbr (5.8.1-r0) (20/30) Installing py3-mock (4.0.3-r2) (21/30) Installing py3-nose (1.3.7-r8) (22/30) Installing py3-atomicwrites (1.4.0-r2) (23/30) Installing py3-iniconfig (1.1.1-r2) (24/30) Installing py3-pluggy (0.13.1-r5) (25/30) Installing py3-py (1.10.0-r2) (26/30) Installing py3-wcwidth (0.2.5-r2) (27/30) Installing py3-toml (0.10.2-r3) (28/30) Installing py3-pygments (2.11.2-r0) (29/30) Installing py3-pytest (6.2.5-r2) (30/30) Installing .makedepends-py3-dpath (20220411.203727) Executing busybox-1.35.0-r8.trigger OK: 436 MiB in 126 packages >>> py3-dpath: Cleaning up srcdir >>> py3-dpath: Cleaning up pkgdir >>> py3-dpath: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dpath-2.0.6.tar.gz >>> py3-dpath: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dpath-2.0.6.tar.gz >>> py3-dpath: Checking sha512sums... dpath-2.0.6.tar.gz: OK >>> py3-dpath: Unpacking /var/cache/distfiles/edge/dpath-2.0.6.tar.gz... /home/buildozer/aports/testing/py3-dpath/src/dpath-2.0.6/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) /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_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.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/testing/py3-dpath/src/dpath-2.0.6 plugins: hypothesis-6.42.3 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/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.6/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.6/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, 3 warnings in 169.95s (0:02:49) ================== >>> py3-dpath: Entering fakeroot... /home/buildozer/aports/testing/py3-dpath/src/dpath-2.0.6/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) /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_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.6-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.6-r0.apk >>> py3-dpath: Build complete at Mon, 11 Apr 2022 20:40:19 +0000 elapsed time 0h 2m 53s >>> py3-dpath: Cleaning up srcdir >>> py3-dpath: Cleaning up pkgdir >>> py3-dpath: Uninstalling dependencies... (1/30) Purging .makedepends-py3-dpath (20220411.203727) (2/30) Purging py3-setuptools (59.4.0-r0) (3/30) Purging py3-appdirs (1.4.4-r3) (4/30) Purging py3-ordered-set (4.0.2-r3) (5/30) Purging py3-hypothesis (6.42.3-r0) (6/30) Purging py3-sortedcontainers (2.4.0-r1) (7/30) Purging py3-mock (4.0.3-r2) (8/30) Purging py3-pbr (5.8.1-r0) (9/30) Purging py3-nose (1.3.7-r8) (10/30) Purging py3-pytest (6.2.5-r2) (11/30) Purging py3-atomicwrites (1.4.0-r2) (12/30) Purging py3-attrs (21.4.0-r0) (13/30) Purging py3-more-itertools (8.12.0-r2) (14/30) Purging py3-iniconfig (1.1.1-r2) (15/30) Purging py3-pluggy (0.13.1-r5) (16/30) Purging py3-py (1.10.0-r2) (17/30) Purging py3-wcwidth (0.2.5-r2) (18/30) Purging py3-packaging (21.3-r0) (19/30) Purging py3-parsing (2.4.7-r3) (20/30) Purging py3-six (1.16.0-r1) (21/30) Purging py3-toml (0.10.2-r3) (22/30) Purging py3-pygments (2.11.2-r0) (23/30) Purging python3 (3.10.3-r0) (24/30) Purging libbz2 (1.0.8-r1) (25/30) Purging libffi (3.4.2-r1) (26/30) Purging gdbm (1.23-r0) (27/30) Purging xz-libs (5.2.5-r1) (28/30) Purging mpdecimal (2.5.1-r1) (29/30) Purging readline (8.1.2-r0) (30/30) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r8.trigger OK: 366 MiB in 96 packages >>> py3-dpath: Updating the testing/aarch64 repository index... >>> py3-dpath: Signing the index...