>>> py3-deepdiff: Building community/py3-deepdiff 6.3.0-r1 (using abuild 3.11.0_rc12-r0) started Wed, 19 Apr 2023 22:21:11 +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/45) Installing libbz2 (1.0.8-r5) (2/45) Installing libffi (3.4.4-r2) (3/45) Installing gdbm (1.23-r1) (4/45) Installing xz-libs (5.4.2-r1) (5/45) Installing mpdecimal (2.5.1-r2) (6/45) Installing libpanelw (6.4_p20230401-r4) (7/45) Installing readline (8.2.1-r1) (8/45) Installing sqlite-libs (3.41.2-r2) (9/45) Installing python3 (3.11.3-r10) (10/45) Installing python3-pycache-pyc0 (3.11.3-r10) (11/45) Installing pyc (0.1-r0) (12/45) Installing python3-pyc (3.11.3-r10) (13/45) Installing py3-ordered-set (4.1.0-r3) (14/45) Installing py3-ordered-set-pyc (4.1.0-r3) (15/45) Installing py3-orjson (3.8.10-r0) (16/45) Installing py3-click (8.1.3-r2) (17/45) Installing py3-click-pyc (8.1.3-r2) (18/45) Installing py3-parsing (3.0.9-r2) (19/45) Installing py3-parsing-pyc (3.0.9-r2) (20/45) Installing py3-packaging (23.1-r1) (21/45) Installing py3-packaging-pyc (23.1-r1) (22/45) Installing py3-setuptools (67.6.1-r1) (23/45) Installing py3-setuptools-pyc (67.6.1-r1) (24/45) Installing py3-iniconfig (1.1.1-r6) (25/45) Installing py3-iniconfig-pyc (1.1.1-r6) (26/45) Installing py3-pluggy (1.0.0-r3) (27/45) Installing py3-pluggy-pyc (1.0.0-r3) (28/45) Installing py3-py (1.11.0-r2) (29/45) Installing py3-py-pyc (1.11.0-r2) (30/45) Installing py3-pytest (7.3.1-r1) (31/45) Installing py3-pytest-pyc (7.3.1-r1) (32/45) Installing libgfortran (12.2.1_git20220924-r10) (33/45) Installing openblas (0.3.23-r0) (34/45) Installing py3-numpy (1.24.2-r0) (35/45) Installing py3-toml (0.10.2-r5) (36/45) Installing yaml (0.2.5-r1) (37/45) Installing py3-yaml (6.0-r3) (38/45) Installing py3-yaml-pyc (6.0-r3) (39/45) Installing py3-six (1.16.0-r6) (40/45) Installing py3-six-pyc (1.16.0-r6) (41/45) Installing py3-dateutil (2.8.2-r3) (42/45) Installing py3-dateutil-pyc (2.8.2-r3) (43/45) Installing py3-jsonpickle (3.0.1-r2) (44/45) Installing py3-jsonpickle-pyc (3.0.1-r2) (45/45) Installing .makedepends-py3-deepdiff (20230419.222112) Executing busybox-1.36.0-r7.trigger OK: 423 MiB in 144 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 >>> 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.3, pytest-7.3.1, 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.10s ======================== >>> 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-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff/usr/lib/python3.11/site-packages/deepdiff/__pycache__' -> '/home/buildozer/aports/community/py3-deepdiff/pkg/py3-deepdiff-pyc/usr/lib/python3.11/site-packages/deepdiff/__pycache__' >>> py3-deepdiff-pyc*: Preparing subpackage py3-deepdiff-pyc... >>> py3-deepdiff-pyc*: Running postcheck for py3-deepdiff-pyc >>> py3-deepdiff*: Running postcheck for py3-deepdiff >>> py3-deepdiff*: Preparing package py3-deepdiff... >>> py3-deepdiff-pyc*: Tracing dependencies... python3 py3-ordered-set py3-orjson py3-click python3~3.11 >>> py3-deepdiff-pyc*: Package size: 352.0 KB >>> py3-deepdiff-pyc*: Compressing data... >>> py3-deepdiff-pyc*: Create checksum... >>> py3-deepdiff-pyc*: Create py3-deepdiff-pyc-6.3.0-r1.apk >>> py3-deepdiff*: Tracing dependencies... python3 py3-ordered-set py3-orjson py3-click python3~3.11 >>> py3-deepdiff*: Package size: 348.0 KB >>> py3-deepdiff*: Compressing data... >>> py3-deepdiff*: Create checksum... >>> py3-deepdiff*: Create py3-deepdiff-6.3.0-r1.apk >>> py3-deepdiff: Build complete at Wed, 19 Apr 2023 22:21:17 +0000 elapsed time 0h 0m 6s >>> py3-deepdiff: Cleaning up srcdir >>> py3-deepdiff: Cleaning up pkgdir >>> py3-deepdiff: Uninstalling dependencies... (1/45) Purging .makedepends-py3-deepdiff (20230419.222112) (2/45) Purging py3-ordered-set-pyc (4.1.0-r3) (3/45) Purging py3-ordered-set (4.1.0-r3) (4/45) Purging py3-orjson (3.8.10-r0) (5/45) Purging py3-click-pyc (8.1.3-r2) (6/45) Purging py3-click (8.1.3-r2) (7/45) Purging py3-setuptools-pyc (67.6.1-r1) (8/45) Purging py3-setuptools (67.6.1-r1) (9/45) Purging py3-pytest-pyc (7.3.1-r1) (10/45) Purging py3-pytest (7.3.1-r1) (11/45) Purging py3-iniconfig-pyc (1.1.1-r6) (12/45) Purging py3-iniconfig (1.1.1-r6) (13/45) Purging py3-packaging-pyc (23.1-r1) (14/45) Purging py3-packaging (23.1-r1) (15/45) Purging py3-parsing-pyc (3.0.9-r2) (16/45) Purging py3-parsing (3.0.9-r2) (17/45) Purging py3-pluggy-pyc (1.0.0-r3) (18/45) Purging py3-pluggy (1.0.0-r3) (19/45) Purging py3-py-pyc (1.11.0-r2) (20/45) Purging py3-py (1.11.0-r2) (21/45) Purging py3-numpy (1.24.2-r0) (22/45) Purging openblas (0.3.23-r0) (23/45) Purging py3-toml (0.10.2-r5) (24/45) Purging py3-yaml-pyc (6.0-r3) (25/45) Purging py3-yaml (6.0-r3) (26/45) Purging py3-dateutil-pyc (2.8.2-r3) (27/45) Purging py3-dateutil (2.8.2-r3) (28/45) Purging py3-six-pyc (1.16.0-r6) (29/45) Purging py3-six (1.16.0-r6) (30/45) Purging py3-jsonpickle-pyc (3.0.1-r2) (31/45) Purging py3-jsonpickle (3.0.1-r2) (32/45) Purging libgfortran (12.2.1_git20220924-r10) (33/45) Purging python3-pyc (3.11.3-r10) (34/45) Purging python3-pycache-pyc0 (3.11.3-r10) (35/45) Purging pyc (0.1-r0) (36/45) Purging yaml (0.2.5-r1) (37/45) Purging python3 (3.11.3-r10) (38/45) Purging gdbm (1.23-r1) (39/45) Purging libbz2 (1.0.8-r5) (40/45) Purging libffi (3.4.4-r2) (41/45) Purging libpanelw (6.4_p20230401-r4) (42/45) Purging mpdecimal (2.5.1-r2) (43/45) Purging readline (8.2.1-r1) (44/45) Purging sqlite-libs (3.41.2-r2) (45/45) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 99 packages >>> py3-deepdiff: Updating the community/armhf repository index... >>> py3-deepdiff: Signing the index...