>>> py3-dpath: Building testing/py3-dpath 2.1.6-r0 (using abuild 3.11.0-r1) started Mon, 22 May 2023 02:13:48 +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-nose2 py3-pytest (1/37) Installing libbz2 (1.0.8-r6) (2/37) Installing libffi (3.4.4-r3) (3/37) Installing gdbm (1.23-r1) (4/37) Installing xz-libs (5.4.3-r1) (5/37) Installing mpdecimal (2.5.1-r2) (6/37) Installing libpanelw (6.4_p20230520-r0) (7/37) Installing readline (8.2.1-r2) (8/37) Installing sqlite-libs (3.42.0-r0) (9/37) Installing python3 (3.11.3-r11) (10/37) Installing python3-pycache-pyc0 (3.11.3-r11) (11/37) Installing pyc (0.1-r0) (12/37) Installing python3-pyc (3.11.3-r11) (13/37) Installing py3-parsing (3.0.9-r2) (14/37) Installing py3-parsing-pyc (3.0.9-r2) (15/37) Installing py3-packaging (23.1-r1) (16/37) Installing py3-packaging-pyc (23.1-r1) (17/37) Installing py3-setuptools (67.8.0-r0) (18/37) Installing py3-setuptools-pyc (67.8.0-r0) (19/37) Installing py3-attrs (23.1.0-r1) (20/37) Installing py3-attrs-pyc (23.1.0-r1) (21/37) Installing py3-sortedcontainers (2.4.0-r3) (22/37) Installing py3-sortedcontainers-pyc (2.4.0-r3) (23/37) Installing py3-hypothesis (6.75.3-r0) (24/37) Installing py3-hypothesis-pyc (6.75.3-r0) (25/37) Installing py3-mock (5.0.2-r1) (26/37) Installing py3-mock-pyc (5.0.2-r1) (27/37) Installing py3-nose2 (0.13.0-r0) (28/37) Installing py3-nose2-pyc (0.13.0-r0) (29/37) Installing py3-iniconfig (1.1.1-r6) (30/37) Installing py3-iniconfig-pyc (1.1.1-r6) (31/37) Installing py3-pluggy (1.0.0-r3) (32/37) Installing py3-pluggy-pyc (1.0.0-r3) (33/37) Installing py3-py (1.11.0-r2) (34/37) Installing py3-py-pyc (1.11.0-r2) (35/37) Installing py3-pytest (7.3.1-r1) (36/37) Installing py3-pytest-pyc (7.3.1-r1) (37/37) Installing .makedepends-py3-dpath (20230522.021349) Executing busybox-1.36.0-r11.trigger OK: 402 MiB in 139 packages >>> py3-dpath: Cleaning up srcdir >>> py3-dpath: Cleaning up pkgdir >>> py3-dpath: Fetching https://distfiles.alpinelinux.org/distfiles/edge//dpath-2.1.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 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.1.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 28142 100 28142 0 0 485k 0 --:--:-- --:--:-- --:--:-- 485k >>> py3-dpath: Fetching https://distfiles.alpinelinux.org/distfiles/edge//dpath-2.1.6.tar.gz >>> py3-dpath: Checking sha512sums... dpath-2.1.6.tar.gz: OK >>> py3-dpath: Unpacking /var/cache/distfiles/edge/dpath-2.1.6.tar.gz... running build running build_py creating build creating build/lib creating build/lib/dpath copying dpath/version.py -> build/lib/dpath copying dpath/__init__.py -> build/lib/dpath copying dpath/exceptions.py -> build/lib/dpath copying dpath/segments.py -> build/lib/dpath copying dpath/util.py -> build/lib/dpath copying dpath/options.py -> build/lib/dpath copying dpath/types.py -> build/lib/dpath copying dpath/py.typed -> build/lib/dpath ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-dpath/src/dpath-2.1.6 plugins: hypothesis-6.75.3 collected 79 items tests/test_broken_afilter.py . [ 1%] tests/test_delete.py .... [ 6%] tests/test_get_values.py .......... [ 18%] tests/test_merge.py ............ [ 34%] tests/test_new.py ........ [ 44%] tests/test_path_get.py . [ 45%] tests/test_path_paths.py .. [ 48%] tests/test_paths.py . [ 49%] tests/test_search.py ........... [ 63%] tests/test_segments.py ............... [ 82%] tests/test_set.py ..... [ 88%] tests/test_types.py ...... [ 96%] tests/test_unicode.py ... [100%] =============================== warnings summary =============================== tests/test_types.py:9 /home/buildozer/aports/testing/py3-dpath/src/dpath-2.1.6/tests/test_types.py:9: PytestCollectionWarning: cannot collect test class 'TestMapping' because it has a __init__ constructor (from: tests/test_types.py) class TestMapping(MutableMapping): tests/test_types.py:36 /home/buildozer/aports/testing/py3-dpath/src/dpath-2.1.6/tests/test_types.py:36: 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/how-to/capture-warnings.html ================== 79 passed, 2 warnings in 149.01s (0:02:29) ================== >>> py3-dpath: Entering fakeroot... running install /usr/lib/python3.11/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, pypa/build 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-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.11 creating /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath copying build/lib/dpath/version.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath copying build/lib/dpath/__init__.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath copying build/lib/dpath/exceptions.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath copying build/lib/dpath/segments.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath copying build/lib/dpath/py.typed -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath copying build/lib/dpath/util.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath copying build/lib/dpath/options.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath copying build/lib/dpath/types.py -> /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath byte-compiling /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath/segments.py to segments.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath/util.py to util.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath/options.py to options.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath/types.py to types.cpython-311.pyc running install_egg_info running egg_info writing dpath.egg-info/PKG-INFO writing dependency_links to dpath.egg-info/dependency_links.txt writing top-level names to dpath.egg-info/top_level.txt reading manifest file 'dpath.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.md' adding license file 'LICENSE.txt' writing manifest file 'dpath.egg-info/SOURCES.txt' Copying dpath.egg-info to /home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath-2.1.6-py3.11.egg-info running install_scripts >>> py3-dpath-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath/usr/lib/python3.11/site-packages/dpath/__pycache__' -> '/home/buildozer/aports/testing/py3-dpath/pkg/py3-dpath-pyc/usr/lib/python3.11/site-packages/dpath/__pycache__' >>> py3-dpath-pyc*: Preparing subpackage py3-dpath-pyc... >>> py3-dpath-pyc*: Running postcheck for py3-dpath-pyc >>> py3-dpath*: Running postcheck for py3-dpath >>> py3-dpath*: Preparing package py3-dpath... >>> py3-dpath-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-dpath-pyc*: Package size: 80.0 KB >>> py3-dpath-pyc*: Compressing data... >>> py3-dpath-pyc*: Create checksum... >>> py3-dpath-pyc*: Create py3-dpath-pyc-2.1.6-r0.apk >>> py3-dpath*: Tracing dependencies... python3 python3~3.11 >>> py3-dpath*: Package size: 104.0 KB >>> py3-dpath*: Compressing data... >>> py3-dpath*: Create checksum... >>> py3-dpath*: Create py3-dpath-2.1.6-r0.apk >>> py3-dpath: Build complete at Mon, 22 May 2023 02:16:21 +0000 elapsed time 0h 2m 33s >>> py3-dpath: Cleaning up srcdir >>> py3-dpath: Cleaning up pkgdir >>> py3-dpath: Uninstalling dependencies... (1/37) Purging .makedepends-py3-dpath (20230522.021349) (2/37) Purging py3-setuptools-pyc (67.8.0-r0) (3/37) Purging py3-setuptools (67.8.0-r0) (4/37) Purging py3-hypothesis-pyc (6.75.3-r0) (5/37) Purging py3-hypothesis (6.75.3-r0) (6/37) Purging py3-attrs-pyc (23.1.0-r1) (7/37) Purging py3-attrs (23.1.0-r1) (8/37) Purging py3-sortedcontainers-pyc (2.4.0-r3) (9/37) Purging py3-sortedcontainers (2.4.0-r3) (10/37) Purging py3-mock-pyc (5.0.2-r1) (11/37) Purging py3-mock (5.0.2-r1) (12/37) Purging py3-nose2-pyc (0.13.0-r0) (13/37) Purging py3-nose2 (0.13.0-r0) (14/37) Purging py3-pytest-pyc (7.3.1-r1) (15/37) Purging py3-pytest (7.3.1-r1) (16/37) Purging py3-iniconfig-pyc (1.1.1-r6) (17/37) Purging py3-iniconfig (1.1.1-r6) (18/37) Purging py3-packaging-pyc (23.1-r1) (19/37) Purging py3-packaging (23.1-r1) (20/37) Purging py3-parsing-pyc (3.0.9-r2) (21/37) Purging py3-parsing (3.0.9-r2) (22/37) Purging py3-pluggy-pyc (1.0.0-r3) (23/37) Purging py3-pluggy (1.0.0-r3) (24/37) Purging py3-py-pyc (1.11.0-r2) (25/37) Purging py3-py (1.11.0-r2) (26/37) Purging python3-pyc (3.11.3-r11) (27/37) Purging python3-pycache-pyc0 (3.11.3-r11) (28/37) Purging pyc (0.1-r0) (29/37) Purging python3 (3.11.3-r11) (30/37) Purging gdbm (1.23-r1) (31/37) Purging libbz2 (1.0.8-r6) (32/37) Purging libffi (3.4.4-r3) (33/37) Purging libpanelw (6.4_p20230520-r0) (34/37) Purging mpdecimal (2.5.1-r2) (35/37) Purging readline (8.2.1-r2) (36/37) Purging sqlite-libs (3.42.0-r0) (37/37) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.0-r11.trigger OK: 342 MiB in 102 packages >>> py3-dpath: Updating the testing/s390x repository index... >>> py3-dpath: Signing the index...