>>> py3-py-radix: Building testing/py3-py-radix 0.10.0-r6 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 06:14: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/15) Installing libbz2 (1.0.8-r4) (2/15) Installing libffi (3.4.4-r0) (3/15) Installing gdbm (1.23-r0) (4/15) Installing xz-libs (5.2.8-r0) (5/15) Installing mpdecimal (2.5.1-r1) (6/15) Installing readline (8.2.0-r0) (7/15) Installing sqlite-libs (3.40.0-r0) (8/15) Installing python3 (3.11.0-r2) (9/15) Installing py3-parsing (3.0.9-r1) (10/15) Installing py3-packaging (21.3-r3) (11/15) Installing py3-setuptools (65.6.2-r0) (12/15) Installing python3-dev (3.11.0-r2) (13/15) Installing py3-coverage (6.5.0-r1) (14/15) Installing py3-nose (1.3.7-r10) (15/15) Installing .makedepends-py3-py-radix (20221124.061446) Executing busybox-1.35.0-r29.trigger OK: 566 MiB in 111 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 50336 0 --:--:-- --:--:-- --:--:-- 50306 >>> 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-aarch64-cpython-311 creating build/lib.linux-aarch64-cpython-311/radix copying radix/radix.py -> build/lib.linux-aarch64-cpython-311/radix copying radix/__init__.py -> build/lib.linux-aarch64-cpython-311/radix running build_ext building 'radix._radix' extension creating build/temp.linux-aarch64-cpython-311 creating build/temp.linux-aarch64-cpython-311/radix creating build/temp.linux-aarch64-cpython-311/radix/_radix gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -g -O2 -Os -g -O2 -Os -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -Os -fPIC -I/home/buildozer/aports/testing/py3-py-radix/src/py-radix-0.10.0/radix -I/usr/include/python3.11 -c radix/_radix.c -o build/temp.linux-aarch64-cpython-311/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.11/Python.h:60, from radix/_radix.c:18: /usr/include/python3.11/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 -DNDEBUG -g -fwrapv -O3 -Wall -Os -g -O2 -Os -g -O2 -Os -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -Os -fPIC -I/home/buildozer/aports/testing/py3-py-radix/src/py-radix-0.10.0/radix -I/usr/include/python3.11 -c radix/_radix/radix.c -o build/temp.linux-aarch64-cpython-311/radix/_radix/radix.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -Os build/temp.linux-aarch64-cpython-311/radix/_radix.o build/temp.linux-aarch64-cpython-311/radix/_radix/radix.o -L/usr/lib -o build/lib.linux-aarch64-cpython-311/radix/_radix.cpython-311-aarch64-linux-musl.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' adding license file 'LICENSE' writing manifest file 'py_radix.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-aarch64-cpython-311/radix/_radix.cpython-311-aarch64-linux-musl.so -> radix /usr/lib/python3.11/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.11/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.test_radix_0_5_c_ext) ... /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.test_radix_0_6_c_ext) ... ok test_radix_0_6_no_ext (tests.test_compat.LoadRadixPickle.test_radix_0_6_no_ext) ... ok test_000_check_incref (tests.test_regression.TestRadix.test_000_check_incref) ... ok test_00__create_destroy (tests.test_regression.TestRadix.test_00__create_destroy) ... ok test_01__create_node (tests.test_regression.TestRadix.test_01__create_node) ... ok test_02__node_userdata (tests.test_regression.TestRadix.test_02__node_userdata) ... ok test_03__search_exact (tests.test_regression.TestRadix.test_03__search_exact) ... ok test_04__search_best (tests.test_regression.TestRadix.test_04__search_best) ... ok test_05__concurrent_trees (tests.test_regression.TestRadix.test_05__concurrent_trees) ... ok test_06__deletes (tests.test_regression.TestRadix.test_06__deletes) ... ok test_07__nodes (tests.test_regression.TestRadix.test_07__nodes) ... ok test_08__nodes_empty_tree (tests.test_regression.TestRadix.test_08__nodes_empty_tree) ... ok test_09__prefixes (tests.test_regression.TestRadix.test_09__prefixes) ... ok test_10__use_after_free (tests.test_regression.TestRadix.test_10__use_after_free) ... /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.test_11__unique_instance) ... ok test_12__inconsistent_masks4 (tests.test_regression.TestRadix.test_12__inconsistent_masks4) ... ok test_13__inconsistent_masks6 (tests.test_regression.TestRadix.test_13__inconsistent_masks6) ... ok test_14__packed_addresses4 (tests.test_regression.TestRadix.test_14__packed_addresses4) ... ok test_15__packed_addresses6 (tests.test_regression.TestRadix.test_15__packed_addresses6) ... ok test_16__bad_addresses (tests.test_regression.TestRadix.test_16__bad_addresses) ... ok test_17__mixed_address_family (tests.test_regression.TestRadix.test_17__mixed_address_family) ... /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.test_18__iterator) ... ok test_19__iterate_on_empty (tests.test_regression.TestRadix.test_19__iterate_on_empty) ... ok test_20__iterate_and_modify_tree (tests.test_regression.TestRadix.test_20__iterate_and_modify_tree) ... ok test_21__cpickle (tests.test_regression.TestRadix.test_21__cpickle) ... ok test_21__lots_of_prefixes (tests.test_regression.TestRadix.test_21__lots_of_prefixes) ... ok test_21__pickle (tests.test_regression.TestRadix.test_21__pickle) ... ok test_22__broken_sanitise (tests.test_regression.TestRadix.test_22__broken_sanitise) ... ok test_22_search_best (tests.test_regression.TestRadix.test_22_search_best) ... ok test_23_add_with_glue (tests.test_regression.TestRadix.test_23_add_with_glue) ... ok test_24_search_worst (tests.test_regression.TestRadix.test_24_search_worst) ... ok test_25_search_default (tests.test_regression.TestRadix.test_25_search_default) ... ok test_26_search_covered (tests.test_regression.TestRadix.test_26_search_covered) ... ok test_27_search_covered_segfault (tests.test_regression.TestRadix.test_27_search_covered_segfault) ... ok test_28_search_covered_super_node_error (tests.test_regression.TestRadix.test_28_search_covered_super_node_error) ... ok test_29_search_covering (tests.test_regression.TestRadix.test_29_search_covering) ... ok test_30_remove (tests.test_regression.TestRadix.test_30_remove) ... ok test_31_parent (tests.test_regression.TestRadix.test_31_parent) ... ok test_32_covering_with_delete_error (tests.test_regression.TestRadix.test_32_covering_with_delete_error) ... ok ---------------------------------------------------------------------- Ran 40 tests in 0.353s OK >>> py3-py-radix: Entering fakeroot... running install /usr/lib/python3.11/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/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.11 creating /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.11/site-packages/radix copying build/lib.linux-aarch64-cpython-311/radix/radix.py -> /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.11/site-packages/radix copying build/lib.linux-aarch64-cpython-311/radix/__init__.py -> /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.11/site-packages/radix copying build/lib.linux-aarch64-cpython-311/radix/_radix.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.11/site-packages/radix byte-compiling /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.11/site-packages/radix/radix.py to radix.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.11/site-packages/radix/__init__.py to __init__.cpython-311.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' adding license file 'LICENSE' 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.11/site-packages/py_radix-0.10.0-py3.11.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-aarch64.so.1 >>> py3-py-radix*: Package size: 172.0 KB >>> py3-py-radix*: Compressing data... >>> py3-py-radix*: Create checksum... >>> py3-py-radix*: Create py3-py-radix-0.10.0-r6.apk >>> py3-py-radix: Build complete at Thu, 24 Nov 2022 06:14:50 +0000 elapsed time 0h 0m 5s >>> py3-py-radix: Cleaning up srcdir >>> py3-py-radix: Cleaning up pkgdir >>> py3-py-radix: Uninstalling dependencies... (1/15) Purging .makedepends-py3-py-radix (20221124.061446) (2/15) Purging py3-setuptools (65.6.2-r0) (3/15) Purging py3-packaging (21.3-r3) (4/15) Purging py3-parsing (3.0.9-r1) (5/15) Purging python3-dev (3.11.0-r2) (6/15) Purging py3-coverage (6.5.0-r1) (7/15) Purging py3-nose (1.3.7-r10) (8/15) Purging python3 (3.11.0-r2) (9/15) Purging libbz2 (1.0.8-r4) (10/15) Purging libffi (3.4.4-r0) (11/15) Purging gdbm (1.23-r0) (12/15) Purging xz-libs (5.2.8-r0) (13/15) Purging mpdecimal (2.5.1-r1) (14/15) Purging readline (8.2.0-r0) (15/15) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 406 MiB in 96 packages >>> py3-py-radix: Updating the testing/aarch64 repository index... >>> py3-py-radix: Signing the index...