>>> py3-pytools: Building community/py3-pytools 2022.1.2-r1 (using abuild 3.9.0-r4) started Mon, 08 Aug 2022 00:46:46 +0000 >>> py3-pytools: Checking sanity of /home/buildozer/aports/community/py3-pytools/APKBUILD... >>> WARNING: py3-pytools: No maintainer >>> py3-pytools: Analyzing dependencies... >>> py3-pytools: Installing for build: build-base python3 py3-decorator py3-appdirs py3-numpy py3-setuptools py3-pytest (1/27) Installing libffi (3.4.2-r1) (2/27) Installing gdbm (1.23-r0) (3/27) Installing mpdecimal (2.5.1-r1) (4/27) Installing readline (8.1.2-r0) (5/27) Installing sqlite-libs (3.39.2-r0) (6/27) Installing python3 (3.10.5-r2) (7/27) Installing py3-decorator (5.1.1-r0) (8/27) Installing py3-appdirs (1.4.4-r4) (9/27) Installing libquadmath (11.2.1_git20220219-r5) (10/27) Installing libgfortran (11.2.1_git20220219-r5) (11/27) Installing openblas (0.3.20-r0) (12/27) Installing py3-numpy (1.22.3-r0) (13/27) Installing py3-more-itertools (8.13.0-r0) (14/27) Installing py3-ordered-set (4.0.2-r4) (15/27) Installing py3-parsing (3.0.9-r0) (16/27) Installing py3-packaging (21.3-r2) (17/27) Installing py3-setuptools (59.4.0-r0) (18/27) Installing py3-atomicwrites (1.4.1-r0) (19/27) Installing py3-attrs (21.4.0-r0) (20/27) Installing py3-iniconfig (1.1.1-r3) (21/27) Installing py3-pluggy (1.0.0-r0) (22/27) Installing py3-py (1.10.0-r2) (23/27) Installing py3-pygments (2.11.2-r0) (24/27) Installing py3-tomli (2.0.1-r1) (25/27) Installing py3-wcwidth (0.2.5-r2) (26/27) Installing py3-pytest (7.1.2-r2) (27/27) Installing .makedepends-py3-pytools (20220808.004648) Executing busybox-1.35.0-r22.trigger OK: 844 MiB in 143 packages >>> py3-pytools: Cleaning up srcdir >>> py3-pytools: Cleaning up pkgdir >>> py3-pytools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pytools-2022.1.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 66832 100 66832 0 0 100k 0 --:--:-- --:--:-- --:--:-- 100k >>> py3-pytools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pytools-2022.1.2.tar.gz >>> py3-pytools: Checking sha512sums... py3-pytools-2022.1.2.tar.gz: OK >>> py3-pytools: Unpacking /var/cache/distfiles/edge/py3-pytools-2022.1.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pytools copying pytools/batchjob.py -> build/lib/pytools copying pytools/log.py -> build/lib/pytools copying pytools/py_codegen.py -> build/lib/pytools copying pytools/stopwatch.py -> build/lib/pytools copying pytools/obj_array.py -> build/lib/pytools copying pytools/codegen.py -> build/lib/pytools copying pytools/datatable.py -> build/lib/pytools copying pytools/__init__.py -> build/lib/pytools copying pytools/graph.py -> build/lib/pytools copying pytools/convergence.py -> build/lib/pytools copying pytools/prefork.py -> build/lib/pytools copying pytools/version.py -> build/lib/pytools copying pytools/lex.py -> build/lib/pytools copying pytools/mpi.py -> build/lib/pytools copying pytools/mpiwrap.py -> build/lib/pytools copying pytools/persistent_dict.py -> build/lib/pytools copying pytools/tag.py -> build/lib/pytools copying pytools/debug.py -> build/lib/pytools copying pytools/spatial_btree.py -> build/lib/pytools copying pytools/py.typed -> build/lib/pytools ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-pytools/src/pytools-2022.1.2 collected 55 items test/test_data_table.py ........ [ 14%] test/test_graph_tools.py ....... [ 27%] test/test_math_stuff.py . [ 29%] test/test_persistent_dict.py ........... [ 49%] test/test_py_codegen.py .. [ 52%] test/test_pytools.py .......................... [100%] =============================== warnings summary =============================== test/test_pytools.py::test_memoize_method_with_uncached /home/buildozer/aports/community/py3-pytools/src/pytools-2022.1.2/test/test_pytools.py:59: DeprecationWarning: memoize_method_with_uncached is deprecated and will go away in 2022. Use memoize_method_with_key instead @memoize_method_with_uncached(uncached_args=[1], uncached_kwargs=["z"]) test/test_pytools.py::test_obj_array_vectorize /home/buildozer/aports/community/py3-pytools/src/pytools-2022.1.2/test/test_pytools.py:454: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations scalar_ary = np.ones(42, dtype=np.float) test/test_pytools.py::test_tag /home/buildozer/aports/community/py3-pytools/src/pytools-2022.1.2/pytools/tag.py:292: DeprecationWarning: _with_new_tags() for .TaggableWithCopy'> fell back to using copy(). This is deprecated and will stop working in July of 2022. Instead, override _with_new_tags to specify how tags should be applied to an instance. return self._with_new_tags( test/test_pytools.py::test_tag /home/buildozer/aports/community/py3-pytools/src/pytools-2022.1.2/pytools/tag.py:312: DeprecationWarning: _with_new_tags() for .TaggableWithCopy'> fell back to using copy(). This is deprecated and will stop working in July of 2022. Instead, override _with_new_tags to specify how tags should be applied to an instance. return self._with_new_tags(tags=check_tag_uniqueness(new_tags)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 55 passed, 4 warnings in 1.91s ======================== >>> py3-pytools: Entering fakeroot... running install /usr/lib/python3.10/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 build running build_py running install_lib creating /home/buildozer/aports/community/py3-pytools/pkg creating /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools creating /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr creating /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib creating /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/batchjob.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/log.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/py_codegen.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/stopwatch.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/obj_array.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/codegen.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/datatable.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/__init__.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/graph.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/convergence.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/prefork.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/version.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/lex.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/py.typed -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/mpi.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/mpiwrap.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/persistent_dict.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/tag.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/debug.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools copying build/lib/pytools/spatial_btree.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/batchjob.py to batchjob.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/log.py to log.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/py_codegen.py to py_codegen.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/stopwatch.py to stopwatch.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/obj_array.py to obj_array.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/codegen.py to codegen.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/datatable.py to datatable.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/graph.py to graph.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/convergence.py to convergence.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/prefork.py to prefork.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/lex.py to lex.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/mpi.py to mpi.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/mpiwrap.py to mpiwrap.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/persistent_dict.py to persistent_dict.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/tag.py to tag.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/debug.py to debug.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools/spatial_btree.py to spatial_btree.cpython-310.pyc running install_egg_info running egg_info creating pytools.egg-info writing pytools.egg-info/PKG-INFO writing dependency_links to pytools.egg-info/dependency_links.txt writing requirements to pytools.egg-info/requires.txt writing top-level names to pytools.egg-info/top_level.txt writing manifest file 'pytools.egg-info/SOURCES.txt' reading manifest file 'pytools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pytools.egg-info/SOURCES.txt' Copying pytools.egg-info to /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.10/site-packages/pytools-2022.1.2-py3.10.egg-info running install_scripts >>> py3-pytools*: Running postcheck for py3-pytools >>> py3-pytools*: Preparing package py3-pytools... >>> py3-pytools*: Tracing dependencies... >>> py3-pytools*: Package size: 536.0 KB >>> py3-pytools*: Compressing data... >>> py3-pytools*: Create checksum... >>> py3-pytools*: Create py3-pytools-2022.1.2-r1.apk >>> py3-pytools: Build complete at Mon, 08 Aug 2022 00:46:53 +0000 elapsed time 0h 0m 7s >>> py3-pytools: Cleaning up srcdir >>> py3-pytools: Cleaning up pkgdir >>> py3-pytools: Uninstalling dependencies... (1/27) Purging .makedepends-py3-pytools (20220808.004648) (2/27) Purging py3-decorator (5.1.1-r0) (3/27) Purging py3-numpy (1.22.3-r0) (4/27) Purging py3-setuptools (59.4.0-r0) (5/27) Purging py3-appdirs (1.4.4-r4) (6/27) Purging py3-ordered-set (4.0.2-r4) (7/27) Purging py3-pytest (7.1.2-r2) (8/27) Purging py3-atomicwrites (1.4.1-r0) (9/27) Purging py3-attrs (21.4.0-r0) (10/27) Purging py3-iniconfig (1.1.1-r3) (11/27) Purging py3-more-itertools (8.13.0-r0) (12/27) Purging py3-packaging (21.3-r2) (13/27) Purging py3-parsing (3.0.9-r0) (14/27) Purging py3-pluggy (1.0.0-r0) (15/27) Purging py3-py (1.10.0-r2) (16/27) Purging py3-pygments (2.11.2-r0) (17/27) Purging py3-tomli (2.0.1-r1) (18/27) Purging py3-wcwidth (0.2.5-r2) (19/27) Purging python3 (3.10.5-r2) (20/27) Purging libffi (3.4.2-r1) (21/27) Purging gdbm (1.23-r0) (22/27) Purging mpdecimal (2.5.1-r1) (23/27) Purging readline (8.1.2-r0) (24/27) Purging sqlite-libs (3.39.2-r0) (25/27) Purging openblas (0.3.20-r0) (26/27) Purging libgfortran (11.2.1_git20220219-r5) (27/27) Purging libquadmath (11.2.1_git20220219-r5) Executing busybox-1.35.0-r22.trigger OK: 717 MiB in 116 packages >>> py3-pytools: Updating the community/x86_64 repository index... >>> py3-pytools: Signing the index...