>>> py3-preshed: Building community/py3-preshed 3.0.12-r0 (using abuild 3.16.0_rc4-r0) started Sun, 30 Nov 2025 21:08:47 +0000 >>> py3-preshed: Validating /home/buildozer/aports/community/py3-preshed/APKBUILD... >>> py3-preshed: Analyzing dependencies... >>> py3-preshed: Installing for build: build-base py3-cymem py3-murmurhash cython py3-gpep517 py3-setuptools py3-wheel python3-dev py3-pytest ( 1/41) Installing libbz2 (1.0.8-r6) ( 2/41) Installing libffi (3.5.2-r0) ( 3/41) Installing gdbm (1.26-r0) ( 4/41) Installing xz-libs (5.8.1-r0) ( 5/41) Installing mpdecimal (4.0.1-r0) ( 6/41) Installing libpanelw (6.5_p20251123-r0) ( 7/41) Installing sqlite-libs (3.51.1-r0) ( 8/41) Installing python3 (3.12.12-r0) ( 9/41) Installing python3-pycache-pyc0 (3.12.12-r0) (10/41) Installing pyc (3.12.12-r0) (11/41) Installing py3-cymem-pyc (2.0.10-r0) (12/41) Installing python3-pyc (3.12.12-r0) (13/41) Installing py3-cymem (2.0.10-r0) (14/41) Installing py3-murmurhash (1.0.11-r0) (15/41) Installing py3-murmurhash-pyc (1.0.11-r0) (16/41) Installing cython (3.1.6-r0) (17/41) Installing cython-pyc (3.1.6-r0) (18/41) Installing py3-installer (0.7.0-r2) (19/41) Installing py3-installer-pyc (0.7.0-r2) (20/41) Installing py3-gpep517 (19-r1) (21/41) Installing py3-gpep517-pyc (19-r1) (22/41) Installing py3-parsing (3.2.3-r0) (23/41) Installing py3-parsing-pyc (3.2.3-r0) (24/41) Installing py3-packaging (25.0-r0) (25/41) Installing py3-packaging-pyc (25.0-r0) (26/41) Installing py3-setuptools (80.9.0-r2) (27/41) Installing py3-setuptools-pyc (80.9.0-r2) (28/41) Installing py3-wheel (0.46.1-r0) (29/41) Installing py3-wheel-pyc (0.46.1-r0) (30/41) Installing python3-dev (3.12.12-r0) (31/41) Installing py3-iniconfig (2.3.0-r0) (32/41) Installing py3-iniconfig-pyc (2.3.0-r0) (33/41) Installing py3-pluggy (1.6.0-r0) (34/41) Installing py3-pluggy-pyc (1.6.0-r0) (35/41) Installing py3-py (1.11.0-r4) (36/41) Installing py3-py-pyc (1.11.0-r4) (37/41) Installing py3-pygments (2.19.2-r0) (38/41) Installing py3-pygments-pyc (2.19.2-r0) (39/41) Installing py3-pytest (8.4.2-r1) (40/41) Installing py3-pytest-pyc (8.4.2-r1) (41/41) Installing .makedepends-py3-preshed (20251130.210850) Executing busybox-1.37.0-r29.trigger OK: 627 MiB in 144 packages >>> py3-preshed: Cleaning up srcdir >>> py3-preshed: Cleaning up pkgdir >>> py3-preshed: Cleaning up tmpdir >>> py3-preshed: Fetching https://distfiles.alpinelinux.org/distfiles/edge/preshed-3.0.12.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-preshed: Fetching preshed-3.0.12.tar.gz::https://github.com/explosion/preshed/archive/refs/tags/release-v3.0.12.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/edge/preshed-3.0.12.tar.gz.part' preshed-3.0.12.tar.g 100% |********************************| 15186 0:00:00 ETA '/var/cache/distfiles/edge/preshed-3.0.12.tar.gz.part' saved /var/cache/distfiles/edge/preshed-3.0.12.tar.gz: OK >>> py3-preshed: Fetching https://distfiles.alpinelinux.org/distfiles/edge/preshed-3.0.12.tar.gz /var/cache/distfiles/edge/preshed-3.0.12.tar.gz: OK >>> py3-preshed: Unpacking /var/cache/distfiles/edge/preshed-3.0.12.tar.gz... 2025-11-30 21:08:57,868 gpep517 INFO Building wheel via backend setuptools.build_meta performance hint: preshed/bloom.pyx:106:0: Exception check on 'bloom_add' will always require the GIL to be acquired. Possible solutions: 1. Declare 'bloom_add' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'bloom_add' to allow an error code to be returned. performance hint: preshed/bloom.pxd:23:24: No exception value declared for 'bloom_contains' in pxd file. Users cimporting this function and calling it without the gil will always require an exception check. Suggest adding an explicit exception value. performance hint: preshed/bloom.pyx:110:15: Exception check after calling 'hash128_x86' will always require the GIL to be acquired. Possible solutions: 1. Declare 'hash128_x86' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'hash128_x86' to allow an error code to be returned. performance hint: preshed/bloom.pyx:120:15: Exception check after calling 'hash128_x86' will always require the GIL to be acquired. Possible solutions: 1. Declare 'hash128_x86' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'hash128_x86' to allow an error code to be returned. performance hint: preshed/maps.pyx:145:0: Exception check on 'map_get_unless_missing' will always require the GIL to be acquired. Declare 'map_get_unless_missing' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. performance hint: preshed/maps.pxd:40:18: No exception value declared for 'map_iter' in pxd file. Users cimporting this function and calling it without the gil will always require an exception check. Suggest adding an explicit exception value. Compiling preshed/maps.pyx because it changed. Compiling preshed/counter.pyx because it changed. Compiling preshed/bloom.pyx because it changed. [1/3] Cythonizing preshed/bloom.pyx [2/3] Cythonizing preshed/counter.pyx [3/3] Cythonizing preshed/maps.pyx /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-11-30 21:09:03,303 root INFO running bdist_wheel 2025-11-30 21:09:03,376 root INFO running build 2025-11-30 21:09:03,376 root INFO running build_py 2025-11-30 21:09:03,400 root INFO creating build/lib.linux-riscv64-cpython-312/preshed 2025-11-30 21:09:03,403 root INFO copying preshed/__init__.py -> build/lib.linux-riscv64-cpython-312/preshed 2025-11-30 21:09:03,404 root INFO copying preshed/about.py -> build/lib.linux-riscv64-cpython-312/preshed 2025-11-30 21:09:03,406 root INFO creating build/lib.linux-riscv64-cpython-312/preshed/tests 2025-11-30 21:09:03,407 root INFO copying preshed/tests/test_bloom.py -> build/lib.linux-riscv64-cpython-312/preshed/tests 2025-11-30 21:09:03,409 root INFO copying preshed/tests/__init__.py -> build/lib.linux-riscv64-cpython-312/preshed/tests 2025-11-30 21:09:03,410 root INFO copying preshed/tests/test_pop.py -> build/lib.linux-riscv64-cpython-312/preshed/tests 2025-11-30 21:09:03,412 root INFO copying preshed/tests/test_hashing.py -> build/lib.linux-riscv64-cpython-312/preshed/tests 2025-11-30 21:09:03,413 root INFO copying preshed/tests/test_counter.py -> build/lib.linux-riscv64-cpython-312/preshed/tests 2025-11-30 21:09:03,419 root INFO copying preshed/maps.pyx -> build/lib.linux-riscv64-cpython-312/preshed 2025-11-30 21:09:03,421 root INFO copying preshed/counter.pyx -> build/lib.linux-riscv64-cpython-312/preshed 2025-11-30 21:09:03,423 root INFO copying preshed/bloom.pyx -> build/lib.linux-riscv64-cpython-312/preshed 2025-11-30 21:09:03,424 root INFO copying preshed/maps.pxd -> build/lib.linux-riscv64-cpython-312/preshed 2025-11-30 21:09:03,426 root INFO copying preshed/__init__.pxd -> build/lib.linux-riscv64-cpython-312/preshed 2025-11-30 21:09:03,427 root INFO copying preshed/counter.pxd -> build/lib.linux-riscv64-cpython-312/preshed 2025-11-30 21:09:03,428 root INFO copying preshed/bloom.pxd -> build/lib.linux-riscv64-cpython-312/preshed 2025-11-30 21:09:03,431 root INFO running build_ext 2025-11-30 21:09:03,442 root INFO building 'preshed.maps' extension 2025-11-30 21:09:03,444 root INFO creating build/temp.linux-riscv64-cpython-312/preshed 2025-11-30 21:09:03,446 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c preshed/maps.cpp -o build/temp.linux-riscv64-cpython-312/preshed/maps.o -O3 -Wno-strict-prototypes -Wno-unused-function cc1plus: warning: command-line option '-Wno-strict-prototypes' is valid for C/ObjC but not for C++ 2025-11-30 21:09:25,633 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST build/temp.linux-riscv64-cpython-312/preshed/maps.o -L/usr/lib -o build/lib.linux-riscv64-cpython-312/preshed/maps.cpython-312-riscv64-linux-musl.so 2025-11-30 21:09:25,756 root INFO building 'preshed.counter' extension 2025-11-30 21:09:25,758 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c preshed/counter.cpp -o build/temp.linux-riscv64-cpython-312/preshed/counter.o -O3 -Wno-strict-prototypes -Wno-unused-function cc1plus: warning: command-line option '-Wno-strict-prototypes' is valid for C/ObjC but not for C++ 2025-11-30 21:09:50,067 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST build/temp.linux-riscv64-cpython-312/preshed/counter.o -L/usr/lib -o build/lib.linux-riscv64-cpython-312/preshed/counter.cpython-312-riscv64-linux-musl.so 2025-11-30 21:09:50,195 root INFO building 'preshed.bloom' extension 2025-11-30 21:09:50,197 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c preshed/bloom.cpp -o build/temp.linux-riscv64-cpython-312/preshed/bloom.o -O3 -Wno-strict-prototypes -Wno-unused-function cc1plus: warning: command-line option '-Wno-strict-prototypes' is valid for C/ObjC but not for C++ 2025-11-30 21:10:14,394 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST build/temp.linux-riscv64-cpython-312/preshed/bloom.o -L/usr/lib -o build/lib.linux-riscv64-cpython-312/preshed/bloom.cpython-312-riscv64-linux-musl.so 2025-11-30 21:10:14,558 root INFO installing to build/bdist.linux-riscv64/wheel 2025-11-30 21:10:14,559 root INFO running install 2025-11-30 21:10:14,626 root INFO running install_lib 2025-11-30 21:10:14,647 root INFO creating build/bdist.linux-riscv64/wheel 2025-11-30 21:10:14,649 root INFO creating build/bdist.linux-riscv64/wheel/preshed 2025-11-30 21:10:14,650 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/maps.pxd -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,651 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/maps.pyx -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,652 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/counter.pyx -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,654 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/__init__.py -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,655 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/counter.cpython-312-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,657 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/about.py -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,658 root INFO creating build/bdist.linux-riscv64/wheel/preshed/tests 2025-11-30 21:10:14,659 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/tests/test_bloom.py -> build/bdist.linux-riscv64/wheel/./preshed/tests 2025-11-30 21:10:14,660 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/tests/__init__.py -> build/bdist.linux-riscv64/wheel/./preshed/tests 2025-11-30 21:10:14,661 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/tests/test_pop.py -> build/bdist.linux-riscv64/wheel/./preshed/tests 2025-11-30 21:10:14,662 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/tests/test_hashing.py -> build/bdist.linux-riscv64/wheel/./preshed/tests 2025-11-30 21:10:14,663 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/tests/test_counter.py -> build/bdist.linux-riscv64/wheel/./preshed/tests 2025-11-30 21:10:14,664 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/__init__.pxd -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,665 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/bloom.cpython-312-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,667 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/bloom.pyx -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,668 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/counter.pxd -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,669 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/maps.cpython-312-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,671 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/bloom.pxd -> build/bdist.linux-riscv64/wheel/./preshed 2025-11-30 21:10:14,672 root INFO running install_egg_info 2025-11-30 21:10:14,695 root INFO running egg_info 2025-11-30 21:10:14,712 root INFO creating preshed.egg-info 2025-11-30 21:10:14,713 root INFO writing preshed.egg-info/PKG-INFO 2025-11-30 21:10:14,716 root INFO writing dependency_links to preshed.egg-info/dependency_links.txt 2025-11-30 21:10:14,717 root INFO writing requirements to preshed.egg-info/requires.txt 2025-11-30 21:10:14,718 root INFO writing top-level names to preshed.egg-info/top_level.txt 2025-11-30 21:10:14,719 root INFO writing manifest file 'preshed.egg-info/SOURCES.txt' 2025-11-30 21:10:14,758 root INFO reading manifest file 'preshed.egg-info/SOURCES.txt' 2025-11-30 21:10:14,760 root INFO reading manifest template 'MANIFEST.in' 2025-11-30 21:10:14,764 root INFO adding license file 'LICENSE' 2025-11-30 21:10:14,769 root INFO writing manifest file 'preshed.egg-info/SOURCES.txt' 2025-11-30 21:10:14,770 root INFO Copying preshed.egg-info to build/bdist.linux-riscv64/wheel/./preshed-3.0.12-py3.12.egg-info 2025-11-30 21:10:14,776 root INFO running install_scripts 2025-11-30 21:10:14,806 root INFO creating build/bdist.linux-riscv64/wheel/preshed-3.0.12.dist-info/WHEEL 2025-11-30 21:10:14,809 wheel INFO creating '/home/buildozer/aports/community/py3-preshed/src/preshed-release-v3.0.12/.dist/.tmp-cbg38sxq/preshed-3.0.12-cp312-cp312-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2025-11-30 21:10:14,811 wheel INFO adding 'preshed/__init__.pxd' 2025-11-30 21:10:14,812 wheel INFO adding 'preshed/__init__.py' 2025-11-30 21:10:14,814 wheel INFO adding 'preshed/about.py' 2025-11-30 21:10:14,816 wheel INFO adding 'preshed/bloom.cpython-312-riscv64-linux-musl.so' 2025-11-30 21:10:14,819 wheel INFO adding 'preshed/bloom.pxd' 2025-11-30 21:10:14,821 wheel INFO adding 'preshed/bloom.pyx' 2025-11-30 21:10:14,823 wheel INFO adding 'preshed/counter.cpython-312-riscv64-linux-musl.so' 2025-11-30 21:10:14,827 wheel INFO adding 'preshed/counter.pxd' 2025-11-30 21:10:14,828 wheel INFO adding 'preshed/counter.pyx' 2025-11-30 21:10:14,830 wheel INFO adding 'preshed/maps.cpython-312-riscv64-linux-musl.so' 2025-11-30 21:10:14,834 wheel INFO adding 'preshed/maps.pxd' 2025-11-30 21:10:14,835 wheel INFO adding 'preshed/maps.pyx' 2025-11-30 21:10:14,837 wheel INFO adding 'preshed/tests/__init__.py' 2025-11-30 21:10:14,838 wheel INFO adding 'preshed/tests/test_bloom.py' 2025-11-30 21:10:14,839 wheel INFO adding 'preshed/tests/test_counter.py' 2025-11-30 21:10:14,840 wheel INFO adding 'preshed/tests/test_hashing.py' 2025-11-30 21:10:14,841 wheel INFO adding 'preshed/tests/test_pop.py' 2025-11-30 21:10:14,843 wheel INFO adding 'preshed-3.0.12.dist-info/licenses/LICENSE' 2025-11-30 21:10:14,844 wheel INFO adding 'preshed-3.0.12.dist-info/METADATA' 2025-11-30 21:10:14,845 wheel INFO adding 'preshed-3.0.12.dist-info/WHEEL' 2025-11-30 21:10:14,846 wheel INFO adding 'preshed-3.0.12.dist-info/top_level.txt' 2025-11-30 21:10:14,847 wheel INFO adding 'preshed-3.0.12.dist-info/RECORD' 2025-11-30 21:10:14,848 root INFO removing build/bdist.linux-riscv64/wheel 2025-11-30 21:10:14,854 gpep517 INFO The backend produced .dist/preshed-3.0.12-cp312-cp312-linux_riscv64.whl preshed-3.0.12-cp312-cp312-linux_riscv64.whl ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-8.4.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/py3-preshed/src/preshed-release-v3.0.12 configfile: pyproject.toml collected 17 items preshed/tests/test_bloom.py ..... [ 29%] preshed/tests/test_counter.py .... [ 52%] preshed/tests/test_hashing.py ....... [ 94%] preshed/tests/test_pop.py . [100%] ============================== 17 passed in 0.52s ============================== >>> py3-preshed: Entering fakeroot... >>> py3-preshed-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/py3-preshed/pkg/py3-preshed-doc/usr/share/doc' >>> py3-preshed-doc*: Preparing subpackage py3-preshed-doc... >>> py3-preshed-doc*: Running postcheck for py3-preshed-doc >>> py3-preshed-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/preshed/__pycache__' -> '/home/buildozer/aports/community/py3-preshed/pkg/py3-preshed-pyc/usr/lib/python3.12/site-packages/preshed/__pycache__' >>> py3-preshed-pyc*: Preparing subpackage py3-preshed-pyc... >>> py3-preshed-pyc*: Running postcheck for py3-preshed-pyc >>> py3-preshed*: Running postcheck for py3-preshed >>> py3-preshed*: Preparing package py3-preshed... >>> py3-preshed*: Stripping binaries >>> py3-preshed*: Scanning shared objects >>> py3-preshed-doc*: Tracing dependencies... >>> py3-preshed-doc*: Package size: 1.0 KB >>> py3-preshed-doc*: Compressing data... >>> py3-preshed-doc*: Create checksum... >>> py3-preshed-doc*: Create py3-preshed-doc-3.0.12-r0.apk >>> py3-preshed-pyc*: Tracing dependencies... python3~3.12 >>> py3-preshed-pyc*: Package size: 637.0 B >>> py3-preshed-pyc*: Compressing data... >>> py3-preshed-pyc*: Create checksum... >>> py3-preshed-pyc*: Create py3-preshed-pyc-3.0.12-r0.apk >>> py3-preshed*: Tracing dependencies... py3-cymem py3-murmurhash python3~3.12 so:libc.musl-riscv64.so.1 >>> py3-preshed*: Package size: 320.4 KB >>> py3-preshed*: Compressing data... >>> py3-preshed*: Create checksum... >>> py3-preshed*: Create py3-preshed-3.0.12-r0.apk >>> py3-preshed: Build complete at Sun, 30 Nov 2025 21:10:20 +0000 elapsed time 0h 1m 33s >>> py3-preshed: Cleaning up srcdir >>> py3-preshed: Cleaning up pkgdir >>> py3-preshed: Uninstalling dependencies... ( 1/41) Purging .makedepends-py3-preshed (20251130.210850) ( 2/41) Purging py3-cymem-pyc (2.0.10-r0) ( 3/41) Purging py3-cymem (2.0.10-r0) ( 4/41) Purging py3-murmurhash-pyc (1.0.11-r0) ( 5/41) Purging py3-murmurhash (1.0.11-r0) ( 6/41) Purging cython-pyc (3.1.6-r0) ( 7/41) Purging cython (3.1.6-r0) ( 8/41) Purging py3-gpep517-pyc (19-r1) ( 9/41) Purging py3-gpep517 (19-r1) (10/41) Purging py3-installer-pyc (0.7.0-r2) (11/41) Purging py3-installer (0.7.0-r2) (12/41) Purging py3-setuptools-pyc (80.9.0-r2) (13/41) Purging py3-setuptools (80.9.0-r2) (14/41) Purging py3-wheel-pyc (0.46.1-r0) (15/41) Purging py3-wheel (0.46.1-r0) (16/41) Purging python3-dev (3.12.12-r0) (17/41) Purging py3-pytest-pyc (8.4.2-r1) (18/41) Purging py3-pytest (8.4.2-r1) (19/41) Purging py3-iniconfig-pyc (2.3.0-r0) (20/41) Purging py3-iniconfig (2.3.0-r0) (21/41) Purging py3-packaging-pyc (25.0-r0) (22/41) Purging py3-packaging (25.0-r0) (23/41) Purging py3-parsing-pyc (3.2.3-r0) (24/41) Purging py3-parsing (3.2.3-r0) (25/41) Purging py3-pluggy-pyc (1.6.0-r0) (26/41) Purging py3-pluggy (1.6.0-r0) (27/41) Purging py3-py-pyc (1.11.0-r4) (28/41) Purging py3-py (1.11.0-r4) (29/41) Purging py3-pygments-pyc (2.19.2-r0) (30/41) Purging py3-pygments (2.19.2-r0) (31/41) Purging python3-pyc (3.12.12-r0) (32/41) Purging python3-pycache-pyc0 (3.12.12-r0) (33/41) Purging pyc (3.12.12-r0) (34/41) Purging python3 (3.12.12-r0) (35/41) Purging gdbm (1.26-r0) (36/41) Purging libbz2 (1.0.8-r6) (37/41) Purging libffi (3.5.2-r0) (38/41) Purging libpanelw (6.5_p20251123-r0) (39/41) Purging mpdecimal (4.0.1-r0) (40/41) Purging sqlite-libs (3.51.1-r0) (41/41) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r29.trigger OK: 361 MiB in 103 packages >>> py3-preshed: Updating the community/riscv64 repository index... >>> py3-preshed: Signing the index...