>>> py3-sip4: Building community/py3-sip4 4.19.25-r0 (using abuild 3.9.0-r0) started Fri, 15 Apr 2022 17:57:40 +0000 >>> py3-sip4: Checking sanity of /home/buildozer/aports/community/py3-sip4/APKBUILD... >>> py3-sip4: Analyzing dependencies... >>> py3-sip4: Installing for build: build-base python3-dev (1/10) Installing libbz2 (1.0.8-r1) (2/10) Installing libffi (3.4.2-r1) (3/10) Installing gdbm (1.23-r0) (4/10) Installing xz-libs (5.2.5-r1) (5/10) Installing mpdecimal (2.5.1-r1) (6/10) Installing readline (8.1.2-r0) (7/10) Installing sqlite-libs (3.38.0-r0) (8/10) Installing python3 (3.10.3-r0) (9/10) Installing python3-dev (3.10.3-r0) (10/10) Installing .makedepends-py3-sip4 (20220415.175744) Executing busybox-1.35.0-r8.trigger OK: 339 MiB in 98 packages >>> py3-sip4: Cleaning up srcdir >>> py3-sip4: Cleaning up pkgdir >>> py3-sip4: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/sip-4.19.25.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-sip4: Fetching https://www.riverbankcomputing.com/static/Downloads/sip/4.19.25/sip-4.19.25.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:00:01 --:--:-- 0 100 1031k 100 1031k 0 0 522k 0 0:00:01 0:00:01 --:--:-- 522k >>> py3-sip4: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/sip-4.19.25.tar.gz >>> py3-sip4: Checking sha512sums... sip-4.19.25.tar.gz: OK >>> py3-sip4: Unpacking /var/cache/distfiles/v3.16/sip-4.19.25.tar.gz... /home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/configure.py:23: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils import sysconfig /home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/configure.py:23: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils import sysconfig This is SIP 4.19.25 for Python 3.10.3 on linux. The SIP code generator will be installed in /usr/bin. The sip.h header file will be installed in /usr/include/python3.10. The sip module will be installed in /usr/lib/python3.10/site-packages. The sip.pyi stub file will be installed in /usr/lib/python3.10/site-packages. The default directory to install .sip files in is /usr/share/sip. Creating sipconfig.py... Creating top level Makefile... Creating sip code generator Makefile... Creating sip module Makefile... >>> py3-sip4: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/sipgen' gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o main.o main.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o transform.o transform.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o gencode.o gencode.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o extracts.o extracts.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o export.o export.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o type_hints.o type_hints.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o heap.o heap.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o parser.o parser.c gcc -c -Os -fomit-frame-pointer -O2 -Wall -W -DNDEBUG -I. -o lexer.o lexer.c main.c: In function 'warning': main.c:528:9: warning: 'wstr' may be used uninitialized in this function [-Wmaybe-uninitialized] 528 | fprintf(stderr, "%s: %s: ", sipPackage, wstr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gencode.c: In function 'generateNamedBaseType': gencode.c:9635:23: warning: this statement may fall through [-Wimplicit-fallthrough=] 9635 | nr_derefs = 1; | ~~~~~~~~~~^~~ gencode.c:9639:9: note: here 9639 | case byte_type: | ^~~~ gencode.c:9697:23: warning: this statement may fall through [-Wimplicit-fallthrough=] 9697 | nr_derefs = 1; | ~~~~~~~~~~^~~ gencode.c:9701:9: note: here 9701 | case fake_void_type: | ^~~~ gencode.c: In function 'generateCastZero': gencode.c:7669:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 7669 | prcode(fp, "(%E)0", ed); | ^~~~~~~~~~~~~~~~~~~~~~~ gencode.c:7672:5: note: here 7672 | case pyobject_type: | ^~~~ gencode.c: In function 'generateTupleBuilder': gencode.c:8790:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 8790 | if (needsHeapCopy(ad, TRUE)) | ^ gencode.c:8798:9: note: here 8798 | case fake_void_type: | ^~~~ gencode.c: In function 'generateHandleResult': gencode.c:12392:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 12392 | if (ad->u.ed->fqcname != NULL) | ^ gencode.c:12415:5: note: here 12415 | case byte_type: | ^~~~ gencode.c: In function 'generateVariableGetter': gencode.c:5238:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 5238 | if (vd->type.u.ed->fqcname != NULL) | ^ gencode.c:5261:5: note: here 5261 | case byte_type: | ^~~~ g++ -o sip main.o transform.o gencode.o extracts.o export.o type_hints.o heap.o parser.o lexer.o cp -f sip /home/buildozer/aports/community/py3-sip4/pkg/py3-sip4/usr/bin/sip cp -f /home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/siplib/sip.h /home/buildozer/aports/community/py3-sip4/pkg/py3-sip4/usr/include/python3.10/sip.h make[1]: Leaving directory '/home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/sipgen' make[1]: Entering directory '/home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/siplib' gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.10 -o siplib.o siplib.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.10 -o apiversions.o apiversions.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.10 -o descriptors.o descriptors.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.10 -o qtlib.o qtlib.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.10 -o threads.o threads.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.10 -o objmap.o objmap.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.10 -o voidptr.o voidptr.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.10 -o array.o array.c gcc -c -Os -fomit-frame-pointer -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.10 -o int_convertors.o int_convertors.c g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.10 -o bool.o bool.cpp voidptr.c:215:17: warning: cast between incompatible function types from 'PyObject * (*)(sipVoidPtrObject *, PyObject *, PyObject *)' {aka 'struct _object * (*)(sipVoidPtrObject *, struct _object *, struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 215 | {"asarray", (PyCFunction)sipVoidPtr_asarray, METH_VARARGS|METH_KEYWORDS, NULL}, | ^ voidptr.c:222:18: warning: cast between incompatible function types from 'PyObject * (*)(sipVoidPtrObject *, PyObject *, PyObject *)' {aka 'struct _object * (*)(sipVoidPtrObject *, struct _object *, struct _object *)'} to 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} [-Wcast-function-type] 222 | {"asstring", (PyCFunction)sipVoidPtr_asstring, METH_VARARGS|METH_KEYWORDS, NULL}, | ^ siplib.c:205:9: warning: missing initializer for field 'am_send' of 'PyAsyncMethods' [-Wmissing-field-initializers] 205 | }, | ^ In file included from /usr/include/python3.10/object.h:716, from /usr/include/python3.10/Python.h:74, from siplib.c:20: /usr/include/python3.10/cpython/object.h:177:14: note: 'am_send' declared here 177 | sendfunc am_send; | ^~~~~~~ siplib.c: In function 'wrapInstance': siplib.c:1725:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1725 | return sip_api_convert_from_type((void *)addr, wt->wt_td, NULL); | ^ siplib.c: In function 'sipSimpleWrapper_getbuffer': siplib.c:11201:45: warning: cast between incompatible function types from 'sipGetBufferFunc' {aka 'int (*)(struct _object *, void *, struct bufferinfo *, int)'} to 'int (*)(PyObject *, void *, sipBufferDef *)' {aka 'int (*)(struct _object *, void *, struct _sipBufferDef *)'} [-Wcast-function-type] 11201 | sipGetBufferFuncLimited getbuffer = (sipGetBufferFuncLimited)ctd->ctd_getbuffer; | ^ siplib.c: In function 'sipSimpleWrapper_releasebuffer': siplib.c:11238:53: warning: cast between incompatible function types from 'sipReleaseBufferFunc' {aka 'void (*)(struct _object *, void *, struct bufferinfo *)'} to 'void (*)(PyObject *, void *)' {aka 'void (*)(struct _object *, void *)'} [-Wcast-function-type] 11238 | sipReleaseBufferFuncLimited releasebuffer = (sipReleaseBufferFuncLimited)ctd->ctd_releasebuffer; | ^ siplib.c: At top level: siplib.c:11590:9: warning: missing initializer for field 'am_send' of 'PyAsyncMethods' [-Wmissing-field-initializers] 11590 | }, | ^ In file included from /usr/include/python3.10/object.h:716, from /usr/include/python3.10/Python.h:74, from siplib.c:20: /usr/include/python3.10/cpython/object.h:177:14: note: 'am_send' declared here 177 | sendfunc am_send; | ^~~~~~~ In file included from /usr/include/python3.10/bytearrayobject.h:9, from /usr/include/python3.10/Python.h:81, from siplib.c:20: siplib.c: In function 'parsePass2': siplib.c:5936:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 5936 | va_arg(va, void *); | ^ siplib.c:5940:9: note: here 5940 | default: | ^~~~~~~ siplib.c: In function 'detail_FromFailure': siplib.c:8120:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 8120 | if (detail) | ^ siplib.c:8128:5: note: here 8128 | default: | ^~~~~~~ siplib.c: In function 'parsePass2': siplib.c:5815:32: warning: 'owner' may be used uninitialized in this function [-Wmaybe-uninitialized] 5815 | *owner = arg; | ~~~~~~~^~~~~ siplib.c: In function 'slot_richcompare': siplib.c:11453:52: warning: 'st' may be used uninitialized in this function [-Wmaybe-uninitialized] 11453 | if ((f = (PyObject *(*)(PyObject *,PyObject *))findSlot(self, st)) == NULL) | ^~~~~~~~~~~~~~~~~~ g++ -shared -Wl,--version-script=sip.exp -o sip.so siplib.o apiversions.o descriptors.o qtlib.o threads.o objmap.o voidptr.o array.o int_convertors.o bool.o cp -f sip.so /home/buildozer/aports/community/py3-sip4/pkg/py3-sip4/usr/lib/python3.10/site-packages/sip.so strip /home/buildozer/aports/community/py3-sip4/pkg/py3-sip4/usr/lib/python3.10/site-packages/sip.so cp -f /home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/sip.pyi /home/buildozer/aports/community/py3-sip4/pkg/py3-sip4/usr/lib/python3.10/site-packages/sip.pyi make[1]: Leaving directory '/home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/siplib' cp -f sipconfig.py /home/buildozer/aports/community/py3-sip4/pkg/py3-sip4/usr/lib/python3.10/site-packages/sipconfig.py cp -f /home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/sipdistutils.py /home/buildozer/aports/community/py3-sip4/pkg/py3-sip4/usr/lib/python3.10/site-packages/sipdistutils.py /usr/bin/python3 /home/buildozer/aports/community/py3-sip4/src/sip-4.19.25/mk_distinfo.py "/home/buildozer/aports/community/py3-sip4/pkg/py3-sip4" /usr/lib/python3.10/site-packages/sip-4.19.25.dist-info installed.txt >>> py3-sip4-dev*: Running split function dev... >>> py3-sip4-dev*: Preparing subpackage py3-sip4-dev... >>> py3-sip4-dev*: Running postcheck for py3-sip4-dev >>> py3-sip4-doc*: Running split function doc... >>> py3-sip4-doc*: Preparing subpackage py3-sip4-doc... >>> py3-sip4-doc*: Running postcheck for py3-sip4-doc >>> py3-sip4*: Running postcheck for py3-sip4 >>> py3-sip4*: Preparing package py3-sip4... >>> py3-sip4*: Stripping binaries >>> py3-sip4-dev*: Scanning shared objects >>> py3-sip4-doc*: Scanning shared objects >>> py3-sip4*: Scanning shared objects >>> py3-sip4-dev*: Tracing dependencies... >>> py3-sip4-dev*: Package size: 80.0 KB >>> py3-sip4-dev*: Compressing data... >>> py3-sip4-dev*: Create checksum... >>> py3-sip4-dev*: Create py3-sip4-dev-4.19.25-r0.apk >>> py3-sip4-doc*: Tracing dependencies... >>> py3-sip4-doc*: Package size: 24.0 KB >>> py3-sip4-doc*: Compressing data... >>> py3-sip4-doc*: Create checksum... >>> py3-sip4-doc*: Create py3-sip4-doc-4.19.25-r0.apk >>> py3-sip4*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 >>> py3-sip4*: Package size: 544.0 KB >>> py3-sip4*: Compressing data... >>> py3-sip4*: Create checksum... >>> py3-sip4*: Create py3-sip4-4.19.25-r0.apk >>> py3-sip4: Build complete at Fri, 15 Apr 2022 17:57:57 +0000 elapsed time 0h 0m 17s >>> py3-sip4: Cleaning up srcdir >>> py3-sip4: Cleaning up pkgdir >>> py3-sip4: Uninstalling dependencies... (1/10) Purging .makedepends-py3-sip4 (20220415.175744) (2/10) Purging python3-dev (3.10.3-r0) (3/10) Purging python3 (3.10.3-r0) (4/10) Purging libbz2 (1.0.8-r1) (5/10) Purging libffi (3.4.2-r1) (6/10) Purging gdbm (1.23-r0) (7/10) Purging xz-libs (5.2.5-r1) (8/10) Purging mpdecimal (2.5.1-r1) (9/10) Purging readline (8.1.2-r0) (10/10) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-sip4: Updating the community/armv7 repository index... >>> py3-sip4: Signing the index...