>>> py3-keyutils: Building community/py3-keyutils 0.6-r2 (using abuild 3.9.0-r0) started Sat, 16 Apr 2022 08:26:34 +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 python3-dev py3-pytest-runner (1/26) Installing libbz2 (1.0.8-r1) (2/26) Installing libffi (3.4.2-r1) (3/26) Installing gdbm (1.23-r0) (4/26) Installing xz-libs (5.2.5-r1) (5/26) Installing mpdecimal (2.5.1-r1) (6/26) Installing readline (8.1.2-r0) (7/26) Installing sqlite-libs (3.38.0-r0) (8/26) Installing python3 (3.10.3-r0) (9/26) Installing keyutils-libs (1.6.3-r0) (10/26) Installing keyutils (1.6.3-r0) (11/26) Installing libintl (0.21-r2) (12/26) Installing libunistring (1.0-r0) (13/26) Installing gettext-libs (0.21-r2) (14/26) Installing libxml2 (2.9.13-r0) (15/26) Installing gettext (0.21-r2) (16/26) Installing keyutils-dev (1.6.3-r0) (17/26) Installing py3-appdirs (1.4.4-r3) (18/26) Installing py3-more-itertools (8.12.0-r2) (19/26) Installing py3-ordered-set (4.0.2-r3) (20/26) Installing py3-parsing (2.4.7-r3) (21/26) Installing py3-six (1.16.0-r1) (22/26) Installing py3-packaging (21.3-r0) (23/26) Installing py3-setuptools (59.4.0-r0) (24/26) Installing python3-dev (3.10.3-r0) (25/26) Installing py3-pytest-runner (5.3.2-r1) (26/26) Installing .makedepends-py3-keyutils (20220416.082635) Executing busybox-1.35.0-r8.trigger OK: 347 MiB in 114 packages >>> py3-keyutils: Cleaning up srcdir >>> py3-keyutils: Cleaning up pkgdir >>> py3-keyutils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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 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-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 142 100 142 0 0 270 0 --:--:-- --:--:-- --:--:-- 270 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 45427 0 45427 0 0 35218 0 --:--:-- 0:00:01 --:--:-- 112k >>> py3-keyutils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-keyutils-0.6.tar.gz >>> py3-keyutils: Checking sha512sums... py3-keyutils-0.6.tar.gz: OK >>> py3-keyutils: Unpacking /var/cache/distfiles/v3.16/py3-keyutils-0.6.tar.gz... running build running build_py creating build creating build/lib.linux-armv8l-3.10 creating build/lib.linux-armv8l-3.10/keyutils copying keyutils/__init__.py -> build/lib.linux-armv8l-3.10/keyutils running build_ext building 'keyutils._keyutils' extension creating build/temp.linux-armv8l-3.10 creating build/temp.linux-armv8l-3.10/keyutils 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 -I/usr/include/python3.10 -c keyutils/_keyutils.c -o build/temp.linux-armv8l-3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/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.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from keyutils/_keyutils.c:4: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/keyutils/_keyutils.o -L/usr/lib -lkeyutils -o build/lib.linux-armv8l-3.10/keyutils/_keyutils.cpython-310-arm-linux-gnueabihf.so >>> py3-keyutils: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( 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.10 creating /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.10/site-packages/keyutils copying build/lib.linux-armv8l-3.10/keyutils/_keyutils.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.10/site-packages/keyutils copying build/lib.linux-armv8l-3.10/keyutils/__init__.py -> /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.10/site-packages/keyutils byte-compiling /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.10/site-packages/keyutils/__init__.py to __init__.cpython-310.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' adding license file 'LICENSE' adding license file 'AUTHORS' 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.10/site-packages/keyutils-0.6-py3.10.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-armv7.so.1 so:libkeyutils.so.1 >>> py3-keyutils*: Package size: 92.0 KB >>> py3-keyutils*: Compressing data... >>> py3-keyutils*: Create checksum... >>> py3-keyutils*: Create py3-keyutils-0.6-r2.apk >>> py3-keyutils: Build complete at Sat, 16 Apr 2022 08:26:39 +0000 elapsed time 0h 0m 5s >>> py3-keyutils: Cleaning up srcdir >>> py3-keyutils: Cleaning up pkgdir >>> py3-keyutils: Uninstalling dependencies... (1/26) Purging .makedepends-py3-keyutils (20220416.082635) (2/26) Purging keyutils (1.6.3-r0) (3/26) Purging gettext (0.21-r2) (4/26) Purging keyutils-dev (1.6.3-r0) (5/26) Purging keyutils-libs (1.6.3-r0) (6/26) Purging python3-dev (3.10.3-r0) (7/26) Purging py3-pytest-runner (5.3.2-r1) (8/26) Purging py3-setuptools (59.4.0-r0) (9/26) Purging py3-appdirs (1.4.4-r3) (10/26) Purging py3-more-itertools (8.12.0-r2) (11/26) Purging py3-ordered-set (4.0.2-r3) (12/26) Purging py3-packaging (21.3-r0) (13/26) Purging py3-six (1.16.0-r1) (14/26) Purging py3-parsing (2.4.7-r3) (15/26) Purging python3 (3.10.3-r0) (16/26) Purging libbz2 (1.0.8-r1) (17/26) Purging libffi (3.4.2-r1) (18/26) Purging gdbm (1.23-r0) (19/26) Purging libxml2 (2.9.13-r0) (20/26) Purging xz-libs (5.2.5-r1) (21/26) Purging mpdecimal (2.5.1-r1) (22/26) Purging readline (8.1.2-r0) (23/26) Purging sqlite-libs (3.38.0-r0) (24/26) Purging gettext-libs (0.21-r2) (25/26) Purging libintl (0.21-r2) (26/26) Purging libunistring (1.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-keyutils: Updating the community/armv7 repository index... >>> py3-keyutils: Signing the index...