>>> py3-rtree: Building testing/py3-rtree 0.9.7-r3 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 07:17:47 +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/23) Installing libbz2 (1.0.8-r4) (2/23) Installing libffi (3.4.4-r0) (3/23) Installing gdbm (1.23-r0) (4/23) Installing xz-libs (5.2.8-r0) (5/23) Installing mpdecimal (2.5.1-r1) (6/23) Installing readline (8.2.0-r0) (7/23) Installing sqlite-libs (3.40.0-r0) (8/23) Installing python3 (3.11.0-r2) (9/23) Installing libspatialindex (0_git20210205-r0) (10/23) Installing libspatialindex-dev (0_git20210205-r0) (11/23) Installing py3-parsing (3.0.9-r1) (12/23) Installing py3-packaging (21.3-r3) (13/23) Installing py3-setuptools (65.6.2-r0) (14/23) Installing py3-wheel (0.38.4-r1) (15/23) Installing py3-attrs (22.1.0-r1) (16/23) Installing py3-iniconfig (1.1.1-r4) (17/23) Installing py3-pluggy (1.0.0-r2) (18/23) Installing py3-py (1.11.0-r1) (19/23) Installing py3-pytest (7.2.0-r2) (20/23) Installing libgfortran (12.2.1_git20220924-r4) (21/23) Installing openblas (0.3.21-r0) (22/23) Installing py3-numpy (1.23.5-r0) (23/23) Installing .makedepends-py3-rtree (20221124.071748) Executing busybox-1.35.0-r29.trigger OK: 455 MiB in 119 packages >>> py3-rtree: Cleaning up srcdir >>> py3-rtree: Cleaning up pkgdir >>> py3-rtree: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-rtree-0.9.7.tar.gz >>> py3-rtree: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-rtree-0.9.7.tar.gz >>> py3-rtree: Checking sha512sums... py3-rtree-0.9.7.tar.gz: OK >>> py3-rtree: Unpacking /var/cache/distfiles/edge/py3-rtree-0.9.7.tar.gz... running build running build_py creating build creating build/lib.linux-armv8l-cpython-311 creating build/lib.linux-armv8l-cpython-311/rtree copying rtree/finder.py -> build/lib.linux-armv8l-cpython-311/rtree copying rtree/index.py -> build/lib.linux-armv8l-cpython-311/rtree copying rtree/__init__.py -> build/lib.linux-armv8l-cpython-311/rtree copying rtree/exceptions.py -> build/lib.linux-armv8l-cpython-311/rtree copying rtree/core.py -> build/lib.linux-armv8l-cpython-311/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' running build_ext ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-rtree/src/rtree-0.9.7 collecting ... collected 44 items rtree/index.py::rtree.index.Index.__init__ PASSED [ 2%] rtree/index.py::rtree.index.Index.contains PASSED [ 4%] rtree/index.py::rtree.index.Index.count PASSED [ 6%] rtree/index.py::rtree.index.Index.deinterleave PASSED [ 9%] rtree/index.py::rtree.index.Index.delete PASSED [ 11%] rtree/index.py::rtree.index.Index.insert PASSED [ 13%] rtree/index.py::rtree.index.Index.interleave PASSED [ 15%] rtree/index.py::rtree.index.Index.intersection PASSED [ 18%] rtree/index.py::rtree.index.Index.nearest PASSED [ 20%] rtree/index.py::rtree.index.RtreeContainer.__init__ PASSED [ 22%] rtree/index.py::rtree.index.RtreeContainer.delete PASSED [ 25%] rtree/index.py::rtree.index.RtreeContainer.insert PASSED [ 27%] rtree/index.py::rtree.index.RtreeContainer.intersection PASSED [ 29%] rtree/index.py::rtree.index.RtreeContainer.nearest PASSED [ 31%] tests/test_index.py::IndexVersion::test_libsidx_version PASSED [ 34%] tests/test_index.py::IndexBounds::test_invalid_specifications PASSED [ 36%] tests/test_index.py::IndexProperties::test_index_properties PASSED [ 38%] tests/test_index.py::IndexProperties::test_invalid_properties PASSED [ 40%] tests/test_index.py::IndexProperties::test_result_limit PASSED [ 43%] tests/test_index.py::IndexProperties::test_result_offset PASSED [ 45%] tests/test_index.py::TestPickling::test_index PASSED [ 47%] tests/test_index.py::TestPickling::test_property PASSED [ 50%] tests/test_index.py::IndexContainer::test_container PASSED [ 52%] tests/test_index.py::IndexIntersection::test_double_insertion PASSED [ 54%] tests/test_index.py::IndexIntersection::test_intersection PASSED [ 56%] tests/test_index.py::IndexIntersection::test_objects PASSED [ 59%] tests/test_index.py::IndexSerialization::test_custom_filenames PASSED [ 61%] tests/test_index.py::IndexSerialization::test_interleaving PASSED [ 63%] tests/test_index.py::IndexSerialization::test_overwrite PASSED [ 65%] tests/test_index.py::IndexSerialization::test_pickling PASSED [ 68%] tests/test_index.py::IndexSerialization::test_unicode_filenames PASSED [ 70%] tests/test_index.py::IndexNearest::test_nearest_basic PASSED [ 72%] tests/test_index.py::IndexNearest::test_nearest_equidistant PASSED [ 75%] tests/test_index.py::IndexNearest::test_nearest_object PASSED [ 77%] tests/test_index.py::IndexDelete::test_deletion PASSED [ 79%] tests/test_index.py::IndexMoreDimensions::test_3d PASSED [ 81%] tests/test_index.py::IndexMoreDimensions::test_4d PASSED [ 84%] tests/test_index.py::IndexStream::test_empty_stream PASSED [ 86%] tests/test_index.py::IndexStream::test_exception_at_beginning_of_generator PASSED [ 88%] tests/test_index.py::IndexStream::test_exception_in_generator PASSED [ 90%] tests/test_index.py::IndexStream::test_stream_input PASSED [ 93%] tests/test_index.py::IndexCustomStorage::test_custom_storage PASSED [ 95%] tests/test_index.py::IndexCustomStorage::test_custom_storage_reopening PASSED [ 97%] tests/test_tpr.py::TPRTests::test_tpr PASSED [100%] =============================== warnings summary =============================== tests/conftest.py:12 /home/buildozer/aports/testing/py3-rtree/src/rtree-0.9.7/tests/conftest.py:12: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture(autouse=True) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 44 passed, 1 warning in 0.40s ========================= >>> py3-rtree: 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 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' running build_ext 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.11 creating /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/rtree copying build/lib.linux-armv8l-cpython-311/rtree/finder.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/rtree copying build/lib.linux-armv8l-cpython-311/rtree/index.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/rtree copying build/lib.linux-armv8l-cpython-311/rtree/__init__.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/rtree copying build/lib.linux-armv8l-cpython-311/rtree/exceptions.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/rtree copying build/lib.linux-armv8l-cpython-311/rtree/core.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/rtree byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/rtree/finder.py to finder.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/rtree/index.py to index.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/rtree/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/rtree/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/rtree/core.py to core.cpython-311.pyc running install_egg_info Copying Rtree.egg-info to /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.11/site-packages/Rtree-0.9.7-py3.11.egg-info running install_scripts >>> py3-rtree*: Running postcheck for py3-rtree >>> py3-rtree*: Preparing package py3-rtree... >>> py3-rtree*: Tracing dependencies... >>> py3-rtree*: Package size: 328.0 KB >>> py3-rtree*: Compressing data... >>> py3-rtree*: Create checksum... >>> py3-rtree*: Create py3-rtree-0.9.7-r3.apk >>> py3-rtree: Build complete at Thu, 24 Nov 2022 07:17:51 +0000 elapsed time 0h 0m 4s >>> py3-rtree: Cleaning up srcdir >>> py3-rtree: Cleaning up pkgdir >>> py3-rtree: Uninstalling dependencies... (1/23) Purging .makedepends-py3-rtree (20221124.071748) (2/23) Purging libspatialindex-dev (0_git20210205-r0) (3/23) Purging libspatialindex (0_git20210205-r0) (4/23) Purging py3-setuptools (65.6.2-r0) (5/23) Purging py3-wheel (0.38.4-r1) (6/23) Purging py3-pytest (7.2.0-r2) (7/23) Purging py3-attrs (22.1.0-r1) (8/23) Purging py3-iniconfig (1.1.1-r4) (9/23) Purging py3-packaging (21.3-r3) (10/23) Purging py3-parsing (3.0.9-r1) (11/23) Purging py3-pluggy (1.0.0-r2) (12/23) Purging py3-py (1.11.0-r1) (13/23) Purging python3 (3.11.0-r2) (14/23) Purging py3-numpy (1.23.5-r0) (15/23) Purging libbz2 (1.0.8-r4) (16/23) Purging libffi (3.4.4-r0) (17/23) Purging gdbm (1.23-r0) (18/23) Purging xz-libs (5.2.8-r0) (19/23) Purging mpdecimal (2.5.1-r1) (20/23) Purging readline (8.2.0-r0) (21/23) Purging sqlite-libs (3.40.0-r0) (22/23) Purging openblas (0.3.21-r0) (23/23) Purging libgfortran (12.2.1_git20220924-r4) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-rtree: Updating the testing/armhf repository index... >>> py3-rtree: Signing the index...