>>> py3-preshed: Building community/py3-preshed 3.0.9-r2 (using abuild 3.15.0_rc3-r1) started Sat, 26 Apr 2025 23:52:51 +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/37) Installing libbz2 (1.0.8-r6) (2/37) Installing gdbm (1.24-r0) (3/37) Installing mpdecimal (4.0.0-r0) (4/37) Installing libpanelw (6.5_p20250412-r0) (5/37) Installing sqlite-libs (3.49.1-r0) (6/37) Installing python3 (3.12.10-r0) (7/37) Installing python3-pycache-pyc0 (3.12.10-r0) (8/37) Installing pyc (3.12.10-r0) (9/37) Installing py3-cymem-pyc (2.0.10-r0) (10/37) Installing python3-pyc (3.12.10-r0) (11/37) Installing py3-cymem (2.0.10-r0) (12/37) Installing py3-murmurhash (1.0.11-r0) (13/37) Installing py3-murmurhash-pyc (1.0.11-r0) (14/37) Installing cython (3.0.12-r0) (15/37) Installing cython-pyc (3.0.12-r0) (16/37) Installing py3-installer (0.7.0-r2) (17/37) Installing py3-installer-pyc (0.7.0-r2) (18/37) Installing py3-gpep517 (16-r0) (19/37) Installing py3-gpep517-pyc (16-r0) (20/37) Installing py3-parsing (3.2.0-r0) (21/37) Installing py3-parsing-pyc (3.2.0-r0) (22/37) Installing py3-packaging (24.2-r0) (23/37) Installing py3-packaging-pyc (24.2-r0) (24/37) Installing py3-setuptools (77.0.3-r0) (25/37) Installing py3-setuptools-pyc (77.0.3-r0) (26/37) Installing py3-wheel (0.43.0-r0) (27/37) Installing py3-wheel-pyc (0.43.0-r0) (28/37) Installing python3-dev (3.12.10-r0) (29/37) Installing py3-iniconfig (2.1.0-r0) (30/37) Installing py3-iniconfig-pyc (2.1.0-r0) (31/37) Installing py3-pluggy (1.5.0-r0) (32/37) Installing py3-pluggy-pyc (1.5.0-r0) (33/37) Installing py3-py (1.11.0-r4) (34/37) Installing py3-py-pyc (1.11.0-r4) (35/37) Installing py3-pytest (8.3.5-r0) (36/37) Installing py3-pytest-pyc (8.3.5-r0) (37/37) Installing .makedepends-py3-preshed (20250426.235315) Executing busybox-1.37.0-r16.trigger OK: 699 MiB in 146 packages >>> py3-preshed: Cleaning up srcdir >>> py3-preshed: Cleaning up pkgdir >>> py3-preshed: Cleaning up tmpdir >>> py3-preshed: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/preshed-3.0.9.tar.gz >>> py3-preshed: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/preshed-3.0.9.tar.gz >>> py3-preshed: Checking sha512sums... preshed-3.0.9.tar.gz: OK >>> py3-preshed: Unpacking /var/cache/distfiles/v3.22/preshed-3.0.9.tar.gz... 2025-04-26 23:53:16,850 gpep517 INFO Building wheel via backend setuptools.build_meta performance hint: preshed/bloom.pyx:106:5: 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.pxd:34:9: No exception value declared for 'map_get' 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/maps.pyx:145:5: 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:42:9: No exception value declared for 'map_clear' 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/maps.pxd:28:9: No exception value declared for 'map_bulk_get' 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/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:760: 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-04-26 23:53:18,192 root INFO running bdist_wheel 2025-04-26 23:53:18,205 root INFO running build 2025-04-26 23:53:18,205 root INFO running build_py 2025-04-26 23:53:18,210 root INFO creating build/lib.linux-armv8l-cpython-312/preshed 2025-04-26 23:53:18,211 root INFO copying preshed/__init__.py -> build/lib.linux-armv8l-cpython-312/preshed 2025-04-26 23:53:18,211 root INFO copying preshed/about.py -> build/lib.linux-armv8l-cpython-312/preshed 2025-04-26 23:53:18,212 root INFO creating build/lib.linux-armv8l-cpython-312/preshed/tests 2025-04-26 23:53:18,212 root INFO copying preshed/tests/__init__.py -> build/lib.linux-armv8l-cpython-312/preshed/tests 2025-04-26 23:53:18,212 root INFO copying preshed/tests/test_hashing.py -> build/lib.linux-armv8l-cpython-312/preshed/tests 2025-04-26 23:53:18,212 root INFO copying preshed/tests/test_pop.py -> build/lib.linux-armv8l-cpython-312/preshed/tests 2025-04-26 23:53:18,213 root INFO copying preshed/tests/test_bloom.py -> build/lib.linux-armv8l-cpython-312/preshed/tests 2025-04-26 23:53:18,213 root INFO copying preshed/tests/test_counter.py -> build/lib.linux-armv8l-cpython-312/preshed/tests 2025-04-26 23:53:18,214 root INFO copying preshed/maps.pyx -> build/lib.linux-armv8l-cpython-312/preshed 2025-04-26 23:53:18,215 root INFO copying preshed/bloom.pyx -> build/lib.linux-armv8l-cpython-312/preshed 2025-04-26 23:53:18,215 root INFO copying preshed/counter.pyx -> build/lib.linux-armv8l-cpython-312/preshed 2025-04-26 23:53:18,216 root INFO copying preshed/maps.pxd -> build/lib.linux-armv8l-cpython-312/preshed 2025-04-26 23:53:18,216 root INFO copying preshed/__init__.pxd -> build/lib.linux-armv8l-cpython-312/preshed 2025-04-26 23:53:18,216 root INFO copying preshed/counter.pxd -> build/lib.linux-armv8l-cpython-312/preshed 2025-04-26 23:53:18,216 root INFO copying preshed/bloom.pxd -> build/lib.linux-armv8l-cpython-312/preshed 2025-04-26 23:53:18,217 root INFO running build_ext 2025-04-26 23:53:18,220 root INFO building 'preshed.maps' extension 2025-04-26 23:53:18,220 root INFO creating build/temp.linux-armv8l-cpython-312/preshed 2025-04-26 23:53:18,221 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c preshed/maps.cpp -o build/temp.linux-armv8l-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-04-26 23:53:23,002 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -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_ENABLE_HARDENED_MODE=1 build/temp.linux-armv8l-cpython-312/preshed/maps.o -L/usr/lib -o build/lib.linux-armv8l-cpython-312/preshed/maps.cpython-312-arm-linux-musleabihf.so 2025-04-26 23:53:23,022 root INFO building 'preshed.counter' extension 2025-04-26 23:53:23,023 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c preshed/counter.cpp -o build/temp.linux-armv8l-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-04-26 23:53:28,491 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -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_ENABLE_HARDENED_MODE=1 build/temp.linux-armv8l-cpython-312/preshed/counter.o -L/usr/lib -o build/lib.linux-armv8l-cpython-312/preshed/counter.cpython-312-arm-linux-musleabihf.so 2025-04-26 23:53:28,518 root INFO building 'preshed.bloom' extension 2025-04-26 23:53:28,519 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c preshed/bloom.cpp -o build/temp.linux-armv8l-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-04-26 23:53:33,066 root INFO c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -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_ENABLE_HARDENED_MODE=1 build/temp.linux-armv8l-cpython-312/preshed/bloom.o -L/usr/lib -o build/lib.linux-armv8l-cpython-312/preshed/bloom.cpython-312-arm-linux-musleabihf.so 2025-04-26 23:53:33,092 root INFO installing to build/bdist.linux-armv8l/wheel 2025-04-26 23:53:33,092 root INFO running install 2025-04-26 23:53:33,104 root INFO running install_lib 2025-04-26 23:53:33,108 root INFO creating build/bdist.linux-armv8l/wheel 2025-04-26 23:53:33,108 root INFO creating build/bdist.linux-armv8l/wheel/preshed 2025-04-26 23:53:33,108 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/__init__.py -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,109 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/maps.cpython-312-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,109 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/maps.pxd -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,109 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/about.py -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,110 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/maps.pyx -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,110 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/bloom.cpython-312-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,110 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/bloom.pyx -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,111 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/__init__.pxd -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,111 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/counter.pxd -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,111 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/counter.cpython-312-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,112 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/counter.pyx -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,112 root INFO creating build/bdist.linux-armv8l/wheel/preshed/tests 2025-04-26 23:53:33,112 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/tests/__init__.py -> build/bdist.linux-armv8l/wheel/./preshed/tests 2025-04-26 23:53:33,113 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/tests/test_hashing.py -> build/bdist.linux-armv8l/wheel/./preshed/tests 2025-04-26 23:53:33,113 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/tests/test_pop.py -> build/bdist.linux-armv8l/wheel/./preshed/tests 2025-04-26 23:53:33,113 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/tests/test_bloom.py -> build/bdist.linux-armv8l/wheel/./preshed/tests 2025-04-26 23:53:33,113 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/tests/test_counter.py -> build/bdist.linux-armv8l/wheel/./preshed/tests 2025-04-26 23:53:33,113 root INFO copying build/lib.linux-armv8l-cpython-312/preshed/bloom.pxd -> build/bdist.linux-armv8l/wheel/./preshed 2025-04-26 23:53:33,114 root INFO running install_egg_info 2025-04-26 23:53:33,119 root INFO running egg_info 2025-04-26 23:53:33,122 root INFO creating preshed.egg-info 2025-04-26 23:53:33,122 root INFO writing preshed.egg-info/PKG-INFO 2025-04-26 23:53:33,123 root INFO writing dependency_links to preshed.egg-info/dependency_links.txt 2025-04-26 23:53:33,123 root INFO writing requirements to preshed.egg-info/requires.txt 2025-04-26 23:53:33,123 root INFO writing top-level names to preshed.egg-info/top_level.txt 2025-04-26 23:53:33,123 root INFO writing manifest file 'preshed.egg-info/SOURCES.txt' 2025-04-26 23:53:33,128 root INFO reading manifest file 'preshed.egg-info/SOURCES.txt' 2025-04-26 23:53:33,129 root INFO reading manifest template 'MANIFEST.in' 2025-04-26 23:53:33,130 root INFO adding license file 'LICENSE' 2025-04-26 23:53:33,131 root INFO writing manifest file 'preshed.egg-info/SOURCES.txt' 2025-04-26 23:53:33,131 root INFO Copying preshed.egg-info to build/bdist.linux-armv8l/wheel/./preshed-3.0.9-py3.12.egg-info 2025-04-26 23:53:33,132 root INFO running install_scripts 2025-04-26 23:53:33,140 root INFO creating build/bdist.linux-armv8l/wheel/preshed-3.0.9.dist-info/WHEEL 2025-04-26 23:53:33,141 wheel INFO creating '/home/buildozer/aports/community/py3-preshed/src/preshed-3.0.9/.dist/.tmp-yudys7l1/preshed-3.0.9-cp312-cp312-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2025-04-26 23:53:33,141 wheel INFO adding 'preshed/__init__.pxd' 2025-04-26 23:53:33,141 wheel INFO adding 'preshed/__init__.py' 2025-04-26 23:53:33,141 wheel INFO adding 'preshed/about.py' 2025-04-26 23:53:33,142 wheel INFO adding 'preshed/bloom.cpython-312-arm-linux-musleabihf.so' 2025-04-26 23:53:33,143 wheel INFO adding 'preshed/bloom.pxd' 2025-04-26 23:53:33,143 wheel INFO adding 'preshed/bloom.pyx' 2025-04-26 23:53:33,143 wheel INFO adding 'preshed/counter.cpython-312-arm-linux-musleabihf.so' 2025-04-26 23:53:33,144 wheel INFO adding 'preshed/counter.pxd' 2025-04-26 23:53:33,145 wheel INFO adding 'preshed/counter.pyx' 2025-04-26 23:53:33,145 wheel INFO adding 'preshed/maps.cpython-312-arm-linux-musleabihf.so' 2025-04-26 23:53:33,146 wheel INFO adding 'preshed/maps.pxd' 2025-04-26 23:53:33,146 wheel INFO adding 'preshed/maps.pyx' 2025-04-26 23:53:33,146 wheel INFO adding 'preshed/tests/__init__.py' 2025-04-26 23:53:33,147 wheel INFO adding 'preshed/tests/test_bloom.py' 2025-04-26 23:53:33,147 wheel INFO adding 'preshed/tests/test_counter.py' 2025-04-26 23:53:33,147 wheel INFO adding 'preshed/tests/test_hashing.py' 2025-04-26 23:53:33,147 wheel INFO adding 'preshed/tests/test_pop.py' 2025-04-26 23:53:33,147 wheel INFO adding 'preshed-3.0.9.dist-info/licenses/LICENSE' 2025-04-26 23:53:33,148 wheel INFO adding 'preshed-3.0.9.dist-info/METADATA' 2025-04-26 23:53:33,148 wheel INFO adding 'preshed-3.0.9.dist-info/WHEEL' 2025-04-26 23:53:33,148 wheel INFO adding 'preshed-3.0.9.dist-info/top_level.txt' 2025-04-26 23:53:33,148 wheel INFO adding 'preshed-3.0.9.dist-info/RECORD' 2025-04-26 23:53:33,148 root INFO removing build/bdist.linux-armv8l/wheel 2025-04-26 23:53:33,150 gpep517 INFO The backend produced .dist/preshed-3.0.9-cp312-cp312-linux_armv8l.whl preshed-3.0.9-cp312-cp312-linux_armv8l.whl ============================= test session starts ============================== platform linux -- Python 3.12.10, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-preshed/src/preshed-3.0.9 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.10s ============================== >>> 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... libfakeroot internal error: payload not recognized! >>> 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__' 'usr/lib/python3.12/site-packages/preshed/tests/__pycache__' -> '/home/buildozer/aports/community/py3-preshed/pkg/py3-preshed-pyc/usr/lib/python3.12/site-packages/preshed/tests/__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-doc*: Scanning shared objects >>> py3-preshed-pyc*: Scanning shared objects >>> 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.9-r2.apk >>> py3-preshed-pyc*: Tracing dependencies... py3-cymem py3-murmurhash python3~3.12 >>> py3-preshed-pyc*: Package size: 10.8 KB >>> py3-preshed-pyc*: Compressing data... >>> py3-preshed-pyc*: Create checksum... >>> py3-preshed-pyc*: Create py3-preshed-pyc-3.0.9-r2.apk >>> py3-preshed*: Tracing dependencies... py3-cymem py3-murmurhash python3~3.12 so:libc.musl-armhf.so.1 so:libgcc_s.so.1 >>> py3-preshed*: Package size: 353.8 KB >>> py3-preshed*: Compressing data... >>> py3-preshed*: Create checksum... libfakeroot internal error: payload not recognized! >>> py3-preshed*: Create py3-preshed-3.0.9-r2.apk >>> py3-preshed: Build complete at Sat, 26 Apr 2025 23:53:38 +0000 elapsed time 0h 0m 47s >>> py3-preshed: Cleaning up srcdir >>> py3-preshed: Cleaning up pkgdir >>> py3-preshed: Uninstalling dependencies... (1/37) Purging .makedepends-py3-preshed (20250426.235315) (2/37) Purging py3-cymem-pyc (2.0.10-r0) (3/37) Purging py3-cymem (2.0.10-r0) (4/37) Purging py3-murmurhash-pyc (1.0.11-r0) (5/37) Purging py3-murmurhash (1.0.11-r0) (6/37) Purging cython-pyc (3.0.12-r0) (7/37) Purging cython (3.0.12-r0) (8/37) Purging py3-gpep517-pyc (16-r0) (9/37) Purging py3-gpep517 (16-r0) (10/37) Purging py3-installer-pyc (0.7.0-r2) (11/37) Purging py3-installer (0.7.0-r2) (12/37) Purging py3-setuptools-pyc (77.0.3-r0) (13/37) Purging py3-setuptools (77.0.3-r0) (14/37) Purging py3-wheel-pyc (0.43.0-r0) (15/37) Purging py3-wheel (0.43.0-r0) (16/37) Purging python3-dev (3.12.10-r0) (17/37) Purging py3-pytest-pyc (8.3.5-r0) (18/37) Purging py3-pytest (8.3.5-r0) (19/37) Purging py3-iniconfig-pyc (2.1.0-r0) (20/37) Purging py3-iniconfig (2.1.0-r0) (21/37) Purging py3-packaging-pyc (24.2-r0) (22/37) Purging py3-packaging (24.2-r0) (23/37) Purging py3-parsing-pyc (3.2.0-r0) (24/37) Purging py3-parsing (3.2.0-r0) (25/37) Purging py3-pluggy-pyc (1.5.0-r0) (26/37) Purging py3-pluggy (1.5.0-r0) (27/37) Purging py3-py-pyc (1.11.0-r4) (28/37) Purging py3-py (1.11.0-r4) (29/37) Purging python3-pyc (3.12.10-r0) (30/37) Purging python3-pycache-pyc0 (3.12.10-r0) (31/37) Purging pyc (3.12.10-r0) (32/37) Purging python3 (3.12.10-r0) (33/37) Purging gdbm (1.24-r0) (34/37) Purging libbz2 (1.0.8-r6) (35/37) Purging libpanelw (6.5_p20250412-r0) (36/37) Purging mpdecimal (4.0.0-r0) (37/37) Purging sqlite-libs (3.49.1-r0) Executing busybox-1.37.0-r16.trigger OK: 601 MiB in 109 packages >>> py3-preshed: Updating the community/armhf repository index... >>> py3-preshed: Signing the index...