>>> py3-py-radix: Building testing/py3-py-radix 0.10.0-r5 (using abuild 3.9.0-r0) started Tue, 04 Jan 2022 23:50:45 +0000 >>> py3-py-radix: Checking sanity of /home/buildozer/aports/testing/py3-py-radix/APKBUILD... >>> py3-py-radix: Analyzing dependencies... >>> py3-py-radix: Installing for build: build-base python3 py3-setuptools python3-dev py3-coverage py3-nose (1/18) Installing libbz2 (1.0.8-r1) (2/18) Installing libffi (3.4.2-r1) (3/18) Installing gdbm (1.22-r0) (4/18) Installing xz-libs (5.2.5-r0) (5/18) Installing mpdecimal (2.5.1-r1) (6/18) Installing readline (8.1.1-r0) (7/18) Installing sqlite-libs (3.37.1-r0) (8/18) Installing python3 (3.10.1-r0) (9/18) Installing py3-ordered-set (4.0.2-r3) (10/18) Installing py3-appdirs (1.4.4-r3) (11/18) Installing py3-parsing (2.4.7-r3) (12/18) Installing py3-six (1.16.0-r1) (13/18) Installing py3-packaging (21.3-r0) (14/18) Installing py3-setuptools (52.0.0-r5) (15/18) Installing python3-dev (3.10.1-r0) (16/18) Installing py3-coverage (5.5-r1) (17/18) Installing py3-nose (1.3.7-r7) (18/18) Installing .makedepends-py3-py-radix (20220104.235046) Executing busybox-1.34.1-r6.trigger OK: 337 MiB in 107 packages >>> py3-py-radix: Cleaning up srcdir >>> py3-py-radix: Cleaning up pkgdir >>> py3-py-radix: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py-radix-0.10.0.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 100 26612 100 26612 0 0 25530 0 0:00:01 0:00:01 --:--:-- 25539 >>> py3-py-radix: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py-radix-0.10.0.tar.gz >>> py3-py-radix: Checking sha512sums... py-radix-0.10.0.tar.gz: OK python3.10-support.patch: OK >>> py3-py-radix: Unpacking /var/cache/distfiles/edge/py-radix-0.10.0.tar.gz... >>> py3-py-radix: python3.10-support.patch patching file radix/_radix.c running build running build_py creating build creating build/lib.linux-ppc64le-3.10 creating build/lib.linux-ppc64le-3.10/radix copying radix/radix.py -> build/lib.linux-ppc64le-3.10/radix copying radix/__init__.py -> build/lib.linux-ppc64le-3.10/radix running build_ext building 'radix._radix' extension creating build/temp.linux-ppc64le-3.10 creating build/temp.linux-ppc64le-3.10/radix creating build/temp.linux-ppc64le-3.10/radix/_radix 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=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/testing/py3-py-radix/src/py-radix-0.10.0/radix -I/usr/include/python3.10 -c radix/_radix.c -o build/temp.linux-ppc64le-3.10/radix/_radix.o radix/_radix.c: In function 'add_node_to_list': radix/_radix.c:528:37: warning: passing argument 2 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types] 528 | PyList_Append(ret, ((RadixNodeObject *)node->data)); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | RadixNodeObject * In file included from /usr/include/python3.10/Python.h:92, from radix/_radix.c:18: /usr/include/python3.10/listobject.h:34:43: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'RadixNodeObject *' 34 | PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); | ^~~~~~~~~~ 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=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/testing/py3-py-radix/src/py-radix-0.10.0/radix -I/usr/include/python3.10 -c radix/_radix/radix.c -o build/temp.linux-ppc64le-3.10/radix/_radix/radix.o radix/_radix/radix.c: In function 'radix_search_covered': radix/_radix/radix.c:534:44: warning: array subscript -1 is outside array bounds of 'struct [129]' [-Warray-bounds] 534 | pst->checked = (pst[-1].checked || node->prefix != NULL); | ~~~^~~~ radix/_radix/radix.c:471:11: note: while referencing 'stack' 471 | } stack[RADIX_MAXBITS + 1], *pst; | ^~~~~ 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-ppc64le-3.10/radix/_radix.o build/temp.linux-ppc64le-3.10/radix/_radix/radix.o -L/usr/lib -o build/lib.linux-ppc64le-3.10/radix/_radix.cpython-310-powerpc64le-linux-gnu.so running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info creating py_radix.egg-info writing py_radix.egg-info/PKG-INFO writing dependency_links to py_radix.egg-info/dependency_links.txt writing top-level names to py_radix.egg-info/top_level.txt writing manifest file 'py_radix.egg-info/SOURCES.txt' reading manifest file 'py_radix.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'py_radix.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-ppc64le-3.10/radix/_radix.cpython-310-powerpc64le-linux-gnu.so -> radix /usr/lib/python3.10/site-packages/nose/config.py:264: RuntimeWarning: Option 'with-coverage' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python3.10/site-packages/nose/config.py:264: RuntimeWarning: Option 'cover-package' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) test_radix_0_5_c_ext (tests.test_compat.LoadRadixPickle) ... /home/buildozer/aports/testing/py3-py-radix/src/py-radix-0.10.0/tests/test_compat.py:33: DeprecationWarning: Please use assertEqual instead. self.assertEquals(len(tree.nodes()), 3) ok test_radix_0_6_c_ext (tests.test_compat.LoadRadixPickle) ... ok test_radix_0_6_no_ext (tests.test_compat.LoadRadixPickle) ... ok test_000_check_incref (tests.test_regression.TestRadix) ... ok test_00__create_destroy (tests.test_regression.TestRadix) ... ok test_01__create_node (tests.test_regression.TestRadix) ... ok test_02__node_userdata (tests.test_regression.TestRadix) ... ok test_03__search_exact (tests.test_regression.TestRadix) ... ok test_04__search_best (tests.test_regression.TestRadix) ... ok test_05__concurrent_trees (tests.test_regression.TestRadix) ... ok test_06__deletes (tests.test_regression.TestRadix) ... ok test_07__nodes (tests.test_regression.TestRadix) ... ok test_08__nodes_empty_tree (tests.test_regression.TestRadix) ... ok test_09__prefixes (tests.test_regression.TestRadix) ... ok test_10__use_after_free (tests.test_regression.TestRadix) ... /home/buildozer/aports/testing/py3-py-radix/src/py-radix-0.10.0/tests/test_regression.py:192: DeprecationWarning: Please use assertEqual instead. self.assertEquals(node1.prefix, "10.0.0.0/8") ok test_11__unique_instance (tests.test_regression.TestRadix) ... ok test_12__inconsistent_masks4 (tests.test_regression.TestRadix) ... ok test_13__inconsistent_masks6 (tests.test_regression.TestRadix) ... ok test_14__packed_addresses4 (tests.test_regression.TestRadix) ... ok test_15__packed_addresses6 (tests.test_regression.TestRadix) ... ok test_16__bad_addresses (tests.test_regression.TestRadix) ... ok test_17__mixed_address_family (tests.test_regression.TestRadix) ... /home/buildozer/aports/testing/py3-py-radix/src/py-radix-0.10.0/tests/test_regression.py:259: DeprecationWarning: Please use assertNotEqual instead. self.assertNotEquals(node1.prefix, node2.prefix) ok test_18__iterator (tests.test_regression.TestRadix) ... ok test_19__iterate_on_empty (tests.test_regression.TestRadix) ... ok test_20__iterate_and_modify_tree (tests.test_regression.TestRadix) ... ok test_21__cpickle (tests.test_regression.TestRadix) ... ok test_21__lots_of_prefixes (tests.test_regression.TestRadix) ... ok test_21__pickle (tests.test_regression.TestRadix) ... ok test_22__broken_sanitise (tests.test_regression.TestRadix) ... ok test_22_search_best (tests.test_regression.TestRadix) ... ok test_23_add_with_glue (tests.test_regression.TestRadix) ... ok test_24_search_worst (tests.test_regression.TestRadix) ... ok test_25_search_default (tests.test_regression.TestRadix) ... ok test_26_search_covered (tests.test_regression.TestRadix) ... ok test_27_search_covered_segfault (tests.test_regression.TestRadix) ... ok test_28_search_covered_super_node_error (tests.test_regression.TestRadix) ... ok test_29_search_covering (tests.test_regression.TestRadix) ... ok test_30_remove (tests.test_regression.TestRadix) ... ok test_31_parent (tests.test_regression.TestRadix) ... ok test_32_covering_with_delete_error (tests.test_regression.TestRadix) ... ok ---------------------------------------------------------------------- Ran 40 tests in 1.001s OK >>> py3-py-radix: Entering fakeroot... running install running build running build_py running build_ext running install_lib creating /home/buildozer/aports/testing/py3-py-radix/pkg creating /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix creating /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr creating /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib creating /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.10/site-packages/radix copying build/lib.linux-ppc64le-3.10/radix/_radix.cpython-310-powerpc64le-linux-gnu.so -> /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.10/site-packages/radix copying build/lib.linux-ppc64le-3.10/radix/radix.py -> /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.10/site-packages/radix copying build/lib.linux-ppc64le-3.10/radix/__init__.py -> /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.10/site-packages/radix byte-compiling /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.10/site-packages/radix/radix.py to radix.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.10/site-packages/radix/__init__.py to __init__.cpython-310.pyc running install_egg_info running egg_info writing py_radix.egg-info/PKG-INFO writing dependency_links to py_radix.egg-info/dependency_links.txt writing top-level names to py_radix.egg-info/top_level.txt reading manifest file 'py_radix.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'py_radix.egg-info/SOURCES.txt' Copying py_radix.egg-info to /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.10/site-packages/py_radix-0.10.0-py3.10.egg-info running install_scripts >>> py3-py-radix*: Running postcheck for py3-py-radix >>> py3-py-radix*: Preparing package py3-py-radix... >>> py3-py-radix*: Stripping binaries >>> py3-py-radix*: Scanning shared objects >>> py3-py-radix*: Tracing dependencies... python3 so:libc.musl-ppc64le.so.1 >>> py3-py-radix*: Package size: 160.0 KB >>> py3-py-radix*: Compressing data... >>> py3-py-radix*: Create checksum... >>> py3-py-radix*: Create py3-py-radix-0.10.0-r5.apk >>> py3-py-radix: Build complete at Tue, 04 Jan 2022 23:50:51 +0000 elapsed time 0h 0m 6s >>> py3-py-radix: Cleaning up srcdir >>> py3-py-radix: Cleaning up pkgdir >>> py3-py-radix: Uninstalling dependencies... (1/18) Purging .makedepends-py3-py-radix (20220104.235046) (2/18) Purging py3-setuptools (52.0.0-r5) (3/18) Purging py3-ordered-set (4.0.2-r3) (4/18) Purging py3-appdirs (1.4.4-r3) (5/18) Purging py3-packaging (21.3-r0) (6/18) Purging py3-parsing (2.4.7-r3) (7/18) Purging py3-six (1.16.0-r1) (8/18) Purging python3-dev (3.10.1-r0) (9/18) Purging py3-coverage (5.5-r1) (10/18) Purging py3-nose (1.3.7-r7) (11/18) Purging python3 (3.10.1-r0) (12/18) Purging libbz2 (1.0.8-r1) (13/18) Purging libffi (3.4.2-r1) (14/18) Purging gdbm (1.22-r0) (15/18) Purging xz-libs (5.2.5-r0) (16/18) Purging mpdecimal (2.5.1-r1) (17/18) Purging readline (8.1.1-r0) (18/18) Purging sqlite-libs (3.37.1-r0) Executing busybox-1.34.1-r6.trigger OK: 230 MiB in 89 packages >>> py3-py-radix: Updating the testing/ppc64le repository index... >>> py3-py-radix: Signing the index...