>>> py3-rtree: Building testing/py3-rtree 1.1.0-r1 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 15:30:13 +0000 >>> py3-rtree: Checking sanity of /home/buildozer/aports/testing/py3-rtree/APKBUILD... >>> py3-rtree: Analyzing dependencies... >>> py3-rtree: Installing for build: build-base python3 libspatialindex-dev py3-setuptools py3-wheel py3-pytest py3-numpy (1/33) Installing libffi (3.4.6-r0) (2/33) Installing gdbm (1.23-r1) (3/33) Installing mpdecimal (4.0.0-r0) (4/33) Installing libpanelw (6.4_p20240330-r0) (5/33) Installing readline (8.2.10-r0) (6/33) Installing sqlite-libs (3.45.2-r0) (7/33) Installing python3 (3.12.3-r0) (8/33) Installing python3-pycache-pyc0 (3.12.3-r0) (9/33) Installing pyc (3.12.3-r0) (10/33) Installing python3-pyc (3.12.3-r0) (11/33) Installing libspatialindex (0_git20210205-r1) (12/33) Installing libspatialindex-dev (0_git20210205-r1) (13/33) Installing py3-parsing (3.1.2-r1) (14/33) Installing py3-parsing-pyc (3.1.2-r1) (15/33) Installing py3-packaging (24.0-r1) (16/33) Installing py3-packaging-pyc (24.0-r1) (17/33) Installing py3-setuptools (69.2.0-r2) (18/33) Installing py3-setuptools-pyc (69.2.0-r2) (19/33) Installing py3-wheel (0.42.0-r1) (20/33) Installing py3-wheel-pyc (0.42.0-r1) (21/33) Installing py3-iniconfig (2.0.0-r1) (22/33) Installing py3-iniconfig-pyc (2.0.0-r1) (23/33) Installing py3-pluggy (1.4.0-r1) (24/33) Installing py3-pluggy-pyc (1.4.0-r1) (25/33) Installing py3-py (1.11.0-r3) (26/33) Installing py3-py-pyc (1.11.0-r3) (27/33) Installing py3-pytest (8.1.1-r1) (28/33) Installing py3-pytest-pyc (8.1.1-r1) (29/33) Installing libgfortran (13.2.1_git20240309-r0) (30/33) Installing openblas (0.3.27-r0) (31/33) Installing py3-numpy (1.25.2-r1) (32/33) Installing py3-numpy-pyc (1.25.2-r1) (33/33) Installing .makedepends-py3-rtree (20240415.153015) Executing busybox-1.36.1-r25.trigger OK: 360 MiB in 143 packages >>> py3-rtree: Cleaning up srcdir >>> py3-rtree: Cleaning up pkgdir >>> py3-rtree: Cleaning up tmpdir >>> py3-rtree: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-rtree-1.1.0.tar.gz >>> py3-rtree: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-rtree-1.1.0.tar.gz >>> py3-rtree: Checking sha512sums... py3-rtree-1.1.0.tar.gz: OK >>> py3-rtree: Unpacking /var/cache/distfiles/py3-rtree-1.1.0.tar.gz... running build running build_py creating build creating build/lib.linux-ppc64le-cpython-312 creating build/lib.linux-ppc64le-cpython-312/rtree copying rtree/index.py -> build/lib.linux-ppc64le-cpython-312/rtree copying rtree/exceptions.py -> build/lib.linux-ppc64le-cpython-312/rtree copying rtree/core.py -> build/lib.linux-ppc64le-cpython-312/rtree copying rtree/finder.py -> build/lib.linux-ppc64le-cpython-312/rtree copying rtree/__init__.py -> build/lib.linux-ppc64le-cpython-312/rtree running egg_info creating Rtree.egg-info writing Rtree.egg-info/PKG-INFO writing dependency_links to Rtree.egg-info/dependency_links.txt writing top-level names to Rtree.egg-info/top_level.txt writing manifest file 'Rtree.egg-info/SOURCES.txt' reading manifest file 'Rtree.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'Rtree.egg-info/SOURCES.txt' copying rtree/py.typed -> build/lib.linux-ppc64le-cpython-312/rtree running build_ext ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-rtree/src/rtree-1.1.0 configfile: pyproject.toml collecting ... collected 52 items rtree/index.py::rtree.index.Index.__init__ PASSED [ 1%] rtree/index.py::rtree.index.Index.contains PASSED [ 3%] rtree/index.py::rtree.index.Index.count PASSED [ 5%] rtree/index.py::rtree.index.Index.deinterleave PASSED [ 7%] rtree/index.py::rtree.index.Index.delete PASSED [ 9%] rtree/index.py::rtree.index.Index.insert PASSED [ 11%] rtree/index.py::rtree.index.Index.interleave PASSED [ 13%] rtree/index.py::rtree.index.Index.intersection PASSED [ 15%] rtree/index.py::rtree.index.Index.nearest PASSED [ 17%] rtree/index.py::rtree.index.RtreeContainer.__init__ PASSED [ 19%] rtree/index.py::rtree.index.RtreeContainer.delete PASSED [ 21%] rtree/index.py::rtree.index.RtreeContainer.insert PASSED [ 23%] rtree/index.py::rtree.index.RtreeContainer.intersection PASSED [ 25%] rtree/index.py::rtree.index.RtreeContainer.nearest PASSED [ 26%] tests/test_index.py::IndexVersion::test_libsidx_version PASSED [ 28%] tests/test_index.py::IndexCount::test_get_size PASSED [ 30%] tests/test_index.py::IndexCount::test_len PASSED [ 32%] tests/test_index.py::IndexBounds::test_invalid_specifications PASSED [ 34%] tests/test_index.py::IndexProperties::test_index_properties PASSED [ 36%] tests/test_index.py::IndexProperties::test_invalid_properties PASSED [ 38%] tests/test_index.py::IndexProperties::test_result_limit PASSED [ 40%] tests/test_index.py::IndexProperties::test_result_offset PASSED [ 42%] tests/test_index.py::TestPickling::test_index XFAIL [ 44%] tests/test_index.py::TestPickling::test_property PASSED [ 46%] tests/test_index.py::IndexContainer::test_container PASSED [ 48%] tests/test_index.py::IndexIntersection::test_double_insertion PASSED [ 50%] tests/test_index.py::IndexIntersection::test_intersection PASSED [ 51%] tests/test_index.py::IndexIntersection::test_objects PASSED [ 53%] tests/test_index.py::TestIndexIntersectionUnion::test_intersection_interleaved PASSED [ 55%] tests/test_index.py::TestIndexIntersectionUnion::test_intersection_uninterleaved PASSED [ 57%] tests/test_index.py::TestIndexIntersectionUnion::test_intersection_mismatch PASSED [ 59%] tests/test_index.py::TestIndexIntersectionUnion::test_union_interleaved PASSED [ 61%] tests/test_index.py::TestIndexIntersectionUnion::test_union_uninterleaved PASSED [ 63%] tests/test_index.py::TestIndexIntersectionUnion::test_union_mismatch PASSED [ 65%] tests/test_index.py::IndexSerialization::test_custom_filenames PASSED [ 67%] tests/test_index.py::IndexSerialization::test_interleaving PASSED [ 69%] tests/test_index.py::IndexSerialization::test_overwrite PASSED [ 71%] tests/test_index.py::IndexSerialization::test_pickling PASSED [ 73%] tests/test_index.py::IndexSerialization::test_unicode_filenames PASSED [ 75%] tests/test_index.py::IndexNearest::test_nearest_basic PASSED [ 76%] tests/test_index.py::IndexNearest::test_nearest_equidistant PASSED [ 78%] tests/test_index.py::IndexNearest::test_nearest_object PASSED [ 80%] tests/test_index.py::IndexDelete::test_deletion PASSED [ 82%] tests/test_index.py::IndexMoreDimensions::test_3d PASSED [ 84%] tests/test_index.py::IndexMoreDimensions::test_4d PASSED [ 86%] tests/test_index.py::IndexStream::test_empty_stream PASSED [ 88%] tests/test_index.py::IndexStream::test_exception_at_beginning_of_generator PASSED [ 90%] tests/test_index.py::IndexStream::test_exception_in_generator PASSED [ 92%] tests/test_index.py::IndexStream::test_stream_input PASSED [ 94%] tests/test_index.py::IndexCustomStorage::test_custom_storage PASSED [ 96%] tests/test_index.py::IndexCustomStorage::test_custom_storage_reopening PASSED [ 98%] tests/test_tpr.py::TPRTests::test_tpr PASSED [100%] =============================== warnings summary =============================== rtree/index.py::rtree.index.Index.__init__ /home/buildozer/aports/testing/py3-rtree/src/rtree-1.1.0/rtree/index.py:283: DeprecationWarning: index.get_size() is deprecated, use len(index) instead warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =================== 51 passed, 1 xfailed, 1 warning in 0.73s =================== >>> py3-rtree: 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-rtree/pkg creating /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree creating /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr creating /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib creating /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree copying build/lib.linux-ppc64le-cpython-312/rtree/index.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree copying build/lib.linux-ppc64le-cpython-312/rtree/exceptions.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree copying build/lib.linux-ppc64le-cpython-312/rtree/core.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree copying build/lib.linux-ppc64le-cpython-312/rtree/py.typed -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree copying build/lib.linux-ppc64le-cpython-312/rtree/finder.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree copying build/lib.linux-ppc64le-cpython-312/rtree/__init__.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree/index.py to index.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree/core.py to core.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree/finder.py to finder.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info writing Rtree.egg-info/PKG-INFO writing dependency_links to Rtree.egg-info/dependency_links.txt writing top-level names to Rtree.egg-info/top_level.txt reading manifest file 'Rtree.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'Rtree.egg-info/SOURCES.txt' Copying Rtree.egg-info to /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/Rtree-1.1.0-py3.12.egg-info running install_scripts >>> py3-rtree-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree/__pycache__' -> '/home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree-pyc/usr/lib/python3.12/site-packages/rtree/__pycache__' >>> py3-rtree-pyc*: Preparing subpackage py3-rtree-pyc... >>> py3-rtree-pyc*: Running postcheck for py3-rtree-pyc >>> py3-rtree*: Running postcheck for py3-rtree >>> py3-rtree*: Preparing package py3-rtree... >>> py3-rtree-pyc*: Tracing dependencies... python3 libspatialindex-dev python3~3.12 >>> py3-rtree-pyc*: Package size: 196.0 KB >>> py3-rtree-pyc*: Compressing data... >>> py3-rtree-pyc*: Create checksum... >>> py3-rtree-pyc*: Create py3-rtree-pyc-1.1.0-r1.apk >>> py3-rtree*: Tracing dependencies... python3 libspatialindex-dev python3~3.12 >>> py3-rtree*: Package size: 180.0 KB >>> py3-rtree*: Compressing data... >>> py3-rtree*: Create checksum... >>> py3-rtree*: Create py3-rtree-1.1.0-r1.apk >>> py3-rtree: Build complete at Mon, 15 Apr 2024 15:30:18 +0000 elapsed time 0h 0m 5s >>> py3-rtree: Cleaning up srcdir >>> py3-rtree: Cleaning up pkgdir >>> py3-rtree: Uninstalling dependencies... (1/33) Purging .makedepends-py3-rtree (20240415.153015) (2/33) Purging libspatialindex-dev (0_git20210205-r1) (3/33) Purging libspatialindex (0_git20210205-r1) (4/33) Purging py3-setuptools-pyc (69.2.0-r2) (5/33) Purging py3-setuptools (69.2.0-r2) (6/33) Purging py3-wheel-pyc (0.42.0-r1) (7/33) Purging py3-wheel (0.42.0-r1) (8/33) Purging py3-pytest-pyc (8.1.1-r1) (9/33) Purging py3-pytest (8.1.1-r1) (10/33) Purging py3-iniconfig-pyc (2.0.0-r1) (11/33) Purging py3-iniconfig (2.0.0-r1) (12/33) Purging py3-packaging-pyc (24.0-r1) (13/33) Purging py3-packaging (24.0-r1) (14/33) Purging py3-parsing-pyc (3.1.2-r1) (15/33) Purging py3-parsing (3.1.2-r1) (16/33) Purging py3-pluggy-pyc (1.4.0-r1) (17/33) Purging py3-pluggy (1.4.0-r1) (18/33) Purging py3-py-pyc (1.11.0-r3) (19/33) Purging py3-py (1.11.0-r3) (20/33) Purging py3-numpy-pyc (1.25.2-r1) (21/33) Purging py3-numpy (1.25.2-r1) (22/33) Purging openblas (0.3.27-r0) (23/33) Purging libgfortran (13.2.1_git20240309-r0) (24/33) Purging python3-pyc (3.12.3-r0) (25/33) Purging python3-pycache-pyc0 (3.12.3-r0) (26/33) Purging pyc (3.12.3-r0) (27/33) Purging python3 (3.12.3-r0) (28/33) Purging gdbm (1.23-r1) (29/33) Purging libffi (3.4.6-r0) (30/33) Purging libpanelw (6.4_p20240330-r0) (31/33) Purging mpdecimal (4.0.0-r0) (32/33) Purging readline (8.2.10-r0) (33/33) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-rtree: Updating the testing/ppc64le repository index... >>> py3-rtree: Signing the index...