>>> py3-blist: Building community/py3-blist 1.3.6-r9 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 05:36:11 +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/18) Installing libffi (3.4.6-r0) (2/18) Installing gdbm (1.23-r1) (3/18) Installing mpdecimal (4.0.0-r0) (4/18) Installing libpanelw (6.4_p20240330-r0) (5/18) Installing readline (8.2.10-r0) (6/18) Installing sqlite-libs (3.45.2-r0) (7/18) Installing python3 (3.12.3-r0) (8/18) Installing python3-pycache-pyc0 (3.12.3-r0) (9/18) Installing pyc (3.12.3-r0) (10/18) Installing python3-pyc (3.12.3-r0) (11/18) Installing python3-dev (3.12.3-r0) (12/18) Installing py3-parsing (3.1.2-r1) (13/18) Installing py3-parsing-pyc (3.1.2-r1) (14/18) Installing py3-packaging (24.0-r1) (15/18) Installing py3-packaging-pyc (24.0-r1) (16/18) Installing py3-setuptools (69.2.0-r2) (17/18) Installing py3-setuptools-pyc (69.2.0-r2) (18/18) Installing .makedepends-py3-blist (20240413.053612) Executing busybox-1.36.1-r25.trigger OK: 428 MiB in 128 packages >>> py3-blist: Cleaning up srcdir >>> py3-blist: Cleaning up pkgdir >>> py3-blist: Cleaning up tmpdir >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-blist-1.3.6.tar.gz >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/4b88010f208080173d0976d271d4c3100bfbef17.patch >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fddb7837e2094560789a09790360feb75f06ed86.patch >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-blist-1.3.6.tar.gz >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/4b88010f208080173d0976d271d4c3100bfbef17.patch >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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.11.patch: OK >>> py3-blist: Unpacking /var/cache/distfiles/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 >>> py3-blist: py3.11.patch patching file blist/_blist.c running build running build_py creating build creating build/lib.linux-ppc64le-cpython-312 creating build/lib.linux-ppc64le-cpython-312/blist copying blist/_sorteddict.py -> build/lib.linux-ppc64le-cpython-312/blist copying blist/_btuple.py -> build/lib.linux-ppc64le-cpython-312/blist copying blist/_sortedlist.py -> build/lib.linux-ppc64le-cpython-312/blist copying blist/__init__.py -> build/lib.linux-ppc64le-cpython-312/blist running build_ext building 'blist._blist' extension creating build/temp.linux-ppc64le-cpython-312 creating build/temp.linux-ppc64le-cpython-312/blist gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DBLIST_FLOAT_RADIX_SORT=1 -I/usr/include/python3.12 -c blist/_blist.c -o build/temp.linux-ppc64le-cpython-312/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 'long int'} and 'long 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 'long int'} and 'long 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 'long int'} and 'long unsigned int' [-Wsign-compare] 5409 | for (j = 0; j < NUM_PASSES; j++) { | ^ blist/_blist.c: In function 'py_blist_dealloc': blist/_blist.c:5795:9: warning: 'UsingDeprecatedTrashcanMacro' is deprecated [-Wdeprecated-declarations] 5795 | Py_TRASHCAN_SAFE_BEGIN(self) | ^~~~~~~~~~~~~~~~~~~~~~ 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 function 'sort', inlined from 'py_blist_sort' at blist/_blist.c:6620:15: blist/_blist.c:5573:31: warning: 'key_flags' may be used uninitialized [-Wmaybe-uninitialized] 5573 | if (key_flags & KEY_ALL_DOUBLE) { | ^ blist/_blist.c: In function 'py_blist_sort': blist/_blist.c:5520:13: note: 'key_flags' was declared here 5520 | int key_flags; | ^~~~~~~~~ In file included from /usr/include/python3.12/Python.h:44, from blist/_blist.c:38: blist/_blist.c: In function 'ext_make_clean_set': /usr/include/python3.12/object.h:214:25: warning: 'next' may be used uninitialized [-Wmaybe-uninitialized] 214 | # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(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 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-ppc64le-cpython-312/blist/_blist.o -L/usr/lib -o build/lib.linux-ppc64le-cpython-312/blist/_blist.cpython-312-powerpc64le-linux-musl.so running check >>> py3-blist: Entering fakeroot... running install /usr/lib/python3.12/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/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.12 creating /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist copying build/lib.linux-ppc64le-cpython-312/blist/_sorteddict.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist copying build/lib.linux-ppc64le-cpython-312/blist/_btuple.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist copying build/lib.linux-ppc64le-cpython-312/blist/_blist.cpython-312-powerpc64le-linux-musl.so -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist copying build/lib.linux-ppc64le-cpython-312/blist/_sortedlist.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist copying build/lib.linux-ppc64le-cpython-312/blist/__init__.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist/_sorteddict.py to _sorteddict.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist/_btuple.py to _btuple.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist/_sortedlist.py to _sortedlist.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist/__init__.py to __init__.cpython-312.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.12/site-packages/blist-1.3.6-py3.12.egg-info running install_scripts >>> py3-blist-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist/__pycache__' -> '/home/buildozer/aports/community/py3-blist/pkg/py3-blist-pyc/usr/lib/python3.12/site-packages/blist/__pycache__' >>> py3-blist-pyc*: Preparing subpackage py3-blist-pyc... >>> py3-blist-pyc*: Running postcheck for py3-blist-pyc >>> py3-blist*: Running postcheck for py3-blist >>> py3-blist*: Preparing package py3-blist... >>> py3-blist*: Stripping binaries >>> py3-blist-pyc*: Scanning shared objects >>> py3-blist*: Scanning shared objects >>> py3-blist-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-blist-pyc*: Package size: 84.0 KB >>> py3-blist-pyc*: Compressing data... >>> py3-blist-pyc*: Create checksum... >>> py3-blist-pyc*: Create py3-blist-pyc-1.3.6-r9.apk >>> py3-blist*: Tracing dependencies... python3 python3~3.12 so:libc.musl-ppc64le.so.1 >>> py3-blist*: Package size: 160.0 KB >>> py3-blist*: Compressing data... >>> py3-blist*: Create checksum... >>> py3-blist*: Create py3-blist-1.3.6-r9.apk >>> py3-blist: Build complete at Sat, 13 Apr 2024 05:36:17 +0000 elapsed time 0h 0m 6s >>> py3-blist: Cleaning up srcdir >>> py3-blist: Cleaning up pkgdir >>> py3-blist: Uninstalling dependencies... (1/18) Purging .makedepends-py3-blist (20240413.053612) (2/18) Purging python3-dev (3.12.3-r0) (3/18) Purging py3-setuptools-pyc (69.2.0-r2) (4/18) Purging py3-setuptools (69.2.0-r2) (5/18) Purging py3-packaging-pyc (24.0-r1) (6/18) Purging py3-packaging (24.0-r1) (7/18) Purging py3-parsing-pyc (3.1.2-r1) (8/18) Purging py3-parsing (3.1.2-r1) (9/18) Purging python3-pyc (3.12.3-r0) (10/18) Purging python3-pycache-pyc0 (3.12.3-r0) (11/18) Purging pyc (3.12.3-r0) (12/18) Purging python3 (3.12.3-r0) (13/18) Purging gdbm (1.23-r1) (14/18) Purging libffi (3.4.6-r0) (15/18) Purging libpanelw (6.4_p20240330-r0) (16/18) Purging mpdecimal (4.0.0-r0) (17/18) Purging readline (8.2.10-r0) (18/18) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-blist: Updating the community/ppc64le repository index... >>> py3-blist: Signing the index...