>>> py3-py-radix: Building testing/py3-py-radix 0.10.0-r9 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 18:44:16 +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/22) Installing libffi (3.4.6-r0) (2/22) Installing gdbm (1.23-r1) (3/22) Installing mpdecimal (4.0.0-r0) (4/22) Installing libpanelw (6.4_p20240330-r0) (5/22) Installing readline (8.2.10-r0) (6/22) Installing sqlite-libs (3.45.2-r0) (7/22) Installing python3 (3.12.3-r0) (8/22) Installing python3-pycache-pyc0 (3.12.3-r0) (9/22) Installing pyc (3.12.3-r0) (10/22) Installing python3-pyc (3.12.3-r0) (11/22) Installing py3-parsing (3.1.2-r1) (12/22) Installing py3-parsing-pyc (3.1.2-r1) (13/22) Installing py3-packaging (24.0-r1) (14/22) Installing py3-packaging-pyc (24.0-r1) (15/22) Installing py3-setuptools (69.2.0-r2) (16/22) Installing py3-setuptools-pyc (69.2.0-r2) (17/22) Installing python3-dev (3.12.3-r0) (18/22) Installing py3-coverage (6.5.0-r6) (19/22) Installing py3-coverage-pyc (6.5.0-r6) (20/22) Installing py3-nose (1.3.7-r12) (21/22) Installing py3-nose-pyc (1.3.7-r12) (22/22) Installing .makedepends-py3-py-radix (20240415.184418) Executing busybox-1.36.1-r25.trigger OK: 495 MiB in 135 packages >>> py3-py-radix: Cleaning up srcdir >>> py3-py-radix: Cleaning up pkgdir >>> py3-py-radix: Cleaning up tmpdir >>> 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 166k 0 --:--:-- --:--:-- --:--:-- 166k >>> 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 assertEquals.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 >>> py3-py-radix: assertEquals.patch patching file tests/test_compat.py patching file tests/test_regression.py running build running build_py creating build creating build/lib.linux-i686-cpython-312 creating build/lib.linux-i686-cpython-312/radix copying radix/__init__.py -> build/lib.linux-i686-cpython-312/radix copying radix/radix.py -> build/lib.linux-i686-cpython-312/radix running build_ext building 'radix._radix' extension creating build/temp.linux-i686-cpython-312 creating build/temp.linux-i686-cpython-312/radix creating build/temp.linux-i686-cpython-312/radix/_radix gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/home/buildozer/aports/testing/py3-py-radix/src/py-radix-0.10.0/radix -I/usr/include/python3.12 -c radix/_radix.c -o build/temp.linux-i686-cpython-312/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.12/Python.h:63, from radix/_radix.c:18: /usr/include/python3.12/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 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/home/buildozer/aports/testing/py3-py-radix/src/py-radix-0.10.0/radix -I/usr/include/python3.12 -c radix/_radix/radix.c -o build/temp.linux-i686-cpython-312/radix/_radix/radix.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-312/radix/_radix.o build/temp.linux-i686-cpython-312/radix/_radix/radix.o -L/usr/lib -o build/lib.linux-i686-cpython-312/radix/_radix.cpython-312-i386-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. /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. 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-i686-cpython-312/radix/_radix.cpython-312-i386-linux-musl.so -> radix /usr/lib/python3.12/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.12/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) ... 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) ... 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) ... 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 826.519s OK >>> py3-py-radix: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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.12 creating /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.12/site-packages/radix copying build/lib.linux-i686-cpython-312/radix/_radix.cpython-312-i386-linux-musl.so -> /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.12/site-packages/radix copying build/lib.linux-i686-cpython-312/radix/__init__.py -> /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.12/site-packages/radix copying build/lib.linux-i686-cpython-312/radix/radix.py -> /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.12/site-packages/radix byte-compiling /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.12/site-packages/radix/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.12/site-packages/radix/radix.py to radix.cpython-312.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.12/site-packages/py_radix-0.10.0-py3.12.egg-info running install_scripts >>> py3-py-radix-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix/usr/lib/python3.12/site-packages/radix/__pycache__' -> '/home/buildozer/aports/testing/py3-py-radix/pkg/py3-py-radix-pyc/usr/lib/python3.12/site-packages/radix/__pycache__' >>> py3-py-radix-pyc*: Preparing subpackage py3-py-radix-pyc... >>> py3-py-radix-pyc*: Running postcheck for py3-py-radix-pyc >>> 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-pyc*: Scanning shared objects >>> py3-py-radix*: Scanning shared objects >>> py3-py-radix-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-py-radix-pyc*: Package size: 56.0 KB >>> py3-py-radix-pyc*: Compressing data... >>> py3-py-radix-pyc*: Create checksum... >>> py3-py-radix-pyc*: Create py3-py-radix-pyc-0.10.0-r9.apk >>> py3-py-radix*: Tracing dependencies... python3 python3~3.12 so:libc.musl-x86.so.1 >>> py3-py-radix*: Package size: 104.0 KB >>> py3-py-radix*: Compressing data... >>> py3-py-radix*: Create checksum... >>> py3-py-radix*: Create py3-py-radix-0.10.0-r9.apk >>> py3-py-radix: Build complete at Mon, 15 Apr 2024 18:58:09 +0000 elapsed time 0h 13m 53s >>> py3-py-radix: Cleaning up srcdir >>> py3-py-radix: Cleaning up pkgdir >>> py3-py-radix: Uninstalling dependencies... (1/22) Purging .makedepends-py3-py-radix (20240415.184418) (2/22) Purging py3-setuptools-pyc (69.2.0-r2) (3/22) Purging py3-setuptools (69.2.0-r2) (4/22) Purging py3-packaging-pyc (24.0-r1) (5/22) Purging py3-packaging (24.0-r1) (6/22) Purging py3-parsing-pyc (3.1.2-r1) (7/22) Purging py3-parsing (3.1.2-r1) (8/22) Purging python3-dev (3.12.3-r0) (9/22) Purging py3-coverage-pyc (6.5.0-r6) (10/22) Purging py3-coverage (6.5.0-r6) (11/22) Purging py3-nose-pyc (1.3.7-r12) (12/22) Purging py3-nose (1.3.7-r12) (13/22) Purging python3-pyc (3.12.3-r0) (14/22) Purging python3-pycache-pyc0 (3.12.3-r0) (15/22) Purging pyc (3.12.3-r0) (16/22) Purging python3 (3.12.3-r0) (17/22) Purging gdbm (1.23-r1) (18/22) Purging libffi (3.4.6-r0) (19/22) Purging libpanelw (6.4_p20240330-r0) (20/22) Purging mpdecimal (4.0.0-r0) (21/22) Purging readline (8.2.10-r0) (22/22) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-py-radix: Updating the testing/x86 repository index... >>> py3-py-radix: Signing the index...