>>> py3-pyinstrument: Building testing/py3-pyinstrument 4.6.2-r1 (using abuild 3.13.0-r3) started Fri, 26 Apr 2024 17:55:12 +0000 >>> py3-pyinstrument: Checking sanity of /home/buildozer/aports/testing/py3-pyinstrument/APKBUILD... >>> py3-pyinstrument: Analyzing dependencies... >>> py3-pyinstrument: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel python3-dev (1/26) Installing libbz2 (1.0.8-r6) (2/26) Installing libffi (3.4.6-r0) (3/26) Installing gdbm (1.23-r1) (4/26) Installing xz-libs (5.6.1-r3) (5/26) Installing mpdecimal (4.0.0-r0) (6/26) Installing libpanelw (6.4_p20240330-r0) (7/26) Installing readline (8.2.10-r0) (8/26) Installing sqlite-libs (3.45.3-r0) (9/26) Installing python3 (3.12.3-r1) (10/26) Installing python3-pycache-pyc0 (3.12.3-r1) (11/26) Installing pyc (3.12.3-r1) (12/26) Installing py3-installer-pyc (0.7.0-r2) (13/26) Installing py3-gpep517-pyc (15-r2) (14/26) Installing python3-pyc (3.12.3-r1) (15/26) Installing py3-installer (0.7.0-r2) (16/26) Installing py3-gpep517 (15-r2) (17/26) Installing py3-parsing (3.1.2-r1) (18/26) Installing py3-parsing-pyc (3.1.2-r1) (19/26) Installing py3-packaging (24.0-r1) (20/26) Installing py3-packaging-pyc (24.0-r1) (21/26) Installing py3-setuptools (69.5.1-r0) (22/26) Installing py3-setuptools-pyc (69.5.1-r0) (23/26) Installing py3-wheel (0.42.0-r1) (24/26) Installing py3-wheel-pyc (0.42.0-r1) (25/26) Installing python3-dev (3.12.3-r1) (26/26) Installing .makedepends-py3-pyinstrument (20240426.175516) Executing busybox-1.36.1-r26.trigger OK: 492 MiB in 128 packages >>> py3-pyinstrument: Cleaning up srcdir >>> py3-pyinstrument: Cleaning up pkgdir >>> py3-pyinstrument: Cleaning up tmpdir >>> py3-pyinstrument: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pyinstrument-4.6.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 100 345k 100 345k 0 0 2096k 0 --:--:-- --:--:-- --:--:-- 2108k >>> py3-pyinstrument: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pyinstrument-4.6.2.tar.gz >>> py3-pyinstrument: Checking sha512sums... py3-pyinstrument-4.6.2.tar.gz: OK >>> py3-pyinstrument: Unpacking /var/cache/distfiles/py3-pyinstrument-4.6.2.tar.gz... 2024-04-26 17:55:22,919 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-04-26 17:55:23,042 root INFO running bdist_wheel 2024-04-26 17:55:23,108 root INFO running build 2024-04-26 17:55:23,109 root INFO running build_py 2024-04-26 17:55:23,120 root INFO creating build 2024-04-26 17:55:23,120 root INFO creating build/lib.linux-riscv64-cpython-312 2024-04-26 17:55:23,120 root INFO creating build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,121 root INFO copying pyinstrument/frame_info.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,122 root INFO copying pyinstrument/session.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,123 root INFO copying pyinstrument/__main__.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,125 root INFO copying pyinstrument/frame.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,126 root INFO copying pyinstrument/util.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,127 root INFO copying pyinstrument/middleware.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,128 root INFO copying pyinstrument/processors.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,129 root INFO copying pyinstrument/frame_ops.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,130 root INFO copying pyinstrument/__init__.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,132 root INFO copying pyinstrument/profiler.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,133 root INFO copying pyinstrument/stack_sampler.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,134 root INFO copying pyinstrument/typing.py -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,136 root INFO creating build/lib.linux-riscv64-cpython-312/pyinstrument/low_level 2024-04-26 17:55:23,136 root INFO copying pyinstrument/low_level/stat_profile_python.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/low_level 2024-04-26 17:55:23,138 root INFO creating build/lib.linux-riscv64-cpython-312/pyinstrument/vendor 2024-04-26 17:55:23,138 root INFO copying pyinstrument/vendor/decorator.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/vendor 2024-04-26 17:55:23,140 root INFO copying pyinstrument/vendor/appdirs.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/vendor 2024-04-26 17:55:23,141 root INFO copying pyinstrument/vendor/keypath.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/vendor 2024-04-26 17:55:23,142 root INFO copying pyinstrument/vendor/__init__.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/vendor 2024-04-26 17:55:23,144 root INFO creating build/lib.linux-riscv64-cpython-312/pyinstrument/renderers 2024-04-26 17:55:23,145 root INFO copying pyinstrument/renderers/pstatsrenderer.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/renderers 2024-04-26 17:55:23,146 root INFO copying pyinstrument/renderers/session.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/renderers 2024-04-26 17:55:23,147 root INFO copying pyinstrument/renderers/console.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/renderers 2024-04-26 17:55:23,148 root INFO copying pyinstrument/renderers/jsonrenderer.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/renderers 2024-04-26 17:55:23,149 root INFO copying pyinstrument/renderers/html.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/renderers 2024-04-26 17:55:23,150 root INFO copying pyinstrument/renderers/__init__.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/renderers 2024-04-26 17:55:23,151 root INFO copying pyinstrument/renderers/speedscope.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/renderers 2024-04-26 17:55:23,153 root INFO copying pyinstrument/renderers/base.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/renderers 2024-04-26 17:55:23,154 root INFO creating build/lib.linux-riscv64-cpython-312/pyinstrument/magic 2024-04-26 17:55:23,155 root INFO copying pyinstrument/magic/_utils.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/magic 2024-04-26 17:55:23,156 root INFO copying pyinstrument/magic/magic.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/magic 2024-04-26 17:55:23,157 root INFO copying pyinstrument/magic/__init__.py -> build/lib.linux-riscv64-cpython-312/pyinstrument/magic 2024-04-26 17:55:23,158 root INFO running egg_info 2024-04-26 17:55:23,158 root INFO creating pyinstrument.egg-info 2024-04-26 17:55:23,163 root INFO writing pyinstrument.egg-info/PKG-INFO 2024-04-26 17:55:23,177 root INFO writing dependency_links to pyinstrument.egg-info/dependency_links.txt 2024-04-26 17:55:23,178 root INFO writing entry points to pyinstrument.egg-info/entry_points.txt 2024-04-26 17:55:23,184 root INFO writing requirements to pyinstrument.egg-info/requires.txt 2024-04-26 17:55:23,184 root INFO writing top-level names to pyinstrument.egg-info/top_level.txt 2024-04-26 17:55:23,185 root INFO writing manifest file 'pyinstrument.egg-info/SOURCES.txt' 2024-04-26 17:55:23,198 root INFO reading manifest file 'pyinstrument.egg-info/SOURCES.txt' 2024-04-26 17:55:23,200 root INFO reading manifest template 'MANIFEST.in' 2024-04-26 17:55:23,207 root WARNING no previously-included directories found matching 'html_renderer/node_modules' 2024-04-26 17:55:23,208 root WARNING no previously-included directories found matching 'html_renderer/dist' 2024-04-26 17:55:23,209 root WARNING warning: no previously-included files matching '__pycache__' found anywhere in distribution 2024-04-26 17:55:23,210 root WARNING warning: no previously-included files matching '*.py[cod]' found anywhere in distribution 2024-04-26 17:55:23,211 root WARNING warning: no previously-included files matching 'dist' found anywhere in distribution 2024-04-26 17:55:23,212 root INFO adding license file 'LICENSE' 2024-04-26 17:55:23,216 root INFO writing manifest file 'pyinstrument.egg-info/SOURCES.txt' 2024-04-26 17:55:23,221 root INFO copying pyinstrument/py.typed -> build/lib.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,222 root INFO copying pyinstrument/low_level/stat_profile.c -> build/lib.linux-riscv64-cpython-312/pyinstrument/low_level 2024-04-26 17:55:23,224 root INFO copying pyinstrument/low_level/stat_profile.pyi -> build/lib.linux-riscv64-cpython-312/pyinstrument/low_level 2024-04-26 17:55:23,224 root INFO creating build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/html_resources 2024-04-26 17:55:23,225 root INFO copying pyinstrument/renderers/html_resources/app.css -> build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/html_resources 2024-04-26 17:55:23,226 root INFO copying pyinstrument/renderers/html_resources/app.js -> build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/html_resources 2024-04-26 17:55:23,230 root INFO running build_ext 2024-04-26 17:55:23,237 root INFO building 'pyinstrument.low_level.stat_profile' extension 2024-04-26 17:55:23,238 root INFO creating build/temp.linux-riscv64-cpython-312 2024-04-26 17:55:23,238 root INFO creating build/temp.linux-riscv64-cpython-312/pyinstrument 2024-04-26 17:55:23,239 root INFO creating build/temp.linux-riscv64-cpython-312/pyinstrument/low_level 2024-04-26 17:55:23,239 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c pyinstrument/low_level/stat_profile.c -o build/temp.linux-riscv64-cpython-312/pyinstrument/low_level/stat_profile.o 2024-04-26 17:55:24,384 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-312/pyinstrument/low_level/stat_profile.o -L/usr/lib -o build/lib.linux-riscv64-cpython-312/pyinstrument/low_level/stat_profile.cpython-312-riscv64-linux-musl.so 2024-04-26 17:55:24,445 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-04-26 17:55:24,446 root INFO running install 2024-04-26 17:55:24,490 root INFO running install_lib 2024-04-26 17:55:24,498 root INFO creating build/bdist.linux-riscv64 2024-04-26 17:55:24,499 root INFO creating build/bdist.linux-riscv64/wheel 2024-04-26 17:55:24,499 root INFO creating build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,500 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/frame_info.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,501 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/session.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,502 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/__main__.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,502 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/frame.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,504 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/util.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,505 root INFO creating build/bdist.linux-riscv64/wheel/pyinstrument/low_level 2024-04-26 17:55:24,505 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/low_level/stat_profile.pyi -> build/bdist.linux-riscv64/wheel/pyinstrument/low_level 2024-04-26 17:55:24,506 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/low_level/stat_profile.c -> build/bdist.linux-riscv64/wheel/pyinstrument/low_level 2024-04-26 17:55:24,507 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/low_level/stat_profile_python.py -> build/bdist.linux-riscv64/wheel/pyinstrument/low_level 2024-04-26 17:55:24,508 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/low_level/stat_profile.cpython-312-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/pyinstrument/low_level 2024-04-26 17:55:24,509 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/py.typed -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,510 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/middleware.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,511 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/processors.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,512 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/frame_ops.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,513 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/__init__.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,514 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/profiler.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,515 root INFO creating build/bdist.linux-riscv64/wheel/pyinstrument/vendor 2024-04-26 17:55:24,515 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/vendor/decorator.py -> build/bdist.linux-riscv64/wheel/pyinstrument/vendor 2024-04-26 17:55:24,516 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/vendor/appdirs.py -> build/bdist.linux-riscv64/wheel/pyinstrument/vendor 2024-04-26 17:55:24,518 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/vendor/keypath.py -> build/bdist.linux-riscv64/wheel/pyinstrument/vendor 2024-04-26 17:55:24,519 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/vendor/__init__.py -> build/bdist.linux-riscv64/wheel/pyinstrument/vendor 2024-04-26 17:55:24,519 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/stack_sampler.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,520 root INFO creating build/bdist.linux-riscv64/wheel/pyinstrument/renderers 2024-04-26 17:55:24,521 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/pstatsrenderer.py -> build/bdist.linux-riscv64/wheel/pyinstrument/renderers 2024-04-26 17:55:24,522 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/session.py -> build/bdist.linux-riscv64/wheel/pyinstrument/renderers 2024-04-26 17:55:24,523 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/console.py -> build/bdist.linux-riscv64/wheel/pyinstrument/renderers 2024-04-26 17:55:24,524 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/jsonrenderer.py -> build/bdist.linux-riscv64/wheel/pyinstrument/renderers 2024-04-26 17:55:24,525 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/html.py -> build/bdist.linux-riscv64/wheel/pyinstrument/renderers 2024-04-26 17:55:24,526 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/__init__.py -> build/bdist.linux-riscv64/wheel/pyinstrument/renderers 2024-04-26 17:55:24,526 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/speedscope.py -> build/bdist.linux-riscv64/wheel/pyinstrument/renderers 2024-04-26 17:55:24,527 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/base.py -> build/bdist.linux-riscv64/wheel/pyinstrument/renderers 2024-04-26 17:55:24,528 root INFO creating build/bdist.linux-riscv64/wheel/pyinstrument/renderers/html_resources 2024-04-26 17:55:24,529 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/html_resources/app.js -> build/bdist.linux-riscv64/wheel/pyinstrument/renderers/html_resources 2024-04-26 17:55:24,530 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/renderers/html_resources/app.css -> build/bdist.linux-riscv64/wheel/pyinstrument/renderers/html_resources 2024-04-26 17:55:24,531 root INFO creating build/bdist.linux-riscv64/wheel/pyinstrument/magic 2024-04-26 17:55:24,532 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/magic/_utils.py -> build/bdist.linux-riscv64/wheel/pyinstrument/magic 2024-04-26 17:55:24,533 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/magic/magic.py -> build/bdist.linux-riscv64/wheel/pyinstrument/magic 2024-04-26 17:55:24,534 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/magic/__init__.py -> build/bdist.linux-riscv64/wheel/pyinstrument/magic 2024-04-26 17:55:24,535 root INFO copying build/lib.linux-riscv64-cpython-312/pyinstrument/typing.py -> build/bdist.linux-riscv64/wheel/pyinstrument 2024-04-26 17:55:24,535 root INFO running install_egg_info 2024-04-26 17:55:24,545 root INFO Copying pyinstrument.egg-info to build/bdist.linux-riscv64/wheel/pyinstrument-4.6.2-py3.12.egg-info 2024-04-26 17:55:24,550 root INFO running install_scripts 2024-04-26 17:55:24,576 wheel INFO creating build/bdist.linux-riscv64/wheel/pyinstrument-4.6.2.dist-info/WHEEL 2024-04-26 17:55:24,578 wheel INFO creating '/home/buildozer/aports/testing/py3-pyinstrument/src/pyinstrument-4.6.2/.dist/.tmp-hm1sp7y8/pyinstrument-4.6.2-cp312-cp312-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-04-26 17:55:24,579 wheel INFO adding 'pyinstrument/__init__.py' 2024-04-26 17:55:24,581 wheel INFO adding 'pyinstrument/__main__.py' 2024-04-26 17:55:24,582 wheel INFO adding 'pyinstrument/frame.py' 2024-04-26 17:55:24,584 wheel INFO adding 'pyinstrument/frame_info.py' 2024-04-26 17:55:24,585 wheel INFO adding 'pyinstrument/frame_ops.py' 2024-04-26 17:55:24,586 wheel INFO adding 'pyinstrument/middleware.py' 2024-04-26 17:55:24,587 wheel INFO adding 'pyinstrument/processors.py' 2024-04-26 17:55:24,588 wheel INFO adding 'pyinstrument/profiler.py' 2024-04-26 17:55:24,589 wheel INFO adding 'pyinstrument/py.typed' 2024-04-26 17:55:24,590 wheel INFO adding 'pyinstrument/session.py' 2024-04-26 17:55:24,591 wheel INFO adding 'pyinstrument/stack_sampler.py' 2024-04-26 17:55:24,593 wheel INFO adding 'pyinstrument/typing.py' 2024-04-26 17:55:24,594 wheel INFO adding 'pyinstrument/util.py' 2024-04-26 17:55:24,595 wheel INFO adding 'pyinstrument/low_level/stat_profile.c' 2024-04-26 17:55:24,597 wheel INFO adding 'pyinstrument/low_level/stat_profile.cpython-312-riscv64-linux-musl.so' 2024-04-26 17:55:24,599 wheel INFO adding 'pyinstrument/low_level/stat_profile.pyi' 2024-04-26 17:55:24,600 wheel INFO adding 'pyinstrument/low_level/stat_profile_python.py' 2024-04-26 17:55:24,601 wheel INFO adding 'pyinstrument/magic/__init__.py' 2024-04-26 17:55:24,602 wheel INFO adding 'pyinstrument/magic/_utils.py' 2024-04-26 17:55:24,603 wheel INFO adding 'pyinstrument/magic/magic.py' 2024-04-26 17:55:24,604 wheel INFO adding 'pyinstrument/renderers/__init__.py' 2024-04-26 17:55:24,605 wheel INFO adding 'pyinstrument/renderers/base.py' 2024-04-26 17:55:24,606 wheel INFO adding 'pyinstrument/renderers/console.py' 2024-04-26 17:55:24,607 wheel INFO adding 'pyinstrument/renderers/html.py' 2024-04-26 17:55:24,608 wheel INFO adding 'pyinstrument/renderers/jsonrenderer.py' 2024-04-26 17:55:24,609 wheel INFO adding 'pyinstrument/renderers/pstatsrenderer.py' 2024-04-26 17:55:24,610 wheel INFO adding 'pyinstrument/renderers/session.py' 2024-04-26 17:55:24,610 wheel INFO adding 'pyinstrument/renderers/speedscope.py' 2024-04-26 17:55:24,612 wheel INFO adding 'pyinstrument/renderers/html_resources/app.css' 2024-04-26 17:55:24,613 wheel INFO adding 'pyinstrument/renderers/html_resources/app.js' 2024-04-26 17:55:24,615 wheel INFO adding 'pyinstrument/vendor/__init__.py' 2024-04-26 17:55:24,616 wheel INFO adding 'pyinstrument/vendor/appdirs.py' 2024-04-26 17:55:24,618 wheel INFO adding 'pyinstrument/vendor/decorator.py' 2024-04-26 17:55:24,619 wheel INFO adding 'pyinstrument/vendor/keypath.py' 2024-04-26 17:55:24,621 wheel INFO adding 'pyinstrument-4.6.2.dist-info/LICENSE' 2024-04-26 17:55:24,622 wheel INFO adding 'pyinstrument-4.6.2.dist-info/METADATA' 2024-04-26 17:55:24,623 wheel INFO adding 'pyinstrument-4.6.2.dist-info/WHEEL' 2024-04-26 17:55:24,623 wheel INFO adding 'pyinstrument-4.6.2.dist-info/entry_points.txt' 2024-04-26 17:55:24,624 wheel INFO adding 'pyinstrument-4.6.2.dist-info/top_level.txt' 2024-04-26 17:55:24,625 wheel INFO adding 'pyinstrument-4.6.2.dist-info/RECORD' 2024-04-26 17:55:24,626 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-04-26 17:55:24,633 gpep517 INFO The backend produced .dist/pyinstrument-4.6.2-cp312-cp312-linux_riscv64.whl pyinstrument-4.6.2-cp312-cp312-linux_riscv64.whl >>> py3-pyinstrument: Entering fakeroot... >>> py3-pyinstrument-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-pyinstrument/pkg/py3-pyinstrument/usr/lib/python3.12/site-packages/pyinstrument/__pycache__' -> '/home/buildozer/aports/testing/py3-pyinstrument/pkg/py3-pyinstrument-pyc/usr/lib/python3.12/site-packages/pyinstrument/__pycache__' '/home/buildozer/aports/testing/py3-pyinstrument/pkg/py3-pyinstrument/usr/lib/python3.12/site-packages/pyinstrument/low_level/__pycache__' -> '/home/buildozer/aports/testing/py3-pyinstrument/pkg/py3-pyinstrument-pyc/usr/lib/python3.12/site-packages/pyinstrument/low_level/__pycache__' '/home/buildozer/aports/testing/py3-pyinstrument/pkg/py3-pyinstrument/usr/lib/python3.12/site-packages/pyinstrument/vendor/__pycache__' -> '/home/buildozer/aports/testing/py3-pyinstrument/pkg/py3-pyinstrument-pyc/usr/lib/python3.12/site-packages/pyinstrument/vendor/__pycache__' '/home/buildozer/aports/testing/py3-pyinstrument/pkg/py3-pyinstrument/usr/lib/python3.12/site-packages/pyinstrument/renderers/__pycache__' -> '/home/buildozer/aports/testing/py3-pyinstrument/pkg/py3-pyinstrument-pyc/usr/lib/python3.12/site-packages/pyinstrument/renderers/__pycache__' '/home/buildozer/aports/testing/py3-pyinstrument/pkg/py3-pyinstrument/usr/lib/python3.12/site-packages/pyinstrument/magic/__pycache__' -> '/home/buildozer/aports/testing/py3-pyinstrument/pkg/py3-pyinstrument-pyc/usr/lib/python3.12/site-packages/pyinstrument/magic/__pycache__' >>> py3-pyinstrument-pyc*: Preparing subpackage py3-pyinstrument-pyc... >>> py3-pyinstrument-pyc*: Running postcheck for py3-pyinstrument-pyc >>> py3-pyinstrument*: Running postcheck for py3-pyinstrument >>> py3-pyinstrument*: Preparing package py3-pyinstrument... >>> py3-pyinstrument*: Stripping binaries >>> py3-pyinstrument-pyc*: Scanning shared objects >>> py3-pyinstrument*: Scanning shared objects >>> py3-pyinstrument-pyc*: Tracing dependencies... python3~3.12 >>> py3-pyinstrument-pyc*: Package size: 324.0 KB >>> py3-pyinstrument-pyc*: Compressing data... >>> py3-pyinstrument-pyc*: Create checksum... >>> py3-pyinstrument-pyc*: Create py3-pyinstrument-pyc-4.6.2-r1.apk >>> py3-pyinstrument*: Tracing dependencies... python3~3.12 so:libc.musl-riscv64.so.1 >>> py3-pyinstrument*: Package size: 388.0 KB >>> py3-pyinstrument*: Compressing data... >>> py3-pyinstrument*: Create checksum... >>> py3-pyinstrument*: Create py3-pyinstrument-4.6.2-r1.apk >>> py3-pyinstrument: Build complete at Fri, 26 Apr 2024 17:55:26 +0000 elapsed time 0h 0m 14s >>> py3-pyinstrument: Cleaning up srcdir >>> py3-pyinstrument: Cleaning up pkgdir >>> py3-pyinstrument: Uninstalling dependencies... (1/26) Purging .makedepends-py3-pyinstrument (20240426.175516) (2/26) Purging py3-gpep517-pyc (15-r2) (3/26) Purging py3-gpep517 (15-r2) (4/26) Purging py3-installer-pyc (0.7.0-r2) (5/26) Purging py3-installer (0.7.0-r2) (6/26) Purging py3-setuptools-pyc (69.5.1-r0) (7/26) Purging py3-setuptools (69.5.1-r0) (8/26) Purging py3-wheel-pyc (0.42.0-r1) (9/26) Purging py3-wheel (0.42.0-r1) (10/26) Purging py3-packaging-pyc (24.0-r1) (11/26) Purging py3-packaging (24.0-r1) (12/26) Purging py3-parsing-pyc (3.1.2-r1) (13/26) Purging py3-parsing (3.1.2-r1) (14/26) Purging python3-dev (3.12.3-r1) (15/26) Purging python3-pyc (3.12.3-r1) (16/26) Purging python3-pycache-pyc0 (3.12.3-r1) (17/26) Purging pyc (3.12.3-r1) (18/26) Purging python3 (3.12.3-r1) (19/26) Purging gdbm (1.23-r1) (20/26) Purging libbz2 (1.0.8-r6) (21/26) Purging libffi (3.4.6-r0) (22/26) Purging libpanelw (6.4_p20240330-r0) (23/26) Purging mpdecimal (4.0.0-r0) (24/26) Purging readline (8.2.10-r0) (25/26) Purging sqlite-libs (3.45.3-r0) (26/26) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r26.trigger OK: 227 MiB in 102 packages >>> py3-pyinstrument: Updating the testing/riscv64 repository index... >>> py3-pyinstrument: Signing the index...