>>> py3-mapbox-earcut: Building testing/py3-mapbox-earcut 1.0.1-r1 (using abuild 3.13.0-r3) started Tue, 18 Jun 2024 21:09:03 +0000 >>> py3-mapbox-earcut: Checking sanity of /home/buildozer/aports/testing/py3-mapbox-earcut/APKBUILD... >>> WARNING: py3-mapbox-earcut: No maintainer >>> py3-mapbox-earcut: Analyzing dependencies... >>> py3-mapbox-earcut: Installing for build: build-base py3-numpy py3-setuptools py3-pybind11-dev python3-dev pytest (1/35) Installing libgfortran (13.2.1_git20240309-r0) (2/35) Installing openblas (0.3.27-r0) (3/35) Installing libbz2 (1.0.8-r6) (4/35) Installing libffi (3.4.6-r0) (5/35) Installing gdbm (1.23-r1) (6/35) Installing xz-libs (5.6.2-r0) (7/35) Installing mpdecimal (4.0.0-r0) (8/35) Installing libpanelw (6.4_p20240420-r0) (9/35) Installing readline (8.2.10-r0) (10/35) Installing sqlite-libs (3.46.0-r0) (11/35) Installing python3 (3.12.3-r1) (12/35) Installing python3-pycache-pyc0 (3.12.3-r1) (13/35) Installing pyc (3.12.3-r1) (14/35) Installing py3-numpy-pyc (1.25.2-r1) (15/35) Installing python3-pyc (3.12.3-r1) (16/35) Installing py3-numpy (1.25.2-r1) (17/35) Installing py3-parsing (3.1.2-r1) (18/35) Installing py3-parsing-pyc (3.1.2-r1) (19/35) Installing py3-packaging (24.1-r0) (20/35) Installing py3-packaging-pyc (24.1-r0) (21/35) Installing py3-setuptools (70.0.0-r0) (22/35) Installing py3-setuptools-pyc (70.0.0-r0) (23/35) Installing py3-pybind11 (2.12.0-r1) (24/35) Installing py3-pybind11-pyc (2.12.0-r1) (25/35) Installing py3-pybind11-dev (2.12.0-r1) (26/35) Installing python3-dev (3.12.3-r1) (27/35) Installing py3-iniconfig (2.0.0-r1) (28/35) Installing py3-iniconfig-pyc (2.0.0-r1) (29/35) Installing py3-pluggy (1.5.0-r0) (30/35) Installing py3-pluggy-pyc (1.5.0-r0) (31/35) Installing py3-py (1.11.0-r3) (32/35) Installing py3-py-pyc (1.11.0-r3) (33/35) Installing py3-pytest (8.2.2-r0) (34/35) Installing py3-pytest-pyc (8.2.2-r0) (35/35) Installing .makedepends-py3-mapbox-earcut (20240618.210904) Executing busybox-1.36.1-r31.trigger OK: 432 MiB in 138 packages >>> py3-mapbox-earcut: Cleaning up srcdir >>> py3-mapbox-earcut: Cleaning up pkgdir >>> py3-mapbox-earcut: Cleaning up tmpdir >>> py3-mapbox-earcut: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-mapbox-earcut-1.0.1.tar.gz >>> py3-mapbox-earcut: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-mapbox-earcut-1.0.1.tar.gz >>> py3-mapbox-earcut: Checking sha512sums... py3-mapbox-earcut-1.0.1.tar.gz: OK >>> py3-mapbox-earcut: Unpacking /var/cache/distfiles/edge/py3-mapbox-earcut-1.0.1.tar.gz... running build running build_ext gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c flagcheck.cpp -o flagcheck.o -std=c++17 building 'mapbox_earcut' extension creating build creating build/temp.linux-armv8l-cpython-312 creating build/temp.linux-armv8l-cpython-312/src gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DVERSION_INFO=1.0.1 -Iinclude -I/usr/lib/python3.12/site-packages/pybind11/include -I/usr/include/python3.12 -c src/main.cpp -o build/temp.linux-armv8l-cpython-312/src/main.o -std=c++17 -fvisibility=hidden -g0 src/main.cpp: In instantiation of 'pybind11::array_t triangulate(pybind11::array_t, pybind11::array_t) [with CoordT = int; IndexT = unsigned int]': src/main.cpp:95:10: required from here src/main.cpp:38:30: warning: comparison of integer expressions of different signedness: 'const unsigned int' and 'const int' [-Wsign-compare] 38 | if (r(num_rings - 1) != num_verts) | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ src/main.cpp: In instantiation of 'pybind11::array_t triangulate(pybind11::array_t, pybind11::array_t) [with CoordT = long long int; IndexT = unsigned int]': src/main.cpp:96:10: required from here src/main.cpp:38:30: warning: comparison of integer expressions of different signedness: 'const unsigned int' and 'const int' [-Wsign-compare] src/main.cpp: In instantiation of 'pybind11::array_t triangulate(pybind11::array_t, pybind11::array_t) [with CoordT = float; IndexT = unsigned int]': src/main.cpp:97:10: required from here src/main.cpp:38:30: warning: comparison of integer expressions of different signedness: 'const unsigned int' and 'const int' [-Wsign-compare] src/main.cpp: In instantiation of 'pybind11::array_t triangulate(pybind11::array_t, pybind11::array_t) [with CoordT = double; IndexT = unsigned int]': src/main.cpp:98:10: required from here src/main.cpp:38:30: warning: comparison of integer expressions of different signedness: 'const unsigned int' and 'const int' [-Wsign-compare] In file included from /usr/include/c++/13.2.1/vector:72, from /usr/lib/python3.12/site-packages/pybind11/include/pybind11/detail/../detail/common.h:326, from /usr/lib/python3.12/site-packages/pybind11/include/pybind11/detail/../attr.h:13, from /usr/lib/python3.12/site-packages/pybind11/include/pybind11/detail/class.h:12, from /usr/lib/python3.12/site-packages/pybind11/include/pybind11/pybind11.h:13, from src/main.cpp:1: /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {std::array}; _Tp = std::array; _Alloc = std::allocator >]': /usr/include/c++/13.2.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector, std::allocator > >::iterator' changed in GCC 7.1 445 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {std::array}; _Tp = std::array; _Alloc = std::allocator >]': /usr/include/c++/13.2.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector, std::allocator > >::iterator' changed in GCC 7.1 In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::array}; _Tp = std::array; _Alloc = std::allocator >]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::array; _Alloc = std::allocator >]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1296:21, inlined from 'pybind11::array_t triangulate(pybind11::array_t, pybind11::array_t) [with CoordT = long long int; IndexT = unsigned int]' at src/main.cpp:64:33: /usr/include/c++/13.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::array}; _Tp = std::array; _Alloc = std::allocator >]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::array; _Alloc = std::allocator >]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1296:21, inlined from 'pybind11::array_t triangulate(pybind11::array_t, pybind11::array_t) [with CoordT = double; IndexT = unsigned int]' at src/main.cpp:64:33: /usr/include/c++/13.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ creating build/lib.linux-armv8l-cpython-312 g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-312/src/main.o -L/usr/lib -o build/lib.linux-armv8l-cpython-312/mapbox_earcut.cpython-312-arm-linux-musleabihf.so 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() /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! self.initialize_options() running bdist_egg running egg_info creating mapbox_earcut.egg-info writing mapbox_earcut.egg-info/PKG-INFO writing dependency_links to mapbox_earcut.egg-info/dependency_links.txt writing requirements to mapbox_earcut.egg-info/requires.txt writing top-level names to mapbox_earcut.egg-info/top_level.txt writing manifest file 'mapbox_earcut.egg-info/SOURCES.txt' reading manifest file 'mapbox_earcut.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'pybind11' adding license file 'LICENSE.md' writing manifest file 'mapbox_earcut.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv8l/egg running install_lib running build_ext 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-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/include -I/usr/include/python3.12 -c flagcheck.cpp -o flagcheck.o -std=c++17 creating build/bdist.linux-armv8l creating build/bdist.linux-armv8l/egg copying build/lib.linux-armv8l-cpython-312/mapbox_earcut.cpython-312-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/egg creating stub loader for mapbox_earcut.cpython-312-arm-linux-musleabihf.so byte-compiling build/bdist.linux-armv8l/egg/mapbox_earcut.py to mapbox_earcut.cpython-312.pyc creating build/bdist.linux-armv8l/egg/EGG-INFO copying mapbox_earcut.egg-info/PKG-INFO -> build/bdist.linux-armv8l/egg/EGG-INFO copying mapbox_earcut.egg-info/SOURCES.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying mapbox_earcut.egg-info/dependency_links.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying mapbox_earcut.egg-info/not-zip-safe -> build/bdist.linux-armv8l/egg/EGG-INFO copying mapbox_earcut.egg-info/requires.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying mapbox_earcut.egg-info/top_level.txt -> build/bdist.linux-armv8l/egg/EGG-INFO writing build/bdist.linux-armv8l/egg/EGG-INFO/native_libs.txt creating dist creating 'dist/mapbox_earcut-1.0.1-py3.12-linux-armv8l.egg' and adding 'build/bdist.linux-armv8l/egg' to it removing 'build/bdist.linux-armv8l/egg' (and everything under it) Processing mapbox_earcut-1.0.1-py3.12-linux-armv8l.egg creating /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/lib/python3.12/site-packages/mapbox_earcut-1.0.1-py3.12-linux-armv8l.egg Extracting mapbox_earcut-1.0.1-py3.12-linux-armv8l.egg to /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/lib/python3.12/site-packages Adding mapbox-earcut 1.0.1 to easy-install.pth file Installed /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/lib/python3.12/site-packages/mapbox_earcut-1.0.1-py3.12-linux-armv8l.egg Processing dependencies for mapbox-earcut==1.0.1 Searching for numpy==1.25.2 Best match: numpy 1.25.2 Adding numpy 1.25.2 to easy-install.pth file detected new path './mapbox_earcut-1.0.1-py3.12-linux-armv8l.egg' Installing f2py script to /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/bin Installing f2py3 script to /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/bin Installing f2py3.12 script to /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/bin Using /usr/lib/python3.12/site-packages Finished processing dependencies for mapbox-earcut==1.0.1 ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.2.2, pluggy-1.5.0 rootdir: /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1 configfile: pyproject.toml collected 13 items tests/test_earcut.py ............. [100%] ============================== 13 passed in 0.12s ============================== >>> py3-mapbox-earcut: 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-mapbox-earcut/pkg creating /home/buildozer/aports/testing/py3-mapbox-earcut/pkg/py3-mapbox-earcut creating /home/buildozer/aports/testing/py3-mapbox-earcut/pkg/py3-mapbox-earcut/usr creating /home/buildozer/aports/testing/py3-mapbox-earcut/pkg/py3-mapbox-earcut/usr/lib creating /home/buildozer/aports/testing/py3-mapbox-earcut/pkg/py3-mapbox-earcut/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-mapbox-earcut/pkg/py3-mapbox-earcut/usr/lib/python3.12/site-packages copying build/lib.linux-armv8l-cpython-312/mapbox_earcut.cpython-312-arm-linux-musleabihf.so -> /home/buildozer/aports/testing/py3-mapbox-earcut/pkg/py3-mapbox-earcut/usr/lib/python3.12/site-packages running install_egg_info running egg_info writing mapbox_earcut.egg-info/PKG-INFO writing dependency_links to mapbox_earcut.egg-info/dependency_links.txt writing requirements to mapbox_earcut.egg-info/requires.txt writing top-level names to mapbox_earcut.egg-info/top_level.txt reading manifest file 'mapbox_earcut.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'pybind11' adding license file 'LICENSE.md' writing manifest file 'mapbox_earcut.egg-info/SOURCES.txt' Copying mapbox_earcut.egg-info to /home/buildozer/aports/testing/py3-mapbox-earcut/pkg/py3-mapbox-earcut/usr/lib/python3.12/site-packages/mapbox_earcut-1.0.1-py3.12.egg-info running install_scripts >>> py3-mapbox-earcut*: Running postcheck for py3-mapbox-earcut >>> py3-mapbox-earcut*: Preparing package py3-mapbox-earcut... >>> py3-mapbox-earcut*: Stripping binaries >>> py3-mapbox-earcut*: Scanning shared objects >>> py3-mapbox-earcut*: Tracing dependencies... py3-numpy python3~3.12 so:libc.musl-armv7.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> py3-mapbox-earcut*: Package size: 152.0 KB >>> py3-mapbox-earcut*: Compressing data... >>> py3-mapbox-earcut*: Create checksum... >>> py3-mapbox-earcut*: Create py3-mapbox-earcut-1.0.1-r1.apk >>> py3-mapbox-earcut: Build complete at Tue, 18 Jun 2024 21:09:13 +0000 elapsed time 0h 0m 10s >>> py3-mapbox-earcut: Cleaning up srcdir >>> py3-mapbox-earcut: Cleaning up pkgdir >>> py3-mapbox-earcut: Uninstalling dependencies... (1/35) Purging .makedepends-py3-mapbox-earcut (20240618.210904) (2/35) Purging py3-numpy-pyc (1.25.2-r1) (3/35) Purging py3-numpy (1.25.2-r1) (4/35) Purging openblas (0.3.27-r0) (5/35) Purging py3-setuptools-pyc (70.0.0-r0) (6/35) Purging py3-setuptools (70.0.0-r0) (7/35) Purging py3-pybind11-dev (2.12.0-r1) (8/35) Purging py3-pybind11-pyc (2.12.0-r1) (9/35) Purging py3-pybind11 (2.12.0-r1) (10/35) Purging python3-dev (3.12.3-r1) (11/35) Purging libgfortran (13.2.1_git20240309-r0) (12/35) Purging py3-iniconfig-pyc (2.0.0-r1) (13/35) Purging py3-packaging-pyc (24.1-r0) (14/35) Purging py3-parsing-pyc (3.1.2-r1) (15/35) Purging py3-pluggy-pyc (1.5.0-r0) (16/35) Purging py3-py-pyc (1.11.0-r3) (17/35) Purging py3-pytest-pyc (8.2.2-r0) (18/35) Purging py3-pytest (8.2.2-r0) (19/35) Purging py3-iniconfig (2.0.0-r1) (20/35) Purging py3-packaging (24.1-r0) (21/35) Purging py3-parsing (3.1.2-r1) (22/35) Purging py3-pluggy (1.5.0-r0) (23/35) Purging py3-py (1.11.0-r3) (24/35) Purging python3-pyc (3.12.3-r1) (25/35) Purging python3-pycache-pyc0 (3.12.3-r1) (26/35) Purging pyc (3.12.3-r1) (27/35) Purging python3 (3.12.3-r1) (28/35) Purging readline (8.2.10-r0) (29/35) Purging sqlite-libs (3.46.0-r0) (30/35) Purging xz-libs (5.6.2-r0) (31/35) Purging gdbm (1.23-r1) (32/35) Purging libbz2 (1.0.8-r6) (33/35) Purging libffi (3.4.6-r0) (34/35) Purging libpanelw (6.4_p20240420-r0) (35/35) Purging mpdecimal (4.0.0-r0) Executing busybox-1.36.1-r31.trigger OK: 270 MiB in 103 packages >>> py3-mapbox-earcut: Updating the testing/armv7 repository index... >>> py3-mapbox-earcut: Signing the index...