>>> py3-pypytools: Building community/py3-pypytools 0.6.2-r2 (using abuild 3.14.1-r1) started Fri, 01 Nov 2024 02:57:50 +0000 >>> py3-pypytools: Validating /home/buildozer/aports/community/py3-pypytools/APKBUILD... >>> py3-pypytools: Analyzing dependencies... >>> py3-pypytools: Installing for build: build-base py3-setuptools py3-attrs py3-freezegun py3-numpy py3-pytest (1/38) Installing libbz2 (1.0.8-r6) (2/38) Installing libffi (3.4.6-r0) (3/38) Installing gdbm (1.24-r0) (4/38) Installing xz-libs (5.6.3-r0) (5/38) Installing mpdecimal (4.0.0-r0) (6/38) Installing libpanelw (6.5_p20241006-r2) (7/38) Installing sqlite-libs (3.47.0-r0) (8/38) Installing python3 (3.12.7-r1) (9/38) Installing python3-pycache-pyc0 (3.12.7-r1) (10/38) Installing pyc (3.12.7-r1) (11/38) Installing py3-setuptools-pyc (70.3.0-r0) (12/38) Installing py3-parsing (3.1.4-r0) (13/38) Installing py3-parsing-pyc (3.1.4-r0) (14/38) Installing py3-packaging-pyc (24.1-r0) (15/38) Installing python3-pyc (3.12.7-r1) (16/38) Installing py3-packaging (24.1-r0) (17/38) Installing py3-setuptools (70.3.0-r0) (18/38) Installing py3-attrs (24.2.0-r0) (19/38) Installing py3-attrs-pyc (24.2.0-r0) (20/38) Installing py3-six (1.16.0-r9) (21/38) Installing py3-six-pyc (1.16.0-r9) (22/38) Installing py3-dateutil (2.9.0-r1) (23/38) Installing py3-dateutil-pyc (2.9.0-r1) (24/38) Installing py3-freezegun (1.4.0-r1) (25/38) Installing py3-freezegun-pyc (1.4.0-r1) (26/38) Installing libgfortran (14.2.0-r4) (27/38) Installing openblas (0.3.28-r0) (28/38) Installing py3-numpy (2.1.2-r0) (29/38) Installing py3-numpy-pyc (2.1.2-r0) (30/38) Installing py3-iniconfig (2.0.0-r1) (31/38) Installing py3-iniconfig-pyc (2.0.0-r1) (32/38) Installing py3-pluggy (1.5.0-r0) (33/38) Installing py3-pluggy-pyc (1.5.0-r0) (34/38) Installing py3-py (1.11.0-r4) (35/38) Installing py3-py-pyc (1.11.0-r4) (36/38) Installing py3-pytest (8.3.3-r0) (37/38) Installing py3-pytest-pyc (8.3.3-r0) (38/38) Installing .makedepends-py3-pypytools (20241101.025758) Executing busybox-1.37.0-r3.trigger OK: 339 MiB in 139 packages >>> py3-pypytools: Cleaning up srcdir >>> py3-pypytools: Cleaning up pkgdir >>> py3-pypytools: Cleaning up tmpdir >>> py3-pypytools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/pypytools-0.6.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-pypytools: Fetching https://files.pythonhosted.org/packages/source/p/pypytools/pypytools-0.6.2.tar.gz Connecting to files.pythonhosted.org ([2a04:4e42:200::223]:443) Connecting to files.pythonhosted.org ([2a04:4e42:200::223]:443) saving to '/var/cache/distfiles/v3.21/pypytools-0.6.2.tar.gz.part' pypytools-0.6.2.tar. 100% |********************************| 26656 0:00:00 ETA '/var/cache/distfiles/v3.21/pypytools-0.6.2.tar.gz.part' saved >>> py3-pypytools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/pypytools-0.6.2.tar.gz >>> py3-pypytools: Checking sha512sums... pypytools-0.6.2.tar.gz: OK python3.11.patch: OK >>> py3-pypytools: Unpacking /var/cache/distfiles/v3.21/pypytools-0.6.2.tar.gz... >>> py3-pypytools: python3.11.patch patching file pypytools/pypylog/model.py patching file pypytools/pypylog/parse.py patching file pypytools/pypylog/testing/test_parse.py patching file pypytools/testing/test_util.py patching file pypytools/util.py running build running build_py creating build creating build/lib creating build/lib/pypytools copying pypytools/__init__.py -> build/lib/pypytools copying pypytools/_fakecython.py -> build/lib/pypytools copying pypytools/color.py -> build/lib/pypytools copying pypytools/codegen.py -> build/lib/pypytools copying pypytools/unroll.py -> build/lib/pypytools copying pypytools/util.py -> build/lib/pypytools copying pypytools/jitview.py -> build/lib/pypytools copying pypytools/cast.py -> build/lib/pypytools creating build/lib/pypytools/compat copying pypytools/compat/__init__.py -> build/lib/pypytools/compat creating build/lib/pypytools/gc copying pypytools/gc/__init__.py -> build/lib/pypytools/gc copying pypytools/gc/uniform.py -> build/lib/pypytools/gc copying pypytools/gc/multihook.py -> build/lib/pypytools/gc copying pypytools/gc/custom.py -> build/lib/pypytools/gc creating build/lib/pypytools/compat/micronumpy copying pypytools/compat/micronumpy/__init__.py -> build/lib/pypytools/compat/micronumpy copying pypytools/compat/micronumpy/core.py -> build/lib/pypytools/compat/micronumpy copying pypytools/compat/micronumpy/function_base.py -> build/lib/pypytools/compat/micronumpy copying pypytools/compat/micronumpy/numerictypes.py -> build/lib/pypytools/compat/micronumpy ============================= test session starts ============================== platform linux -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-pypytools/src/pypytools-0.6.2 collected 101 items pypytools/gc/testing/test_custom.py .....s. [ 6%] pypytools/gc/testing/test_fakegc.py ... [ 9%] pypytools/gc/testing/test_multihook.py ........ [ 17%] pypytools/gc/testing/test_uniform.py .......... [ 27%] pypytools/pypylog/testing/test_model.py ..... [ 32%] pypytools/pypylog/testing/test_parse.py .x....x [ 39%] pypytools/testing/test_cast.py . [ 40%] pypytools/testing/test_codegen.py ...................... [ 62%] pypytools/testing/test_fakecython.py .. [ 64%] pypytools/testing/test_micronumpy.py ........................... [ 91%] pypytools/testing/test_unroll.py ........ [ 99%] pypytools/testing/test_util.py . [100%] =============================== warnings summary =============================== pypytools/compat/micronumpy/__init__.py:65 pypytools/compat/micronumpy/__init__.py:65 /home/buildozer/aports/community/py3-pypytools/src/pypytools-0.6.2/pypytools/compat/micronumpy/__init__.py:65: DeprecationWarning: numpy.core is deprecated and has been renamed to numpy._core. The numpy._core namespace contains private NumPy internals and its use is discouraged, as NumPy internals can change without warning in any release. In practice, most real-world usage of numpy.core is to access functionality in the public NumPy API. If that is the case, use the public NumPy API. If not, you are using NumPy internals. If you would still like to access an internal attribute, use numpy._core.round. from numpy.core import round, max, min pypytools/compat/micronumpy/__init__.py:65 pypytools/compat/micronumpy/__init__.py:65 /home/buildozer/aports/community/py3-pypytools/src/pypytools-0.6.2/pypytools/compat/micronumpy/__init__.py:65: DeprecationWarning: numpy.core is deprecated and has been renamed to numpy._core. The numpy._core namespace contains private NumPy internals and its use is discouraged, as NumPy internals can change without warning in any release. In practice, most real-world usage of numpy.core is to access functionality in the public NumPy API. If that is the case, use the public NumPy API. If not, you are using NumPy internals. If you would still like to access an internal attribute, use numpy._core.max. from numpy.core import round, max, min pypytools/compat/micronumpy/__init__.py:65 pypytools/compat/micronumpy/__init__.py:65 /home/buildozer/aports/community/py3-pypytools/src/pypytools-0.6.2/pypytools/compat/micronumpy/__init__.py:65: DeprecationWarning: numpy.core is deprecated and has been renamed to numpy._core. The numpy._core namespace contains private NumPy internals and its use is discouraged, as NumPy internals can change without warning in any release. In practice, most real-world usage of numpy.core is to access functionality in the public NumPy API. If that is the case, use the public NumPy API. If not, you are using NumPy internals. If you would still like to access an internal attribute, use numpy._core.min. from numpy.core import round, max, min pypytools/testing/test_unroll.py::test_unrolling pypytools/testing/test_unroll.py::test_unrolling pypytools/testing/test_unroll.py::test_unrolling pypytools/testing/test_unroll.py::test_unrolling pypytools/testing/test_unroll.py::test_iterable pypytools/testing/test_unroll.py::test_iterable pypytools/testing/test_unroll.py::test_iterable /home/buildozer/aports/community/py3-pypytools/src/pypytools-0.6.2/pypytools/unroll.py:85: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead slice=ast.Index(value=ast.Num(n=i)), pypytools/testing/test_unroll.py::test_unrolling pypytools/testing/test_unroll.py::test_unrolling pypytools/testing/test_unroll.py::test_unrolling pypytools/testing/test_unroll.py::test_iterable pypytools/testing/test_unroll.py::test_iterable pypytools/testing/test_unroll.py::test_iterable /usr/lib/python3.12/ast.py:587: DeprecationWarning: Attribute n is deprecated and will be removed in Python 3.14; use value instead return Constant(*args, **kwargs) pypytools/testing/test_util.py::test_clonefunc /home/buildozer/aports/community/py3-pypytools/src/pypytools-0.6.2/pypytools/util.py:23: DeprecationWarning: co_lnotab is deprecated, use co_lines instead. co.co_firstlineno, co.co_lnotab, co.co_freevars, co.co_cellvars] -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============ 98 passed, 1 skipped, 2 xfailed, 20 warnings in 0.59s ============= >>> py3-pypytools: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-pypytools/pkg creating /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools creating /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr creating /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib creating /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools copying build/lib/pypytools/__init__.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools copying build/lib/pypytools/_fakecython.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools copying build/lib/pypytools/color.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools copying build/lib/pypytools/codegen.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools copying build/lib/pypytools/unroll.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools copying build/lib/pypytools/util.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools copying build/lib/pypytools/jitview.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools copying build/lib/pypytools/cast.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools creating /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/gc copying build/lib/pypytools/gc/__init__.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/gc copying build/lib/pypytools/gc/uniform.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/gc copying build/lib/pypytools/gc/multihook.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/gc copying build/lib/pypytools/gc/custom.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/gc creating /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat creating /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat/micronumpy copying build/lib/pypytools/compat/micronumpy/__init__.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat/micronumpy copying build/lib/pypytools/compat/micronumpy/core.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat/micronumpy copying build/lib/pypytools/compat/micronumpy/function_base.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat/micronumpy copying build/lib/pypytools/compat/micronumpy/numerictypes.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat/micronumpy copying build/lib/pypytools/compat/__init__.py -> /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/_fakecython.py to _fakecython.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/color.py to color.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/codegen.py to codegen.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/unroll.py to unroll.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/util.py to util.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/jitview.py to jitview.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/cast.py to cast.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/gc/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/gc/uniform.py to uniform.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/gc/multihook.py to multihook.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/gc/custom.py to custom.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat/micronumpy/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat/micronumpy/core.py to core.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat/micronumpy/function_base.py to function_base.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat/micronumpy/numerictypes.py to numerictypes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools/compat/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info writing pypytools.egg-info/PKG-INFO writing dependency_links to pypytools.egg-info/dependency_links.txt writing requirements to pypytools.egg-info/requires.txt writing top-level names to pypytools.egg-info/top_level.txt reading manifest file 'pypytools.egg-info/SOURCES.txt' writing manifest file 'pypytools.egg-info/SOURCES.txt' Copying pypytools.egg-info to /home/buildozer/aports/community/py3-pypytools/pkg/py3-pypytools/usr/lib/python3.12/site-packages/pypytools-0.6.2-py3.12.egg-info running install_scripts >>> py3-pypytools*: Running postcheck for py3-pypytools >>> WARNING: py3-pypytools*: Found __pycache__ but package name doesn't end with -pyc >>> py3-pypytools*: Preparing package py3-pypytools... >>> py3-pypytools*: Tracing dependencies... python3~3.12 >>> py3-pypytools*: Package size: 93.0 KB >>> py3-pypytools*: Compressing data... >>> py3-pypytools*: Create checksum... >>> py3-pypytools*: Create py3-pypytools-0.6.2-r2.apk >>> py3-pypytools: Build complete at Fri, 01 Nov 2024 02:58:00 +0000 elapsed time 0h 0m 10s >>> py3-pypytools: Cleaning up srcdir >>> py3-pypytools: Cleaning up pkgdir >>> py3-pypytools: Uninstalling dependencies... (1/38) Purging .makedepends-py3-pypytools (20241101.025758) (2/38) Purging py3-setuptools-pyc (70.3.0-r0) (3/38) Purging py3-setuptools (70.3.0-r0) (4/38) Purging py3-attrs-pyc (24.2.0-r0) (5/38) Purging py3-attrs (24.2.0-r0) (6/38) Purging py3-freezegun-pyc (1.4.0-r1) (7/38) Purging py3-freezegun (1.4.0-r1) (8/38) Purging py3-dateutil-pyc (2.9.0-r1) (9/38) Purging py3-dateutil (2.9.0-r1) (10/38) Purging py3-six-pyc (1.16.0-r9) (11/38) Purging py3-six (1.16.0-r9) (12/38) Purging py3-numpy-pyc (2.1.2-r0) (13/38) Purging py3-numpy (2.1.2-r0) (14/38) Purging openblas (0.3.28-r0) (15/38) Purging py3-pytest-pyc (8.3.3-r0) (16/38) Purging py3-pytest (8.3.3-r0) (17/38) Purging py3-iniconfig-pyc (2.0.0-r1) (18/38) Purging py3-iniconfig (2.0.0-r1) (19/38) Purging py3-packaging-pyc (24.1-r0) (20/38) Purging py3-packaging (24.1-r0) (21/38) Purging py3-parsing-pyc (3.1.4-r0) (22/38) Purging py3-parsing (3.1.4-r0) (23/38) Purging py3-pluggy-pyc (1.5.0-r0) (24/38) Purging py3-pluggy (1.5.0-r0) (25/38) Purging py3-py-pyc (1.11.0-r4) (26/38) Purging py3-py (1.11.0-r4) (27/38) Purging python3-pyc (3.12.7-r1) (28/38) Purging python3-pycache-pyc0 (3.12.7-r1) (29/38) Purging pyc (3.12.7-r1) (30/38) Purging python3 (3.12.7-r1) (31/38) Purging gdbm (1.24-r0) (32/38) Purging libbz2 (1.0.8-r6) (33/38) Purging libffi (3.4.6-r0) (34/38) Purging libgfortran (14.2.0-r4) (35/38) Purging libpanelw (6.5_p20241006-r2) (36/38) Purging mpdecimal (4.0.0-r0) (37/38) Purging sqlite-libs (3.47.0-r0) (38/38) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r3.trigger OK: 271 MiB in 101 packages >>> py3-pypytools: Updating the community/armv7 repository index... >>> py3-pypytools: Signing the index...