>>> py3-curl: Building community/py3-curl 7.43.0.6-r3 (using abuild 3.9.0-r0) started Sat, 16 Apr 2022 23:45:02 +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/19) Installing openssl-dev (1.1.1n-r0) (2/19) Installing nghttp2-dev (1.47.0-r0) (3/19) Installing zlib-dev (1.2.12-r0) (4/19) Installing brotli-dev (1.0.9-r6) (5/19) Installing curl-dev (7.82.0-r0) (6/19) Installing gdbm (1.23-r0) (7/19) Installing mpdecimal (2.5.1-r1) (8/19) Installing readline (8.1.2-r0) (9/19) Installing sqlite-libs (3.38.2-r0) (10/19) Installing python3 (3.10.3-r0) (11/19) Installing python3-dev (3.10.3-r0) (12/19) Installing py3-appdirs (1.4.4-r3) (13/19) Installing py3-more-itertools (8.12.0-r2) (14/19) Installing py3-ordered-set (4.0.2-r3) (15/19) Installing py3-parsing (2.4.7-r3) (16/19) Installing py3-six (1.16.0-r1) (17/19) Installing py3-packaging (21.3-r0) (18/19) Installing py3-setuptools (59.4.0-r0) (19/19) Installing .makedepends-py3-curl (20220416.234508) Executing busybox-1.35.0-r8.trigger OK: 1372 MiB in 122 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 100 217k 100 217k 0 0 2302k 0 --:--:-- --:--:-- --:--:-- 2315k >>> 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-x86_64-3.10 creating build/lib.linux-x86_64-3.10/curl copying python/curl/__init__.py -> build/lib.linux-x86_64-3.10/curl running build_ext building 'pycurl' extension creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/src gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-3.10/src/docstrings.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-3.10/src/easy.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-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 -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-3.10/src/easyinfo.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-3.10/src/easyopt.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-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 -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-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 -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-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 -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-3.10/src/oscompat.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-3.10/src/pythoncompat.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-3.10/src/share.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-3.10/src/stringcompat.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-3.10/src/threadsupport.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -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-x86_64-3.10/src/util.o gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.10/src/docstrings.o build/temp.linux-x86_64-3.10/src/easy.o build/temp.linux-x86_64-3.10/src/easycb.o build/temp.linux-x86_64-3.10/src/easyinfo.o build/temp.linux-x86_64-3.10/src/easyopt.o build/temp.linux-x86_64-3.10/src/easyperform.o build/temp.linux-x86_64-3.10/src/module.o build/temp.linux-x86_64-3.10/src/multi.o build/temp.linux-x86_64-3.10/src/oscompat.o build/temp.linux-x86_64-3.10/src/pythoncompat.o build/temp.linux-x86_64-3.10/src/share.o build/temp.linux-x86_64-3.10/src/stringcompat.o build/temp.linux-x86_64-3.10/src/threadsupport.o build/temp.linux-x86_64-3.10/src/util.o -L/usr/lib -lssl -lcrypto -lcurl -o build/lib.linux-x86_64-3.10/pycurl.cpython-310-x86_64-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 creating /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.10/site-packages/curl copying build/lib.linux-x86_64-3.10/curl/__init__.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.10/site-packages/curl copying build/lib.linux-x86_64-3.10/pycurl.cpython-310-x86_64-linux-gnu.so -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/lib/python3.10/site-packages 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/smtp.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/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/xmlrpc_curl.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/file_upload.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/get_python3.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/response_headers.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/put_buffer.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/write_file.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python3_https.py -> /home/buildozer/aports/community/py3-curl/pkg/py3-curl/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_info.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_python2.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_buffer.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/file_upload_real_fancy.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-x86_64.so.1 so:libcrypto.so.1.1 so:libcurl.so.4 so:libssl.so.1.1 >>> py3-curl*: Package size: 188.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 Sat, 16 Apr 2022 23:45:20 +0000 elapsed time 0h 0m 18s >>> py3-curl: Cleaning up srcdir >>> py3-curl: Cleaning up pkgdir >>> py3-curl: Uninstalling dependencies... (1/19) Purging .makedepends-py3-curl (20220416.234508) (2/19) Purging curl-dev (7.82.0-r0) (3/19) Purging nghttp2-dev (1.47.0-r0) (4/19) Purging zlib-dev (1.2.12-r0) (5/19) Purging brotli-dev (1.0.9-r6) (6/19) Purging python3-dev (3.10.3-r0) (7/19) Purging py3-setuptools (59.4.0-r0) (8/19) Purging py3-appdirs (1.4.4-r3) (9/19) Purging py3-more-itertools (8.12.0-r2) (10/19) Purging py3-ordered-set (4.0.2-r3) (11/19) Purging py3-packaging (21.3-r0) (12/19) Purging py3-six (1.16.0-r1) (13/19) Purging py3-parsing (2.4.7-r3) (14/19) Purging python3 (3.10.3-r0) (15/19) Purging openssl-dev (1.1.1n-r0) (16/19) Purging gdbm (1.23-r0) (17/19) Purging mpdecimal (2.5.1-r1) (18/19) Purging readline (8.1.2-r0) (19/19) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 1274 MiB in 103 packages >>> py3-curl: Updating the community/x86_64 repository index... >>> py3-curl: Signing the index...