>>> py3-preshed: Building community/py3-preshed 3.0.9-r2 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 23:44:43 +0000 >>> py3-preshed: Checking sanity of /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/38) Installing libffi (3.4.6-r0) (2/38) Installing gdbm (1.23-r1) (3/38) Installing mpdecimal (4.0.0-r0) (4/38) Installing libpanelw (6.4_p20240330-r0) (5/38) Installing readline (8.2.10-r0) (6/38) Installing sqlite-libs (3.45.2-r0) (7/38) Installing python3 (3.12.3-r0) (8/38) Installing python3-pycache-pyc0 (3.12.3-r0) (9/38) Installing pyc (3.12.3-r0) (10/38) Installing py3-cymem-pyc (2.0.8-r3) (11/38) Installing python3-pyc (3.12.3-r0) (12/38) Installing py3-cymem (2.0.8-r3) (13/38) Installing py3-murmurhash (1.0.10-r3) (14/38) Installing py3-murmurhash-pyc (1.0.10-r3) (15/38) Installing cython (3.0.8-r0) (16/38) Installing cython-pyc (3.0.8-r0) (17/38) Installing py3-installer (0.7.0-r2) (18/38) Installing py3-installer-pyc (0.7.0-r2) (19/38) Installing py3-gpep517 (15-r2) (20/38) Installing py3-gpep517-pyc (15-r2) (21/38) Installing py3-parsing (3.1.2-r1) (22/38) Installing py3-parsing-pyc (3.1.2-r1) (23/38) Installing py3-packaging (24.0-r1) (24/38) Installing py3-packaging-pyc (24.0-r1) (25/38) Installing py3-setuptools (69.2.0-r2) (26/38) Installing py3-setuptools-pyc (69.2.0-r2) (27/38) Installing py3-wheel (0.42.0-r1) (28/38) Installing py3-wheel-pyc (0.42.0-r1) (29/38) Installing python3-dev (3.12.3-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.4.0-r1) (33/38) Installing py3-pluggy-pyc (1.4.0-r1) (34/38) Installing py3-py (1.11.0-r3) (35/38) Installing py3-py-pyc (1.11.0-r3) (36/38) Installing py3-pytest (8.1.1-r1) (37/38) Installing py3-pytest-pyc (8.1.1-r1) (38/38) Installing .makedepends-py3-preshed (20240413.234445) Executing busybox-1.36.1-r25.trigger OK: 512 MiB in 151 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.9.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 14138 100 14138 0 0 96551 0 --:--:-- --:--:-- --:--:-- 97503 >>> py3-preshed: Fetching https://distfiles.alpinelinux.org/distfiles/edge/preshed-3.0.9.tar.gz >>> py3-preshed: Checking sha512sums... preshed-3.0.9.tar.gz: OK >>> py3-preshed: Unpacking /var/cache/distfiles/edge/preshed-3.0.9.tar.gz... 2024-04-13 23:44:47,841 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.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: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. 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 2024-04-13 23:44:49,537 root INFO running bdist_wheel 2024-04-13 23:44:49,552 root INFO running build 2024-04-13 23:44:49,552 root INFO running build_py 2024-04-13 23:44:49,556 root INFO creating build 2024-04-13 23:44:49,556 root INFO creating build/lib.linux-i686-cpython-312 2024-04-13 23:44:49,556 root INFO creating build/lib.linux-i686-cpython-312/preshed 2024-04-13 23:44:49,556 root INFO copying preshed/__init__.py -> build/lib.linux-i686-cpython-312/preshed 2024-04-13 23:44:49,557 root INFO copying preshed/about.py -> build/lib.linux-i686-cpython-312/preshed 2024-04-13 23:44:49,557 root INFO creating build/lib.linux-i686-cpython-312/preshed/tests 2024-04-13 23:44:49,557 root INFO copying preshed/tests/__init__.py -> build/lib.linux-i686-cpython-312/preshed/tests 2024-04-13 23:44:49,558 root INFO copying preshed/tests/test_counter.py -> build/lib.linux-i686-cpython-312/preshed/tests 2024-04-13 23:44:49,558 root INFO copying preshed/tests/test_pop.py -> build/lib.linux-i686-cpython-312/preshed/tests 2024-04-13 23:44:49,558 root INFO copying preshed/tests/test_bloom.py -> build/lib.linux-i686-cpython-312/preshed/tests 2024-04-13 23:44:49,558 root INFO copying preshed/tests/test_hashing.py -> build/lib.linux-i686-cpython-312/preshed/tests 2024-04-13 23:44:49,560 root INFO copying preshed/maps.pyx -> build/lib.linux-i686-cpython-312/preshed 2024-04-13 23:44:49,560 root INFO copying preshed/bloom.pyx -> build/lib.linux-i686-cpython-312/preshed 2024-04-13 23:44:49,560 root INFO copying preshed/counter.pyx -> build/lib.linux-i686-cpython-312/preshed 2024-04-13 23:44:49,561 root INFO copying preshed/__init__.pxd -> build/lib.linux-i686-cpython-312/preshed 2024-04-13 23:44:49,561 root INFO copying preshed/counter.pxd -> build/lib.linux-i686-cpython-312/preshed 2024-04-13 23:44:49,561 root INFO copying preshed/bloom.pxd -> build/lib.linux-i686-cpython-312/preshed 2024-04-13 23:44:49,562 root INFO copying preshed/maps.pxd -> build/lib.linux-i686-cpython-312/preshed 2024-04-13 23:44:49,562 root INFO running build_ext 2024-04-13 23:44:49,564 root INFO building 'preshed.maps' extension 2024-04-13 23:44:49,565 root INFO creating build/temp.linux-i686-cpython-312 2024-04-13 23:44:49,565 root INFO creating build/temp.linux-i686-cpython-312/preshed 2024-04-13 23:44:49,565 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 -I/usr/include/python3.12 -c preshed/maps.cpp -o build/temp.linux-i686-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++ preshed/maps.cpp: In function 'int __pyx_pf_7preshed_4maps_8PreshMap___init__(__pyx_obj_7preshed_4maps_PreshMap*, size_t)': preshed/maps.cpp:3308:34: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] 3308 | __pyx_t_1 = (__pyx_v_power < __pyx_v_initial_size); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ preshed/maps.cpp: In function 'int __pyx_f_7preshed_4maps_map_iter(const __pyx_t_7preshed_4maps_MapStruct*, int*, __pyx_t_7preshed_4maps_key_t*, void**)': preshed/maps.cpp:6820:33: warning: comparison of integer expressions of different signedness: 'int' and 'const __pyx_t_7preshed_4maps_key_t' {aka 'const long long unsigned int'} [-Wsign-compare] 6820 | __pyx_t_1 = ((__pyx_v_i[0]) < __pyx_v_map_->length); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ preshed/maps.cpp:6907:31: warning: comparison of integer expressions of different signedness: 'int' and 'const __pyx_t_7preshed_4maps_key_t' {aka 'const long long unsigned int'} [-Wsign-compare] 6907 | __pyx_t_1 = ((__pyx_v_i[0]) == __pyx_v_map_->length); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ preshed/maps.cpp:6984:31: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 6984 | __pyx_t_1 = ((__pyx_v_i[0]) == (__pyx_v_map_->length + 1)); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-13 23:44:55,746 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-312/preshed/maps.o -L/usr/lib -o build/lib.linux-i686-cpython-312/preshed/maps.cpython-312-i386-linux-musl.so 2024-04-13 23:44:55,785 root INFO building 'preshed.counter' extension 2024-04-13 23:44:55,786 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 -I/usr/include/python3.12 -c preshed/counter.cpp -o build/temp.linux-i686-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++ preshed/counter.cpp: In function 'int __pyx_pw_7preshed_7counter_12GaleSmoother_1__init__(PyObject*, PyObject*, PyObject*)': preshed/counter.cpp:4985:10: warning: '__pyx_v_mb[0]' may be used uninitialized [-Wmaybe-uninitialized] 4985 | double __pyx_v_mb[2]; | ^~~~~~~~~~ preshed/counter.cpp:4985:10: warning: '__pyx_v_mb[1]' may be used uninitialized [-Wmaybe-uninitialized] 2024-04-13 23:45:02,832 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-312/preshed/counter.o -L/usr/lib -o build/lib.linux-i686-cpython-312/preshed/counter.cpython-312-i386-linux-musl.so 2024-04-13 23:45:02,877 root INFO building 'preshed.bloom' extension 2024-04-13 23:45:02,878 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 -I/usr/include/python3.12 -c preshed/bloom.cpp -o build/temp.linux-i686-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++ preshed/bloom.cpp: In function 'PyObject* __Pyx_Import(PyObject*, PyObject*, int)': preshed/bloom.cpp:9185:48: warning: comparing the result of pointer addition '(((const char*)"preshed.bloom") + 7)' and NULL [-Waddress] 9185 | if (strchr(__Pyx_MODULE_NAME, '.') != NULL) { | ^ 2024-04-13 23:45:09,668 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-312/preshed/bloom.o -L/usr/lib -o build/lib.linux-i686-cpython-312/preshed/bloom.cpython-312-i386-linux-musl.so 2024-04-13 23:45:09,727 wheel INFO installing to build/bdist.linux-i686/wheel 2024-04-13 23:45:09,728 root INFO running install 2024-04-13 23:45:09,760 root INFO running install_lib 2024-04-13 23:45:09,767 root INFO creating build/bdist.linux-i686 2024-04-13 23:45:09,767 root INFO creating build/bdist.linux-i686/wheel 2024-04-13 23:45:09,767 root INFO creating build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,768 root INFO creating build/bdist.linux-i686/wheel/preshed/tests 2024-04-13 23:45:09,768 root INFO copying build/lib.linux-i686-cpython-312/preshed/tests/__init__.py -> build/bdist.linux-i686/wheel/preshed/tests 2024-04-13 23:45:09,768 root INFO copying build/lib.linux-i686-cpython-312/preshed/tests/test_counter.py -> build/bdist.linux-i686/wheel/preshed/tests 2024-04-13 23:45:09,769 root INFO copying build/lib.linux-i686-cpython-312/preshed/tests/test_pop.py -> build/bdist.linux-i686/wheel/preshed/tests 2024-04-13 23:45:09,769 root INFO copying build/lib.linux-i686-cpython-312/preshed/tests/test_bloom.py -> build/bdist.linux-i686/wheel/preshed/tests 2024-04-13 23:45:09,770 root INFO copying build/lib.linux-i686-cpython-312/preshed/tests/test_hashing.py -> build/bdist.linux-i686/wheel/preshed/tests 2024-04-13 23:45:09,770 root INFO copying build/lib.linux-i686-cpython-312/preshed/maps.pyx -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,771 root INFO copying build/lib.linux-i686-cpython-312/preshed/__init__.pxd -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,771 root INFO copying build/lib.linux-i686-cpython-312/preshed/counter.pxd -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,772 root INFO copying build/lib.linux-i686-cpython-312/preshed/__init__.py -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,772 root INFO copying build/lib.linux-i686-cpython-312/preshed/bloom.pxd -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,773 root INFO copying build/lib.linux-i686-cpython-312/preshed/about.py -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,773 root INFO copying build/lib.linux-i686-cpython-312/preshed/bloom.cpython-312-i386-linux-musl.so -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,776 root INFO copying build/lib.linux-i686-cpython-312/preshed/maps.pxd -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,777 root INFO copying build/lib.linux-i686-cpython-312/preshed/counter.cpython-312-i386-linux-musl.so -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,778 root INFO copying build/lib.linux-i686-cpython-312/preshed/bloom.pyx -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,779 root INFO copying build/lib.linux-i686-cpython-312/preshed/counter.pyx -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,779 root INFO copying build/lib.linux-i686-cpython-312/preshed/maps.cpython-312-i386-linux-musl.so -> build/bdist.linux-i686/wheel/preshed 2024-04-13 23:45:09,781 root INFO running install_egg_info 2024-04-13 23:45:09,789 root INFO running egg_info 2024-04-13 23:45:09,789 root INFO creating preshed.egg-info 2024-04-13 23:45:09,793 root INFO writing preshed.egg-info/PKG-INFO 2024-04-13 23:45:09,794 root INFO writing dependency_links to preshed.egg-info/dependency_links.txt 2024-04-13 23:45:09,794 root INFO writing requirements to preshed.egg-info/requires.txt 2024-04-13 23:45:09,795 root INFO writing top-level names to preshed.egg-info/top_level.txt 2024-04-13 23:45:09,795 root INFO writing manifest file 'preshed.egg-info/SOURCES.txt' 2024-04-13 23:45:09,801 root INFO reading manifest file 'preshed.egg-info/SOURCES.txt' 2024-04-13 23:45:09,801 root INFO reading manifest template 'MANIFEST.in' 2024-04-13 23:45:09,802 root INFO adding license file 'LICENSE' 2024-04-13 23:45:09,803 root INFO writing manifest file 'preshed.egg-info/SOURCES.txt' 2024-04-13 23:45:09,804 root INFO Copying preshed.egg-info to build/bdist.linux-i686/wheel/preshed-3.0.9-py3.12.egg-info 2024-04-13 23:45:09,806 root INFO running install_scripts 2024-04-13 23:45:09,812 wheel INFO creating build/bdist.linux-i686/wheel/preshed-3.0.9.dist-info/WHEEL 2024-04-13 23:45:09,813 wheel INFO creating '/home/buildozer/aports/community/py3-preshed/src/preshed-3.0.9/.dist/.tmp-et72axmb/preshed-3.0.9-cp312-cp312-linux_i686.whl' and adding 'build/bdist.linux-i686/wheel' to it 2024-04-13 23:45:09,814 wheel INFO adding 'preshed/__init__.pxd' 2024-04-13 23:45:09,814 wheel INFO adding 'preshed/__init__.py' 2024-04-13 23:45:09,815 wheel INFO adding 'preshed/about.py' 2024-04-13 23:45:09,817 wheel INFO adding 'preshed/bloom.cpython-312-i386-linux-musl.so' 2024-04-13 23:45:09,821 wheel INFO adding 'preshed/bloom.pxd' 2024-04-13 23:45:09,821 wheel INFO adding 'preshed/bloom.pyx' 2024-04-13 23:45:09,824 wheel INFO adding 'preshed/counter.cpython-312-i386-linux-musl.so' 2024-04-13 23:45:09,828 wheel INFO adding 'preshed/counter.pxd' 2024-04-13 23:45:09,828 wheel INFO adding 'preshed/counter.pyx' 2024-04-13 23:45:09,830 wheel INFO adding 'preshed/maps.cpython-312-i386-linux-musl.so' 2024-04-13 23:45:09,834 wheel INFO adding 'preshed/maps.pxd' 2024-04-13 23:45:09,835 wheel INFO adding 'preshed/maps.pyx' 2024-04-13 23:45:09,835 wheel INFO adding 'preshed/tests/__init__.py' 2024-04-13 23:45:09,835 wheel INFO adding 'preshed/tests/test_bloom.py' 2024-04-13 23:45:09,836 wheel INFO adding 'preshed/tests/test_counter.py' 2024-04-13 23:45:09,836 wheel INFO adding 'preshed/tests/test_hashing.py' 2024-04-13 23:45:09,837 wheel INFO adding 'preshed/tests/test_pop.py' 2024-04-13 23:45:09,837 wheel INFO adding 'preshed-3.0.9.dist-info/LICENSE' 2024-04-13 23:45:09,837 wheel INFO adding 'preshed-3.0.9.dist-info/METADATA' 2024-04-13 23:45:09,838 wheel INFO adding 'preshed-3.0.9.dist-info/WHEEL' 2024-04-13 23:45:09,838 wheel INFO adding 'preshed-3.0.9.dist-info/top_level.txt' 2024-04-13 23:45:09,838 wheel INFO adding 'preshed-3.0.9.dist-info/RECORD' 2024-04-13 23:45:09,839 wheel INFO removing build/bdist.linux-i686/wheel 2024-04-13 23:45:09,841 gpep517 INFO The backend produced .dist/preshed-3.0.9-cp312-cp312-linux_i686.whl preshed-3.0.9-cp312-cp312-linux_i686.whl ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.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.15s ============================== >>> py3-preshed: Entering fakeroot... >>> py3-preshed-doc*: Running split function 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... '/home/buildozer/aports/community/py3-preshed/pkg/py3-preshed/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__' '/home/buildozer/aports/community/py3-preshed/pkg/py3-preshed/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-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: 24.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: 68.0 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-x86.so.1 so:libgcc_s.so.1 >>> py3-preshed*: Package size: 500.0 KB >>> py3-preshed*: Compressing data... >>> py3-preshed*: Create checksum... >>> py3-preshed*: Create py3-preshed-3.0.9-r2.apk >>> py3-preshed: Build complete at Sat, 13 Apr 2024 23:45:12 +0000 elapsed time 0h 0m 29s >>> py3-preshed: Cleaning up srcdir >>> py3-preshed: Cleaning up pkgdir >>> py3-preshed: Uninstalling dependencies... (1/38) Purging .makedepends-py3-preshed (20240413.234445) (2/38) Purging py3-cymem-pyc (2.0.8-r3) (3/38) Purging py3-cymem (2.0.8-r3) (4/38) Purging py3-murmurhash-pyc (1.0.10-r3) (5/38) Purging py3-murmurhash (1.0.10-r3) (6/38) Purging cython-pyc (3.0.8-r0) (7/38) Purging cython (3.0.8-r0) (8/38) Purging py3-gpep517-pyc (15-r2) (9/38) Purging py3-gpep517 (15-r2) (10/38) Purging py3-installer-pyc (0.7.0-r2) (11/38) Purging py3-installer (0.7.0-r2) (12/38) Purging py3-setuptools-pyc (69.2.0-r2) (13/38) Purging py3-setuptools (69.2.0-r2) (14/38) Purging py3-wheel-pyc (0.42.0-r1) (15/38) Purging py3-wheel (0.42.0-r1) (16/38) Purging python3-dev (3.12.3-r0) (17/38) Purging py3-pytest-pyc (8.1.1-r1) (18/38) Purging py3-pytest (8.1.1-r1) (19/38) Purging py3-iniconfig-pyc (2.0.0-r1) (20/38) Purging py3-iniconfig (2.0.0-r1) (21/38) Purging py3-packaging-pyc (24.0-r1) (22/38) Purging py3-packaging (24.0-r1) (23/38) Purging py3-parsing-pyc (3.1.2-r1) (24/38) Purging py3-parsing (3.1.2-r1) (25/38) Purging py3-pluggy-pyc (1.4.0-r1) (26/38) Purging py3-pluggy (1.4.0-r1) (27/38) Purging py3-py-pyc (1.11.0-r3) (28/38) Purging py3-py (1.11.0-r3) (29/38) Purging python3-pyc (3.12.3-r0) (30/38) Purging python3-pycache-pyc0 (3.12.3-r0) (31/38) Purging pyc (3.12.3-r0) (32/38) Purging python3 (3.12.3-r0) (33/38) Purging gdbm (1.23-r1) (34/38) Purging libffi (3.4.6-r0) (35/38) Purging libpanelw (6.4_p20240330-r0) (36/38) Purging mpdecimal (4.0.0-r0) (37/38) Purging readline (8.2.10-r0) (38/38) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-preshed: Updating the community/x86 repository index... >>> py3-preshed: Signing the index...