>>> py3-preshed: Building testing/py3-preshed 3.0.5-r2 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 16:13:13 +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/26) Installing libffi (3.4.2-r1) (2/26) Installing gdbm (1.22-r0) (3/26) Installing mpdecimal (2.5.1-r1) (4/26) Installing readline (8.1.1-r0) (5/26) Installing sqlite-libs (3.37.0-r0) (6/26) Installing python3 (3.10.1-r0) (7/26) Installing py3-cymem (2.0.5-r2) (8/26) Installing py3-murmurhash (1.0.5-r2) (9/26) Installing python3-dev (3.10.1-r0) (10/26) Installing py3-ordered-set (4.0.2-r3) (11/26) Installing py3-appdirs (1.4.4-r3) (12/26) Installing py3-parsing (2.4.7-r3) (13/26) Installing py3-six (1.16.0-r1) (14/26) Installing py3-packaging (21.3-r0) (15/26) Installing py3-setuptools (52.0.0-r5) (16/26) Installing cython (0.29.24-r1) (17/26) Installing py3-atomicwrites (1.4.0-r2) (18/26) Installing py3-attrs (21.2.0-r1) (19/26) Installing py3-more-itertools (8.12.0-r1) (20/26) Installing py3-iniconfig (1.1.1-r2) (21/26) Installing py3-pluggy (0.13.1-r5) (22/26) Installing py3-py (1.10.0-r2) (23/26) Installing py3-wcwidth (0.2.5-r2) (24/26) Installing py3-toml (0.10.2-r3) (25/26) Installing py3-pytest (6.2.5-r1) (26/26) Installing .makedepends-py3-preshed (20211219.161314) Executing busybox-1.34.1-r5.trigger OK: 409 MiB in 125 packages >>> py3-preshed: Cleaning up srcdir >>> py3-preshed: Cleaning up pkgdir >>> py3-preshed: Fetching https://distfiles.alpinelinux.org/distfiles/edge/preshed-3.0.5.tar.gz >>> py3-preshed: Fetching https://distfiles.alpinelinux.org/distfiles/edge/preshed-3.0.5.tar.gz >>> py3-preshed: Checking sha512sums... preshed-3.0.5.tar.gz: OK >>> py3-preshed: Unpacking /var/cache/distfiles/edge/preshed-3.0.5.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-3.10 creating build/lib.linux-armv8l-3.10/preshed copying preshed/about.py -> build/lib.linux-armv8l-3.10/preshed copying preshed/__init__.py -> build/lib.linux-armv8l-3.10/preshed creating build/lib.linux-armv8l-3.10/preshed/tests copying preshed/tests/test_hashing.py -> build/lib.linux-armv8l-3.10/preshed/tests copying preshed/tests/__init__.py -> build/lib.linux-armv8l-3.10/preshed/tests copying preshed/tests/test_pop.py -> build/lib.linux-armv8l-3.10/preshed/tests copying preshed/tests/test_counter.py -> build/lib.linux-armv8l-3.10/preshed/tests copying preshed/tests/test_bloom.py -> build/lib.linux-armv8l-3.10/preshed/tests copying preshed/bloom.pyx -> build/lib.linux-armv8l-3.10/preshed copying preshed/maps.pyx -> build/lib.linux-armv8l-3.10/preshed copying preshed/counter.pyx -> build/lib.linux-armv8l-3.10/preshed copying preshed/bloom.pxd -> build/lib.linux-armv8l-3.10/preshed copying preshed/maps.pxd -> build/lib.linux-armv8l-3.10/preshed copying preshed/__init__.pxd -> build/lib.linux-armv8l-3.10/preshed copying preshed/counter.pxd -> build/lib.linux-armv8l-3.10/preshed running build_ext building 'preshed.maps' extension creating build/temp.linux-armv8l-3.10 creating build/temp.linux-armv8l-3.10/preshed gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -I/usr/include/python3.10 -c preshed/maps.cpp -o build/temp.linux-armv8l-3.10/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:1901:35: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] 1901 | __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:4864: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] 4864 | __pyx_t_1 = (((__pyx_v_i[0]) < __pyx_v_map_->length) != 0); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ preshed/maps.cpp:4951: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] 4951 | __pyx_t_1 = (((__pyx_v_i[0]) == __pyx_v_map_->length) != 0); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ preshed/maps.cpp:5028:32: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 5028 | __pyx_t_1 = (((__pyx_v_i[0]) == (__pyx_v_map_->length + 1)) != 0); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/preshed/maps.o -L/usr/lib -o build/lib.linux-armv8l-3.10/preshed/maps.cpython-310-arm-linux-gnueabihf.so building 'preshed.counter' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -I/usr/include/python3.10 -c preshed/counter.cpp -o build/temp.linux-armv8l-3.10/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_pf_7preshed_7counter_12GaleSmoother___init__(__pyx_obj_7preshed_7counter_GaleSmoother*, __pyx_obj_7preshed_7counter_PreshCounter*)': preshed/counter.cpp:4542:21: warning: '__pyx_v_mb[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] 4542 | __pyx_v_e_nr = exp(((__pyx_v_gradient * log(__pyx_v_r)) + __pyx_v_intercept)); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ preshed/counter.cpp:3269:10: note: '__pyx_v_mb[1]' was declared here 3269 | double __pyx_v_mb[2]; | ^~~~~~~~~~ preshed/counter.cpp:4542:41: warning: '__pyx_v_mb[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] 4542 | __pyx_v_e_nr = exp(((__pyx_v_gradient * log(__pyx_v_r)) + __pyx_v_intercept)); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ preshed/counter.cpp:3269:10: note: '__pyx_v_mb[0]' was declared here 3269 | double __pyx_v_mb[2]; | ^~~~~~~~~~ g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/preshed/counter.o -L/usr/lib -o build/lib.linux-armv8l-3.10/preshed/counter.cpython-310-arm-linux-gnueabihf.so building 'preshed.bloom' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -I/usr/include/python3.10 -c preshed/bloom.cpp -o build/temp.linux-armv8l-3.10/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++ g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/preshed/bloom.o -L/usr/lib -o build/lib.linux-armv8l-3.10/preshed/bloom.cpython-310-arm-linux-gnueabihf.so running install running build running build_py running build_ext running install_lib creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/bloom.pxd -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/maps.pxd -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/bloom.pyx -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/maps.pyx -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed creating /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/tests/test_hashing.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/tests/__init__.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/tests/test_pop.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/tests/test_counter.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/tests/test_bloom.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/bloom.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/about.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/__init__.pxd -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/counter.pyx -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/counter.pxd -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/maps.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/__init__.py -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/counter.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/tests/test_hashing.py to test_hashing.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/tests/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/tests/test_pop.py to test_pop.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/tests/test_counter.py to test_counter.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/tests/test_bloom.py to test_bloom.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/about.py to about.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed/__init__.py to __init__.cpython-310.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' writing manifest file 'preshed.egg-info/SOURCES.txt' Copying preshed.egg-info to /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5/tmp_install/usr/lib/python3.10/site-packages/preshed-3.0.5-py3.10.egg-info running install_scripts ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/testing/py3-preshed/src/preshed-3.0.5 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.09s ============================== >>> py3-preshed: Entering fakeroot... running install running build running build_py running build_ext 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.10 creating /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/bloom.pxd -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/maps.pxd -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/bloom.pyx -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/maps.pyx -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed creating /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/tests/test_hashing.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/tests/__init__.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/tests/test_pop.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/tests/test_counter.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/tests/test_bloom.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/tests copying build/lib.linux-armv8l-3.10/preshed/bloom.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/about.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/__init__.pxd -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/counter.pyx -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/counter.pxd -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/maps.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/__init__.py -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed copying build/lib.linux-armv8l-3.10/preshed/counter.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/tests/test_hashing.py to test_hashing.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/tests/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/tests/test_pop.py to test_pop.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/tests/test_counter.py to test_counter.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/tests/test_bloom.py to test_bloom.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/about.py to about.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-preshed/pkg/py3-preshed/usr/lib/python3.10/site-packages/preshed/__init__.py to __init__.cpython-310.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' 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.10/site-packages/preshed-3.0.5-py3.10.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*: Running postcheck for py3-preshed >>> py3-preshed*: Preparing package py3-preshed... >>> py3-preshed*: Stripping binaries >>> py3-preshed-doc*: 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.5-r2.apk >>> py3-preshed*: Tracing dependencies... python3 py3-cymem py3-murmurhash so:libc.musl-armhf.so.1 so:libgcc_s.so.1 >>> py3-preshed*: Package size: 404.0 KB >>> py3-preshed*: Compressing data... >>> py3-preshed*: Create checksum... >>> py3-preshed*: Create py3-preshed-3.0.5-r2.apk >>> py3-preshed: Build complete at Sun, 19 Dec 2021 16:13:31 +0000 elapsed time 0h 0m 18s >>> py3-preshed: Cleaning up srcdir >>> py3-preshed: Cleaning up pkgdir >>> py3-preshed: Uninstalling dependencies... (1/26) Purging .makedepends-py3-preshed (20211219.161314) (2/26) Purging py3-cymem (2.0.5-r2) (3/26) Purging py3-murmurhash (1.0.5-r2) (4/26) Purging python3-dev (3.10.1-r0) (5/26) Purging py3-setuptools (52.0.0-r5) (6/26) Purging py3-ordered-set (4.0.2-r3) (7/26) Purging py3-appdirs (1.4.4-r3) (8/26) Purging cython (0.29.24-r1) (9/26) Purging py3-pytest (6.2.5-r1) (10/26) Purging py3-atomicwrites (1.4.0-r2) (11/26) Purging py3-attrs (21.2.0-r1) (12/26) Purging py3-more-itertools (8.12.0-r1) (13/26) Purging py3-iniconfig (1.1.1-r2) (14/26) Purging py3-pluggy (0.13.1-r5) (15/26) Purging py3-py (1.10.0-r2) (16/26) Purging py3-wcwidth (0.2.5-r2) (17/26) Purging py3-packaging (21.3-r0) (18/26) Purging py3-parsing (2.4.7-r3) (19/26) Purging py3-six (1.16.0-r1) (20/26) Purging py3-toml (0.10.2-r3) (21/26) Purging python3 (3.10.1-r0) (22/26) Purging libffi (3.4.2-r1) (23/26) Purging gdbm (1.22-r0) (24/26) Purging mpdecimal (2.5.1-r1) (25/26) Purging readline (8.1.1-r0) (26/26) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 307 MiB in 99 packages >>> py3-preshed: Updating the testing/armhf repository index... >>> py3-preshed: Signing the index...