>>> py3-blist: Building community/py3-blist 1.3.6-r6 (using abuild 3.9.0-r0) started Sun, 17 Apr 2022 04:53:45 +0000 >>> py3-blist: Checking sanity of /home/buildozer/aports/community/py3-blist/APKBUILD... >>> py3-blist: Analyzing dependencies... >>> py3-blist: Installing for build: build-base python3 python3-dev py3-setuptools (1/17) Installing libbz2 (1.0.8-r1) (2/17) Installing libffi (3.4.2-r1) (3/17) Installing gdbm (1.23-r0) (4/17) Installing xz-libs (5.2.5-r1) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing readline (8.1.2-r0) (7/17) Installing sqlite-libs (3.38.2-r0) (8/17) Installing python3 (3.10.3-r0) (9/17) Installing python3-dev (3.10.3-r0) (10/17) Installing py3-appdirs (1.4.4-r3) (11/17) Installing py3-more-itertools (8.12.0-r2) (12/17) Installing py3-ordered-set (4.0.2-r3) (13/17) Installing py3-parsing (2.4.7-r3) (14/17) Installing py3-six (1.16.0-r1) (15/17) Installing py3-packaging (21.3-r0) (16/17) Installing py3-setuptools (59.4.0-r0) (17/17) Installing .makedepends-py3-blist (20220417.045350) Executing busybox-1.35.0-r8.trigger OK: 343 MiB in 105 packages >>> py3-blist: Cleaning up srcdir >>> py3-blist: Cleaning up pkgdir >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-blist-1.3.6.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 140k 100 140k 0 0 189k 0 --:--:-- --:--:-- --:--:-- 190k >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/4b88010f208080173d0976d271d4c3100bfbef17.patch % 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 100 900 100 900 0 0 2408 0 --:--:-- --:--:-- --:--:-- 2406 >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/fddb7837e2094560789a09790360feb75f06ed86.patch % 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 6390 100 6390 0 0 17050 0 --:--:-- --:--:-- --:--:-- 17085 >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-blist-1.3.6.tar.gz >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/4b88010f208080173d0976d271d4c3100bfbef17.patch >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/fddb7837e2094560789a09790360feb75f06ed86.patch >>> py3-blist: Checking sha512sums... py3-blist-1.3.6.tar.gz: OK 0004-compatibility-with-PEP-620.patch: OK fix-python3.7.patch: OK 4b88010f208080173d0976d271d4c3100bfbef17.patch: OK fddb7837e2094560789a09790360feb75f06ed86.patch: OK >>> py3-blist: Unpacking /var/cache/distfiles/v3.16/py3-blist-1.3.6.tar.gz... >>> py3-blist: 0004-compatibility-with-PEP-620.patch patching file blist/_blist.c patching file blist/pythoncapi_compat.h >>> py3-blist: fix-python3.7.patch patching file blist/_sortedlist.py >>> py3-blist: https://github.com/DanielStutzbach/blist/commit/4b88010f208080173d0976d271d4c3100bfbef17.patch patching file blist/_blist.c Hunk #1 succeeded at 6595 (offset 6 lines). >>> py3-blist: https://github.com/DanielStutzbach/blist/commit/fddb7837e2094560789a09790360feb75f06ed86.patch patching file blist/__init__.py patching file blist/_btuple.py patching file blist/_sorteddict.py patching file blist/_sortedlist.py Hunk #2 succeeded at 427 (offset -1 lines). Hunk #3 succeeded at 475 (offset -1 lines). patching file blist/test/sortedlist_tests.py running build running build_py creating build creating build/lib.linux-armv8l-3.10 creating build/lib.linux-armv8l-3.10/blist copying blist/_btuple.py -> build/lib.linux-armv8l-3.10/blist copying blist/_sorteddict.py -> build/lib.linux-armv8l-3.10/blist copying blist/_sortedlist.py -> build/lib.linux-armv8l-3.10/blist copying blist/__init__.py -> build/lib.linux-armv8l-3.10/blist running build_ext building 'blist._blist' extension creating build/temp.linux-armv8l-3.10 creating build/temp.linux-armv8l-3.10/blist 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 -DBLIST_FLOAT_RADIX_SORT=1 -I/usr/include/python3.10 -c blist/_blist.c -o build/temp.linux-armv8l-3.10/blist/_blist.o blist/_blist.c: In function 'sort_ulong': blist/_blist.c:5393:31: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 5393 | for (j = 0; j < NUM_PASSES; j++) { | ^ blist/_blist.c:5399:31: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 5399 | for (j = 0; j < NUM_PASSES; j++) { | ^ blist/_blist.c:5409:23: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 5409 | for (j = 0; j < NUM_PASSES; j++) { | ^ blist/_blist.c: In function 'blist_get1': blist/_blist.c:2759:20: warning: 'p' may be used uninitialized [-Wmaybe-uninitialized] 2759 | return _ob(blist_get1(p, i - so_far)); | ^ blist/_blist.c:1061:19: note: in definition of macro '_ob' 1061 | #define _ob(ret) (ret) | ^~~ blist/_blist.c:2748:18: note: 'p' declared here 2748 | PyBList *p; | ^ In function 'riter_init2', inlined from 'py_blist_reversed' at blist/_blist.c:3207:17: blist/_blist.c:3116:21: warning: 'p' may be used uninitialized [-Wmaybe-uninitialized] 3116 | lst = p; | ~~~~^~~ blist/_blist.c: In function 'py_blist_reversed': blist/_blist.c:3108:26: note: 'p' declared here 3108 | PyBList *p; | ^ In function 'iter_init2', inlined from 'py_blist_index' at blist/_blist.c:6741:9: blist/_blist.c:2860:21: warning: 'p' may be used uninitialized [-Wmaybe-uninitialized] 2860 | lst = p; | ~~~~^~~ blist/_blist.c: In function 'py_blist_index': blist/_blist.c:2852:26: note: 'p' declared here 2852 | PyBList *p; | ^ In file included from /usr/include/python3.10/Python.h:74, from blist/_blist.c:38: blist/_blist.c: In function 'ext_make_clean_set': /usr/include/python3.10/object.h:133:23: warning: 'next' may be used uninitialized [-Wmaybe-uninitialized] 133 | #define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST_CONST(ob)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ blist/_blist.c:3892:21: note: in expansion of macro 'Py_REFCNT' 3892 | if (Py_REFCNT(next) <= 1) | ^~~~~~~~~ blist/_blist.c:3884:18: note: 'next' declared here 3884 | PyBList *next; | ^~~~ gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/blist/_blist.o -L/usr/lib -o build/lib.linux-armv8l-3.10/blist/_blist.cpython-310-arm-linux-gnueabihf.so running check >>> py3-blist: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildozer/aports/community/py3-blist/pkg creating /home/buildozer/aports/community/py3-blist/pkg/py3-blist creating /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr creating /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib creating /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages/blist copying build/lib.linux-armv8l-3.10/blist/_btuple.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages/blist copying build/lib.linux-armv8l-3.10/blist/_blist.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages/blist copying build/lib.linux-armv8l-3.10/blist/_sorteddict.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages/blist copying build/lib.linux-armv8l-3.10/blist/_sortedlist.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages/blist copying build/lib.linux-armv8l-3.10/blist/__init__.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages/blist byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages/blist/_btuple.py to _btuple.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages/blist/_sorteddict.py to _sorteddict.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages/blist/_sortedlist.py to _sortedlist.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages/blist/__init__.py to __init__.cpython-310.pyc running install_egg_info running egg_info creating blist.egg-info writing blist.egg-info/PKG-INFO writing dependency_links to blist.egg-info/dependency_links.txt writing top-level names to blist.egg-info/top_level.txt writing manifest file 'blist.egg-info/SOURCES.txt' reading manifest file 'blist.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'blist.rst' adding license file 'LICENSE' writing manifest file 'blist.egg-info/SOURCES.txt' Copying blist.egg-info to /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.10/site-packages/blist-1.3.6-py3.10.egg-info running install_scripts >>> py3-blist*: Running postcheck for py3-blist >>> py3-blist*: Preparing package py3-blist... >>> py3-blist*: Stripping binaries >>> py3-blist*: Scanning shared objects >>> py3-blist*: Tracing dependencies... python3 so:libc.musl-armv7.so.1 >>> py3-blist*: Package size: 172.0 KB >>> py3-blist*: Compressing data... >>> py3-blist*: Create checksum... >>> py3-blist*: Create py3-blist-1.3.6-r6.apk >>> py3-blist: Build complete at Sun, 17 Apr 2022 04:53:56 +0000 elapsed time 0h 0m 11s >>> py3-blist: Cleaning up srcdir >>> py3-blist: Cleaning up pkgdir >>> py3-blist: Uninstalling dependencies... (1/17) Purging .makedepends-py3-blist (20220417.045350) (2/17) Purging python3-dev (3.10.3-r0) (3/17) Purging py3-setuptools (59.4.0-r0) (4/17) Purging py3-appdirs (1.4.4-r3) (5/17) Purging py3-more-itertools (8.12.0-r2) (6/17) Purging py3-ordered-set (4.0.2-r3) (7/17) Purging py3-packaging (21.3-r0) (8/17) Purging py3-six (1.16.0-r1) (9/17) Purging py3-parsing (2.4.7-r3) (10/17) Purging python3 (3.10.3-r0) (11/17) Purging libbz2 (1.0.8-r1) (12/17) Purging libffi (3.4.2-r1) (13/17) Purging gdbm (1.23-r0) (14/17) Purging xz-libs (5.2.5-r1) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.1.2-r0) (17/17) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-blist: Updating the community/armv7 repository index... >>> py3-blist: Signing the index...