>>> py3-rtree: Building testing/py3-rtree 0.9.7-r2 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 16:03:33 +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/28) Installing libffi (3.4.2-r1) (2/28) Installing gdbm (1.22-r0) (3/28) Installing mpdecimal (2.5.1-r1) (4/28) Installing readline (8.1.1-r0) (5/28) Installing sqlite-libs (3.37.0-r0) (6/28) Installing python3 (3.10.1-r0) (7/28) Installing libspatialindex (0_git20210205-r0) (8/28) Installing libspatialindex-dev (0_git20210205-r0) (9/28) Installing py3-ordered-set (4.0.2-r3) (10/28) Installing py3-appdirs (1.4.4-r3) (11/28) Installing py3-parsing (2.4.7-r3) (12/28) Installing py3-six (1.16.0-r1) (13/28) Installing py3-packaging (21.3-r0) (14/28) Installing py3-setuptools (52.0.0-r5) (15/28) Installing py3-wheel (0.36.2-r3) (16/28) Installing py3-atomicwrites (1.4.0-r2) (17/28) Installing py3-attrs (21.2.0-r1) (18/28) Installing py3-more-itertools (8.12.0-r1) (19/28) Installing py3-iniconfig (1.1.1-r2) (20/28) Installing py3-pluggy (0.13.1-r5) (21/28) Installing py3-py (1.10.0-r2) (22/28) Installing py3-wcwidth (0.2.5-r2) (23/28) Installing py3-toml (0.10.2-r3) (24/28) Installing py3-pytest (6.2.5-r1) (25/28) Installing libgfortran (11.2.1_git20211128-r3) (26/28) Installing openblas (0.3.18-r1) (27/28) Installing py3-numpy (1.21.4-r1) (28/28) Installing .makedepends-py3-rtree (20211219.160333) Executing busybox-1.34.1-r5.trigger OK: 397 MiB in 127 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 % 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 50640 100 50640 0 0 68330 0 --:--:-- --:--:-- --:--:-- 68340 >>> 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 creating build/lib/rtree copying rtree/finder.py -> build/lib/rtree copying rtree/index.py -> build/lib/rtree copying rtree/__init__.py -> build/lib/rtree copying rtree/exceptions.py -> build/lib/rtree copying rtree/core.py -> build/lib/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' writing manifest file 'Rtree.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /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/warnings.html ======================== 44 passed, 1 warning in 0.74s ========================= >>> py3-rtree: Entering fakeroot... running install 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' 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.10 creating /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/rtree copying build/lib/rtree/finder.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/rtree copying build/lib/rtree/index.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/rtree copying build/lib/rtree/__init__.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/rtree copying build/lib/rtree/exceptions.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/rtree copying build/lib/rtree/core.py -> /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/rtree byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/rtree/finder.py to finder.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/rtree/index.py to index.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/rtree/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/rtree/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/rtree/core.py to core.cpython-310.pyc running install_egg_info Copying Rtree.egg-info to /home/buildozer/aports/testing/py3-rtree/pkg/py3-rtree/usr/lib/python3.10/site-packages/Rtree-0.9.7-py3.10.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: 268.0 KB >>> py3-rtree*: Compressing data... >>> py3-rtree*: Create checksum... >>> py3-rtree*: Create py3-rtree-0.9.7-r2.apk >>> py3-rtree: Build complete at Sun, 19 Dec 2021 16:03:37 +0000 elapsed time 0h 0m 4s >>> py3-rtree: Cleaning up srcdir >>> py3-rtree: Cleaning up pkgdir >>> py3-rtree: Uninstalling dependencies... (1/28) Purging .makedepends-py3-rtree (20211219.160333) (2/28) Purging libspatialindex-dev (0_git20210205-r0) (3/28) Purging libspatialindex (0_git20210205-r0) (4/28) Purging py3-setuptools (52.0.0-r5) (5/28) Purging py3-ordered-set (4.0.2-r3) (6/28) Purging py3-appdirs (1.4.4-r3) (7/28) Purging py3-wheel (0.36.2-r3) (8/28) Purging py3-pytest (6.2.5-r1) (9/28) Purging py3-atomicwrites (1.4.0-r2) (10/28) Purging py3-attrs (21.2.0-r1) (11/28) Purging py3-more-itertools (8.12.0-r1) (12/28) Purging py3-iniconfig (1.1.1-r2) (13/28) Purging py3-pluggy (0.13.1-r5) (14/28) Purging py3-py (1.10.0-r2) (15/28) Purging py3-wcwidth (0.2.5-r2) (16/28) Purging py3-packaging (21.3-r0) (17/28) Purging py3-parsing (2.4.7-r3) (18/28) Purging py3-six (1.16.0-r1) (19/28) Purging py3-toml (0.10.2-r3) (20/28) Purging python3 (3.10.1-r0) (21/28) Purging py3-numpy (1.21.4-r1) (22/28) Purging libffi (3.4.2-r1) (23/28) Purging gdbm (1.22-r0) (24/28) Purging mpdecimal (2.5.1-r1) (25/28) Purging readline (8.1.1-r0) (26/28) Purging sqlite-libs (3.37.0-r0) (27/28) Purging openblas (0.3.18-r1) (28/28) Purging libgfortran (11.2.1_git20211128-r3) Executing busybox-1.34.1-r5.trigger OK: 307 MiB in 99 packages >>> py3-rtree: Updating the testing/armhf repository index... >>> py3-rtree: Signing the index...