>>> gbinder-python: Building community/gbinder-python 1.1.1-r0 (using abuild 3.9.0-r6) started Mon, 05 Sep 2022 18:09:34 +0000 >>> gbinder-python: Checking sanity of /home/buildozer/aports/community/gbinder-python/APKBUILD... >>> gbinder-python: Analyzing dependencies... >>> gbinder-python: Installing for build: build-base python3 cython libgbinder-dev py3-setuptools python3-dev (1/46) Installing libffi (3.4.2-r1) (2/46) Installing gdbm (1.23-r0) (3/46) Installing mpdecimal (2.5.1-r1) (4/46) Installing readline (8.1.2-r0) (5/46) Installing sqlite-libs (3.39.2-r0) (6/46) Installing python3 (3.10.6-r1) (7/46) Installing cython (0.29.32-r0) (8/46) Installing libintl (0.21-r3) (9/46) Installing libblkid (2.38.1-r0) (10/46) Installing libmount (2.38.1-r0) (11/46) Installing pcre (8.45-r2) (12/46) Installing glib (2.72.3-r0) (13/46) Installing libglibutil (1.0.66-r0) (14/46) Installing libgbinder (1.1.25-r0) (15/46) Installing gettext-asprintf (0.21-r3) (16/46) Installing libunistring (1.0-r0) (17/46) Installing gettext-libs (0.21-r3) (18/46) Installing libxml2 (2.10.2-r0) (19/46) Installing gettext (0.21-r3) (20/46) Installing gettext-dev (0.21-r3) (21/46) Installing bzip2-dev (1.0.8-r3) (22/46) Installing libxml2-utils (2.10.2-r0) (23/46) Installing libgpg-error (1.45-r0) (24/46) Installing libgcrypt (1.10.1-r0) (25/46) Installing libxslt (1.1.36-r0) (26/46) Installing docbook-xml (4.5-r7) Executing docbook-xml-4.5-r7.post-install (27/46) Installing docbook-xsl (1.79.2-r4) Executing docbook-xsl-1.79.2-r4.post-install (28/46) Installing linux-headers (5.19.5-r0) (29/46) Installing libffi-dev (3.4.2-r1) (30/46) Installing libpcre16 (8.45-r2) (31/46) Installing libpcre32 (8.45-r2) (32/46) Installing libpcrecpp (8.45-r2) (33/46) Installing pcre-dev (8.45-r2) (34/46) Installing libuuid (2.38.1-r0) (35/46) Installing libfdisk (2.38.1-r0) (36/46) Installing libsmartcols (2.38.1-r0) (37/46) Installing util-linux-dev (2.38.1-r0) (38/46) Installing zlib-dev (1.2.12-r3) (39/46) Installing glib-dev (2.72.3-r0) (40/46) Installing libglibutil-dev (1.0.66-r0) (41/46) Installing libgbinder-dev (1.1.25-r0) (42/46) Installing py3-parsing (3.0.9-r0) (43/46) Installing py3-packaging (21.3-r2) (44/46) Installing py3-setuptools (65.3.0-r0) (45/46) Installing python3-dev (3.10.6-r1) (46/46) Installing .makedepends-gbinder-python (20220905.180935) Executing busybox-1.35.0-r24.trigger Executing glib-2.72.3-r0.trigger No schema files found: doing nothing. OK: 495 MiB in 149 packages >>> gbinder-python: Cleaning up srcdir >>> gbinder-python: Cleaning up pkgdir >>> gbinder-python: Fetching https://distfiles.alpinelinux.org/distfiles/edge/gbinder-python-1.1.1.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 >>> gbinder-python: Fetching https://github.com/erfanoabdi/gbinder-python/archive/1.1.1/gbinder-python-1.1.1.tar.gz >>> gbinder-python: Fetching https://distfiles.alpinelinux.org/distfiles/edge/gbinder-python-1.1.1.tar.gz >>> gbinder-python: Checking sha512sums... gbinder-python-1.1.1.tar.gz: OK >>> gbinder-python: Unpacking /var/cache/distfiles/edge/gbinder-python-1.1.1.tar.gz... Compiling gbinder.pyx because it changed. [1/1] Cythonizing gbinder.pyx running build running build_ext building 'gbinder' extension creating build creating build/temp.linux-armv8l-cpython-310 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/gbinder -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gutil -I/usr/include/python3.10 -c gbinder.c -o build/temp.linux-armv8l-cpython-310/gbinder.o gbinder.c: In function '__pyx_pf_7gbinder_11RemoteReply_10read_int64': gbinder.c:4426:75: warning: passing argument 2 of 'gbinder_remote_reply_read_int64' from incompatible pointer type [-Wincompatible-pointer-types] 4426 | __pyx_v_status = gbinder_remote_reply_read_int64(__pyx_v_self->_reply, (&__pyx_v_value)); | ~^~~~~~~~~~~~~~~ | | | long int * In file included from gbinder.c:776: /usr/include/gbinder/gbinder_remote_reply.h:73:13: note: expected 'gint64 *' {aka 'long long int *'} but argument is of type 'long int *' 73 | gint64* value); | ~~~~~~~~^~~~~ gbinder.c: In function '__pyx_pf_7gbinder_11RemoteReply_12read_uint64': gbinder.c:4545:76: warning: passing argument 2 of 'gbinder_remote_reply_read_uint64' from incompatible pointer type [-Wincompatible-pointer-types] 4545 | __pyx_v_status = gbinder_remote_reply_read_uint64(__pyx_v_self->_reply, (&__pyx_v_value)); | ~^~~~~~~~~~~~~~~ | | | long unsigned int * /usr/include/gbinder/gbinder_remote_reply.h:78:14: note: expected 'guint64 *' {aka 'long long unsigned int *'} but argument is of type 'long unsigned int *' 78 | guint64* value); | ~~~~~~~~~^~~~~ gbinder.c: In function '__pyx_pf_7gbinder_13RemoteRequest_20read_int64': gbinder.c:11461:75: warning: passing argument 2 of 'gbinder_remote_request_read_int64' from incompatible pointer type [-Wincompatible-pointer-types] 11461 | __pyx_v_status = gbinder_remote_request_read_int64(__pyx_v_self->_req, (&__pyx_v_value)); | ~^~~~~~~~~~~~~~~ | | | long int * In file included from gbinder.c:777: /usr/include/gbinder/gbinder_remote_request.h:95:13: note: expected 'gint64 *' {aka 'long long int *'} but argument is of type 'long int *' 95 | gint64* value); | ~~~~~~~~^~~~~ gbinder.c: In function '__pyx_pf_7gbinder_13RemoteRequest_22read_uint64': gbinder.c:11580:76: warning: passing argument 2 of 'gbinder_remote_request_read_uint64' from incompatible pointer type [-Wincompatible-pointer-types] 11580 | __pyx_v_status = gbinder_remote_request_read_uint64(__pyx_v_self->_req, (&__pyx_v_value)); | ~^~~~~~~~~~~~~~~ | | | long unsigned int * /usr/include/gbinder/gbinder_remote_request.h:100:14: note: expected 'guint64 *' {aka 'long long unsigned int *'} but argument is of type 'long unsigned int *' 100 | guint64* value); | ~~~~~~~~~^~~~~ gbinder.c: In function '__pyx_pf_7gbinder_6Reader_10read_int64': gbinder.c:20637:73: warning: passing argument 2 of 'gbinder_reader_read_int64' from incompatible pointer type [-Wincompatible-pointer-types] 20637 | __pyx_v_status = gbinder_reader_read_int64((&__pyx_v_self->_reader), (&__pyx_v_value)); | ~^~~~~~~~~~~~~~~ | | | long int * In file included from gbinder.c:774: /usr/include/gbinder/gbinder_reader.h:101:13: note: expected 'gint64 *' {aka 'long long int *'} but argument is of type 'long int *' 101 | gint64* value); | ~~~~~~~~^~~~~ gbinder.c: In function '__pyx_pf_7gbinder_6Reader_12read_uint64': gbinder.c:20725:74: warning: passing argument 2 of 'gbinder_reader_read_uint64' from incompatible pointer type [-Wincompatible-pointer-types] 20725 | __pyx_v_status = gbinder_reader_read_uint64((&__pyx_v_self->_reader), (&__pyx_v_value)); | ~^~~~~~~~~~~~~~~ | | | long unsigned int * /usr/include/gbinder/gbinder_reader.h:106:14: note: expected 'guint64 *' {aka 'long long unsigned int *'} but argument is of type 'long unsigned int *' 106 | guint64* value); | ~~~~~~~~~^~~~~ gbinder.c: In function '__pyx_pf_7gbinder_6Reader_30read_hidl_vec': gbinder.c:21493:75: warning: passing argument 2 of 'gbinder_reader_read_hidl_vec' from incompatible pointer type [-Wincompatible-pointer-types] 21493 | __pyx_v_value = gbinder_reader_read_hidl_vec((&__pyx_v_self->_reader), (&__pyx_v_count), (&__pyx_v_elemsize)); | ~^~~~~~~~~~~~~~~ | | | long unsigned int * /usr/include/gbinder/gbinder_reader.h:161:12: note: expected 'gsize *' {aka 'unsigned int *'} but argument is of type 'long unsigned int *' 161 | gsize* count, | ~~~~~~~^~~~~ gbinder.c:21493:93: warning: passing argument 3 of 'gbinder_reader_read_hidl_vec' from incompatible pointer type [-Wincompatible-pointer-types] 21493 | __pyx_v_value = gbinder_reader_read_hidl_vec((&__pyx_v_self->_reader), (&__pyx_v_count), (&__pyx_v_elemsize)); | ~^~~~~~~~~~~~~~~~~~ | | | long unsigned int * /usr/include/gbinder/gbinder_reader.h:162:12: note: expected 'gsize *' {aka 'unsigned int *'} but argument is of type 'long unsigned int *' 162 | gsize* elemsize); | ~~~~~~~^~~~~~~~ gbinder.c: In function '__pyx_pf_7gbinder_6Reader_32read_hidl_vec1': gbinder.c:21596:76: warning: passing argument 2 of 'gbinder_reader_read_hidl_vec1' from incompatible pointer type [-Wincompatible-pointer-types] 21596 | __pyx_v_value = gbinder_reader_read_hidl_vec1((&__pyx_v_self->_reader), (&__pyx_v_count), __pyx_v_expected_elemsize); | ~^~~~~~~~~~~~~~~ | | | long unsigned int * /usr/include/gbinder/gbinder_reader.h:167:12: note: expected 'gsize *' {aka 'unsigned int *'} but argument is of type 'long unsigned int *' 167 | gsize* count, | ~~~~~~~^~~~~ gbinder.c: In function '__pyx_pf_7gbinder_6Reader_48read_byte_array': gbinder.c:22232:77: warning: passing argument 2 of 'gbinder_reader_read_byte_array' from incompatible pointer type [-Wincompatible-pointer-types] 22232 | __pyx_v_value = gbinder_reader_read_byte_array((&__pyx_v_self->_reader), (&__pyx_v_len)); | ~^~~~~~~~~~~~~ | | | long unsigned int * /usr/include/gbinder/gbinder_reader.h:227:12: note: expected 'gsize *' {aka 'unsigned int *'} but argument is of type 'long unsigned int *' 227 | gsize* len); /* Since 1.0.12 */ | ~~~~~~~^~~ creating build/lib.linux-armv8l-cpython-310 gcc -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-cpython-310/gbinder.o -L/usr/lib -lgbinder -o build/lib.linux-armv8l-cpython-310/gbinder.cpython-310-arm-linux-gnueabihf.so >>> gbinder-python: 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_ext running install_lib creating /home/buildozer/aports/community/gbinder-python/pkg creating /home/buildozer/aports/community/gbinder-python/pkg/gbinder-python creating /home/buildozer/aports/community/gbinder-python/pkg/gbinder-python/usr creating /home/buildozer/aports/community/gbinder-python/pkg/gbinder-python/usr/lib creating /home/buildozer/aports/community/gbinder-python/pkg/gbinder-python/usr/lib/python3.10 creating /home/buildozer/aports/community/gbinder-python/pkg/gbinder-python/usr/lib/python3.10/site-packages copying build/lib.linux-armv8l-cpython-310/gbinder.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/gbinder-python/pkg/gbinder-python/usr/lib/python3.10/site-packages running install_egg_info running egg_info creating gbinder_python.egg-info writing gbinder_python.egg-info/PKG-INFO writing dependency_links to gbinder_python.egg-info/dependency_links.txt writing top-level names to gbinder_python.egg-info/top_level.txt writing manifest file 'gbinder_python.egg-info/SOURCES.txt' reading manifest file 'gbinder_python.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'gbinder_python.egg-info/SOURCES.txt' Copying gbinder_python.egg-info to /home/buildozer/aports/community/gbinder-python/pkg/gbinder-python/usr/lib/python3.10/site-packages/gbinder_python-1.1.1-py3.10.egg-info running install_scripts >>> gbinder-python*: Running postcheck for gbinder-python >>> gbinder-python*: Preparing package gbinder-python... >>> gbinder-python*: Stripping binaries >>> gbinder-python*: Scanning shared objects >>> gbinder-python*: Tracing dependencies... python3 so:libc.musl-armhf.so.1 so:libgbinder.so.1 >>> gbinder-python*: Package size: 180.0 KB >>> gbinder-python*: Compressing data... >>> gbinder-python*: Create checksum... >>> gbinder-python*: Create gbinder-python-1.1.1-r0.apk >>> gbinder-python: Build complete at Mon, 05 Sep 2022 18:09:46 +0000 elapsed time 0h 0m 12s >>> gbinder-python: Cleaning up srcdir >>> gbinder-python: Cleaning up pkgdir >>> gbinder-python: Uninstalling dependencies... (1/46) Purging .makedepends-gbinder-python (20220905.180935) (2/46) Purging cython (0.29.32-r0) (3/46) Purging libgbinder-dev (1.1.25-r0) (4/46) Purging libgbinder (1.1.25-r0) (5/46) Purging py3-setuptools (65.3.0-r0) (6/46) Purging py3-packaging (21.3-r2) (7/46) Purging py3-parsing (3.0.9-r0) (8/46) Purging python3-dev (3.10.6-r1) (9/46) Purging libglibutil-dev (1.0.66-r0) (10/46) Purging libglibutil (1.0.66-r0) (11/46) Purging glib-dev (2.72.3-r0) (12/46) Purging python3 (3.10.6-r1) (13/46) Purging gettext-dev (0.21-r3) (14/46) Purging gettext-asprintf (0.21-r3) (15/46) Purging gettext (0.21-r3) (16/46) Purging bzip2-dev (1.0.8-r3) (17/46) Purging docbook-xsl (1.79.2-r4) Executing docbook-xsl-1.79.2-r4.post-deinstall (18/46) Purging libxslt (1.1.36-r0) (19/46) Purging docbook-xml (4.5-r7) Executing docbook-xml-4.5-r7.post-deinstall (20/46) Purging libxml2-utils (2.10.2-r0) (21/46) Purging libffi-dev (3.4.2-r1) (22/46) Purging linux-headers (5.19.5-r0) (23/46) Purging glib (2.72.3-r0) (24/46) Purging libffi (3.4.2-r1) (25/46) Purging gdbm (1.23-r0) (26/46) Purging mpdecimal (2.5.1-r1) (27/46) Purging readline (8.1.2-r0) (28/46) Purging sqlite-libs (3.39.2-r0) (29/46) Purging gettext-libs (0.21-r3) (30/46) Purging libintl (0.21-r3) (31/46) Purging util-linux-dev (2.38.1-r0) (32/46) Purging libfdisk (2.38.1-r0) (33/46) Purging libmount (2.38.1-r0) (34/46) Purging libsmartcols (2.38.1-r0) (35/46) Purging libuuid (2.38.1-r0) (36/46) Purging libblkid (2.38.1-r0) (37/46) Purging pcre-dev (8.45-r2) (38/46) Purging libpcre16 (8.45-r2) (39/46) Purging libpcre32 (8.45-r2) (40/46) Purging libpcrecpp (8.45-r2) (41/46) Purging pcre (8.45-r2) (42/46) Purging libunistring (1.0-r0) (43/46) Purging libxml2 (2.10.2-r0) (44/46) Purging libgcrypt (1.10.1-r0) (45/46) Purging libgpg-error (1.45-r0) (46/46) Purging zlib-dev (1.2.12-r3) Executing busybox-1.35.0-r24.trigger OK: 342 MiB in 103 packages >>> gbinder-python: Updating the community/armhf repository index... >>> gbinder-python: Signing the index...