>>> py3-rtree: Building testing/py3-rtree 1.1.0-r1 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 19:04:21 +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/36) Installing libbz2 (1.0.8-r6) (2/36) Installing libffi (3.4.6-r0) (3/36) Installing gdbm (1.23-r1) (4/36) Installing xz-libs (5.6.1-r3) (5/36) Installing mpdecimal (4.0.0-r0) (6/36) Installing libpanelw (6.4_p20240330-r0) (7/36) Installing readline (8.2.10-r0) (8/36) Installing sqlite-libs (3.45.2-r0) (9/36) Installing python3 (3.12.3-r0) (10/36) Installing python3-pycache-pyc0 (3.12.3-r0) (11/36) Installing pyc (3.12.3-r0) (12/36) Installing python3-pyc (3.12.3-r0) (13/36) Installing libspatialindex (0_git20210205-r1) (14/36) Installing libspatialindex-dev (0_git20210205-r1) (15/36) Installing py3-parsing (3.1.2-r1) (16/36) Installing py3-parsing-pyc (3.1.2-r1) (17/36) Installing py3-packaging (24.0-r1) (18/36) Installing py3-packaging-pyc (24.0-r1) (19/36) Installing py3-setuptools (69.2.0-r2) (20/36) Installing py3-setuptools-pyc (69.2.0-r2) (21/36) Installing py3-wheel (0.42.0-r1) (22/36) Installing py3-wheel-pyc (0.42.0-r1) (23/36) Installing py3-iniconfig (2.0.0-r1) (24/36) Installing py3-iniconfig-pyc (2.0.0-r1) (25/36) Installing py3-pluggy (1.4.0-r1) (26/36) Installing py3-pluggy-pyc (1.4.0-r1) (27/36) Installing py3-py (1.11.0-r3) (28/36) Installing py3-py-pyc (1.11.0-r3) (29/36) Installing py3-pytest (8.1.1-r1) (30/36) Installing py3-pytest-pyc (8.1.1-r1) (31/36) Installing libquadmath (13.2.1_git20240309-r0) (32/36) Installing libgfortran (13.2.1_git20240309-r0) (33/36) Installing openblas (0.3.27-r0) (34/36) Installing py3-numpy (1.25.2-r1) (35/36) Installing py3-numpy-pyc (1.25.2-r1) (36/36) Installing .makedepends-py3-rtree (20240415.190423) Executing busybox-1.36.1-r25.trigger OK: 487 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 % 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 55430 100 55430 0 0 299k 0 --:--:-- --:--:-- --:--:-- 300k >>> 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/edge/py3-rtree-1.1.0.tar.gz... running build running build_py creating build creating build/lib.linux-x86_64-cpython-312 creating build/lib.linux-x86_64-cpython-312/rtree copying rtree/core.py -> build/lib.linux-x86_64-cpython-312/rtree copying rtree/exceptions.py -> build/lib.linux-x86_64-cpython-312/rtree copying rtree/__init__.py -> build/lib.linux-x86_64-cpython-312/rtree copying rtree/finder.py -> build/lib.linux-x86_64-cpython-312/rtree copying rtree/index.py -> build/lib.linux-x86_64-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-x86_64-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.82s =================== >>> 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-x86_64-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-x86_64-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-x86_64-cpython-312/rtree/__init__.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.12/site-packages/rtree copying build/lib.linux-x86_64-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-x86_64-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-x86_64-cpython-312/rtree/py.typed -> /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/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/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/__init__.py to __init__.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/index.py to index.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 19:04:28 +0000 elapsed time 0h 0m 7s >>> py3-rtree: Cleaning up srcdir >>> py3-rtree: Cleaning up pkgdir >>> py3-rtree: Uninstalling dependencies... (1/36) Purging .makedepends-py3-rtree (20240415.190423) (2/36) Purging libspatialindex-dev (0_git20210205-r1) (3/36) Purging libspatialindex (0_git20210205-r1) (4/36) Purging py3-setuptools-pyc (69.2.0-r2) (5/36) Purging py3-setuptools (69.2.0-r2) (6/36) Purging py3-wheel-pyc (0.42.0-r1) (7/36) Purging py3-wheel (0.42.0-r1) (8/36) Purging py3-pytest-pyc (8.1.1-r1) (9/36) Purging py3-pytest (8.1.1-r1) (10/36) Purging py3-iniconfig-pyc (2.0.0-r1) (11/36) Purging py3-iniconfig (2.0.0-r1) (12/36) Purging py3-packaging-pyc (24.0-r1) (13/36) Purging py3-packaging (24.0-r1) (14/36) Purging py3-parsing-pyc (3.1.2-r1) (15/36) Purging py3-parsing (3.1.2-r1) (16/36) Purging py3-pluggy-pyc (1.4.0-r1) (17/36) Purging py3-pluggy (1.4.0-r1) (18/36) Purging py3-py-pyc (1.11.0-r3) (19/36) Purging py3-py (1.11.0-r3) (20/36) Purging py3-numpy-pyc (1.25.2-r1) (21/36) Purging py3-numpy (1.25.2-r1) (22/36) Purging openblas (0.3.27-r0) (23/36) Purging libgfortran (13.2.1_git20240309-r0) (24/36) Purging libquadmath (13.2.1_git20240309-r0) (25/36) Purging python3-pyc (3.12.3-r0) (26/36) Purging python3-pycache-pyc0 (3.12.3-r0) (27/36) Purging pyc (3.12.3-r0) (28/36) Purging python3 (3.12.3-r0) (29/36) Purging gdbm (1.23-r1) (30/36) Purging libbz2 (1.0.8-r6) (31/36) Purging libffi (3.4.6-r0) (32/36) Purging libpanelw (6.4_p20240330-r0) (33/36) Purging mpdecimal (4.0.0-r0) (34/36) Purging readline (8.2.10-r0) (35/36) Purging sqlite-libs (3.45.2-r0) (36/36) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 377 MiB in 107 packages >>> py3-rtree: Updating the testing/x86_64 repository index... >>> py3-rtree: Signing the index...