>>> py3-preshed: Building testing/py3-preshed 3.0.9-r0 (using abuild 3.11.21-r0) started Tue, 26 Sep 2023 04:39:32 +0000 >>> py3-preshed: Checking sanity of /home/buildozer/aports/testing/py3-preshed/APKBUILD... >>> py3-preshed: Analyzing dependencies... >>> py3-preshed: Installing for build: build-base python3 py3-cymem py3-murmurhash python3-dev py3-setuptools cython py3-pytest (1/34) Installing libbz2 (1.0.8-r6) (2/34) Installing libffi (3.4.4-r3) (3/34) Installing gdbm (1.23-r1) (4/34) Installing xz-libs (5.4.4-r0) (5/34) Installing mpdecimal (2.5.1-r2) (6/34) Installing libpanelw (6.4_p20230918-r0) (7/34) Installing readline (8.2.1-r2) (8/34) Installing sqlite-libs (3.43.1-r0) (9/34) Installing python3 (3.11.5-r0) (10/34) Installing python3-pycache-pyc0 (3.11.5-r0) (11/34) Installing pyc (0.1-r0) (12/34) Installing python3-pyc (3.11.5-r0) (13/34) Installing py3-cymem (2.0.8-r0) (14/34) Installing py3-cymem-pyc (2.0.8-r0) (15/34) Installing py3-murmurhash (1.0.10-r0) (16/34) Installing py3-murmurhash-pyc (1.0.10-r0) (17/34) Installing python3-dev (3.11.5-r0) (18/34) Installing py3-parsing (3.1.1-r0) (19/34) Installing py3-parsing-pyc (3.1.1-r0) (20/34) Installing py3-packaging (23.1-r3) (21/34) Installing py3-packaging-pyc (23.1-r3) (22/34) Installing py3-setuptools (68.2.2-r0) (23/34) Installing py3-setuptools-pyc (68.2.2-r0) (24/34) Installing cython (0.29.36-r0) (25/34) Installing cython-pyc (0.29.36-r0) (26/34) Installing py3-iniconfig (1.1.1-r6) (27/34) Installing py3-iniconfig-pyc (1.1.1-r6) (28/34) Installing py3-pluggy (1.3.0-r0) (29/34) Installing py3-pluggy-pyc (1.3.0-r0) (30/34) Installing py3-py (1.11.0-r2) (31/34) Installing py3-py-pyc (1.11.0-r2) (32/34) Installing py3-pytest (7.4.2-r0) (33/34) Installing py3-pytest-pyc (7.4.2-r0) (34/34) Installing .makedepends-py3-preshed (20230926.043933) Executing busybox-1.36.1-r8.trigger OK: 438 MiB in 136 packages >>> py3-preshed: Cleaning up srcdir >>> py3-preshed: Cleaning up pkgdir >>> py3-preshed: Cleaning up tmpdir >>> py3-preshed: Fetching preshed-3.0.9.tar.gz::https://github.com/explosion/preshed/archive/v3.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14138 0 14138 0 0 33866 0 --:--:-- --:--:-- --:--:-- 123k >>> py3-preshed: Fetching preshed-3.0.9.tar.gz::https://github.com/explosion/preshed/archive/v3.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... 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 running build running build_py creating build creating build/lib.linux-armv8l-cpython-311 creating build/lib.linux-armv8l-cpython-311/preshed copying preshed/about.py -> build/lib.linux-armv8l-cpython-311/preshed copying preshed/__init__.py -> build/lib.linux-armv8l-cpython-311/preshed creating build/lib.linux-armv8l-cpython-311/preshed/tests copying preshed/tests/test_pop.py -> build/lib.linux-armv8l-cpython-311/preshed/tests copying preshed/tests/test_hashing.py -> build/lib.linux-armv8l-cpython-311/preshed/tests copying preshed/tests/test_bloom.py -> build/lib.linux-armv8l-cpython-311/preshed/tests copying preshed/tests/test_counter.py -> build/lib.linux-armv8l-cpython-311/preshed/tests copying preshed/tests/__init__.py -> build/lib.linux-armv8l-cpython-311/preshed/tests copying preshed/counter.pyx -> build/lib.linux-armv8l-cpython-311/preshed copying preshed/maps.pyx -> build/lib.linux-armv8l-cpython-311/preshed copying preshed/bloom.pyx -> build/lib.linux-armv8l-cpython-311/preshed copying preshed/counter.pxd -> build/lib.linux-armv8l-cpython-311/preshed copying preshed/maps.pxd -> build/lib.linux-armv8l-cpython-311/preshed copying preshed/__init__.pxd -> build/lib.linux-armv8l-cpython-311/preshed copying preshed/bloom.pxd -> build/lib.linux-armv8l-cpython-311/preshed running build_ext building 'preshed.maps' extension creating build/temp.linux-armv8l-cpython-311 creating build/temp.linux-armv8l-cpython-311/preshed gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -I/usr/include/python3.11 -c preshed/maps.cpp -o build/temp.linux-armv8l-cpython-311/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:2050:35: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] 2050 | __pyx_t_1 = ((__pyx_v_power < __pyx_v_initial_size) != 0); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 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:5013:34: 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] 5013 | __pyx_t_1 = (((__pyx_v_i[0]) < __pyx_v_map_->length) != 0); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ preshed/maps.cpp:5100:32: 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] 5100 | __pyx_t_1 = (((__pyx_v_i[0]) == __pyx_v_map_->length) != 0); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ preshed/maps.cpp:5177:32: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 5177 | __pyx_t_1 = (((__pyx_v_i[0]) == (__pyx_v_map_->length + 1)) != 0); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/preshed/maps.o -L/usr/lib -o build/lib.linux-armv8l-cpython-311/preshed/maps.cpython-311-arm-linux-musleabihf.so building 'preshed.counter' extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -I/usr/include/python3.11 -c preshed/counter.cpp -o build/temp.linux-armv8l-cpython-311/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:5199:61, inlined from 'int __pyx_pf_7preshed_7counter_12GaleSmoother___init__(__pyx_obj_7preshed_7counter_GaleSmoother*, __pyx_obj_7preshed_7counter_PreshCounter*)' at preshed/counter.cpp:3924:62: preshed/counter.cpp:4708:41: warning: '__pyx_v_mb[0]' may be used uninitialized [-Wmaybe-uninitialized] 4708 | __pyx_v_e_nr = exp(((__pyx_v_gradient * log(__pyx_v_r)) + __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:3435:10: note: '__pyx_v_mb[0]' was declared here 3435 | 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:5199:61, inlined from 'int __pyx_pf_7preshed_7counter_12GaleSmoother___init__(__pyx_obj_7preshed_7counter_GaleSmoother*, __pyx_obj_7preshed_7counter_PreshCounter*)' at preshed/counter.cpp:3924:62: preshed/counter.cpp:4708:21: warning: '__pyx_v_mb[1]' may be used uninitialized [-Wmaybe-uninitialized] 4708 | __pyx_v_e_nr = exp(((__pyx_v_gradient * log(__pyx_v_r)) + __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:3435:10: note: '__pyx_v_mb[1]' was declared here 3435 | double __pyx_v_mb[2]; | ^~~~~~~~~~ g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/preshed/counter.o -L/usr/lib -o build/lib.linux-armv8l-cpython-311/preshed/counter.cpython-311-arm-linux-musleabihf.so building 'preshed.bloom' extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -I/usr/include/python3.11 -c preshed/bloom.cpp -o build/temp.linux-armv8l-cpython-311/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:6159:31: warning: comparing the result of pointer addition '(((const char*)"preshed.bloom") + 7)' and NULL [-Waddress] 6159 | if ((1) && (strchr(__Pyx_MODULE_NAME, '.'))) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/preshed/bloom.o -L/usr/lib -o build/lib.linux-armv8l-cpython-311/preshed/bloom.cpython-311-arm-linux-musleabihf.so running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running build_ext running install_lib creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/counter.pyx -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/bloom.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/maps.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/counter.pxd -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/maps.pxd -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/maps.pyx -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/counter.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/tests/test_pop.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/tests/test_hashing.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/tests/test_bloom.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/tests/test_counter.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/tests/__init__.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/about.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/__init__.pxd -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/bloom.pxd -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/bloom.pyx -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/__init__.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/tests/test_pop.py to test_pop.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/tests/test_hashing.py to test_hashing.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/tests/test_bloom.py to test_bloom.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/tests/test_counter.py to test_counter.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/about.py to about.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info creating preshed.egg-info writing preshed.egg-info/PKG-INFO writing dependency_links to preshed.egg-info/dependency_links.txt writing requirements to preshed.egg-info/requires.txt writing top-level names to preshed.egg-info/top_level.txt writing manifest file 'preshed.egg-info/SOURCES.txt' reading manifest file 'preshed.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'preshed.egg-info/SOURCES.txt' Copying preshed.egg-info to /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9/tmp_install/usr/lib/python3.11/site-packages/preshed-3.0.9-py3.11.egg-info running install_scripts ============================= test session starts ============================== platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0 rootdir: /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.9 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.07s ============================== >>> py3-preshed: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/py3-preshed/pkg creating /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed creating /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr creating /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib creating /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/counter.pyx -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/bloom.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/maps.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/counter.pxd -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/maps.pxd -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/maps.pyx -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/counter.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed creating /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/tests/test_pop.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/tests/test_hashing.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/tests/test_bloom.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/tests/test_counter.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/tests/__init__.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests copying build/lib.linux-armv8l-cpython-311/preshed/about.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/__init__.pxd -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/bloom.pxd -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/bloom.pyx -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed copying build/lib.linux-armv8l-cpython-311/preshed/__init__.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests/test_pop.py to test_pop.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests/test_hashing.py to test_hashing.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests/test_bloom.py to test_bloom.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests/test_counter.py to test_counter.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/about.py to about.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing preshed.egg-info/PKG-INFO writing dependency_links to preshed.egg-info/dependency_links.txt writing requirements to preshed.egg-info/requires.txt writing top-level names to preshed.egg-info/top_level.txt reading manifest file 'preshed.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'preshed.egg-info/SOURCES.txt' Copying preshed.egg-info to /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed-3.0.9-py3.11.egg-info running install_scripts >>> 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/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/__pycache__' -> '/home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed-pyc/usr/lib/python3.11/site-packages/preshed/__pycache__' '/home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.11/site-packages/preshed/tests/__pycache__' -> '/home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed-pyc/usr/lib/python3.11/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-r0.apk >>> py3-preshed-pyc*: Tracing dependencies... python3 py3-cymem py3-murmurhash python3~3.11 >>> 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-r0.apk >>> py3-preshed*: Tracing dependencies... python3 py3-cymem py3-murmurhash python3~3.11 so:libc.musl-armhf.so.1 so:libgcc_s.so.1 >>> py3-preshed*: Package size: 360.0 KB >>> py3-preshed*: Compressing data... >>> py3-preshed*: Create checksum... >>> py3-preshed*: Create py3-preshed-3.0.9-r0.apk >>> py3-preshed: Build complete at Tue, 26 Sep 2023 04:39:47 +0000 elapsed time 0h 0m 15s >>> py3-preshed: Cleaning up srcdir >>> py3-preshed: Cleaning up pkgdir >>> py3-preshed: Uninstalling dependencies... (1/34) Purging .makedepends-py3-preshed (20230926.043933) (2/34) Purging py3-cymem-pyc (2.0.8-r0) (3/34) Purging py3-cymem (2.0.8-r0) (4/34) Purging py3-murmurhash-pyc (1.0.10-r0) (5/34) Purging py3-murmurhash (1.0.10-r0) (6/34) Purging python3-dev (3.11.5-r0) (7/34) Purging py3-setuptools-pyc (68.2.2-r0) (8/34) Purging py3-setuptools (68.2.2-r0) (9/34) Purging cython-pyc (0.29.36-r0) (10/34) Purging cython (0.29.36-r0) (11/34) Purging py3-pytest-pyc (7.4.2-r0) (12/34) Purging py3-pytest (7.4.2-r0) (13/34) Purging py3-iniconfig-pyc (1.1.1-r6) (14/34) Purging py3-iniconfig (1.1.1-r6) (15/34) Purging py3-packaging-pyc (23.1-r3) (16/34) Purging py3-packaging (23.1-r3) (17/34) Purging py3-parsing-pyc (3.1.1-r0) (18/34) Purging py3-parsing (3.1.1-r0) (19/34) Purging py3-pluggy-pyc (1.3.0-r0) (20/34) Purging py3-pluggy (1.3.0-r0) (21/34) Purging py3-py-pyc (1.11.0-r2) (22/34) Purging py3-py (1.11.0-r2) (23/34) Purging python3-pyc (3.11.5-r0) (24/34) Purging python3-pycache-pyc0 (3.11.5-r0) (25/34) Purging pyc (0.1-r0) (26/34) Purging python3 (3.11.5-r0) (27/34) Purging gdbm (1.23-r1) (28/34) Purging libbz2 (1.0.8-r6) (29/34) Purging libffi (3.4.4-r3) (30/34) Purging libpanelw (6.4_p20230918-r0) (31/34) Purging mpdecimal (2.5.1-r2) (32/34) Purging readline (8.2.1-r2) (33/34) Purging sqlite-libs (3.43.1-r0) (34/34) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r8.trigger OK: 315 MiB in 102 packages >>> py3-preshed: Updating the testing/armhf repository index... >>> py3-preshed: Signing the index...