>>> py3-reedsolo: Building testing/py3-reedsolo 1.5.4-r0 (using abuild 3.8.0_rc4-r1) started Sun, 19 Sep 2021 22:15:44 +0000 >>> py3-reedsolo: Checking sanity of /home/buildozer/aports/testing/py3-reedsolo/APKBUILD... >>> py3-reedsolo: Analyzing dependencies... >>> py3-reedsolo: Installing for build: build-base python3 python3-dev cython py3-setuptools py3-pytest (1/24) Installing libffi (3.3-r2) (2/24) Installing gdbm (1.20-r2) (3/24) Installing mpdecimal (2.5.1-r1) (4/24) Installing readline (8.1.1-r0) (5/24) Installing sqlite-libs (3.36.0-r0) (6/24) Installing python3 (3.9.7-r2) (7/24) Installing python3-dev (3.9.7-r2) (8/24) Installing cython (0.29.22-r2) (9/24) Installing py3-ordered-set (4.0.2-r2) (10/24) Installing py3-appdirs (1.4.4-r2) (11/24) Installing py3-parsing (2.4.7-r2) (12/24) Installing py3-six (1.15.0-r1) (13/24) Installing py3-packaging (20.9-r1) (14/24) Installing py3-setuptools (52.0.0-r4) (15/24) Installing py3-atomicwrites (1.4.0-r1) (16/24) Installing py3-attrs (20.3.0-r1) (17/24) Installing py3-more-itertools (8.10.0-r0) (18/24) Installing py3-iniconfig (1.1.1-r1) (19/24) Installing py3-pluggy (0.13.1-r4) (20/24) Installing py3-py (1.10.0-r1) (21/24) Installing py3-wcwidth (0.2.5-r1) (22/24) Installing py3-toml (0.10.2-r2) (23/24) Installing py3-pytest (6.2.5-r0) (24/24) Installing .makedepends-py3-reedsolo (20210919.221545) Executing busybox-1.34.0-r5.trigger OK: 418 MiB in 126 packages >>> py3-reedsolo: Cleaning up srcdir >>> py3-reedsolo: Cleaning up pkgdir >>> py3-reedsolo: Fetching https://distfiles.alpinelinux.org/distfiles/py3-reedsolo-1.5.4.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 curl: (22) The requested URL returned error: 404 >>> py3-reedsolo: Fetching https://github.com/tomerfiliba/reedsolomon/archive/v1.5.4/py3-reedsolo-1.5.4.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 131 100 131 0 0 656 0 --:--:-- --:--:-- --:--:-- 658 100 84701 0 84701 0 0 179k 0 --:--:-- --:--:-- --:--:-- 179k 100 277k 0 277k 0 0 576k 0 --:--:-- --:--:-- --:--:-- 9720k >>> py3-reedsolo: Fetching https://distfiles.alpinelinux.org/distfiles/py3-reedsolo-1.5.4.tar.gz >>> py3-reedsolo: Checking sha512sums... py3-reedsolo-1.5.4.tar.gz: OK >>> py3-reedsolo: Unpacking /var/cache/distfiles/py3-reedsolo-1.5.4.tar.gz... Cython is installed, building creedsolo module running build running build_py creating build creating build/lib.linux-i686-3.9 copying reedsolo.py -> build/lib.linux-i686-3.9 running build_ext building 'creedsolo' extension creating build/temp.linux-i686-3.9 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 creedsolo.c -o build/temp.linux-i686-3.9/creedsolo.o creedsolo.c: In function '__Pyx_InitGlobals': creedsolo.c:33787:1: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] 33787 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:154, from creedsolo.c:16: /usr/include/python3.9/ceval.h:130:37: note: declared here 130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ creedsolo.c: In function '__Pyx_ParseOptionalKeywords': creedsolo.c:35153:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 35153 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ creedsolo.c:35153:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 35153 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ creedsolo.c:35153:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 35153 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ creedsolo.c:35153:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 35153 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ creedsolo.c:35153:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 35153 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ creedsolo.c:35153:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 35153 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ creedsolo.c:35169:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 35169 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ creedsolo.c:35169:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 35169 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ creedsolo.c:35169:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 35169 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ creedsolo.c:35169:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 35169 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ creedsolo.c:35169:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 35169 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ creedsolo.c:35169:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 35169 | (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 creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ creedsolo.c: In function '__Pyx_decode_c_string': creedsolo.c:37955:9: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 37955 | return PyUnicode_FromUnicode(NULL, 0); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from creedsolo.c:16: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ gcc -shared -Wl,--as-needed,-O1,--sort-common -fno-semantic-interposition -Wl,--as-needed,-O1,--sort-common -fno-semantic-interposition -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.9/creedsolo.o -L/usr/lib -o build/lib.linux-i686-3.9/creedsolo.cpython-39-i386-linux-musl.so ============================= test session starts ============================== platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/testing/py3-reedsolo/src/reedsolomon-1.5.4 collected 33 items tests/test_creedsolo.py ............ [ 36%] tests/test_reedsolo.py ..................... [100%] ============================== 33 passed in 7.80s ============================== >>> py3-reedsolo: Entering fakeroot... Cython is installed, building creedsolo module running install running install_lib creating /home/buildozer/aports/testing/py3-reedsolo/pkg creating /home/buildozer/aports/testing/py3-reedsolo/pkg/py3-reedsolo creating /home/buildozer/aports/testing/py3-reedsolo/pkg/py3-reedsolo/usr creating /home/buildozer/aports/testing/py3-reedsolo/pkg/py3-reedsolo/usr/lib creating /home/buildozer/aports/testing/py3-reedsolo/pkg/py3-reedsolo/usr/lib/python3.9 creating /home/buildozer/aports/testing/py3-reedsolo/pkg/py3-reedsolo/usr/lib/python3.9/site-packages creating /home/buildozer/aports/testing/py3-reedsolo/pkg/py3-reedsolo/usr/lib/python3.9/site-packages/__pycache__ copying build/lib.linux-i686-3.9/__pycache__/reedsolo.cpython-39.pyc -> /home/buildozer/aports/testing/py3-reedsolo/pkg/py3-reedsolo/usr/lib/python3.9/site-packages/__pycache__ copying build/lib.linux-i686-3.9/reedsolo.py -> /home/buildozer/aports/testing/py3-reedsolo/pkg/py3-reedsolo/usr/lib/python3.9/site-packages copying build/lib.linux-i686-3.9/creedsolo.cpython-39-i386-linux-musl.so -> /home/buildozer/aports/testing/py3-reedsolo/pkg/py3-reedsolo/usr/lib/python3.9/site-packages running install_egg_info running egg_info creating reedsolo.egg-info writing reedsolo.egg-info/PKG-INFO writing dependency_links to reedsolo.egg-info/dependency_links.txt writing top-level names to reedsolo.egg-info/top_level.txt writing manifest file 'reedsolo.egg-info/SOURCES.txt' reading manifest file 'reedsolo.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'reedsolo.egg-info/SOURCES.txt' Copying reedsolo.egg-info to /home/buildozer/aports/testing/py3-reedsolo/pkg/py3-reedsolo/usr/lib/python3.9/site-packages/reedsolo-1.5.4-py3.9.egg-info running install_scripts >>> py3-reedsolo*: Running postcheck for py3-reedsolo >>> py3-reedsolo*: Preparing package py3-reedsolo... >>> py3-reedsolo*: Stripping binaries >>> py3-reedsolo*: Scanning shared objects >>> py3-reedsolo*: Tracing dependencies... python3 so:libc.musl-x86.so.1 >>> py3-reedsolo*: Package size: 484.0 KB >>> py3-reedsolo*: Compressing data... >>> py3-reedsolo*: Create checksum... >>> py3-reedsolo*: Create py3-reedsolo-1.5.4-r0.apk >>> py3-reedsolo: Build complete at Sun, 19 Sep 2021 22:16:14 +0000 elapsed time 0h 0m 30s >>> py3-reedsolo: Cleaning up srcdir >>> py3-reedsolo: Cleaning up pkgdir >>> py3-reedsolo: Uninstalling dependencies... (1/24) Purging .makedepends-py3-reedsolo (20210919.221545) (2/24) Purging python3-dev (3.9.7-r2) (3/24) Purging cython (0.29.22-r2) (4/24) Purging py3-setuptools (52.0.0-r4) (5/24) Purging py3-ordered-set (4.0.2-r2) (6/24) Purging py3-appdirs (1.4.4-r2) (7/24) Purging py3-pytest (6.2.5-r0) (8/24) Purging py3-atomicwrites (1.4.0-r1) (9/24) Purging py3-attrs (20.3.0-r1) (10/24) Purging py3-more-itertools (8.10.0-r0) (11/24) Purging py3-iniconfig (1.1.1-r1) (12/24) Purging py3-pluggy (0.13.1-r4) (13/24) Purging py3-py (1.10.0-r1) (14/24) Purging py3-wcwidth (0.2.5-r1) (15/24) Purging py3-packaging (20.9-r1) (16/24) Purging py3-parsing (2.4.7-r2) (17/24) Purging py3-six (1.15.0-r1) (18/24) Purging py3-toml (0.10.2-r2) (19/24) Purging python3 (3.9.7-r2) (20/24) Purging libffi (3.3-r2) (21/24) Purging gdbm (1.20-r2) (22/24) Purging mpdecimal (2.5.1-r1) (23/24) Purging readline (8.1.1-r0) (24/24) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.0-r5.trigger OK: 321 MiB in 102 packages >>> py3-reedsolo: Updating the testing/x86 repository index... >>> py3-reedsolo: Signing the index...