>>> py3-dpath: Building testing/py3-dpath 2.0.2-r1 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 16:35:08 +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/29) Installing libbz2 (1.0.8-r1) (2/29) Installing libffi (3.4.2-r1) (3/29) Installing gdbm (1.22-r0) (4/29) Installing xz-libs (5.2.5-r0) (5/29) Installing mpdecimal (2.5.1-r1) (6/29) Installing readline (8.1.1-r0) (7/29) Installing sqlite-libs (3.37.0-r0) (8/29) Installing python3 (3.10.1-r0) (9/29) Installing py3-ordered-set (4.0.2-r3) (10/29) Installing py3-appdirs (1.4.4-r3) (11/29) Installing py3-parsing (2.4.7-r3) (12/29) Installing py3-six (1.16.0-r1) (13/29) Installing py3-packaging (21.3-r0) (14/29) Installing py3-setuptools (52.0.0-r5) (15/29) Installing py3-attrs (21.2.0-r1) (16/29) Installing py3-sortedcontainers (2.4.0-r1) (17/29) Installing py3-hypothesis (6.31.6-r0) (18/29) Installing py3-pbr (5.8.0-r1) (19/29) Installing py3-mock (4.0.3-r2) (20/29) Installing py3-nose (1.3.7-r7) (21/29) Installing py3-atomicwrites (1.4.0-r2) (22/29) Installing py3-more-itertools (8.12.0-r1) (23/29) Installing py3-iniconfig (1.1.1-r2) (24/29) Installing py3-pluggy (0.13.1-r5) (25/29) Installing py3-py (1.10.0-r2) (26/29) Installing py3-wcwidth (0.2.5-r2) (27/29) Installing py3-toml (0.10.2-r3) (28/29) Installing py3-pytest (6.2.5-r1) (29/29) Installing .makedepends-py3-dpath (20211219.163509) Executing busybox-1.34.1-r5.trigger OK: 296 MiB in 118 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 % 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 22302 100 22302 0 0 24822 0 --:--:-- --:--:-- --:--:-- 24807 >>> 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/options.py -> build/lib/dpath copying dpath/util.py -> build/lib/dpath copying dpath/segments.py -> build/lib/dpath copying dpath/__init__.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 349.53s (0:05:49) ================= >>> 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/options.py -> /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 copying build/lib/dpath/segments.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__/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__/__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__/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/__init__.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 16:41:01 +0000 elapsed time 0h 5m 53s >>> py3-dpath: Cleaning up srcdir >>> py3-dpath: Cleaning up pkgdir >>> py3-dpath: Uninstalling dependencies... (1/29) Purging .makedepends-py3-dpath (20211219.163509) (2/29) Purging py3-setuptools (52.0.0-r5) (3/29) Purging py3-ordered-set (4.0.2-r3) (4/29) Purging py3-appdirs (1.4.4-r3) (5/29) Purging py3-hypothesis (6.31.6-r0) (6/29) Purging py3-sortedcontainers (2.4.0-r1) (7/29) Purging py3-mock (4.0.3-r2) (8/29) Purging py3-pbr (5.8.0-r1) (9/29) Purging py3-nose (1.3.7-r7) (10/29) Purging py3-pytest (6.2.5-r1) (11/29) Purging py3-atomicwrites (1.4.0-r2) (12/29) Purging py3-attrs (21.2.0-r1) (13/29) Purging py3-more-itertools (8.12.0-r1) (14/29) Purging py3-iniconfig (1.1.1-r2) (15/29) Purging py3-pluggy (0.13.1-r5) (16/29) Purging py3-py (1.10.0-r2) (17/29) Purging py3-wcwidth (0.2.5-r2) (18/29) Purging py3-packaging (21.3-r0) (19/29) Purging py3-parsing (2.4.7-r3) (20/29) Purging py3-six (1.16.0-r1) (21/29) Purging py3-toml (0.10.2-r3) (22/29) Purging python3 (3.10.1-r0) (23/29) Purging libbz2 (1.0.8-r1) (24/29) Purging libffi (3.4.2-r1) (25/29) Purging gdbm (1.22-r0) (26/29) Purging xz-libs (5.2.5-r0) (27/29) Purging mpdecimal (2.5.1-r1) (28/29) Purging readline (8.1.1-r0) (29/29) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 230 MiB in 89 packages >>> py3-dpath: Updating the testing/ppc64le repository index... >>> py3-dpath: Signing the index...