INFO: not using any hashes in /data/userland-archives/hashes for pycurl-7.45.2.tar.gz (overridden with --hash) Source /data/userland-archives/pycurl-7.45.2.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/a8/af/24d3acfa76b867dbd8f1166853c18eefc890fc5da03a48672b38ea77ddae/pycurl-7.45.2.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok copy cloning /jenkins/jobs/oi-userland/workspace/components/python/pycurl/pycurl-7.45.2 to /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/amd64-3.7 Using curl-config (libcurl 7.88.1) Using SSL library: OpenSSL/LibreSSL/BoringSSL running build running build_py creating build creating build/lib.solaris-2.11-i86pc.64bit-cpython-37 creating build/lib.solaris-2.11-i86pc.64bit-cpython-37/curl copying python/curl/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-37/curl running build_ext building 'pycurl' extension creating build/temp.solaris-2.11-i86pc.64bit-cpython-37 creating build/temp.solaris-2.11-i86pc.64bit-cpython-37/src /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/docstrings.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/docstrings.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/easy.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/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:2611:1: note: declared here 2611 | 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); | ^~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easy.c:1: /usr/include/curl/curl.h:1582:3: note: declared here 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^~~~~~~~~~~~~~~~~ /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/easycb.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/easycb.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/easyinfo.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/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:2880:3: note: declared here 2880 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2858:3: note: declared here 2858 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2863:3: note: declared here 2863 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2841:3: note: declared here 2841 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2838:3: note: declared here 2838 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2845:3: note: declared here 2845 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2849:3: note: declared here 2849 | CURLINFO_SPEED_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~ /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/easyopt.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/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:1368:3: note: declared here 1368 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1364:3: note: declared here 1364 | 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); | ^~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1195:3: note: declared here 1195 | 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); | ^~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1195:3: note: declared here 1195 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1368:3: note: declared here 1368 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1364:3: note: declared here 1364 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1738:3: note: declared here 1738 | 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, | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2575:1: note: declared here 2575 | 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, | ^~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2500:3: note: declared here 2500 | 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, | ^~~~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2502:3: note: declared here 2502 | 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, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2503:3: note: declared here 2503 | 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, | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2505:3: note: declared here 2505 | 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 && | ^~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2503:3: note: declared here 2503 | 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 && | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2509:3: note: declared here 2509 | 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 && | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2517:3: note: declared here 2517 | 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 && | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2515:3: note: declared here 2515 | 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 && | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2511:3: note: declared here 2511 | 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) | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2512:3: note: declared here 2512 | 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) { | ^~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2503:3: note: declared here 2503 | 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; | ^~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2505:3: note: declared here 2505 | 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) { | ^ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2512:3: note: declared here 2512 | 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; | ^~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2513:3: note: declared here 2513 | 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, | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2575:1: note: declared here 2575 | 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, | ^~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2500:3: note: declared here 2500 | 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, | ^~~~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2502:3: note: declared here 2502 | 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, | ^~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2507:3: note: declared here 2507 | 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); | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1195:3: note: declared here 1195 | 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); | ^~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2611:1: note: declared here 2611 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1295:3: note: declared here 1295 | 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); | ^~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1295:3: note: declared here 1295 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1580:3: note: declared here 1580 | 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); | ^~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1580:3: note: declared here 1580 | 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); | ^~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1582:3: note: declared here 1582 | 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) { | ^~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1195:3: note: declared here 1195 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/easyperform.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/easyperform.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/module.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/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:2511:3: note: declared here 2511 | 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); | ^~~~~~~~ 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_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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2503:3: note: declared here 2503 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2509:3: note: declared here 2509 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2515:3: note: declared here 2515 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2517:3: note: declared here 2517 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1286:3: note: declared here 1286 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1195:3: note: declared here 1195 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1295:3: note: declared here 1295 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1364:3: note: declared here 1364 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1368:3: note: declared here 1368 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1424:3: note: declared here 1424 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1580:3: note: declared here 1580 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1749:3: note: declared here 1749 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1755:3: note: declared here 1755 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1738:3: note: declared here 1738 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1901:3: note: declared here 1901 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2838:3: note: declared here 2838 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2841:3: note: declared here 2841 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2845:3: note: declared here 2845 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2849:3: note: declared here 2849 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2858:3: note: declared here 2858 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2863:3: note: declared here 2863 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2880:3: note: declared here 2880 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET") | ^~~~~~~~~~~~~~~~~~~ /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/multi.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/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:3191, 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); | ^~~~~~~~~~~~~~~~~~~~~ /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/oscompat.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/oscompat.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/pythoncompat.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/pythoncompat.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/share.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/share.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/stringcompat.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/stringcompat.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/threadsupport.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/threadsupport.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O3 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.7m -c src/util.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/util.o /usr/gcc/10/bin/gcc -shared -m64 -fPIC -DPIC -m64 -fPIC -DPIC -m64 -L/usr/openssl/1.1/lib/amd64 -R/usr/openssl/1.1/lib/amd64 -m64 -O3 -I/usr/openssl/1.1/include build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/docstrings.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/easy.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/easycb.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/easyinfo.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/easyopt.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/easyperform.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/module.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/multi.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/oscompat.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/pythoncompat.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/share.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/stringcompat.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/threadsupport.o build/temp.solaris-2.11-i86pc.64bit-cpython-37/src/util.o -L/usr/lib/amd64 -L/usr/lib/amd64 -lssl -lcrypto -lcurl -o build/lib.solaris-2.11-i86pc.64bit-cpython-37/pycurl.cpython-37m.so copy cloning /jenkins/jobs/oi-userland/workspace/components/python/pycurl/pycurl-7.45.2 to /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/amd64-3.9 Using curl-config (libcurl 7.88.1) Using SSL library: OpenSSL/LibreSSL/BoringSSL running build running build_py creating build creating build/lib.solaris-2.11-i86pc.64bit-cpython-39 creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/curl copying python/curl/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/curl running build_ext building 'pycurl' extension creating build/temp.solaris-2.11-i86pc.64bit-cpython-39 creating build/temp.solaris-2.11-i86pc.64bit-cpython-39/src /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/docstrings.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/docstrings.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/easy.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/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:2611:1: note: declared here 2611 | 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); | ^~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easy.c:1: /usr/include/curl/curl.h:1582:3: note: declared here 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^~~~~~~~~~~~~~~~~ /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/easycb.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/easycb.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/easyinfo.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/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:2880:3: note: declared here 2880 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2858:3: note: declared here 2858 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2863:3: note: declared here 2863 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2841:3: note: declared here 2841 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2838:3: note: declared here 2838 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2845:3: note: declared here 2845 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2849:3: note: declared here 2849 | CURLINFO_SPEED_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~ /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/easyopt.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/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:1368:3: note: declared here 1368 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1364:3: note: declared here 1364 | 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); | ^~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1195:3: note: declared here 1195 | 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); | ^~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1195:3: note: declared here 1195 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1368:3: note: declared here 1368 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1364:3: note: declared here 1364 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1738:3: note: declared here 1738 | 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, | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2575:1: note: declared here 2575 | 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, | ^~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2500:3: note: declared here 2500 | 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, | ^~~~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2502:3: note: declared here 2502 | 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, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2503:3: note: declared here 2503 | 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, | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2505:3: note: declared here 2505 | 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 && | ^~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2503:3: note: declared here 2503 | 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 && | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2509:3: note: declared here 2509 | 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 && | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2517:3: note: declared here 2517 | 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 && | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2515:3: note: declared here 2515 | 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 && | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2511:3: note: declared here 2511 | 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) | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2512:3: note: declared here 2512 | 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) { | ^~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2503:3: note: declared here 2503 | 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; | ^~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2505:3: note: declared here 2505 | 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) { | ^ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2512:3: note: declared here 2512 | 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; | ^~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2513:3: note: declared here 2513 | 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, | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2575:1: note: declared here 2575 | 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, | ^~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2500:3: note: declared here 2500 | 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, | ^~~~~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2502:3: note: declared here 2502 | 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, | ^~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2507:3: note: declared here 2507 | 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); | ^~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1195:3: note: declared here 1195 | 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); | ^~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:2611:1: note: declared here 2611 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1295:3: note: declared here 1295 | 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); | ^~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1295:3: note: declared here 1295 | 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: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1580:3: note: declared here 1580 | 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); | ^~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1580:3: note: declared here 1580 | 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); | ^~~~~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1582:3: note: declared here 1582 | 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) { | ^~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1195:3: note: declared here 1195 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/easyperform.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/easyperform.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/module.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/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:2511:3: note: declared here 2511 | 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); | ^~~~~~~~ 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_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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2503:3: note: declared here 2503 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2509:3: note: declared here 2509 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2515:3: note: declared here 2515 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2517:3: note: declared here 2517 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1286:3: note: declared here 1286 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1195:3: note: declared here 1195 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1295:3: note: declared here 1295 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1364:3: note: declared here 1364 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1368:3: note: declared here 1368 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1424:3: note: declared here 1424 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1580:3: note: declared here 1580 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1749:3: note: declared here 1749 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1755:3: note: declared here 1755 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1738:3: note: declared here 1738 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:1901:3: note: declared here 1901 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2838:3: note: declared here 2838 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2841:3: note: declared here 2841 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2845:3: note: declared here 2845 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2849:3: note: declared here 2849 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2858:3: note: declared here 2858 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2863:3: note: declared here 2863 | 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); | ^~~~~~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:2880:3: note: declared here 2880 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET") | ^~~~~~~~~~~~~~~~~~~ /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/multi.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/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:3191, 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); | ^~~~~~~~~~~~~~~~~~~~~ /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/oscompat.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/oscompat.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/pythoncompat.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/pythoncompat.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/share.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/share.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/stringcompat.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/stringcompat.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/threadsupport.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/threadsupport.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -I/usr/openssl/1.1/include -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/util.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/util.o /usr/gcc/10/bin/gcc -shared -m64 -fPIC -DPIC -m64 -fPIC -DPIC -m64 -L/usr/openssl/1.1/lib/amd64 -R/usr/openssl/1.1/lib/amd64 -m64 -O3 -I/usr/openssl/1.1/include build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/docstrings.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/easy.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/easycb.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/easyinfo.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/easyopt.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/easyperform.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/module.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/multi.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/oscompat.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/pythoncompat.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/share.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/stringcompat.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/threadsupport.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/util.o -L/usr/lib/amd64 -L/usr/lib/amd64 -lssl -lcrypto -lcurl -o build/lib.solaris-2.11-i86pc.64bit-cpython-39/pycurl.cpython-39.so Using curl-config (libcurl 7.88.1) Using SSL library: OpenSSL/LibreSSL/BoringSSL running install running install_lib creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386 creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.7 creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.7/vendor-packages creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.7/vendor-packages/curl copying build/lib.solaris-2.11-i86pc.64bit-cpython-37/curl/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.7/vendor-packages/curl copying build/lib.solaris-2.11-i86pc.64bit-cpython-37/pycurl.cpython-37m.so -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.7/vendor-packages byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.7/vendor-packages/curl/__init__.py to __init__.cpython-37.pyc running install_data creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying AUTHORS -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying ChangeLog -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying COPYING-LGPL -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying COPYING-MIT -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying INSTALL.rst -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying README.rst -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying RELEASE-NOTES.rst -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/linksys.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/xmlrpc_curl.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/ssh_keyfunction.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/basicfirst.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/multi-socket_action-select.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/sfquery.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/retriever.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/file_upload.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/opensocketexception.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/retriever-multi.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/smtp.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/put_buffer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_headers.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/put_file.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/form_post.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python2_https.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/write_file.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_real.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python3_https.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_info.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python2.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/follow_redirect.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python3.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_buffer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_real_fancy.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/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' /usr/lib/python3.7/vendor-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, 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 /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.7/vendor-packages/pycurl-7.45.2-py3.7.egg-info running install_scripts Using curl-config (libcurl 7.88.1) Using SSL library: OpenSSL/LibreSSL/BoringSSL running install /usr/lib/python3.9/vendor-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 /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.9 creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.9/vendor-packages creating /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.9/vendor-packages/curl copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/curl/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.9/vendor-packages/curl copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/pycurl.cpython-39.so -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.9/vendor-packages byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.9/vendor-packages/curl/__init__.py to __init__.cpython-39.pyc running install_data copying AUTHORS -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying ChangeLog -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying COPYING-LGPL -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying COPYING-MIT -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying INSTALL.rst -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying README.rst -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying RELEASE-NOTES.rst -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl copying examples/smtp.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/retriever.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/file_upload.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/opensocketexception.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/ssh_keyfunction.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/sfquery.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/basicfirst.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/linksys.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/retriever-multi.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/xmlrpc_curl.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/multi-socket_action-select.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples copying examples/quickstart/get_python3_https.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_real.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python2_https.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_headers.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_buffer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python3.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python2.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/put_file.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_info.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/put_buffer.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/form_post.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/follow_redirect.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_real_fancy.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/write_file.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/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 /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycurl-7.45.2-py3.9.egg-info running install_scripts VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/manifest-i386-pycurl-37.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/manifest-i386-pycurl-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/manifest-i386-pycurl.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/manifest-i386-library---python---pycurl-34.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/manifest-i386-library---python-2---pycurl-26.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/manifest-i386-library---python-2---pycurl-27.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/manifest-i386-library---python-2---pycurl.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/manifest-i386-library---python---pycurl-27.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pycurl/build/manifest-i386-library---python---pycurl-35.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: python/pycurl pkg://openindiana.org/library/python/pycurl-37@7.45.2,5.11-2023.0.0.0:20230317T113656Z PUBLISHED pkg://openindiana.org/library/python/pycurl-39@7.45.2,5.11-2023.0.0.0:20230317T113719Z PUBLISHED pkg://openindiana.org/library/python/pycurl@7.45.2,5.11-2023.0.0.0:20230317T113742Z PUBLISHED pkg://openindiana.org/library/python/pycurl-34@7.43.0.2,5.11-2020.0.1.1:20230317T113803Z PUBLISHED pkg://openindiana.org/library/python-2/pycurl-26@7.19.0.1,5.11-2016.0.1.1:20230317T113824Z PUBLISHED pkg://openindiana.org/library/python-2/pycurl-27@7.19.0.1,5.11-2016.0.1.2:20230317T113844Z PUBLISHED pkg://openindiana.org/library/python-2/pycurl@7.19.0.1,5.11-2016.0.1.1:20230317T113905Z PUBLISHED pkg://openindiana.org/library/python/pycurl-27@7.44.1,5.11-2021.0.0.1:20230317T113928Z PUBLISHED pkg://openindiana.org/library/python/pycurl-35@7.44.1,5.11-2021.0.0.1:20230317T113949Z PUBLISHED