>>> py3-preshed: Building community/py3-preshed 3.0.9-r2 (using abuild 3.13.0-r2) started Sat, 20 Apr 2024 20:28:54 +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/40) Installing libbz2 (1.0.8-r6) (2/40) Installing libffi (3.4.6-r0) (3/40) Installing gdbm (1.23-r1) (4/40) Installing xz-libs (5.6.1-r3) (5/40) Installing mpdecimal (4.0.0-r0) (6/40) Installing libpanelw (6.4_p20240330-r0) (7/40) Installing readline (8.2.10-r0) (8/40) Installing sqlite-libs (3.45.3-r0) (9/40) Installing python3 (3.12.3-r1) (10/40) Installing python3-pycache-pyc0 (3.12.3-r1) (11/40) Installing pyc (3.12.3-r1) (12/40) Installing py3-cymem-pyc (2.0.8-r3) (13/40) Installing python3-pyc (3.12.3-r1) (14/40) Installing py3-cymem (2.0.8-r3) (15/40) Installing py3-murmurhash (1.0.10-r3) (16/40) Installing py3-murmurhash-pyc (1.0.10-r3) (17/40) Installing cython (3.0.10-r0) (18/40) Installing cython-pyc (3.0.10-r0) (19/40) Installing py3-installer (0.7.0-r2) (20/40) Installing py3-installer-pyc (0.7.0-r2) (21/40) Installing py3-gpep517 (15-r2) (22/40) Installing py3-gpep517-pyc (15-r2) (23/40) Installing py3-parsing (3.1.2-r1) (24/40) Installing py3-parsing-pyc (3.1.2-r1) (25/40) Installing py3-packaging (24.0-r1) (26/40) Installing py3-packaging-pyc (24.0-r1) (27/40) Installing py3-setuptools (69.5.1-r0) (28/40) Installing py3-setuptools-pyc (69.5.1-r0) (29/40) Installing py3-wheel (0.42.0-r1) (30/40) Installing py3-wheel-pyc (0.42.0-r1) (31/40) Installing python3-dev (3.12.3-r1) (32/40) Installing py3-iniconfig (2.0.0-r1) (33/40) Installing py3-iniconfig-pyc (2.0.0-r1) (34/40) Installing py3-pluggy (1.4.0-r1) (35/40) Installing py3-pluggy-pyc (1.4.0-r1) (36/40) Installing py3-py (1.11.0-r3) (37/40) Installing py3-py-pyc (1.11.0-r3) (38/40) Installing py3-pytest (8.1.1-r1) (39/40) Installing py3-pytest-pyc (8.1.1-r1) (40/40) Installing .makedepends-py3-preshed (20240420.202900) Executing busybox-1.36.1-r25.trigger OK: 510 MiB in 142 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 119k 0 --:--:-- --:--:-- --:--:-- 121k >>> 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/preshed-3.0.9.tar.gz... 2024-04-20 20:29:06,825 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 2024-04-20 20:29:11,159 root INFO running bdist_wheel 2024-04-20 20:29:11,211 root INFO running build 2024-04-20 20:29:11,211 root INFO running build_py 2024-04-20 20:29:11,224 root INFO creating build 2024-04-20 20:29:11,225 root INFO creating build/lib.linux-riscv64-cpython-312 2024-04-20 20:29:11,225 root INFO creating build/lib.linux-riscv64-cpython-312/preshed 2024-04-20 20:29:11,226 root INFO copying preshed/about.py -> build/lib.linux-riscv64-cpython-312/preshed 2024-04-20 20:29:11,227 root INFO copying preshed/__init__.py -> build/lib.linux-riscv64-cpython-312/preshed 2024-04-20 20:29:11,228 root INFO creating build/lib.linux-riscv64-cpython-312/preshed/tests 2024-04-20 20:29:11,229 root INFO copying preshed/tests/test_bloom.py -> build/lib.linux-riscv64-cpython-312/preshed/tests 2024-04-20 20:29:11,230 root INFO copying preshed/tests/test_counter.py -> build/lib.linux-riscv64-cpython-312/preshed/tests 2024-04-20 20:29:11,231 root INFO copying preshed/tests/__init__.py -> build/lib.linux-riscv64-cpython-312/preshed/tests 2024-04-20 20:29:11,231 root INFO copying preshed/tests/test_pop.py -> build/lib.linux-riscv64-cpython-312/preshed/tests 2024-04-20 20:29:11,232 root INFO copying preshed/tests/test_hashing.py -> build/lib.linux-riscv64-cpython-312/preshed/tests 2024-04-20 20:29:11,236 root INFO copying preshed/counter.pyx -> build/lib.linux-riscv64-cpython-312/preshed 2024-04-20 20:29:11,238 root INFO copying preshed/maps.pyx -> build/lib.linux-riscv64-cpython-312/preshed 2024-04-20 20:29:11,239 root INFO copying preshed/bloom.pyx -> build/lib.linux-riscv64-cpython-312/preshed 2024-04-20 20:29:11,240 root INFO copying preshed/bloom.pxd -> build/lib.linux-riscv64-cpython-312/preshed 2024-04-20 20:29:11,240 root INFO copying preshed/counter.pxd -> build/lib.linux-riscv64-cpython-312/preshed 2024-04-20 20:29:11,241 root INFO copying preshed/maps.pxd -> build/lib.linux-riscv64-cpython-312/preshed 2024-04-20 20:29:11,242 root INFO copying preshed/__init__.pxd -> build/lib.linux-riscv64-cpython-312/preshed 2024-04-20 20:29:11,244 root INFO running build_ext 2024-04-20 20:29:11,253 root INFO building 'preshed.maps' extension 2024-04-20 20:29:11,254 root INFO creating build/temp.linux-riscv64-cpython-312 2024-04-20 20:29:11,254 root INFO creating build/temp.linux-riscv64-cpython-312/preshed 2024-04-20 20:29:11,255 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-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++ preshed/maps.cpp: In function 'int __pyx_pf_7preshed_4maps_8PreshMap___init__(__pyx_obj_7preshed_4maps_PreshMap*, size_t)': preshed/maps.cpp:3326:34: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 3326 | __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:6838:33: warning: comparison of integer expressions of different signedness: 'int' and 'const __pyx_t_7preshed_4maps_key_t' {aka 'const long unsigned int'} [-Wsign-compare] 6838 | __pyx_t_1 = ((__pyx_v_i[0]) < __pyx_v_map_->length); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ preshed/maps.cpp:6925:31: warning: comparison of integer expressions of different signedness: 'int' and 'const __pyx_t_7preshed_4maps_key_t' {aka 'const long unsigned int'} [-Wsign-compare] 6925 | __pyx_t_1 = ((__pyx_v_i[0]) == __pyx_v_map_->length); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ preshed/maps.cpp:7002:31: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 7002 | __pyx_t_1 = ((__pyx_v_i[0]) == (__pyx_v_map_->length + 1)); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-20 20:29:33,661 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security 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 2024-04-20 20:29:34,140 root INFO building 'preshed.counter' extension 2024-04-20 20:29:34,140 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-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++ In function 'double __pyx_f_7preshed_7counter_gale_estimate_of_r(double, double, double)', inlined from '__pyx_t_7preshed_7counter_count_t __pyx_f_7preshed_7counter__find_when_to_switch(__pyx_t_7preshed_7counter_count_t*, __pyx_t_7preshed_7counter_count_t*, double, double, int)' at preshed/counter.cpp:7016:61, inlined from 'int __pyx_pf_7preshed_7counter_12GaleSmoother___init__(__pyx_obj_7preshed_7counter_GaleSmoother*, __pyx_obj_7preshed_7counter_PreshCounter*)' at preshed/counter.cpp:5521:62: preshed/counter.cpp:6537:22: warning: '__pyx_v_mb[0]' may be used uninitialized [-Wmaybe-uninitialized] 6537 | __pyx_v_e_nr1 = exp(((__pyx_v_gradient * log((__pyx_v_r + 1.0))) + __pyx_v_intercept)); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ preshed/counter.cpp: In function 'int __pyx_pf_7preshed_7counter_12GaleSmoother___init__(__pyx_obj_7preshed_7counter_GaleSmoother*, __pyx_obj_7preshed_7counter_PreshCounter*)': preshed/counter.cpp:5003:10: note: '__pyx_v_mb[0]' was declared here 5003 | double __pyx_v_mb[2]; | ^~~~~~~~~~ In function 'double __pyx_f_7preshed_7counter_gale_estimate_of_r(double, double, double)', inlined from '__pyx_t_7preshed_7counter_count_t __pyx_f_7preshed_7counter__find_when_to_switch(__pyx_t_7preshed_7counter_count_t*, __pyx_t_7preshed_7counter_count_t*, double, double, int)' at preshed/counter.cpp:7016:61, inlined from 'int __pyx_pf_7preshed_7counter_12GaleSmoother___init__(__pyx_obj_7preshed_7counter_GaleSmoother*, __pyx_obj_7preshed_7counter_PreshCounter*)' at preshed/counter.cpp:5521:62: preshed/counter.cpp:6537:22: warning: '__pyx_v_mb[1]' may be used uninitialized [-Wmaybe-uninitialized] 6537 | __pyx_v_e_nr1 = exp(((__pyx_v_gradient * log((__pyx_v_r + 1.0))) + __pyx_v_intercept)); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ preshed/counter.cpp: In function 'int __pyx_pf_7preshed_7counter_12GaleSmoother___init__(__pyx_obj_7preshed_7counter_GaleSmoother*, __pyx_obj_7preshed_7counter_PreshCounter*)': preshed/counter.cpp:5003:10: note: '__pyx_v_mb[1]' was declared here 5003 | double __pyx_v_mb[2]; | ^~~~~~~~~~ 2024-04-20 20:30:00,622 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security 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 2024-04-20 20:30:01,199 root INFO building 'preshed.bloom' extension 2024-04-20 20:30:01,200 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-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++ preshed/bloom.cpp: In function 'PyObject* __Pyx_Import(PyObject*, PyObject*, int)': preshed/bloom.cpp:9203:48: warning: comparing the result of pointer addition '(((const char*)"preshed.bloom") + 7)' and NULL [-Waddress] 9203 | if (strchr(__Pyx_MODULE_NAME, '.') != NULL) { | ^ 2024-04-20 20:30:29,456 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security 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 2024-04-20 20:30:29,987 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-04-20 20:30:29,988 root INFO running install 2024-04-20 20:30:30,033 root INFO running install_lib 2024-04-20 20:30:30,047 root INFO creating build/bdist.linux-riscv64 2024-04-20 20:30:30,048 root INFO creating build/bdist.linux-riscv64/wheel 2024-04-20 20:30:30,049 root INFO creating build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,050 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/counter.pyx -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,051 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/bloom.cpython-312-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,055 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/bloom.pxd -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,056 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/about.py -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,057 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/maps.cpython-312-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,062 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/__init__.py -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,063 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/counter.pxd -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,063 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/counter.cpython-312-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,068 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/maps.pxd -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,070 root INFO creating build/bdist.linux-riscv64/wheel/preshed/tests 2024-04-20 20:30:30,071 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/tests/test_bloom.py -> build/bdist.linux-riscv64/wheel/preshed/tests 2024-04-20 20:30:30,071 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/tests/test_counter.py -> build/bdist.linux-riscv64/wheel/preshed/tests 2024-04-20 20:30:30,072 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/tests/__init__.py -> build/bdist.linux-riscv64/wheel/preshed/tests 2024-04-20 20:30:30,073 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/tests/test_pop.py -> build/bdist.linux-riscv64/wheel/preshed/tests 2024-04-20 20:30:30,074 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/tests/test_hashing.py -> build/bdist.linux-riscv64/wheel/preshed/tests 2024-04-20 20:30:30,075 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/__init__.pxd -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,075 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/maps.pyx -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,076 root INFO copying build/lib.linux-riscv64-cpython-312/preshed/bloom.pyx -> build/bdist.linux-riscv64/wheel/preshed 2024-04-20 20:30:30,077 root INFO running install_egg_info 2024-04-20 20:30:30,091 root INFO running egg_info 2024-04-20 20:30:30,092 root INFO creating preshed.egg-info 2024-04-20 20:30:30,103 root INFO writing preshed.egg-info/PKG-INFO 2024-04-20 20:30:30,106 root INFO writing dependency_links to preshed.egg-info/dependency_links.txt 2024-04-20 20:30:30,108 root INFO writing requirements to preshed.egg-info/requires.txt 2024-04-20 20:30:30,109 root INFO writing top-level names to preshed.egg-info/top_level.txt 2024-04-20 20:30:30,110 root INFO writing manifest file 'preshed.egg-info/SOURCES.txt' 2024-04-20 20:30:30,125 root INFO reading manifest file 'preshed.egg-info/SOURCES.txt' 2024-04-20 20:30:30,126 root INFO reading manifest template 'MANIFEST.in' 2024-04-20 20:30:30,129 root INFO adding license file 'LICENSE' 2024-04-20 20:30:30,132 root INFO writing manifest file 'preshed.egg-info/SOURCES.txt' 2024-04-20 20:30:30,133 root INFO Copying preshed.egg-info to build/bdist.linux-riscv64/wheel/preshed-3.0.9-py3.12.egg-info 2024-04-20 20:30:30,137 root INFO running install_scripts 2024-04-20 20:30:30,153 wheel INFO creating build/bdist.linux-riscv64/wheel/preshed-3.0.9.dist-info/WHEEL 2024-04-20 20:30:30,156 wheel INFO creating '/home/buildozer/aports/community/py3-preshed/src/preshed-3.0.9/.dist/.tmp-wcvb4xhs/preshed-3.0.9-cp312-cp312-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-04-20 20:30:30,158 wheel INFO adding 'preshed/__init__.pxd' 2024-04-20 20:30:30,159 wheel INFO adding 'preshed/__init__.py' 2024-04-20 20:30:30,161 wheel INFO adding 'preshed/about.py' 2024-04-20 20:30:30,167 wheel INFO adding 'preshed/bloom.cpython-312-riscv64-linux-musl.so' 2024-04-20 20:30:30,181 wheel INFO adding 'preshed/bloom.pxd' 2024-04-20 20:30:30,183 wheel INFO adding 'preshed/bloom.pyx' 2024-04-20 20:30:30,189 wheel INFO adding 'preshed/counter.cpython-312-riscv64-linux-musl.so' 2024-04-20 20:30:30,204 wheel INFO adding 'preshed/counter.pxd' 2024-04-20 20:30:30,206 wheel INFO adding 'preshed/counter.pyx' 2024-04-20 20:30:30,212 wheel INFO adding 'preshed/maps.cpython-312-riscv64-linux-musl.so' 2024-04-20 20:30:30,226 wheel INFO adding 'preshed/maps.pxd' 2024-04-20 20:30:30,227 wheel INFO adding 'preshed/maps.pyx' 2024-04-20 20:30:30,228 wheel INFO adding 'preshed/tests/__init__.py' 2024-04-20 20:30:30,230 wheel INFO adding 'preshed/tests/test_bloom.py' 2024-04-20 20:30:30,231 wheel INFO adding 'preshed/tests/test_counter.py' 2024-04-20 20:30:30,232 wheel INFO adding 'preshed/tests/test_hashing.py' 2024-04-20 20:30:30,233 wheel INFO adding 'preshed/tests/test_pop.py' 2024-04-20 20:30:30,234 wheel INFO adding 'preshed-3.0.9.dist-info/LICENSE' 2024-04-20 20:30:30,235 wheel INFO adding 'preshed-3.0.9.dist-info/METADATA' 2024-04-20 20:30:30,236 wheel INFO adding 'preshed-3.0.9.dist-info/WHEEL' 2024-04-20 20:30:30,237 wheel INFO adding 'preshed-3.0.9.dist-info/top_level.txt' 2024-04-20 20:30:30,238 wheel INFO adding 'preshed-3.0.9.dist-info/RECORD' 2024-04-20 20:30:30,239 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-04-20 20:30:30,246 gpep517 INFO The backend produced .dist/preshed-3.0.9-cp312-cp312-linux_riscv64.whl preshed-3.0.9-cp312-cp312-linux_riscv64.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.36s ============================== >>> 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/__pycache__' -> '/home/buildozer/aports/community/py3-preshed/pkg/py3-preshed-pyc/usr/lib/python3.12/site-packages/preshed/__pycache__' '/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__' >>> 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-riscv64.so.1 >>> py3-preshed*: Package size: 408.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, 20 Apr 2024 20:30:35 +0000 elapsed time 0h 1m 41s >>> py3-preshed: Cleaning up srcdir >>> py3-preshed: Cleaning up pkgdir >>> py3-preshed: Uninstalling dependencies... (1/40) Purging .makedepends-py3-preshed (20240420.202900) (2/40) Purging py3-cymem-pyc (2.0.8-r3) (3/40) Purging py3-cymem (2.0.8-r3) (4/40) Purging py3-murmurhash-pyc (1.0.10-r3) (5/40) Purging py3-murmurhash (1.0.10-r3) (6/40) Purging cython-pyc (3.0.10-r0) (7/40) Purging cython (3.0.10-r0) (8/40) Purging py3-gpep517-pyc (15-r2) (9/40) Purging py3-gpep517 (15-r2) (10/40) Purging py3-installer-pyc (0.7.0-r2) (11/40) Purging py3-installer (0.7.0-r2) (12/40) Purging py3-setuptools-pyc (69.5.1-r0) (13/40) Purging py3-setuptools (69.5.1-r0) (14/40) Purging py3-wheel-pyc (0.42.0-r1) (15/40) Purging py3-wheel (0.42.0-r1) (16/40) Purging python3-dev (3.12.3-r1) (17/40) Purging py3-pytest-pyc (8.1.1-r1) (18/40) Purging py3-pytest (8.1.1-r1) (19/40) Purging py3-iniconfig-pyc (2.0.0-r1) (20/40) Purging py3-iniconfig (2.0.0-r1) (21/40) Purging py3-packaging-pyc (24.0-r1) (22/40) Purging py3-packaging (24.0-r1) (23/40) Purging py3-parsing-pyc (3.1.2-r1) (24/40) Purging py3-parsing (3.1.2-r1) (25/40) Purging py3-pluggy-pyc (1.4.0-r1) (26/40) Purging py3-pluggy (1.4.0-r1) (27/40) Purging py3-py-pyc (1.11.0-r3) (28/40) Purging py3-py (1.11.0-r3) (29/40) Purging python3-pyc (3.12.3-r1) (30/40) Purging python3-pycache-pyc0 (3.12.3-r1) (31/40) Purging pyc (3.12.3-r1) (32/40) Purging python3 (3.12.3-r1) (33/40) Purging gdbm (1.23-r1) (34/40) Purging libbz2 (1.0.8-r6) (35/40) Purging libffi (3.4.6-r0) (36/40) Purging libpanelw (6.4_p20240330-r0) (37/40) Purging mpdecimal (4.0.0-r0) (38/40) Purging readline (8.2.10-r0) (39/40) Purging sqlite-libs (3.45.3-r0) (40/40) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 227 MiB in 102 packages >>> py3-preshed: Updating the community/riscv64 repository index... >>> py3-preshed: Signing the index...