>>> py3-curl: Building community/py3-curl 7.43.0.6-r3 (using abuild 3.9.0-r0) started Fri, 15 Apr 2022 11:34:17 +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/6) Installing openssl-dev (1.1.1n-r0) (2/6) Installing nghttp2-dev (1.47.0-r0) (3/6) Installing brotli-dev (1.0.9-r6) (4/6) Installing curl-dev (7.82.0-r0) (5/6) Installing python3-dev (3.10.3-r0) (6/6) Installing .makedepends-py3-curl (20220415.113421) Executing busybox-1.35.0-r8.trigger OK: 513 MiB in 133 packages >>> py3-curl: Cleaning up srcdir >>> py3-curl: Cleaning up pkgdir >>> py3-curl: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/pycurl-7.43.0.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-curl: Fetching https://files.pythonhosted.org/packages/source/p/pycurl/pycurl-7.43.0.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 217k 100 217k 0 0 167k 0 0:00:01 0:00:01 --:--:-- 167k >>> py3-curl: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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.16/pycurl-7.43.0.6.tar.gz... /home/buildozer/aports/community/py3-curl/src/pycurl-7.43.0.6/setup.py:12: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives import distutils /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) Using curl-config (libcurl 7.82.0) Using SSL library: OpenSSL/LibreSSL/BoringSSL running build running build_py creating build creating build/lib.linux-aarch64-3.10 creating build/lib.linux-aarch64-3.10/curl copying python/curl/__init__.py -> build/lib.linux-aarch64-3.10/curl running build_ext building 'pycurl' extension creating build/temp.linux-aarch64-3.10 creating build/temp.linux-aarch64-3.10/src gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/docstrings.c -o build/temp.linux-aarch64-3.10/src/docstrings.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/easy.c -o build/temp.linux-aarch64-3.10/src/easy.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/easycb.c -o build/temp.linux-aarch64-3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easycb.c:1: /usr/include/python3.10/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 -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/easyinfo.c -o build/temp.linux-aarch64-3.10/src/easyinfo.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/easyopt.c -o build/temp.linux-aarch64-3.10/src/easyopt.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/easyperform.c -o build/temp.linux-aarch64-3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/easyperform.c:1: /usr/include/python3.10/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 -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/module.c -o build/temp.linux-aarch64-3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/module.c:1: /usr/include/python3.10/ceval.h:122:37: note: declared here 122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/multi.c -o build/temp.linux-aarch64-3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/multi.c:1: /usr/include/python3.10/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.10/Python.h:130, from src/pycurl.h:5, from src/multi.c:1: /usr/include/python3.10/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 -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/oscompat.c -o build/temp.linux-aarch64-3.10/src/oscompat.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/pythoncompat.c -o build/temp.linux-aarch64-3.10/src/pythoncompat.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/share.c -o build/temp.linux-aarch64-3.10/src/share.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/stringcompat.c -o build/temp.linux-aarch64-3.10/src/stringcompat.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/threadsupport.c -o build/temp.linux-aarch64-3.10/src/threadsupport.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DPYCURL_VERSION="7.43.0.6" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.10 -c src/util.c -o build/temp.linux-aarch64-3.10/src/util.o gcc -shared -Os -Os build/temp.linux-aarch64-3.10/src/docstrings.o build/temp.linux-aarch64-3.10/src/easy.o build/temp.linux-aarch64-3.10/src/easycb.o build/temp.linux-aarch64-3.10/src/easyinfo.o build/temp.linux-aarch64-3.10/src/easyopt.o build/temp.linux-aarch64-3.10/src/easyperform.o build/temp.linux-aarch64-3.10/src/module.o build/temp.linux-aarch64-3.10/src/multi.o build/temp.linux-aarch64-3.10/src/oscompat.o build/temp.linux-aarch64-3.10/src/pythoncompat.o build/temp.linux-aarch64-3.10/src/share.o build/temp.linux-aarch64-3.10/src/stringcompat.o build/temp.linux-aarch64-3.10/src/threadsupport.o build/temp.linux-aarch64-3.10/src/util.o -L/usr/lib -lssl -lcrypto -lcurl -o build/lib.linux-aarch64-3.10/pycurl.cpython-310-aarch64-linux-gnu.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... /home/buildozer/aports/community/py3-curl/src/pycurl-7.43.0.6/setup.py:12: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives import distutils /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) Using curl-config (libcurl 7.82.0) 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.10 creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.10/site-packages copying build/lib.linux-aarch64-3.10/pycurl.cpython-310-aarch64-linux-gnu.so -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.10/site-packages/curl copying build/lib.linux-aarch64-3.10/curl/__init__.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.10/site-packages/curl byte-compiling /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.10/site-packages/curl/__init__.py to __init__.cpython-310.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/ssh_keyfunction.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/opensocketexception.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/retriever.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples copying examples/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/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/sfquery.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/response_headers.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.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/put_buffer.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/file_upload_buffer.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/form_post.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/follow_redirect.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_real.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_info.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/write_file.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 running install_egg_info Writing /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.10/site-packages/pycurl-7.43.0.6-py3.10.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-aarch64.so.1 so:libcrypto.so.1.1 so:libcurl.so.4 so:libssl.so.1.1 >>> py3-curl*: Package size: 184.0 KB >>> py3-curl*: Compressing data... >>> py3-curl*: Create checksum... >>> py3-curl*: Create py3-curl-7.43.0.6-r3.apk >>> py3-curl: Build complete at Fri, 15 Apr 2022 11:34:33 +0000 elapsed time 0h 0m 16s >>> py3-curl: Cleaning up srcdir >>> py3-curl: Cleaning up pkgdir >>> py3-curl: Uninstalling dependencies... (1/6) Purging .makedepends-py3-curl (20220415.113421) (2/6) Purging curl-dev (7.82.0-r0) (3/6) Purging nghttp2-dev (1.47.0-r0) (4/6) Purging brotli-dev (1.0.9-r6) (5/6) Purging python3-dev (3.10.3-r0) (6/6) Purging openssl-dev (1.1.1n-r0) Executing busybox-1.35.0-r8.trigger OK: 461 MiB in 127 packages >>> py3-curl: Updating the community/aarch64 repository index... >>> py3-curl: Signing the index...