>>> py3-pytools: Building community/py3-pytools 2021.2.3-r0 (using abuild 3.8.0_rc3-r2) started Sun, 23 May 2021 14:19: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/29) Installing libbz2 (1.0.8-r1) (2/29) Installing libffi (3.3-r2) (3/29) Installing gdbm (1.19-r0) (4/29) Installing xz-libs (5.2.5-r0) (5/29) Installing mpdecimal (2.5.1-r1) (6/29) Installing readline (8.1.0-r0) (7/29) Installing sqlite-libs (3.35.5-r0) (8/29) Installing python3 (3.9.5-r1) (9/29) Installing py3-decorator (5.0.9-r0) (10/29) Installing py3-appdirs (1.4.4-r2) (11/29) Installing py3-six (1.15.0-r1) (12/29) Installing libquadmath (10.3.1_git20210424-r0) (13/29) Installing libgfortran (10.3.1_git20210424-r0) (14/29) Installing openblas (0.3.14-r0) (15/29) Installing py3-numpy (1.20.3-r0) (16/29) Installing py3-ordered-set (4.0.2-r1) (17/29) Installing py3-parsing (2.4.7-r2) (18/29) Installing py3-packaging (20.9-r1) (19/29) Installing py3-setuptools (52.0.0-r3) (20/29) Installing py3-atomicwrites (1.4.0-r1) (21/29) Installing py3-attrs (20.3.0-r1) (22/29) Installing py3-more-itertools (8.8.0-r0) (23/29) Installing py3-iniconfig (1.1.1-r1) (24/29) Installing py3-pluggy (0.13.1-r4) (25/29) Installing py3-py (1.10.0-r1) (26/29) Installing py3-wcwidth (0.2.5-r1) (27/29) Installing py3-toml (0.10.2-r2) (28/29) Installing py3-pytest (6.2.4-r0) (29/29) Installing .makedepends-py3-pytools (20210523.141947) Executing busybox-1.33.1-r1.trigger OK: 415 MiB in 118 packages >>> py3-pytools: Cleaning up srcdir >>> py3-pytools: Cleaning up pkgdir >>> py3-pytools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/py3-pytools-2021.2.3.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 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pytools: Fetching py3-pytools-2021.2.3.tar.gz::https://github.com/inducer/pytools/archive/v2021.2.3.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 552 0 --:--:-- --:--:-- --:--:-- 552 100 62206 0 62206 0 0 128k 0 --:--:-- --:--:-- --:--:-- 128k >>> py3-pytools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/py3-pytools-2021.2.3.tar.gz >>> py3-pytools: Checking sha512sums... py3-pytools-2021.2.3.tar.gz: OK >>> py3-pytools: Unpacking /var/cache/distfiles/v3.14/py3-pytools-2021.2.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pytools copying pytools/mpi.py -> build/lib/pytools copying pytools/test.py -> build/lib/pytools copying pytools/stopwatch.py -> build/lib/pytools copying pytools/spatial_btree.py -> build/lib/pytools copying pytools/obj_array.py -> build/lib/pytools copying pytools/codegen.py -> build/lib/pytools copying pytools/persistent_dict.py -> build/lib/pytools copying pytools/__init__.py -> build/lib/pytools copying pytools/version.py -> build/lib/pytools copying pytools/py_codegen.py -> build/lib/pytools copying pytools/datatable.py -> build/lib/pytools copying pytools/tag.py -> build/lib/pytools copying pytools/mpiwrap.py -> build/lib/pytools copying pytools/graph.py -> build/lib/pytools copying pytools/batchjob.py -> build/lib/pytools copying pytools/debug.py -> build/lib/pytools copying pytools/log.py -> build/lib/pytools copying pytools/lex.py -> build/lib/pytools copying pytools/convergence.py -> build/lib/pytools copying pytools/prefork.py -> build/lib/pytools copying pytools/py.typed -> build/lib/pytools ============================= test session starts ============================== platform linux -- Python 3.9.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-pytools/src/pytools-2021.2.3 collected 51 items test/test_data_table.py ........ [ 15%] test/test_graph_tools.py ....... [ 29%] test/test_math_stuff.py . [ 31%] test/test_persistent_dict.py ........... [ 52%] test/test_py_codegen.py .. [ 56%] 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.3/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.3/test/test_pytools.py:412: 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 ======================== 51 passed, 2 warnings in 2.02s ======================== >>> 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/mpi.py -> /home/buildozer/aports/community/py3-pytools/pkg/py3-pytools/usr/lib/python3.9/site-packages/pytools copying build/lib/pytools/test.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/spatial_btree.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/persistent_dict.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/version.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/datatable.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/tag.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/graph.py -> /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/debug.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/lex.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 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/test.py to test.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/spatial_btree.py to spatial_btree.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/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/__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/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/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/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/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/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/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/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/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/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/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/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 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.3-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: 528.0 KB >>> py3-pytools*: Compressing data... >>> py3-pytools*: Create checksum... >>> py3-pytools*: Create py3-pytools-2021.2.3-r0.apk >>> py3-pytools: Build complete at Sun, 23 May 2021 14:19:53 +0000 elapsed time 0h 0m 9s >>> py3-pytools: Cleaning up srcdir >>> py3-pytools: Cleaning up pkgdir >>> py3-pytools: Uninstalling dependencies... (1/29) Purging .makedepends-py3-pytools (20210523.141947) (2/29) Purging py3-decorator (5.0.9-r0) (3/29) Purging py3-numpy (1.20.3-r0) (4/29) Purging py3-setuptools (52.0.0-r3) (5/29) Purging py3-ordered-set (4.0.2-r1) (6/29) Purging py3-appdirs (1.4.4-r2) (7/29) Purging py3-pytest (6.2.4-r0) (8/29) Purging py3-atomicwrites (1.4.0-r1) (9/29) Purging py3-attrs (20.3.0-r1) (10/29) Purging py3-more-itertools (8.8.0-r0) (11/29) Purging py3-iniconfig (1.1.1-r1) (12/29) Purging py3-pluggy (0.13.1-r4) (13/29) Purging py3-py (1.10.0-r1) (14/29) Purging py3-wcwidth (0.2.5-r1) (15/29) Purging py3-packaging (20.9-r1) (16/29) Purging py3-parsing (2.4.7-r2) (17/29) Purging py3-six (1.15.0-r1) (18/29) Purging py3-toml (0.10.2-r2) (19/29) Purging python3 (3.9.5-r1) (20/29) Purging libbz2 (1.0.8-r1) (21/29) Purging libffi (3.3-r2) (22/29) Purging gdbm (1.19-r0) (23/29) Purging xz-libs (5.2.5-r0) (24/29) Purging mpdecimal (2.5.1-r1) (25/29) Purging readline (8.1.0-r0) (26/29) Purging sqlite-libs (3.35.5-r0) (27/29) Purging openblas (0.3.14-r0) (28/29) Purging libgfortran (10.3.1_git20210424-r0) (29/29) Purging libquadmath (10.3.1_git20210424-r0) Executing busybox-1.33.1-r1.trigger OK: 312 MiB in 89 packages >>> py3-pytools: Updating the community/x86 repository index... >>> py3-pytools: Signing the index...