>>> py3-deepdiff: Building community/py3-deepdiff 6.3.0-r0 (using abuild 3.10.0-r0) started Thu, 30 Mar 2023 21:37:57 +0000 >>> py3-deepdiff: Checking sanity of /home/buildozer/aports/community/py3-deepdiff/APKBUILD... >>> py3-deepdiff: Analyzing dependencies... >>> py3-deepdiff: Installing for build: build-base python3 py3-ordered-set py3-orjson py3-click py3-setuptools py3-pytest py3-numpy py3-toml py3-yaml py3-dateutil py3-jsonpickle (1/30) Installing libbz2 (1.0.8-r4) (2/30) Installing libffi (3.4.4-r1) (3/30) Installing gdbm (1.23-r0) (4/30) Installing xz-libs (5.4.2-r0) (5/30) Installing mpdecimal (2.5.1-r1) (6/30) Installing libpanelw (6.4_p20230311-r0) (7/30) Installing readline (8.2.1-r0) (8/30) Installing sqlite-libs (3.41.2-r1) (9/30) Installing python3 (3.11.2-r0) (10/30) Installing py3-ordered-set (4.1.0-r2) (11/30) Installing py3-orjson (3.8.9-r0) (12/30) Installing py3-click (8.1.3-r1) (13/30) Installing py3-parsing (3.0.9-r1) (14/30) Installing py3-packaging (23.0-r1) (15/30) Installing py3-setuptools (67.6.1-r0) (16/30) Installing py3-attrs (22.2.0-r0) (17/30) Installing py3-iniconfig (1.1.1-r5) (18/30) Installing py3-pluggy (1.0.0-r2) (19/30) Installing py3-py (1.11.0-r1) (20/30) Installing py3-pytest (7.2.2-r0) (21/30) Installing libgfortran (12.2.1_git20220924-r9) (22/30) Installing openblas (0.3.21-r4) (23/30) Installing py3-numpy (1.24.2-r0) (24/30) Installing py3-toml (0.10.2-r5) (25/30) Installing yaml (0.2.5-r0) (26/30) Installing py3-yaml (6.0-r1) (27/30) Installing py3-six (1.16.0-r5) (28/30) Installing py3-dateutil (2.8.2-r2) (29/30) Installing py3-jsonpickle (3.0.1-r1) (30/30) Installing .makedepends-py3-deepdiff (20230330.213758) Executing busybox-1.36.0-r5.trigger OK: 447 MiB in 127 packages >>> py3-deepdiff: Cleaning up srcdir >>> py3-deepdiff: Cleaning up pkgdir >>> py3-deepdiff: Fetching https://distfiles.alpinelinux.org/distfiles/edge/deepdiff-6.3.0.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-deepdiff: Fetching https://github.com/seperman/deepdiff/archive/refs/tags/6.3.0/deepdiff-6.3.0.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 394k 0 394k 0 0 532k 0 --:--:-- --:--:-- --:--:-- 532k >>> py3-deepdiff: Fetching https://distfiles.alpinelinux.org/distfiles/edge/deepdiff-6.3.0.tar.gz >>> py3-deepdiff: Checking sha512sums... deepdiff-6.3.0.tar.gz: OK >>> py3-deepdiff: Unpacking /var/cache/distfiles/edge/deepdiff-6.3.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/deepdiff copying deepdiff/__init__.py -> build/lib/deepdiff copying deepdiff/anyset.py -> build/lib/deepdiff copying deepdiff/operator.py -> build/lib/deepdiff copying deepdiff/deephash.py -> build/lib/deepdiff copying deepdiff/lfucache.py -> build/lib/deepdiff copying deepdiff/distance.py -> build/lib/deepdiff copying deepdiff/delta.py -> build/lib/deepdiff copying deepdiff/helper.py -> build/lib/deepdiff copying deepdiff/commands.py -> build/lib/deepdiff copying deepdiff/model.py -> build/lib/deepdiff copying deepdiff/search.py -> build/lib/deepdiff copying deepdiff/path.py -> build/lib/deepdiff copying deepdiff/base.py -> build/lib/deepdiff copying deepdiff/diff.py -> build/lib/deepdiff copying deepdiff/serialization.py -> build/lib/deepdiff running egg_info creating deepdiff.egg-info writing deepdiff.egg-info/PKG-INFO writing dependency_links to deepdiff.egg-info/dependency_links.txt writing entry points to deepdiff.egg-info/entry_points.txt writing requirements to deepdiff.egg-info/requires.txt writing top-level names to deepdiff.egg-info/top_level.txt writing manifest file 'deepdiff.egg-info/SOURCES.txt' reading manifest file 'deepdiff.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS' warning: no files found matching 'CHANGELOG' warning: no files found matching '*.rst' warning: no files found matching 'deepdiff/*.rst' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.md' writing manifest file 'deepdiff.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.11.2, pytest-7.2.2, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-deepdiff/src/deepdiff-6.3.0, configfile: pytest.ini collected 836 items tests/test_anyset.py ..... [ 0%] tests/test_cache.py ss.... [ 1%] tests/test_command.py ....................... [ 4%] tests/test_delta.py .................................................... [ 10%] ......................................... [ 15%] tests/test_diff_math.py .... [ 15%] tests/test_diff_numpy.py ............. [ 17%] tests/test_diff_other.py .......... [ 18%] tests/test_diff_text.py ................................................ [ 24%] .........................................................sss............ [ 32%] ............................... [ 36%] tests/test_diff_tree.py ..............s [ 38%] tests/test_distance.py ...................................... [ 42%] tests/test_hash.py ..................................................... [ 49%] ................................... [ 53%] tests/test_helper.py ................................................... [ 59%] ........................................................................ [ 68%] .................................. [ 72%] tests/test_ignore_order.py ............................................. [ 77%] ............................ [ 80%] tests/test_lfucache.py .... [ 81%] tests/test_model.py ..................... [ 83%] tests/test_operators.py ....... [ 84%] tests/test_path.py ............ [ 86%] tests/test_search.py ................................................... [ 92%] .......... [ 93%] tests/test_serialization.py ............................................ [ 98%] ........... [100%] ======================== 830 passed, 6 skipped in 3.21s ======================== >>> py3-deepdiff: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/community/py3-deepdiff/pkg creating /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff creating /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr creating /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib creating /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/__init__.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/anyset.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/operator.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/deephash.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/lfucache.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/distance.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/delta.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/helper.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/commands.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/model.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/search.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/path.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/base.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/diff.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff copying build/lib/deepdiff/serialization.py -> /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/anyset.py to anyset.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/operator.py to operator.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/deephash.py to deephash.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/lfucache.py to lfucache.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/distance.py to distance.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/delta.py to delta.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/helper.py to helper.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/commands.py to commands.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/model.py to model.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/search.py to search.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/path.py to path.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/diff.py to diff.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/serialization.py to serialization.cpython-311.pyc running install_egg_info running egg_info writing deepdiff.egg-info/PKG-INFO writing dependency_links to deepdiff.egg-info/dependency_links.txt writing entry points to deepdiff.egg-info/entry_points.txt writing requirements to deepdiff.egg-info/requires.txt writing top-level names to deepdiff.egg-info/top_level.txt reading manifest file 'deepdiff.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS' warning: no files found matching 'CHANGELOG' warning: no files found matching '*.rst' warning: no files found matching 'deepdiff/*.rst' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.md' writing manifest file 'deepdiff.egg-info/SOURCES.txt' Copying deepdiff.egg-info to /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff-6.3.0-py3.11.egg-info running install_scripts Installing deep script to /home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/bin >>> py3-deepdiff*: Running postcheck for py3-deepdiff >>> py3-deepdiff*: Preparing package py3-deepdiff... >>> py3-deepdiff*: Tracing dependencies... >>> py3-deepdiff*: Package size: 676.0 KB >>> py3-deepdiff*: Compressing data... >>> py3-deepdiff*: Create checksum... >>> py3-deepdiff*: Create py3-deepdiff-6.3.0-r0.apk >>> py3-deepdiff: Build complete at Thu, 30 Mar 2023 21:38:06 +0000 elapsed time 0h 0m 9s >>> py3-deepdiff: Cleaning up srcdir >>> py3-deepdiff: Cleaning up pkgdir >>> py3-deepdiff: Uninstalling dependencies... (1/30) Purging .makedepends-py3-deepdiff (20230330.213758) (2/30) Purging py3-ordered-set (4.1.0-r2) (3/30) Purging py3-orjson (3.8.9-r0) (4/30) Purging py3-click (8.1.3-r1) (5/30) Purging py3-setuptools (67.6.1-r0) (6/30) Purging py3-pytest (7.2.2-r0) (7/30) Purging py3-attrs (22.2.0-r0) (8/30) Purging py3-iniconfig (1.1.1-r5) (9/30) Purging py3-packaging (23.0-r1) (10/30) Purging py3-parsing (3.0.9-r1) (11/30) Purging py3-pluggy (1.0.0-r2) (12/30) Purging py3-py (1.11.0-r1) (13/30) Purging py3-numpy (1.24.2-r0) (14/30) Purging openblas (0.3.21-r4) (15/30) Purging py3-toml (0.10.2-r5) (16/30) Purging py3-yaml (6.0-r1) (17/30) Purging py3-dateutil (2.8.2-r2) (18/30) Purging py3-six (1.16.0-r5) (19/30) Purging py3-jsonpickle (3.0.1-r1) (20/30) Purging python3 (3.11.2-r0) (21/30) Purging libbz2 (1.0.8-r4) (22/30) Purging libffi (3.4.4-r1) (23/30) Purging gdbm (1.23-r0) (24/30) Purging xz-libs (5.4.2-r0) (25/30) Purging mpdecimal (2.5.1-r1) (26/30) Purging libpanelw (6.4_p20230311-r0) (27/30) Purging readline (8.2.1-r0) (28/30) Purging sqlite-libs (3.41.2-r1) (29/30) Purging libgfortran (12.2.1_git20220924-r9) (30/30) Purging yaml (0.2.5-r0) Executing busybox-1.36.0-r5.trigger OK: 326 MiB in 97 packages >>> py3-deepdiff: Updating the community/armhf repository index... >>> py3-deepdiff: Signing the index...