>>> py3-pytools: Building community/py3-pytools 2021.2.9-r0 (using abuild 3.9.0_rc2-r1) started Tue, 02 Nov 2021 15:34:44 +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-six py3-numpy py3-setuptools py3-pytest (1/27) Installing libffi (3.4.2-r1) (2/27) Installing gdbm (1.20-r2) (3/27) Installing mpdecimal (2.5.1-r1) (4/27) Installing readline (8.1.1-r0) (5/27) Installing sqlite-libs (3.36.0-r0) (6/27) Installing python3 (3.9.7-r3) (7/27) Installing py3-decorator (5.1.0-r0) (8/27) Installing py3-appdirs (1.4.4-r2) (9/27) Installing py3-six (1.16.0-r0) (10/27) Installing libquadmath (10.3.1_git20211027-r0) (11/27) Installing libgfortran (10.3.1_git20211027-r0) (12/27) Installing openblas (0.3.18-r0) (13/27) Installing py3-numpy (1.21.3-r0) (14/27) Installing py3-ordered-set (4.0.2-r2) (15/27) Installing py3-parsing (2.4.7-r2) (16/27) Installing py3-packaging (20.9-r1) (17/27) Installing py3-setuptools (52.0.0-r4) (18/27) Installing py3-atomicwrites (1.4.0-r1) (19/27) Installing py3-attrs (21.2.0-r0) (20/27) Installing py3-more-itertools (8.10.0-r0) (21/27) Installing py3-iniconfig (1.1.1-r1) (22/27) Installing py3-pluggy (0.13.1-r4) (23/27) Installing py3-py (1.10.0-r1) (24/27) Installing py3-wcwidth (0.2.5-r1) (25/27) Installing py3-toml (0.10.2-r2) (26/27) Installing py3-pytest (6.2.5-r0) (27/27) Installing .makedepends-py3-pytools (20211102.153446) Executing busybox-1.34.1-r2.trigger OK: 827 MiB in 127 packages >>> py3-pytools: Cleaning up srcdir >>> py3-pytools: Cleaning up pkgdir >>> py3-pytools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-pytools-2021.2.9.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 curl: (22) The requested URL returned error: 404 >>> py3-pytools: Fetching py3-pytools-2021.2.9.tar.gz::https://github.com/inducer/pytools/archive/v2021.2.9.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 100 126 100 126 0 0 353 0 --:--:-- --:--:-- --:--:-- 353 100 65177 0 65177 0 0 107k 0 --:--:-- --:--:-- --:--:-- 107k >>> py3-pytools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-pytools-2021.2.9.tar.gz >>> py3-pytools: Checking sha512sums... py3-pytools-2021.2.9.tar.gz: OK >>> py3-pytools: Unpacking /var/cache/distfiles/v3.15/py3-pytools-2021.2.9.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.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-pytools/src/pytools-2021.2.9 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-2021.2.9/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-2021.2.9/test/test_pytools.py:438: 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) -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================== 55 passed, 2 warnings in 2.23s ======================== >>> py3-pytools: Entering fakeroot... running install 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.9 creating /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/batchjob.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/log.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/py_codegen.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/stopwatch.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/obj_array.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/codegen.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/datatable.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/__init__.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/graph.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/convergence.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/prefork.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/version.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/lex.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/py.typed -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/mpi.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/mpiwrap.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/persistent_dict.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/tag.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/debug.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/spatial_btree.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/batchjob.py to batchjob.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/log.py to log.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/py_codegen.py to py_codegen.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/stopwatch.py to stopwatch.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/obj_array.py to obj_array.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/codegen.py to codegen.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/datatable.py to datatable.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/graph.py to graph.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/convergence.py to convergence.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/prefork.py to prefork.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/version.py to version.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/lex.py to lex.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/mpi.py to mpi.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/mpiwrap.py to mpiwrap.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/persistent_dict.py to persistent_dict.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/tag.py to tag.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/debug.py to debug.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools/spatial_btree.py to spatial_btree.cpython-39.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' 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.9/site-packages/pytools-2021.2.9-py3.9.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-2021.2.9-r0.apk >>> py3-pytools: Build complete at Tue, 02 Nov 2021 15:34:52 +0000 elapsed time 0h 0m 8s >>> py3-pytools: Cleaning up srcdir >>> py3-pytools: Cleaning up pkgdir >>> py3-pytools: Uninstalling dependencies... (1/27) Purging .makedepends-py3-pytools (20211102.153446) (2/27) Purging py3-decorator (5.1.0-r0) (3/27) Purging py3-numpy (1.21.3-r0) (4/27) Purging py3-setuptools (52.0.0-r4) (5/27) Purging py3-ordered-set (4.0.2-r2) (6/27) Purging py3-appdirs (1.4.4-r2) (7/27) Purging py3-pytest (6.2.5-r0) (8/27) Purging py3-atomicwrites (1.4.0-r1) (9/27) Purging py3-attrs (21.2.0-r0) (10/27) Purging py3-more-itertools (8.10.0-r0) (11/27) Purging py3-iniconfig (1.1.1-r1) (12/27) Purging py3-pluggy (0.13.1-r4) (13/27) Purging py3-py (1.10.0-r1) (14/27) Purging py3-wcwidth (0.2.5-r1) (15/27) Purging py3-packaging (20.9-r1) (16/27) Purging py3-parsing (2.4.7-r2) (17/27) Purging py3-six (1.16.0-r0) (18/27) Purging py3-toml (0.10.2-r2) (19/27) Purging python3 (3.9.7-r3) (20/27) Purging libffi (3.4.2-r1) (21/27) Purging gdbm (1.20-r2) (22/27) Purging mpdecimal (2.5.1-r1) (23/27) Purging readline (8.1.1-r0) (24/27) Purging sqlite-libs (3.36.0-r0) (25/27) Purging openblas (0.3.18-r0) (26/27) Purging libgfortran (10.3.1_git20211027-r0) (27/27) Purging libquadmath (10.3.1_git20211027-r0) Executing busybox-1.34.1-r2.trigger OK: 713 MiB in 100 packages >>> py3-pytools: Updating the community/x86_64 repository index... >>> py3-pytools: Signing the index...