>>> py3-mapbox-earcut: Building testing/py3-mapbox-earcut 1.0.1-r0 (using abuild 3.10.0-r0) started Sat, 03 Dec 2022 04:56:25 +0000 >>> py3-mapbox-earcut: Checking sanity of /home/buildozer/aports/testing/py3-mapbox-earcut/APKBUILD... >>> py3-mapbox-earcut: Analyzing dependencies... >>> py3-mapbox-earcut: Installing for build: build-base py3-numpy py3-setuptools py3-pybind11-dev python3-dev pytest (1/23) Installing libgfortran (12.2.1_git20220924-r4) (2/23) Installing openblas (0.3.21-r0) (3/23) Installing py3-numpy (1.23.5-r0) (4/23) Installing libbz2 (1.0.8-r4) (5/23) Installing libffi (3.4.4-r0) (6/23) Installing gdbm (1.23-r0) (7/23) Installing xz-libs (5.2.9-r0) (8/23) Installing mpdecimal (2.5.1-r1) (9/23) Installing readline (8.2.0-r0) (10/23) Installing sqlite-libs (3.40.0-r0) (11/23) Installing python3 (3.11.0-r2) (12/23) Installing py3-parsing (3.0.9-r1) (13/23) Installing py3-packaging (21.3-r3) (14/23) Installing py3-setuptools (65.6.3-r0) (15/23) Installing py3-pybind11 (2.10.0-r1) (16/23) Installing py3-pybind11-dev (2.10.0-r1) (17/23) Installing python3-dev (3.11.0-r2) (18/23) Installing py3-attrs (22.1.0-r1) (19/23) Installing py3-iniconfig (1.1.1-r4) (20/23) Installing py3-pluggy (1.0.0-r2) (21/23) Installing py3-py (1.11.0-r1) (22/23) Installing py3-pytest (7.2.0-r2) (23/23) Installing .makedepends-py3-mapbox-earcut (20221203.045626) Executing busybox-1.35.0-r29.trigger OK: 515 MiB in 119 packages >>> py3-mapbox-earcut: Cleaning up srcdir >>> py3-mapbox-earcut: Cleaning up pkgdir >>> py3-mapbox-earcut: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-mapbox-earcut-1.0.1.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-mapbox-earcut: Fetching py3-mapbox-earcut-1.0.1.tar.gz::https://github.com/skogler/mapbox_earcut_python/archive/refs/tags/v1.0.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11794 0 11794 0 0 9500 0 --:--:-- 0:00:01 --:--:-- 9500 100 11794 0 11794 0 0 8658 0 --:--:-- 0:00:01 --:--:-- 0 >>> 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 -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.11 -c flagcheck.cpp -o flagcheck.o -std=c++17 building 'mapbox_earcut' extension creating build creating build/temp.linux-armv8l-cpython-311 creating build/temp.linux-armv8l-cpython-311/src gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DVERSION_INFO=1.0.1 -Iinclude -I/usr/lib/python3.11/site-packages/pybind11/include -I/usr/include/python3.11 -c src/main.cpp -o build/temp.linux-armv8l-cpython-311/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++/12.2.1/vector:70, from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/../detail/common.h:255, from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/../attr.h:13, from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/class.h:12, from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/pybind11.h:13, from src/main.cpp:1: /usr/include/c++/12.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++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector, std::allocator > >::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.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++/12.2.1/bits/vector.tcc:439: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++/12.2.1/bits/stl_vector.h:1294: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++/12.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++/12.2.1/bits/stl_vector.h:1294: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++/12.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-311 g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-311/src/main.o -L/usr/lib -o build/lib.linux-armv8l-cpython-311/mapbox_earcut.cpython-311-arm-linux-musleabihf.so running install /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/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( /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/lib/python3.11/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( 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 -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/include -I/usr/include/python3.11 -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-311/mapbox_earcut.cpython-311-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/egg creating stub loader for mapbox_earcut.cpython-311-arm-linux-musleabihf.so byte-compiling build/bdist.linux-armv8l/egg/mapbox_earcut.py to mapbox_earcut.cpython-311.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.11-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.11-linux-armv8l.egg creating /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/lib/python3.11/site-packages/mapbox_earcut-1.0.1-py3.11-linux-armv8l.egg Extracting mapbox_earcut-1.0.1-py3.11-linux-armv8l.egg to /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/lib/python3.11/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.11/site-packages/mapbox_earcut-1.0.1-py3.11-linux-armv8l.egg Processing dependencies for mapbox-earcut==1.0.1 Searching for numpy==1.23.5 Best match: numpy 1.23.5 Adding numpy 1.23.5 to easy-install.pth file 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.11 script to /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1/test-env/bin Using /usr/lib/python3.11/site-packages Finished processing dependencies for mapbox-earcut==1.0.1 ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-mapbox-earcut/src/mapbox_earcut_python-1.0.1 collected 13 items tests/test_earcut.py ............. [100%] ============================== 13 passed in 0.14s ============================== >>> py3-mapbox-earcut: 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_ext gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.11 -c flagcheck.cpp -o flagcheck.o -std=c++17 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.11 creating /home/buildozer/aports/testing/py3-mapbox-earcut/pkg/py3-mapbox-earcut/usr/lib/python3.11/site-packages copying build/lib.linux-armv8l-cpython-311/mapbox_earcut.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/testing/py3-mapbox-earcut/pkg/py3-mapbox-earcut/usr/lib/python3.11/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.11/site-packages/mapbox_earcut-1.0.1-py3.11.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 so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> py3-mapbox-earcut*: Package size: 180.0 KB >>> py3-mapbox-earcut*: Compressing data... >>> py3-mapbox-earcut*: Create checksum... >>> py3-mapbox-earcut*: Create py3-mapbox-earcut-1.0.1-r0.apk >>> py3-mapbox-earcut: Build complete at Sat, 03 Dec 2022 04:56:43 +0000 elapsed time 0h 0m 18s >>> py3-mapbox-earcut: Cleaning up srcdir >>> py3-mapbox-earcut: Cleaning up pkgdir >>> py3-mapbox-earcut: Uninstalling dependencies... (1/23) Purging .makedepends-py3-mapbox-earcut (20221203.045626) (2/23) Purging py3-numpy (1.23.5-r0) (3/23) Purging py3-setuptools (65.6.3-r0) (4/23) Purging py3-pybind11-dev (2.10.0-r1) (5/23) Purging py3-pybind11 (2.10.0-r1) (6/23) Purging python3-dev (3.11.0-r2) (7/23) Purging openblas (0.3.21-r0) (8/23) Purging libgfortran (12.2.1_git20220924-r4) (9/23) Purging py3-pytest (7.2.0-r2) (10/23) Purging py3-attrs (22.1.0-r1) (11/23) Purging py3-iniconfig (1.1.1-r4) (12/23) Purging py3-packaging (21.3-r3) (13/23) Purging py3-parsing (3.0.9-r1) (14/23) Purging py3-pluggy (1.0.0-r2) (15/23) Purging py3-py (1.11.0-r1) (16/23) Purging python3 (3.11.0-r2) (17/23) Purging libbz2 (1.0.8-r4) (18/23) Purging libffi (3.4.4-r0) (19/23) Purging gdbm (1.23-r0) (20/23) Purging xz-libs (5.2.9-r0) (21/23) Purging mpdecimal (2.5.1-r1) (22/23) Purging readline (8.2.0-r0) (23/23) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-mapbox-earcut: Updating the testing/armhf repository index... >>> py3-mapbox-earcut: Signing the index...