>>> py3-mapbox-earcut: Building testing/py3-mapbox-earcut 1.0.1-r2 (using abuild 3.13.0-r5) started Tue, 06 Aug 2024 12:33:15 +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 py3-gpep517 py3-pytest (1/38) Installing libgfortran (14.2.0-r0) (2/38) Installing openblas (0.3.27-r0) (3/38) Installing libbz2 (1.0.8-r6) (4/38) Installing libffi (3.4.6-r0) (5/38) Installing gdbm (1.24-r0) (6/38) Installing xz-libs (5.6.2-r0) (7/38) Installing mpdecimal (4.0.0-r0) (8/38) Installing libpanelw (6.5_p20240601-r0) (9/38) Installing sqlite-libs (3.46.0-r0) (10/38) Installing python3 (3.12.4-r0) (11/38) Installing python3-pycache-pyc0 (3.12.4-r0) (12/38) Installing pyc (3.12.4-r0) (13/38) Installing py3-numpy-pyc (1.25.2-r1) (14/38) Installing python3-pyc (3.12.4-r0) (15/38) Installing py3-numpy (1.25.2-r1) (16/38) Installing py3-parsing (3.1.2-r1) (17/38) Installing py3-parsing-pyc (3.1.2-r1) (18/38) Installing py3-packaging (24.1-r0) (19/38) Installing py3-packaging-pyc (24.1-r0) (20/38) Installing py3-setuptools (70.3.0-r0) (21/38) Installing py3-setuptools-pyc (70.3.0-r0) (22/38) Installing py3-pybind11 (2.13.1-r0) (23/38) Installing py3-pybind11-pyc (2.13.1-r0) (24/38) Installing py3-pybind11-dev (2.13.1-r0) (25/38) Installing python3-dev (3.12.4-r0) (26/38) Installing py3-installer (0.7.0-r2) (27/38) Installing py3-installer-pyc (0.7.0-r2) (28/38) Installing py3-gpep517 (16-r0) (29/38) Installing py3-gpep517-pyc (16-r0) (30/38) Installing py3-iniconfig (2.0.0-r1) (31/38) Installing py3-iniconfig-pyc (2.0.0-r1) (32/38) Installing py3-pluggy (1.5.0-r0) (33/38) Installing py3-pluggy-pyc (1.5.0-r0) (34/38) Installing py3-py (1.11.0-r3) (35/38) Installing py3-py-pyc (1.11.0-r3) (36/38) Installing py3-pytest (8.3.2-r0) (37/38) Installing py3-pytest-pyc (8.3.2-r0) (38/38) Installing .makedepends-py3-mapbox-earcut (20240806.123316) Executing busybox-1.36.1-r31.trigger OK: 447 MiB in 141 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... 2024-08-06 12:33:18,023 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-08-06 12:33:18,039 root INFO running bdist_wheel 2024-08-06 12:33:18,050 root INFO running build 2024-08-06 12:33:18,050 root INFO running build_ext 2024-08-06 12:33:18,051 root INFO 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 2024-08-06 12:33:18,073 root INFO building 'mapbox_earcut' extension 2024-08-06 12:33:18,073 root INFO creating build 2024-08-06 12:33:18,073 root INFO creating build/temp.linux-armv8l-cpython-312 2024-08-06 12:33:18,073 root INFO creating build/temp.linux-armv8l-cpython-312/src 2024-08-06 12:33:18,073 root INFO 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 95 | m.def("triangulate_int32", &triangulate); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 96 | m.def("triangulate_int64", &triangulate); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 = float; IndexT = unsigned int]': src/main.cpp:97:10: required from here 97 | m.def("triangulate_float32", &triangulate); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 = double; IndexT = unsigned int]': src/main.cpp:98:10: required from here 98 | m.def("triangulate_float64", &triangulate); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2024-08-06 12:33:24,960 root INFO creating build/lib.linux-armv8l-cpython-312 2024-08-06 12:33:24,960 root INFO 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 2024-08-06 12:33:24,998 root INFO installing to build/bdist.linux-armv8l/wheel 2024-08-06 12:33:24,998 root INFO running install 2024-08-06 12:33:25,007 root INFO running install_lib 2024-08-06 12:33:25,009 root INFO creating build/bdist.linux-armv8l 2024-08-06 12:33:25,009 root INFO creating build/bdist.linux-armv8l/wheel 2024-08-06 12:33:25,009 root INFO copying build/lib.linux-armv8l-cpython-312/mapbox_earcut.cpython-312-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel 2024-08-06 12:33:25,009 root INFO running install_egg_info 2024-08-06 12:33:25,011 root INFO running egg_info 2024-08-06 12:33:25,012 root INFO creating mapbox_earcut.egg-info 2024-08-06 12:33:25,013 root INFO writing mapbox_earcut.egg-info/PKG-INFO 2024-08-06 12:33:25,014 root INFO writing dependency_links to mapbox_earcut.egg-info/dependency_links.txt 2024-08-06 12:33:25,014 root INFO writing requirements to mapbox_earcut.egg-info/requires.txt 2024-08-06 12:33:25,014 root INFO writing top-level names to mapbox_earcut.egg-info/top_level.txt 2024-08-06 12:33:25,014 root INFO writing manifest file 'mapbox_earcut.egg-info/SOURCES.txt' 2024-08-06 12:33:25,016 root INFO reading manifest file 'mapbox_earcut.egg-info/SOURCES.txt' 2024-08-06 12:33:25,016 root INFO reading manifest template 'MANIFEST.in' 2024-08-06 12:33:25,017 root WARNING warning: no files found matching '*' under directory 'pybind11' 2024-08-06 12:33:25,017 root INFO adding license file 'LICENSE.md' 2024-08-06 12:33:25,017 root INFO writing manifest file 'mapbox_earcut.egg-info/SOURCES.txt' 2024-08-06 12:33:25,017 root INFO Copying mapbox_earcut.egg-info to build/bdist.linux-armv8l/wheel/mapbox_earcut-1.0.1-py3.12.egg-info 2024-08-06 12:33:25,018 root INFO running install_scripts 2024-08-06 12:33:25,024 root INFO creating build/bdist.linux-armv8l/wheel/mapbox_earcut-1.0.1.dist-info/WHEEL 2024-08-06 12:33:25,025 wheel INFO creating '/home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/.dist/.tmp-v14u5db0/mapbox_earcut-1.0.1-cp312-cp312-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2024-08-06 12:33:25,025 wheel INFO adding 'mapbox_earcut.cpython-312-arm-linux-musleabihf.so' 2024-08-06 12:33:25,026 wheel INFO adding 'mapbox_earcut-1.0.1.dist-info/LICENSE.md' 2024-08-06 12:33:25,026 wheel INFO adding 'mapbox_earcut-1.0.1.dist-info/METADATA' 2024-08-06 12:33:25,026 wheel INFO adding 'mapbox_earcut-1.0.1.dist-info/WHEEL' 2024-08-06 12:33:25,026 wheel INFO adding 'mapbox_earcut-1.0.1.dist-info/top_level.txt' 2024-08-06 12:33:25,026 wheel INFO adding 'mapbox_earcut-1.0.1.dist-info/RECORD' 2024-08-06 12:33:25,027 root INFO removing build/bdist.linux-armv8l/wheel 2024-08-06 12:33:25,027 gpep517 INFO The backend produced .dist/mapbox_earcut-1.0.1-cp312-cp312-linux_armv8l.whl mapbox_earcut-1.0.1-cp312-cp312-linux_armv8l.whl 2024-08-06 12:33:25,211 gpep517 INFO Installing .dist/mapbox_earcut-1.0.1-cp312-cp312-linux_armv8l.whl into .testenv 2024-08-06 12:33:25,214 gpep517 INFO Installation complete ============================= test session starts ============================== platform linux -- Python 3.12.4, pytest-8.3.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... 2024-08-06 12:33:25,718 gpep517 INFO Installing .dist/mapbox_earcut-1.0.1-cp312-cp312-linux_armv8l.whl into /home/buildozer/aports/testing/py3-mapbox-earcut/pkg/py3-mapbox-earcut 2024-08-06 12:33:25,721 gpep517 INFO Installation complete >>> 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: 144.0 KB >>> py3-mapbox-earcut*: Compressing data... >>> py3-mapbox-earcut*: Create checksum... >>> py3-mapbox-earcut*: Create py3-mapbox-earcut-1.0.1-r2.apk >>> py3-mapbox-earcut: Build complete at Tue, 06 Aug 2024 12:33:25 +0000 elapsed time 0h 0m 10s >>> py3-mapbox-earcut: Cleaning up srcdir >>> py3-mapbox-earcut: Cleaning up pkgdir >>> py3-mapbox-earcut: Uninstalling dependencies... (1/38) Purging .makedepends-py3-mapbox-earcut (20240806.123316) (2/38) Purging py3-numpy-pyc (1.25.2-r1) (3/38) Purging py3-numpy (1.25.2-r1) (4/38) Purging openblas (0.3.27-r0) (5/38) Purging py3-setuptools-pyc (70.3.0-r0) (6/38) Purging py3-setuptools (70.3.0-r0) (7/38) Purging py3-pybind11-dev (2.13.1-r0) (8/38) Purging py3-pybind11-pyc (2.13.1-r0) (9/38) Purging py3-pybind11 (2.13.1-r0) (10/38) Purging python3-dev (3.12.4-r0) (11/38) Purging py3-gpep517-pyc (16-r0) (12/38) Purging py3-gpep517 (16-r0) (13/38) Purging py3-installer-pyc (0.7.0-r2) (14/38) Purging py3-installer (0.7.0-r2) (15/38) Purging py3-pytest-pyc (8.3.2-r0) (16/38) Purging py3-pytest (8.3.2-r0) (17/38) Purging py3-iniconfig-pyc (2.0.0-r1) (18/38) Purging py3-iniconfig (2.0.0-r1) (19/38) Purging py3-packaging-pyc (24.1-r0) (20/38) Purging py3-packaging (24.1-r0) (21/38) Purging py3-parsing-pyc (3.1.2-r1) (22/38) Purging py3-parsing (3.1.2-r1) (23/38) Purging py3-pluggy-pyc (1.5.0-r0) (24/38) Purging py3-pluggy (1.5.0-r0) (25/38) Purging py3-py-pyc (1.11.0-r3) (26/38) Purging py3-py (1.11.0-r3) (27/38) Purging python3-pyc (3.12.4-r0) (28/38) Purging python3-pycache-pyc0 (3.12.4-r0) (29/38) Purging pyc (3.12.4-r0) (30/38) Purging python3 (3.12.4-r0) (31/38) Purging gdbm (1.24-r0) (32/38) Purging libbz2 (1.0.8-r6) (33/38) Purging libffi (3.4.6-r0) (34/38) Purging libgfortran (14.2.0-r0) (35/38) Purging libpanelw (6.5_p20240601-r0) (36/38) Purging mpdecimal (4.0.0-r0) (37/38) Purging sqlite-libs (3.46.0-r0) (38/38) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 283 MiB in 103 packages >>> py3-mapbox-earcut: Updating the testing/armv7 repository index... >>> py3-mapbox-earcut: Signing the index...