>>> py3-keyutils: Building community/py3-keyutils 0.6-r1 (using abuild 3.9.0-r0) started Thu, 16 Dec 2021 19:25:16 +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.37.0-r0) (6/43) Installing python3 (3.10.1-r0) (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-r3) (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-r3) (16/43) Installing py3-appdirs (1.4.4-r3) (17/43) Installing py3-parsing (2.4.7-r3) (18/43) Installing py3-six (1.16.0-r1) (19/43) Installing py3-packaging (21.3-r0) (20/43) Installing py3-setuptools (52.0.0-r5) (21/43) Installing py3-certifi (2020.12.5-r2) (22/43) Installing py3-charset-normalizer (2.0.7-r1) (23/43) Installing py3-idna (3.3-r1) (24/43) Installing py3-urllib3 (1.26.7-r1) (25/43) Installing py3-requests (2.26.0-r2) (26/43) Installing py3-msgpack (1.0.2-r2) (27/43) Installing py3-lockfile (0.12.2-r5) (28/43) Installing py3-cachecontrol (0.12.10-r1) (29/43) Installing py3-colorama (0.4.4-r2) (30/43) Installing py3-contextlib2 (21.6.0-r2) (31/43) Installing py3-distlib (0.3.4-r1) (32/43) Installing py3-distro (1.6.0-r1) (33/43) Installing py3-webencodings (0.5.1-r5) (34/43) Installing py3-html5lib (1.1-r2) (35/43) Installing py3-tomli (2.0.0-r1) (36/43) Installing py3-pep517 (0.12.0-r1) (37/43) Installing py3-progress (1.6-r1) (38/43) Installing py3-retrying (1.3.3-r3) (39/43) Installing py3-toml (0.10.2-r3) (40/43) Installing py3-pip (20.3.4-r2) (41/43) Installing python3-dev (3.10.1-r0) (42/43) Installing py3-pytest-runner (5.3.1-r1) (43/43) Installing .makedepends-py3-keyutils (20211216.192517) Executing busybox-1.34.1-r5.trigger OK: 461 MiB in 151 packages >>> py3-keyutils: Cleaning up srcdir >>> py3-keyutils: Cleaning up pkgdir >>> 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 593 0 --:--:-- --:--:-- --:--:-- 594 100 45427 0 45427 0 0 95115 0 --:--:-- --:--:-- --:--:-- 95115 >>> py3-keyutils: Fetching py3-keyutils-0.6.tar.gz::https://github.com/sassoftware/python-keyutils/archive/0.6.tar.gz >>> py3-keyutils: Checking sha512sums... py3-keyutils-0.6.tar.gz: OK >>> py3-keyutils: Unpacking /var/cache/distfiles/edge/py3-keyutils-0.6.tar.gz... running build running build_py creating build creating build/lib.linux-x86_64-3.10 creating build/lib.linux-x86_64-3.10/keyutils copying keyutils/__init__.py -> build/lib.linux-x86_64-3.10/keyutils running build_ext building 'keyutils._keyutils' extension creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-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-x86_64-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 -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.10/keyutils/_keyutils.o -L/usr/lib -lkeyutils -o build/lib.linux-x86_64-3.10/keyutils/_keyutils.cpython-310-x86_64-linux-gnu.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.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-x86_64-3.10/keyutils/__init__.py -> /home/buildozer/aports/community/py3-keyutils/pkg/py3-keyutils/usr/lib/python3.10/site-packages/keyutils copying build/lib.linux-x86_64-3.10/keyutils/_keyutils.cpython-310-x86_64-linux-gnu.so -> /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' 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-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-r1.apk >>> py3-keyutils: Build complete at Thu, 16 Dec 2021 19:25:23 +0000 elapsed time 0h 0m 7s >>> py3-keyutils: Cleaning up srcdir >>> py3-keyutils: Cleaning up pkgdir >>> py3-keyutils: Uninstalling dependencies... (1/43) Purging .makedepends-py3-keyutils (20211216.192517) (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-r2) (7/43) Purging py3-cachecontrol (0.12.10-r1) (8/43) Purging py3-lockfile (0.12.2-r5) (9/43) Purging py3-colorama (0.4.4-r2) (10/43) Purging py3-contextlib2 (21.6.0-r2) (11/43) Purging py3-distlib (0.3.4-r1) (12/43) Purging py3-distro (1.6.0-r1) (13/43) Purging py3-html5lib (1.1-r2) (14/43) Purging py3-msgpack (1.0.2-r2) (15/43) Purging py3-pep517 (0.12.0-r1) (16/43) Purging py3-tomli (2.0.0-r1) (17/43) Purging py3-progress (1.6-r1) (18/43) Purging py3-requests (2.26.0-r2) (19/43) Purging py3-certifi (2020.12.5-r2) (20/43) Purging py3-charset-normalizer (2.0.7-r1) (21/43) Purging py3-idna (3.3-r1) (22/43) Purging py3-urllib3 (1.26.7-r1) (23/43) Purging py3-retrying (1.3.3-r3) (24/43) Purging py3-toml (0.10.2-r3) (25/43) Purging py3-webencodings (0.5.1-r5) (26/43) Purging python3-dev (3.10.1-r0) (27/43) Purging py3-pytest-runner (5.3.1-r1) (28/43) Purging py3-setuptools (52.0.0-r5) (29/43) Purging py3-ordered-set (4.0.2-r3) (30/43) Purging py3-appdirs (1.4.4-r3) (31/43) Purging py3-packaging (21.3-r0) (32/43) Purging py3-parsing (2.4.7-r3) (33/43) Purging py3-six (1.16.0-r1) (34/43) Purging python3 (3.10.1-r0) (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.37.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-r3) Executing busybox-1.34.1-r5.trigger OK: 345 MiB in 108 packages >>> py3-keyutils: Updating the community/x86_64 repository index... >>> py3-keyutils: Signing the index...