>>> py3-curl: Building community/py3-curl 7.43.0.6-r2 (using abuild 3.9.0_rc2-r1) started Mon, 18 Oct 2021 21:11:44 +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 openssl1.1-compat-dev python3-dev py3-setuptools (1/21) Installing openssl1.1-compat-dev (1.1.1l-r4) (2/21) Installing nghttp2-dev (1.44.0-r2) (3/21) Installing zlib-dev (1.2.11-r3) (4/21) Installing brotli-dev (1.0.9-r5) (5/21) Installing curl-dev (7.79.1-r0) (6/21) Installing libbz2 (1.0.8-r1) (7/21) Installing libffi (3.4.2-r1) (8/21) Installing gdbm (1.20-r2) (9/21) Installing xz-libs (5.2.5-r0) (10/21) Installing mpdecimal (2.5.1-r1) (11/21) Installing readline (8.1.1-r0) (12/21) Installing sqlite-libs (3.36.0-r0) (13/21) Installing python3 (3.9.7-r3) (14/21) Installing python3-dev (3.9.7-r3) (15/21) Installing py3-ordered-set (4.0.2-r2) (16/21) Installing py3-appdirs (1.4.4-r2) (17/21) Installing py3-parsing (2.4.7-r2) (18/21) Installing py3-six (1.15.0-r1) (19/21) Installing py3-packaging (20.9-r1) (20/21) Installing py3-setuptools (52.0.0-r4) (21/21) Installing .makedepends-py3-curl (20211018.211146) Executing busybox-1.34.1-r1.trigger OK: 401 MiB in 110 packages >>> py3-curl: Cleaning up srcdir >>> py3-curl: Cleaning up pkgdir >>> py3-curl: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pycurl-7.43.0.6.tar.gz >>> py3-curl: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pycurl-7.43.0.6.tar.gz >>> py3-curl: Checking sha512sums... pycurl-7.43.0.6.tar.gz: OK >>> py3-curl: Unpacking /var/cache/distfiles/v3.15/pycurl-7.43.0.6.tar.gz... /usr/lib/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) Using curl-config (libcurl 7.79.1) Using SSL library: OpenSSL/LibreSSL/BoringSSL running build running build_py creating build creating build/lib.linux-i686-3.9 creating build/lib.linux-i686-3.9/curl copying python/curl/__init__.py -> build/lib.linux-i686-3.9/curl running build_ext building 'pycurl' extension creating build/temp.linux-i686-3.9 creating build/temp.linux-i686-3.9/src gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/docstrings.c -o build/temp.linux-i686-3.9/src/docstrings.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/easy.c -o build/temp.linux-i686-3.9/src/easy.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/easycb.c -o build/temp.linux-i686-3.9/src/easycb.o src/easycb.c: In function 'util_write_callback': src/easycb.c:45:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 45 | result = PyEval_CallObject(cb, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easycb.c: In function 'opensocket_callback': src/easycb.c:187:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 187 | python_address = PyEval_CallObject(curl_sockaddr_type, arglist); | ^~~~~~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easycb.c:198:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 198 | result = PyEval_CallObject(self->opensocket_cb, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easycb.c: In function 'sockopt_cb': src/easycb.c:260:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 260 | ret_obj = PyEval_CallObject(self->sockopt_cb, arglist); | ^~~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easycb.c: In function 'closesocket_callback': src/easycb.c:312:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 312 | ret_obj = PyEval_CallObject(self->closesocket_cb, arglist); | ^~~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easycb.c: In function 'ssh_key_cb': src/easycb.c:413:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 413 | ret_obj = PyEval_CallObject(self->ssh_key_cb, arglist); | ^~~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easycb.c: In function 'seek_callback': src/easycb.c:491:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 491 | result = PyEval_CallObject(cb, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easycb.c: In function 'read_callback': src/easycb.c:557:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 557 | result = PyEval_CallObject(self->r_cb, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easycb.c: In function 'progress_callback': src/easycb.c:665:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 665 | result = PyEval_CallObject(self->pro_cb, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easycb.c: In function 'xferinfo_callback': src/easycb.c:718:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 718 | result = PyEval_CallObject(self->xferinfo_cb, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easycb.c: In function 'debug_callback': src/easycb.c:778:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 778 | result = PyEval_CallObject(self->debug_cb, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easycb.c: In function 'ioctl_callback': src/easycb.c:819:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 819 | result = PyEval_CallObject(self->ioctl_cb, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/easyinfo.c -o build/temp.linux-i686-3.9/src/easyinfo.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/easyopt.c -o build/temp.linux-i686-3.9/src/easyopt.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/easyperform.c -o build/temp.linux-i686-3.9/src/easyperform.o src/easyperform.c: In function 'do_curl_perform_rb': src/easyperform.c:31:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 31 | io = PyEval_CallObject(bytesio, NULL); | ^~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/easyperform.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/module.c -o build/temp.linux-i686-3.9/src/module.o src/module.c: In function 'PyInit_pycurl': src/module.c:1468:5: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] 1468 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/module.c:1: /usr/include/python3.9/ceval.h:130:37: note: declared here 130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/multi.c -o build/temp.linux-i686-3.9/src/multi.o src/multi.c: In function 'multi_socket_callback': src/multi.c:202:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 202 | result = PyEval_CallObject(self->s_cb, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/multi.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/multi.c: In function 'multi_timer_callback': src/multi.c:246:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 246 | result = PyEval_CallObject(self->t_cb, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:154, from src/pycurl.h:5, from src/multi.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/oscompat.c -o build/temp.linux-i686-3.9/src/oscompat.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/pythoncompat.c -o build/temp.linux-i686-3.9/src/pythoncompat.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/share.c -o build/temp.linux-i686-3.9/src/share.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/stringcompat.c -o build/temp.linux-i686-3.9/src/stringcompat.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/threadsupport.c -o build/temp.linux-i686-3.9/src/threadsupport.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.9 -c src/util.c -o build/temp.linux-i686-3.9/src/util.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.9/src/docstrings.o build/temp.linux-i686-3.9/src/easy.o build/temp.linux-i686-3.9/src/easycb.o build/temp.linux-i686-3.9/src/easyinfo.o build/temp.linux-i686-3.9/src/easyopt.o build/temp.linux-i686-3.9/src/easyperform.o build/temp.linux-i686-3.9/src/module.o build/temp.linux-i686-3.9/src/multi.o build/temp.linux-i686-3.9/src/oscompat.o build/temp.linux-i686-3.9/src/pythoncompat.o build/temp.linux-i686-3.9/src/share.o build/temp.linux-i686-3.9/src/stringcompat.o build/temp.linux-i686-3.9/src/threadsupport.o build/temp.linux-i686-3.9/src/util.o -L/usr/lib -lssl -lcrypto -lcurl -o build/lib.linux-i686-3.9/pycurl.cpython-39-i386-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... /usr/lib/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) Using curl-config (libcurl 7.79.1) Using SSL library: OpenSSL/LibreSSL/BoringSSL running install running build running build_py running build_ext 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.9 creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.9/site-packages/curl copying build/lib.linux-i686-3.9/curl/__init__.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.9/site-packages/curl copying build/lib.linux-i686-3.9/pycurl.cpython-39-i386-linux-musl.so -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.9/site-packages byte-compiling /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.9/site-packages/curl/__init__.py to __init__.cpython-39.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/file_upload.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/ssh_keyfunction.py -> /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/smtp.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/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/retriever-multi.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 creating /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/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/get_python3_https.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/get.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/file_upload_real_fancy.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/response_info.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 copying examples/quickstart/get_python3.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 running install_egg_info Writing /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.9/site-packages/pycurl-7.43.0.6-py3.9.egg-info >>> py3-curl*: Running postcheck for py3-curl >>> py3-curl*: Preparing package py3-curl... >>> py3-curl*: Stripping binaries >>> py3-curl*: Scanning shared objects >>> py3-curl*: Tracing dependencies... so:libc.musl-x86.so.1 so:libcrypto.so.1.1 so:libcurl.so.4 so:libssl.so.1.1 >>> py3-curl*: Package size: 192.0 KB >>> py3-curl*: Compressing data... >>> py3-curl*: Create checksum... >>> py3-curl*: Create py3-curl-7.43.0.6-r2.apk >>> py3-curl: Build complete at Mon, 18 Oct 2021 21:11:59 +0000 elapsed time 0h 0m 15s >>> py3-curl: Cleaning up srcdir >>> py3-curl: Cleaning up pkgdir >>> py3-curl: Uninstalling dependencies... (1/21) Purging .makedepends-py3-curl (20211018.211146) (2/21) Purging curl-dev (7.79.1-r0) (3/21) Purging nghttp2-dev (1.44.0-r2) (4/21) Purging zlib-dev (1.2.11-r3) (5/21) Purging brotli-dev (1.0.9-r5) (6/21) Purging openssl1.1-compat-dev (1.1.1l-r4) (7/21) Purging python3-dev (3.9.7-r3) (8/21) Purging py3-setuptools (52.0.0-r4) (9/21) Purging py3-ordered-set (4.0.2-r2) (10/21) Purging py3-appdirs (1.4.4-r2) (11/21) Purging py3-packaging (20.9-r1) (12/21) Purging py3-parsing (2.4.7-r2) (13/21) Purging py3-six (1.15.0-r1) (14/21) Purging python3 (3.9.7-r3) (15/21) Purging libbz2 (1.0.8-r1) (16/21) Purging libffi (3.4.2-r1) (17/21) Purging gdbm (1.20-r2) (18/21) Purging xz-libs (5.2.5-r0) (19/21) Purging mpdecimal (2.5.1-r1) (20/21) Purging readline (8.1.1-r0) (21/21) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-curl: Updating the community/x86 repository index... >>> py3-curl: Signing the index...