>>> py3-dpath: Building testing/py3-dpath 2.0.6-r0 (using abuild 3.9.0-r0) started Mon, 11 Apr 2022 20:37:20 +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/28) Installing libffi (3.4.2-r1) (2/28) Installing gdbm (1.23-r0) (3/28) Installing mpdecimal (2.5.1-r1) (4/28) Installing readline (8.1.2-r0) (5/28) Installing sqlite-libs (3.37.2-r0) (6/28) Installing python3 (3.10.3-r0) (7/28) Installing py3-appdirs (1.4.4-r3) (8/28) Installing py3-more-itertools (8.12.0-r2) (9/28) Installing py3-ordered-set (4.0.2-r3) (10/28) Installing py3-parsing (2.4.7-r3) (11/28) Installing py3-six (1.16.0-r1) (12/28) Installing py3-packaging (21.3-r0) (13/28) Installing py3-setuptools (59.4.0-r0) (14/28) Installing py3-attrs (21.4.0-r0) (15/28) Installing py3-sortedcontainers (2.4.0-r1) (16/28) Installing py3-hypothesis (6.42.3-r0) (17/28) Installing py3-pbr (5.8.1-r0) (18/28) Installing py3-mock (4.0.3-r2) (19/28) Installing py3-nose (1.3.7-r8) (20/28) Installing py3-atomicwrites (1.4.0-r2) (21/28) Installing py3-iniconfig (1.1.1-r2) (22/28) Installing py3-pluggy (0.13.1-r5) (23/28) Installing py3-py (1.10.0-r2) (24/28) Installing py3-wcwidth (0.2.5-r2) (25/28) Installing py3-toml (0.10.2-r3) (26/28) Installing py3-pygments (2.11.2-r0) (27/28) Installing py3-pytest (6.2.5-r2) (28/28) Installing .makedepends-py3-dpath (20220411.203722) Executing busybox-1.35.0-r8.trigger OK: 401 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 % 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: (22) The requested URL returned error: 404 >>> py3-dpath: Fetching https://files.pythonhosted.org/packages/source/d/dpath/dpath-2.0.6.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 22116 100 22116 0 0 283k 0 --:--:-- --:--:-- --:--:-- 283k >>> 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/exceptions.py -> build/lib/dpath copying dpath/__init__.py -> build/lib/dpath copying dpath/version.py -> build/lib/dpath copying dpath/segments.py -> build/lib/dpath copying dpath/options.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 310.88s (0:05:10) ================== >>> 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 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/__init__.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 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/options.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__/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/__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__/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__ 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:42:35 +0000 elapsed time 0h 5m 15s >>> py3-dpath: Cleaning up srcdir >>> py3-dpath: Cleaning up pkgdir >>> py3-dpath: Uninstalling dependencies... (1/28) Purging .makedepends-py3-dpath (20220411.203722) (2/28) Purging py3-setuptools (59.4.0-r0) (3/28) Purging py3-appdirs (1.4.4-r3) (4/28) Purging py3-ordered-set (4.0.2-r3) (5/28) Purging py3-hypothesis (6.42.3-r0) (6/28) Purging py3-sortedcontainers (2.4.0-r1) (7/28) Purging py3-mock (4.0.3-r2) (8/28) Purging py3-pbr (5.8.1-r0) (9/28) Purging py3-nose (1.3.7-r8) (10/28) Purging py3-pytest (6.2.5-r2) (11/28) Purging py3-atomicwrites (1.4.0-r2) (12/28) Purging py3-attrs (21.4.0-r0) (13/28) Purging py3-more-itertools (8.12.0-r2) (14/28) Purging py3-iniconfig (1.1.1-r2) (15/28) Purging py3-pluggy (0.13.1-r5) (16/28) Purging py3-py (1.10.0-r2) (17/28) Purging py3-wcwidth (0.2.5-r2) (18/28) Purging py3-packaging (21.3-r0) (19/28) Purging py3-parsing (2.4.7-r3) (20/28) Purging py3-six (1.16.0-r1) (21/28) Purging py3-toml (0.10.2-r3) (22/28) Purging py3-pygments (2.11.2-r0) (23/28) Purging python3 (3.10.3-r0) (24/28) Purging libffi (3.4.2-r1) (25/28) Purging gdbm (1.23-r0) (26/28) Purging mpdecimal (2.5.1-r1) (27/28) Purging readline (8.1.2-r0) (28/28) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r8.trigger OK: 331 MiB in 98 packages >>> py3-dpath: Updating the testing/x86_64 repository index... >>> py3-dpath: Signing the index...