>>> py3-keyutils: Building community/py3-keyutils 0.6-r0 (using abuild 3.9.0_rc2-r1) started Sat, 13 Nov 2021 19:17:14 +0000 >>> py3-keyutils: Checking sanity of /home/buildozer/aports/community/py3-keyutils/APKBUILD... >>> py3-keyutils: Analyzing dependencies... >>> py3-keyutils: Installing for build: build-base python3 keyutils gettext keyutils-dev py3-setuptools py3-pip python3-dev py3-pytest-runner (1/43) Installing libffi (3.4.2-r1) (2/43) Installing gdbm (1.22-r0) (3/43) Installing mpdecimal (2.5.1-r1) (4/43) Installing readline (8.1.1-r0) (5/43) Installing sqlite-libs (3.36.0-r0) (6/43) Installing python3 (3.9.7-r3) (7/43) Installing keyutils-libs (1.6.3-r0) (8/43) Installing keyutils (1.6.3-r0) (9/43) Installing libintl (0.21-r0) (10/43) Installing libunistring (0.9.10-r1) (11/43) Installing gettext-libs (0.21-r0) (12/43) Installing libxml2 (2.9.12-r2) (13/43) Installing gettext (0.21-r0) (14/43) Installing keyutils-dev (1.6.3-r0) (15/43) Installing py3-ordered-set (4.0.2-r2) (16/43) Installing py3-appdirs (1.4.4-r2) (17/43) Installing py3-parsing (2.4.7-r2) (18/43) Installing py3-six (1.16.0-r0) (19/43) Installing py3-packaging (20.9-r1) (20/43) Installing py3-setuptools (52.0.0-r4) (21/43) Installing py3-certifi (2020.12.5-r1) (22/43) Installing py3-charset-normalizer (2.0.7-r0) (23/43) Installing py3-idna (3.3-r0) (24/43) Installing py3-urllib3 (1.26.7-r0) (25/43) Installing py3-requests (2.26.0-r1) (26/43) Installing py3-msgpack (1.0.2-r1) (27/43) Installing py3-lockfile (0.12.2-r4) (28/43) Installing py3-cachecontrol (0.12.10-r0) (29/43) Installing py3-colorama (0.4.4-r1) (30/43) Installing py3-contextlib2 (21.6.0-r1) (31/43) Installing py3-distlib (0.3.3-r0) (32/43) Installing py3-distro (1.6.0-r0) (33/43) Installing py3-webencodings (0.5.1-r4) (34/43) Installing py3-html5lib (1.1-r1) (35/43) Installing py3-tomli (1.2.2-r0) (36/43) Installing py3-pep517 (0.12.0-r0) (37/43) Installing py3-progress (1.6-r0) (38/43) Installing py3-retrying (1.3.3-r2) (39/43) Installing py3-toml (0.10.2-r2) (40/43) Installing py3-pip (20.3.4-r1) (41/43) Installing python3-dev (3.9.7-r3) (42/43) Installing py3-pytest-runner (5.3.1-r0) (43/43) Installing .makedepends-py3-keyutils (20211113.191715) Executing busybox-1.34.1-r2.trigger OK: 825 MiB in 144 packages >>> py3-keyutils: Cleaning up srcdir >>> py3-keyutils: Cleaning up pkgdir >>> py3-keyutils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-keyutils-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 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-keyutils: Fetching py3-keyutils-0.6.tar.gz::https://github.com/sassoftware/python-keyutils/archive/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 132 100 132 0 0 2139 0 --:--:-- --:--:-- --:--:-- 2163 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 45427 0 45427 0 0 149k 0 --:--:-- --:--:-- --:--:-- 197k >>> py3-keyutils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-keyutils-0.6.tar.gz >>> py3-keyutils: Checking sha512sums... py3-keyutils-0.6.tar.gz: OK >>> py3-keyutils: Unpacking /var/cache/distfiles/v3.15/py3-keyutils-0.6.tar.gz... running build running build_py creating build creating build/lib.linux-x86_64-3.9 creating build/lib.linux-x86_64-3.9/keyutils copying keyutils/__init__.py -> build/lib.linux-x86_64-3.9/keyutils running build_ext building 'keyutils._keyutils' extension creating build/temp.linux-x86_64-3.9 creating build/temp.linux-x86_64-3.9/keyutils 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 -I/usr/include/python3.9 -c keyutils/_keyutils.c -o build/temp.linux-x86_64-3.9/keyutils/_keyutils.o keyutils/_keyutils.c: In function '__Pyx_ParseOptionalKeywords': keyutils/_keyutils.c:5625:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 5625 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ keyutils/_keyutils.c:5625:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 5625 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ keyutils/_keyutils.c:5625:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 5625 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ keyutils/_keyutils.c:5625:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 5625 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ keyutils/_keyutils.c:5625:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 5625 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ keyutils/_keyutils.c:5625:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 5625 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ keyutils/_keyutils.c:5641:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 5641 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ keyutils/_keyutils.c:5641:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 5641 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ keyutils/_keyutils.c:5641:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 5641 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ keyutils/_keyutils.c:5641:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 5641 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ keyutils/_keyutils.c:5641:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 5641 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ keyutils/_keyutils.c:5641:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 5641 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from keyutils/_keyutils.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/keyutils/_keyutils.o -L/usr/lib -lkeyutils -o build/lib.linux-x86_64-3.9/keyutils/_keyutils.cpython-39-x86_64-linux-musl.so >>> py3-keyutils: Entering fakeroot... running install running build running build_py running build_ext running install_lib creating /home/buildozer/aports/community/py3-keyutils/pkg creating /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils creating /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr creating /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib creating /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.9/site-packages/keyutils copying build/lib.linux-x86_64-3.9/keyutils/__init__.py -> /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.9/site-packages/keyutils copying build/lib.linux-x86_64-3.9/keyutils/_keyutils.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.9/site-packages/keyutils byte-compiling /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.9/site-packages/keyutils/__init__.py to __init__.cpython-39.pyc running install_egg_info running egg_info creating keyutils.egg-info writing keyutils.egg-info/PKG-INFO writing dependency_links to keyutils.egg-info/dependency_links.txt writing top-level names to keyutils.egg-info/top_level.txt writing manifest file 'keyutils.egg-info/SOURCES.txt' reading manifest file 'keyutils.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'keyutils.egg-info/SOURCES.txt' Copying keyutils.egg-info to /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.9/site-packages/keyutils-0.6-py3.9.egg-info running install_scripts >>> py3-keyutils*: Running postcheck for py3-keyutils >>> py3-keyutils*: Preparing package py3-keyutils... >>> py3-keyutils*: Stripping binaries >>> py3-keyutils*: Scanning shared objects >>> py3-keyutils*: Tracing dependencies... python3 keyutils so:libc.musl-x86_64.so.1 so:libkeyutils.so.1 >>> py3-keyutils*: Package size: 120.0 KB >>> py3-keyutils*: Compressing data... >>> py3-keyutils*: Create checksum... >>> py3-keyutils*: Create py3-keyutils-0.6-r0.apk >>> py3-keyutils: Build complete at Sat, 13 Nov 2021 19:17:20 +0000 elapsed time 0h 0m 6s >>> py3-keyutils: Cleaning up srcdir >>> py3-keyutils: Cleaning up pkgdir >>> py3-keyutils: Uninstalling dependencies... (1/43) Purging .makedepends-py3-keyutils (20211113.191715) (2/43) Purging keyutils (1.6.3-r0) (3/43) Purging gettext (0.21-r0) (4/43) Purging keyutils-dev (1.6.3-r0) (5/43) Purging keyutils-libs (1.6.3-r0) (6/43) Purging py3-pip (20.3.4-r1) (7/43) Purging py3-cachecontrol (0.12.10-r0) (8/43) Purging py3-lockfile (0.12.2-r4) (9/43) Purging py3-colorama (0.4.4-r1) (10/43) Purging py3-contextlib2 (21.6.0-r1) (11/43) Purging py3-distlib (0.3.3-r0) (12/43) Purging py3-distro (1.6.0-r0) (13/43) Purging py3-html5lib (1.1-r1) (14/43) Purging py3-msgpack (1.0.2-r1) (15/43) Purging py3-pep517 (0.12.0-r0) (16/43) Purging py3-tomli (1.2.2-r0) (17/43) Purging py3-progress (1.6-r0) (18/43) Purging py3-requests (2.26.0-r1) (19/43) Purging py3-certifi (2020.12.5-r1) (20/43) Purging py3-charset-normalizer (2.0.7-r0) (21/43) Purging py3-idna (3.3-r0) (22/43) Purging py3-urllib3 (1.26.7-r0) (23/43) Purging py3-retrying (1.3.3-r2) (24/43) Purging py3-toml (0.10.2-r2) (25/43) Purging py3-webencodings (0.5.1-r4) (26/43) Purging python3-dev (3.9.7-r3) (27/43) Purging py3-pytest-runner (5.3.1-r0) (28/43) Purging py3-setuptools (52.0.0-r4) (29/43) Purging py3-ordered-set (4.0.2-r2) (30/43) Purging py3-appdirs (1.4.4-r2) (31/43) Purging py3-packaging (20.9-r1) (32/43) Purging py3-parsing (2.4.7-r2) (33/43) Purging py3-six (1.16.0-r0) (34/43) Purging python3 (3.9.7-r3) (35/43) Purging libffi (3.4.2-r1) (36/43) Purging gdbm (1.22-r0) (37/43) Purging mpdecimal (2.5.1-r1) (38/43) Purging readline (8.1.1-r0) (39/43) Purging sqlite-libs (3.36.0-r0) (40/43) Purging gettext-libs (0.21-r0) (41/43) Purging libintl (0.21-r0) (42/43) Purging libunistring (0.9.10-r1) (43/43) Purging libxml2 (2.9.12-r2) Executing busybox-1.34.1-r2.trigger OK: 709 MiB in 101 packages >>> py3-keyutils: Updating the community/x86_64 repository index... >>> py3-keyutils: Signing the index...