>>> py3-curl: Building community/py3-curl 7.45.2-r1 (using abuild 3.11.0_rc10-r0) started Tue, 18 Apr 2023 20:47:39 +0000 >>> py3-curl: Checking sanity of /home/buildozer/aports/community/py3-curl/APKBUILD... >>> py3-curl: Analyzing dependencies... >>> py3-curl: Installing for build: build-base curl-dev openssl-dev>3 python3-dev py3-setuptools (1/27) Installing libidn2-dev (2.3.4-r1) (2/27) Installing openssl-dev (3.1.0-r3) (3/27) Installing nghttp2-dev (1.52.0-r1) (4/27) Installing zlib-dev (1.2.13-r1) (5/27) Installing brotli (1.0.9-r14) (6/27) Installing brotli-dev (1.0.9-r14) (7/27) Installing curl-dev (8.0.1-r2) (8/27) Installing libbz2 (1.0.8-r5) (9/27) Installing libffi (3.4.4-r2) (10/27) Installing gdbm (1.23-r1) (11/27) Installing xz-libs (5.4.2-r1) (12/27) Installing mpdecimal (2.5.1-r2) (13/27) Installing libpanelw (6.4_p20230401-r4) (14/27) Installing readline (8.2.1-r1) (15/27) Installing sqlite-libs (3.41.2-r2) (16/27) Installing python3 (3.11.3-r10) (17/27) Installing python3-pycache-pyc0 (3.11.3-r10) (18/27) Installing pyc (0.1-r0) (19/27) Installing python3-pyc (3.11.3-r10) (20/27) Installing python3-dev (3.11.3-r10) (21/27) Installing py3-parsing (3.0.9-r2) (22/27) Installing py3-parsing-pyc (3.0.9-r2) (23/27) Installing py3-packaging (23.1-r1) (24/27) Installing py3-packaging-pyc (23.1-r1) (25/27) Installing py3-setuptools (67.6.1-r1) (26/27) Installing py3-setuptools-pyc (67.6.1-r1) (27/27) Installing .makedepends-py3-curl (20230418.204740) Executing busybox-1.36.0-r7.trigger OK: 543 MiB in 126 packages >>> py3-curl: Cleaning up srcdir >>> py3-curl: Cleaning up pkgdir >>> py3-curl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycurl-7.45.2.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 228k 100 228k 0 0 1498k 0 --:--:-- --:--:-- --:--:-- 1504k >>> py3-curl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycurl-7.45.2.tar.gz >>> py3-curl: Checking sha512sums... pycurl-7.45.2.tar.gz: OK >>> py3-curl: Unpacking /var/cache/distfiles/edge/pycurl-7.45.2.tar.gz... Using curl-config (libcurl 8.0.1) Using SSL library: OpenSSL/LibreSSL/BoringSSL running build running build_py creating build creating build/lib.linux-aarch64-cpython-311 creating build/lib.linux-aarch64-cpython-311/curl copying python/curl/__init__.py -> build/lib.linux-aarch64-cpython-311/curl running build_ext building 'pycurl' extension creating build/temp.linux-aarch64-cpython-311 creating build/temp.linux-aarch64-cpython-311/src gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/docstrings.c -o build/temp.linux-aarch64-cpython-311/src/docstrings.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/easy.c -o build/temp.linux-aarch64-cpython-311/src/easy.o src/easy.c: In function 'do_curlhttppost_dealloc': src/easy.c:112:9: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 112 | curl_formfree(self->httppost); | ^~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easy.c:1: /usr/include/curl/curl.h:2612:1: note: declared here 2612 | curl_formfree(struct curl_httppost *form); | ^~~~~~~~~~~~~ src/easy.c: In function 'do_curl_duphandle': src/easy.c:382:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 382 | curl_easy_setopt(dup->handle, CURLOPT_IOCTLDATA, dup); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1583:3: note: declared here 1583 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^~~~~~~~~~~~~~~~~ gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/easycb.c -o build/temp.linux-aarch64-cpython-311/src/easycb.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/easyinfo.c -o build/temp.linux-aarch64-cpython-311/src/easyinfo.o src/easyinfo.c: In function 'do_curl_getinfo_raw': src/easyinfo.c:145:5: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations] 145 | case CURLINFO_LASTSOCKET: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2881:3: note: declared here 2881 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET") | ^~~~~~~~~~~~~~~~~~~ src/easyinfo.c:204:5: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] 204 | case CURLINFO_CONTENT_LENGTH_DOWNLOAD: | ^~~~ /usr/include/curl/curl.h:2859:3: note: declared here 2859 | CURLINFO_CONTENT_LENGTH_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easyinfo.c:205:5: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations] 205 | case CURLINFO_CONTENT_LENGTH_UPLOAD: | ^~~~ /usr/include/curl/curl.h:2864:3: note: declared here 2864 | CURLINFO_CONTENT_LENGTH_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easyinfo.c:209:5: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations] 209 | case CURLINFO_SIZE_DOWNLOAD: | ^~~~ /usr/include/curl/curl.h:2842:3: note: declared here 2842 | CURLINFO_SIZE_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~ src/easyinfo.c:210:5: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations] 210 | case CURLINFO_SIZE_UPLOAD: | ^~~~ /usr/include/curl/curl.h:2839:3: note: declared here 2839 | CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T") | ^~~~~~~~~~~~~~~~~~~~ src/easyinfo.c:211:5: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations] 211 | case CURLINFO_SPEED_DOWNLOAD: | ^~~~ /usr/include/curl/curl.h:2846:3: note: declared here 2846 | CURLINFO_SPEED_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~ src/easyinfo.c:212:5: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations] 212 | case CURLINFO_SPEED_UPLOAD: | ^~~~ /usr/include/curl/curl.h:2850:3: note: declared here 2850 | CURLINFO_SPEED_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~ gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/easyopt.c -o build/temp.linux-aarch64-cpython-311/src/easyopt.o src/easyopt.c: In function 'util_curl_unsetopt': src/easyopt.c:86:5: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 86 | case CURLOPT_EGDSOCKET: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1369:3: note: declared here 1369 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:94:5: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 94 | case CURLOPT_RANDOM_FILE: | ^~~~ /usr/include/curl/curl.h:1365:3: note: declared here 1365 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:147:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 147 | CLEAR_OBJECT(CURLOPT_HTTPPOST, self->httppost); | ^~~~~~~~~~~~ /usr/include/curl/curl.h:1196:3: note: declared here 1196 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:147:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 147 | CLEAR_OBJECT(CURLOPT_HTTPPOST, self->httppost); | ^~~~~~~~~~~~ /usr/include/curl/curl.h:1196:3: note: declared here 1196 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ src/easyopt.c: In function 'do_curl_setopt_string_impl': src/easyopt.c:221:5: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 221 | case CURLOPT_EGDSOCKET: | ^~~~ /usr/include/curl/curl.h:1369:3: note: declared here 1369 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:235:5: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 235 | case CURLOPT_RANDOM_FILE: | ^~~~ /usr/include/curl/curl.h:1365:3: note: declared here 1365 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:270:5: warning: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations] 270 | case CURLOPT_SOCKS5_GSSAPI_SERVICE: | ^~~~ /usr/include/curl/curl.h:1739:3: note: declared here 1739 | CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE, | ^~~~~~~~~~~~~~~~~ src/easyopt.c: In function 'do_curl_setopt_httppost': src/easyopt.c:556:13: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 556 | res = curl_formadd(&post, &last, | ^~~ /usr/include/curl/curl.h:2576:1: note: declared here 2576 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ src/easyopt.c:557:32: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 557 | CURLFORM_COPYNAME, nstr, | ^~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2501:3: note: declared here 2501 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ src/easyopt.c:558:32: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 558 | CURLFORM_NAMELENGTH, (long) nlen, | ^~~~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2503:3: note: declared here 2503 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/easyopt.c:559:32: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 559 | CURLFORM_COPYCONTENTS, cstr, | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2504:3: note: declared here 2504 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:560:32: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 560 | CURLFORM_CONTENTSLENGTH, (long) clen, | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2506:3: note: declared here 2506 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:623:17: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 623 | if (val != CURLFORM_COPYCONTENTS && | ^~ /usr/include/curl/curl.h:2504:3: note: declared here 2504 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:624:21: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 624 | val != CURLFORM_FILE && | ^~~ /usr/include/curl/curl.h:2510:3: note: declared here 2510 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^~~~~~~~~~~~~ src/easyopt.c:625:21: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 625 | val != CURLFORM_FILENAME && | ^~~ /usr/include/curl/curl.h:2518:3: note: declared here 2518 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~~~ src/easyopt.c:626:21: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 626 | val != CURLFORM_CONTENTTYPE && | ^~~ /usr/include/curl/curl.h:2516:3: note: declared here 2516 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ src/easyopt.c:627:21: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 627 | val != CURLFORM_BUFFER && | ^~~ /usr/include/curl/curl.h:2512:3: note: declared here 2512 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~ src/easyopt.c:628:21: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 628 | val != CURLFORM_BUFFERPTR) | ^~~ /usr/include/curl/curl.h:2513:3: note: declared here 2513 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~ src/easyopt.c:646:17: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 646 | if (val == CURLFORM_COPYCONTENTS) { | ^~ /usr/include/curl/curl.h:2504:3: note: declared here 2504 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:648:21: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 648 | forms[k].option = CURLFORM_CONTENTSLENGTH; | ^~~~~ /usr/include/curl/curl.h:2506:3: note: declared here 2506 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:651:17: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 651 | } else if (val == CURLFORM_BUFFERPTR) { | ^ /usr/include/curl/curl.h:2513:3: note: declared here 2513 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~ src/easyopt.c:681:21: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 681 | forms[k].option = CURLFORM_BUFFERLENGTH; | ^~~~~ /usr/include/curl/curl.h:2514:3: note: declared here 2514 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:687:13: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 687 | res = curl_formadd(&post, &last, | ^~~ /usr/include/curl/curl.h:2576:1: note: declared here 2576 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ src/easyopt.c:688:32: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 688 | CURLFORM_COPYNAME, nstr, | ^~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2501:3: note: declared here 2501 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ src/easyopt.c:689:32: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 689 | CURLFORM_NAMELENGTH, (long) nlen, | ^~~~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2503:3: note: declared here 2503 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/easyopt.c:690:32: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 690 | CURLFORM_ARRAY, forms, | ^~~~~~~~~~~~~~ /usr/include/curl/curl.h:2508:3: note: declared here 2508 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~ src/easyopt.c:707:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 707 | res = curl_easy_setopt(self->handle, CURLOPT_HTTPPOST, post); | ^~~ /usr/include/curl/curl.h:1196:3: note: declared here 1196 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:720:5: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 720 | curl_formfree(post); | ^~~~~~~~~~~~~ /usr/include/curl/curl.h:2612:1: note: declared here 2612 | curl_formfree(struct curl_httppost *form); | ^~~~~~~~~~~~~ src/easyopt.c: In function 'do_curl_setopt_callable': src/easyopt.c:851:5: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 851 | case CURLOPT_PROGRESSFUNCTION: | ^~~~ /usr/include/curl/curl.h:1296:3: note: declared here 1296 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:855:9: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 855 | curl_easy_setopt(self->handle, CURLOPT_PROGRESSFUNCTION, pro_cb); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1296:3: note: declared here 1296 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:874:5: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 874 | case CURLOPT_IOCTLFUNCTION: | ^~~~ /usr/include/curl/curl.h:1581:3: note: declared here 1581 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:878:9: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 878 | curl_easy_setopt(self->handle, CURLOPT_IOCTLFUNCTION, ioctl_cb); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1581:3: note: declared here 1581 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:879:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 879 | curl_easy_setopt(self->handle, CURLOPT_IOCTLDATA, self); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1583:3: note: declared here 1583 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^~~~~~~~~~~~~~~~~ src/easyopt.c: In function 'do_curl_setopt': src/easyopt.c:1072:9: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 1072 | if (option == CURLOPT_HTTPPOST) { | ^~ /usr/include/curl/curl.h:1196:3: note: declared here 1196 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/easyperform.c -o build/temp.linux-aarch64-cpython-311/src/easyperform.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/module.c -o build/temp.linux-aarch64-cpython-311/src/module.o src/module.c: In function 'PyInit_pycurl': src/module.c:733:5: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 733 | insint_c(d, "FORM_BUFFER", CURLFORM_BUFFER); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2512:3: note: declared here 2512 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~ src/module.c:734:5: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 734 | insint_c(d, "FORM_BUFFERPTR", CURLFORM_BUFFERPTR); | ^~~~~~~~ /usr/include/curl/curl.h:2513:3: note: declared here 2513 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~ src/module.c:735:5: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 735 | insint_c(d, "FORM_CONTENTS", CURLFORM_COPYCONTENTS); | ^~~~~~~~ /usr/include/curl/curl.h:2504:3: note: declared here 2504 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ src/module.c:736:5: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 736 | insint_c(d, "FORM_FILE", CURLFORM_FILE); | ^~~~~~~~ /usr/include/curl/curl.h:2510:3: note: declared here 2510 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^~~~~~~~~~~~~ src/module.c:737:5: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 737 | insint_c(d, "FORM_CONTENTTYPE", CURLFORM_CONTENTTYPE); | ^~~~~~~~ /usr/include/curl/curl.h:2516:3: note: declared here 2516 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ src/module.c:738:5: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 738 | insint_c(d, "FORM_FILENAME", CURLFORM_FILENAME); | ^~~~~~~~ /usr/include/curl/curl.h:2518:3: note: declared here 2518 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~~~ src/module.c:805:5: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] 805 | insint_c(d, "PUT", CURLOPT_PUT); | ^~~~~~~~ /usr/include/curl/curl.h:1287:3: note: declared here 1287 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, | ^~~~~~~~~~~~~~~~~ src/module.c:819:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 819 | insint_c(d, "HTTPPOST", CURLOPT_HTTPPOST); | ^~~~~~~~ /usr/include/curl/curl.h:1196:3: note: declared here 1196 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ src/module.c:838:5: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 838 | insint_c(d, "PROGRESSFUNCTION", CURLOPT_PROGRESSFUNCTION); | ^~~~~~~~ /usr/include/curl/curl.h:1296:3: note: declared here 1296 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ src/module.c:865:5: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 865 | insint_c(d, "RANDOM_FILE", CURLOPT_RANDOM_FILE); | ^~~~~~~~ /usr/include/curl/curl.h:1365:3: note: declared here 1365 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, | ^~~~~~~~~~~~~~~~~ src/module.c:866:5: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 866 | insint_c(d, "EGDSOCKET", CURLOPT_EGDSOCKET); | ^~~~~~~~ /usr/include/curl/curl.h:1369:3: note: declared here 1369 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, | ^~~~~~~~~~~~~~~~~ src/module.c:882:5: warning: 'CURLOPT_DNS_USE_GLOBAL_CACHE' is deprecated: since 7.11.1. Use CURLOPT_SHARE [-Wdeprecated-declarations] 882 | insint_c(d, "DNS_USE_GLOBAL_CACHE", CURLOPT_DNS_USE_GLOBAL_CACHE); | ^~~~~~~~ /usr/include/curl/curl.h:1425:3: note: declared here 1425 | CURLOPTDEPRECATED(CURLOPT_DNS_USE_GLOBAL_CACHE, CURLOPTTYPE_LONG, 91, | ^~~~~~~~~~~~~~~~~ src/module.c:914:5: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 914 | insint_c(d, "IOCTLFUNCTION", CURLOPT_IOCTLFUNCTION); | ^~~~~~~~ /usr/include/curl/curl.h:1581:3: note: declared here 1581 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^~~~~~~~~~~~~~~~~ src/module.c:997:5: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] 997 | insint_c(d, "PROTOCOLS", CURLOPT_PROTOCOLS); | ^~~~~~~~ /usr/include/curl/curl.h:1750:3: note: declared here 1750 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, | ^~~~~~~~~~~~~~~~~ src/module.c:998:5: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] 998 | insint_c(d, "REDIR_PROTOCOLS", CURLOPT_REDIR_PROTOCOLS); | ^~~~~~~~ /usr/include/curl/curl.h:1756:3: note: declared here 1756 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, | ^~~~~~~~~~~~~~~~~ src/module.c:1039:5: warning: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations] 1039 | insint_c(d, "SOCKS5_GSSAPI_SERVICE", CURLOPT_SOCKS5_GSSAPI_SERVICE); | ^~~~~~~~ /usr/include/curl/curl.h:1739:3: note: declared here 1739 | CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE, | ^~~~~~~~~~~~~~~~~ src/module.c:1060:5: warning: 'CURLOPT_SSL_ENABLE_NPN' is deprecated: since 7.86.0. Has no function [-Wdeprecated-declarations] 1060 | insint_c(d, "SSL_ENABLE_NPN", CURLOPT_SSL_ENABLE_NPN); | ^~~~~~~~ /usr/include/curl/curl.h:1902:3: note: declared here 1902 | CURLOPTDEPRECATED(CURLOPT_SSL_ENABLE_NPN, CURLOPTTYPE_LONG, 225, | ^~~~~~~~~~~~~~~~~ src/module.c:1241:5: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations] 1241 | insint_c(d, "SIZE_UPLOAD", CURLINFO_SIZE_UPLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2839:3: note: declared here 2839 | CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T") | ^~~~~~~~~~~~~~~~~~~~ src/module.c:1242:5: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations] 1242 | insint_c(d, "SIZE_DOWNLOAD", CURLINFO_SIZE_DOWNLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2842:3: note: declared here 2842 | CURLINFO_SIZE_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~ src/module.c:1243:5: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations] 1243 | insint_c(d, "SPEED_DOWNLOAD", CURLINFO_SPEED_DOWNLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2846:3: note: declared here 2846 | CURLINFO_SPEED_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~ src/module.c:1244:5: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations] 1244 | insint_c(d, "SPEED_UPLOAD", CURLINFO_SPEED_UPLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2850:3: note: declared here 2850 | CURLINFO_SPEED_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~ src/module.c:1249:5: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] 1249 | insint_c(d, "CONTENT_LENGTH_DOWNLOAD", CURLINFO_CONTENT_LENGTH_DOWNLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2859:3: note: declared here 2859 | CURLINFO_CONTENT_LENGTH_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/module.c:1250:5: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations] 1250 | insint_c(d, "CONTENT_LENGTH_UPLOAD", CURLINFO_CONTENT_LENGTH_UPLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2864:3: note: declared here 2864 | CURLINFO_CONTENT_LENGTH_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/module.c:1273:5: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations] 1273 | insint_c(d, "LASTSOCKET", CURLINFO_LASTSOCKET); | ^~~~~~~~ /usr/include/curl/curl.h:2881:3: note: declared here 2881 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET") | ^~~~~~~~~~~~~~~~~~~ gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/multi.c -o build/temp.linux-aarch64-cpython-311/src/multi.o src/multi.c: In function 'do_multi_socket_all': src/multi.c:578:5: warning: 'curl_multi_socket_all' is deprecated: since 7.19.5. Use curl_multi_socket_action() [-Wdeprecated-declarations] 578 | res = curl_multi_socket_all(self->multi_handle, &running); | ^~~ In file included from /usr/include/curl/curl.h:3192, from src/pycurl.h:33, from src/multi.c:1: /usr/include/curl/multi.h:330:1: note: declared here 330 | curl_multi_socket_all(CURLM *multi_handle, int *running_handles); | ^~~~~~~~~~~~~~~~~~~~~ gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/oscompat.c -o build/temp.linux-aarch64-cpython-311/src/oscompat.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/pythoncompat.c -o build/temp.linux-aarch64-cpython-311/src/pythoncompat.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/share.c -o build/temp.linux-aarch64-cpython-311/src/share.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/stringcompat.c -o build/temp.linux-aarch64-cpython-311/src/stringcompat.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/threadsupport.c -o build/temp.linux-aarch64-cpython-311/src/threadsupport.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/util.c -o build/temp.linux-aarch64-cpython-311/src/util.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/src/docstrings.o build/temp.linux-aarch64-cpython-311/src/easy.o build/temp.linux-aarch64-cpython-311/src/easycb.o build/temp.linux-aarch64-cpython-311/src/easyinfo.o build/temp.linux-aarch64-cpython-311/src/easyopt.o build/temp.linux-aarch64-cpython-311/src/easyperform.o build/temp.linux-aarch64-cpython-311/src/module.o build/temp.linux-aarch64-cpython-311/src/multi.o build/temp.linux-aarch64-cpython-311/src/oscompat.o build/temp.linux-aarch64-cpython-311/src/pythoncompat.o build/temp.linux-aarch64-cpython-311/src/share.o build/temp.linux-aarch64-cpython-311/src/stringcompat.o build/temp.linux-aarch64-cpython-311/src/threadsupport.o build/temp.linux-aarch64-cpython-311/src/util.o -L/usr/lib -lssl -lcrypto -lcurl -o build/lib.linux-aarch64-cpython-311/pycurl.cpython-311-aarch64-linux-musl.so >>> WARNING: py3-curl: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-curl: Entering fakeroot... Using curl-config (libcurl 8.0.1) Using SSL library: OpenSSL/LibreSSL/BoringSSL running install /usr/lib/python3.11/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 install_lib creating /home/buildozer/aports/community/py3-curl/pkg creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.11/site-packages copying build/lib.linux-aarch64-cpython-311/pycurl.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.11/site-packages/curl copying build/lib.linux-aarch64-cpython-311/curl/__init__.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.11/site-packages/curl byte-compiling /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.11/site-packages/curl/__init__.py to __init__.cpython-311.pyc running install_data creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl copying AUTHORS -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl copying ChangeLog -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl copying COPYING-LGPL -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl copying COPYING-MIT -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl copying INSTALL.rst -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl copying README.rst -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl copying RELEASE-NOTES.rst -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/sfquery.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/opensocketexception.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/multi-socket_action-select.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/ssh_keyfunction.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/linksys.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/basicfirst.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/file_upload.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/xmlrpc_curl.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/retriever.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/retriever-multi.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/smtp.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_real_fancy.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python3_https.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_headers.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python2_https.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_real.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_info.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/form_post.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python3.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/put_buffer.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python2.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/write_file.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_buffer.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/follow_redirect.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/put_file.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart running install_egg_info running egg_info writing pycurl.egg-info/PKG-INFO writing dependency_links to pycurl.egg-info/dependency_links.txt writing top-level names to pycurl.egg-info/top_level.txt reading manifest file 'pycurl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'src/Makefile' warning: no previously-included files found matching 'tests/fake-curl/libcurl/*.so' adding license file 'COPYING-LGPL' adding license file 'COPYING-MIT' adding license file 'AUTHORS' writing manifest file 'pycurl.egg-info/SOURCES.txt' Copying pycurl.egg-info to /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.11/site-packages/pycurl-7.45.2-py3.11.egg-info running install_scripts >>> py3-curl-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.11/site-packages/curl/__pycache__' -> '/home/buildozer/aports/community/py3-curl/pkg/py3-curl-pyc/usr/lib/python3.11/site-packages/curl/__pycache__' >>> py3-curl-pyc*: Preparing subpackage py3-curl-pyc... >>> py3-curl-pyc*: Running postcheck for py3-curl-pyc >>> py3-curl*: Running postcheck for py3-curl >>> py3-curl*: Preparing package py3-curl... >>> py3-curl*: Stripping binaries >>> py3-curl-pyc*: Scanning shared objects >>> py3-curl*: Scanning shared objects >>> py3-curl-pyc*: Tracing dependencies... python3~3.11 >>> py3-curl-pyc*: Package size: 44.0 KB >>> py3-curl-pyc*: Compressing data... >>> py3-curl-pyc*: Create checksum... >>> py3-curl-pyc*: Create py3-curl-pyc-7.45.2-r1.apk >>> py3-curl*: Tracing dependencies... python3~3.11 so:libc.musl-aarch64.so.1 so:libcrypto.so.3 so:libcurl.so.4 so:libssl.so.3 >>> py3-curl*: Package size: 196.0 KB >>> py3-curl*: Compressing data... >>> py3-curl*: Create checksum... >>> py3-curl*: Create py3-curl-7.45.2-r1.apk >>> py3-curl: Build complete at Tue, 18 Apr 2023 20:47:47 +0000 elapsed time 0h 0m 8s >>> py3-curl: Cleaning up srcdir >>> py3-curl: Cleaning up pkgdir >>> py3-curl: Uninstalling dependencies... (1/27) Purging .makedepends-py3-curl (20230418.204740) (2/27) Purging curl-dev (8.0.1-r2) (3/27) Purging libidn2-dev (2.3.4-r1) (4/27) Purging nghttp2-dev (1.52.0-r1) (5/27) Purging zlib-dev (1.2.13-r1) (6/27) Purging brotli-dev (1.0.9-r14) (7/27) Purging brotli (1.0.9-r14) (8/27) Purging openssl-dev (3.1.0-r3) (9/27) Purging python3-dev (3.11.3-r10) (10/27) Purging py3-setuptools-pyc (67.6.1-r1) (11/27) Purging py3-setuptools (67.6.1-r1) (12/27) Purging py3-packaging-pyc (23.1-r1) (13/27) Purging py3-packaging (23.1-r1) (14/27) Purging py3-parsing-pyc (3.0.9-r2) (15/27) Purging py3-parsing (3.0.9-r2) (16/27) Purging python3-pyc (3.11.3-r10) (17/27) Purging python3-pycache-pyc0 (3.11.3-r10) (18/27) Purging pyc (0.1-r0) (19/27) Purging python3 (3.11.3-r10) (20/27) Purging gdbm (1.23-r1) (21/27) Purging libbz2 (1.0.8-r5) (22/27) Purging libffi (3.4.4-r2) (23/27) Purging libpanelw (6.4_p20230401-r4) (24/27) Purging mpdecimal (2.5.1-r2) (25/27) Purging readline (8.2.1-r1) (26/27) Purging sqlite-libs (3.41.2-r2) (27/27) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 99 packages >>> py3-curl: Updating the community/aarch64 repository index... >>> py3-curl: Signing the index...