>>> hexer: Building testing/hexer 1.4.0-r13 (using abuild 3.11.0-r1) started Sat, 13 May 2023 14:48:09 +0000 >>> hexer: Checking sanity of /home/buildozer/aports/testing/hexer/APKBUILD... >>> hexer: Analyzing dependencies... >>> hexer: Installing for build: build-base cmake gdal-dev (1/43) Installing libarchive (3.6.2-r2) (2/43) Installing libformw (6.4_p20230506-r1) (3/43) Installing rhash-libs (1.4.3-r2) (4/43) Installing libuv (1.44.2-r2) (5/43) Installing cmake (3.26.3-r1) (6/43) Installing lerc (4.0.0-r0) (7/43) Installing boost1.82-serialization (1.82.0-r1) (8/43) Installing libgmpxx (6.2.1-r3) (9/43) Installing sfcgal (1.4.1-r3) (10/43) Installing libgfortran (12.2.1_git20220924-r10) (11/43) Installing openblas (0.3.23-r0) (12/43) Installing liblapack (0.3.23-r0) (13/43) Installing arpack (3.8.0-r2) (14/43) Installing superlu (6.0.0-r0) (15/43) Installing armadillo (12.2.0-r0) (16/43) Installing blosc (1.21.3-r1) (17/43) Installing brunsli-libs (0.1-r1) (18/43) Installing libdeflate (1.18-r0) (19/43) Installing geos (3.11.2-r0) (20/43) Installing giflib (5.2.1-r4) (21/43) Installing gnu-libiconv-libs (1.17-r1) (22/43) Installing libjpeg-turbo (2.1.5.1-r2) (23/43) Installing json-c (0.16-r3) (24/43) Installing libhwy (1.0.4-r1) (25/43) Installing lcms2 (2.15-r3) (26/43) Installing libjxl (0.8.1-r5) (27/43) Installing readline (8.2.1-r1) (28/43) Installing unixodbc (2.3.11-r2) (29/43) Installing libpng (1.6.39-r3) (30/43) Installing sqlite-libs (3.41.2-r2) (31/43) Installing libwebp (1.3.0-r1) (32/43) Installing tiff (4.5.0-r6) (33/43) Installing proj (9.2.0-r0) (34/43) Installing qhull (2020.2-r2) (35/43) Installing minizip (1.2.13-r0) (36/43) Installing librttopo (1.1.0-r3) (37/43) Installing libspatialite (5.0.1-r7) (38/43) Installing icu-data-en (73.1-r1) Executing icu-data-en-73.1-r1.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (39/43) Installing icu-libs (73.1-r1) (40/43) Installing xerces-c (3.2.4-r2) (41/43) Installing gdal (3.7.0-r0) (42/43) Installing gdal-dev (3.7.0-r0) (43/43) Installing .makedepends-hexer (20230513.144810) Executing busybox-1.36.0-r9.trigger OK: 1035 MiB in 152 packages >>> hexer: Cleaning up srcdir >>> hexer: Cleaning up pkgdir >>> hexer: Fetching https://distfiles.alpinelinux.org/distfiles/edge//hexer-1.4.0.tar.gz >>> hexer: Fetching https://distfiles.alpinelinux.org/distfiles/edge//hexer-1.4.0.tar.gz >>> hexer: Checking sha512sums... hexer-1.4.0.tar.gz: OK 10-missing-includes.patch: OK 20-compile-test-for-execinfo.patch: OK >>> hexer: Unpacking /var/cache/distfiles/edge//hexer-1.4.0.tar.gz... >>> hexer: 10-missing-includes.patch patching file CMakeLists.txt patching file apps/CMakeLists.txt patching file include/hexer/Utils.hpp patching file src/CMakeLists.txt patching file src/gitsha.cpp >>> hexer: 20-compile-test-for-execinfo.patch patching file CMakeLists.txt patching file apps/Utils.cpp patching file hexer_defines.h.in CMake Warning (dev) at CMakeLists.txt:1 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is GNU 12.2.1 -- The CXX compiler identification is GNU 12.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring Hexer library - hexer CMake Deprecation Warning at CMakeLists.txt:23 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at CMakeLists.txt:33 (cmake_policy): The OLD behavior for policy CMP0022 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Deprecation Warning at CMakeLists.txt:34 (cmake_policy): The OLD behavior for policy CMP0042 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- Setting Hexer build type - None -- Searching for GDAL 1.9.0+ library -- Found acceptable GDAL version 3.7.0 -- Found GDAL: /usr/lib/libgdal.so (Required is at least version "1.9.0") -- Looking for include file execinfo.h -- Looking for include file execinfo.h - not found -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/testing/hexer/src/hexer-1.4.0/build [ 7%] Building CXX object src/CMakeFiles/hexer.dir/Draw.cpp.o [ 15%] Building CXX object src/CMakeFiles/hexer.dir/HexGrid.cpp.o [ 30%] Building CXX object src/CMakeFiles/hexer.dir/Path.cpp.o [ 30%] Building CXX object src/CMakeFiles/hexer.dir/Hexagon.cpp.o [ 38%] Building CXX object src/CMakeFiles/hexer.dir/Processor.cpp.o [ 46%] Building CXX object src/CMakeFiles/hexer.dir/Segment.cpp.o [ 53%] Building CXX object src/CMakeFiles/hexer.dir/gitsha.cpp.o In file included from /usr/include/c++/12.2.1/vector:70, from /home/buildozer/aports/testing/hexer/src/hexer-1.4.0/src/../include/hexer/Path.hpp:18, from /home/buildozer/aports/testing/hexer/src/hexer-1.4.0/src/Path.cpp:16: /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {hexer::Mathpair}; _Tp = hexer::Mathpair; _Alloc = std::allocator >]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector >::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>::emplace_back(_Args&& ...) [with _Args = {hexer::Mathpair}; _Tp = hexer::Mathpair; _Alloc = std::allocator >]': /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:70, from /home/buildozer/aports/testing/hexer/src/hexer-1.4.0/src/../include/hexer/Path.hpp:18, from /home/buildozer/aports/testing/hexer/src/hexer-1.4.0/src/../include/hexer/HexGrid.hpp:24, from /home/buildozer/aports/testing/hexer/src/hexer-1.4.0/src/HexGrid.cpp:19: /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const hexer::Mathpair&}; _Tp = hexer::Mathpair; _Alloc = std::allocator >]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector >::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:64: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = hexer::Mathpair; _Alloc = std::allocator >]', inlined from 'void hexer::HexGrid::addPoint(hexer::Point)' at /home/buildozer/aports/testing/hexer/src/hexer-1.4.0/src/HexGrid.cpp:59:27: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ [ 61%] Linking CXX shared library ../bin/libhexer.so [ 61%] Built target hexer [ 69%] Building CXX object apps/CMakeFiles/curse.dir/curse.cpp.o [ 76%] Building CXX object apps/CMakeFiles/curse.dir/las.cpp.o [ 84%] Building CXX object apps/CMakeFiles/curse.dir/OGR.cpp.o [ 92%] Building CXX object apps/CMakeFiles/curse.dir/Utils.cpp.o [100%] Linking CXX executable ../curse [100%] Built target curse >>> hexer: Entering fakeroot... [ 61%] Built target hexer [100%] Built target curse Install the project... -- Install configuration: "None" -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/hexer_defines.h -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/lib/libhexer.so.1.1.0 -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/lib/libhexer.so -- Up-to-date: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Utils.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/export.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Mathpair.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/HexIter.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/HexInfo.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/gitsha.h -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Hexagon.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Path.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/HexGrid.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Draw.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/exception.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/hexer.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Segment.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Processor.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/bin/curse -- Set runtime path of "/home/buildozer/aports/testing/hexer/pkg/hexer/usr/bin/curse" to "" >>> hexer-dev*: Running split function dev... >>> hexer-dev*: Preparing subpackage hexer-dev... >>> hexer-dev*: Stripping binaries >>> hexer-dev*: Running postcheck for hexer-dev >>> hexer*: Running postcheck for hexer >>> hexer*: Preparing package hexer... >>> hexer*: Stripping binaries >>> hexer-dev*: Scanning shared objects >>> hexer*: Scanning shared objects >>> hexer-dev*: Tracing dependencies... hexer=1.4.0-r13 >>> hexer-dev*: Package size: 80.0 KB >>> hexer-dev*: Compressing data... >>> hexer-dev*: Create checksum... >>> hexer-dev*: Create hexer-dev-1.4.0-r13.apk >>> hexer*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 so:libgdal.so.33 so:libstdc++.so.6 >>> hexer*: Package size: 120.0 KB >>> hexer*: Compressing data... >>> hexer*: Create checksum... >>> hexer*: Create hexer-1.4.0-r13.apk >>> hexer: Build complete at Sat, 13 May 2023 14:48:15 +0000 elapsed time 0h 0m 6s >>> hexer: Cleaning up srcdir >>> hexer: Cleaning up pkgdir >>> hexer: Uninstalling dependencies... (1/43) Purging .makedepends-hexer (20230513.144810) (2/43) Purging cmake (3.26.3-r1) (3/43) Purging gdal-dev (3.7.0-r0) (4/43) Purging gdal (3.7.0-r0) (5/43) Purging armadillo (12.2.0-r0) (6/43) Purging liblapack (0.3.23-r0) (7/43) Purging arpack (3.8.0-r2) (8/43) Purging blosc (1.21.3-r1) (9/43) Purging brunsli-libs (0.1-r1) (10/43) Purging giflib (5.2.1-r4) (11/43) Purging gnu-libiconv-libs (1.17-r1) (12/43) Purging json-c (0.16-r3) (13/43) Purging lerc (4.0.0-r0) (14/43) Purging libarchive (3.6.2-r2) (15/43) Purging libdeflate (1.18-r0) (16/43) Purging libformw (6.4_p20230506-r1) (17/43) Purging libjxl (0.8.1-r5) (18/43) Purging libpng (1.6.39-r3) (19/43) Purging libspatialite (5.0.1-r7) (20/43) Purging libuv (1.44.2-r2) (21/43) Purging minizip (1.2.13-r0) (22/43) Purging proj (9.2.0-r0) (23/43) Purging qhull (2020.2-r2) (24/43) Purging rhash-libs (1.4.3-r2) (25/43) Purging sfcgal (1.4.1-r3) (26/43) Purging sqlite-libs (3.41.2-r2) (27/43) Purging superlu (6.0.0-r0) (28/43) Purging openblas (0.3.23-r0) (29/43) Purging tiff (4.5.0-r6) (30/43) Purging unixodbc (2.3.11-r2) (31/43) Purging xerces-c (3.2.4-r2) (32/43) Purging boost1.82-serialization (1.82.0-r1) (33/43) Purging librttopo (1.1.0-r3) (34/43) Purging geos (3.11.2-r0) (35/43) Purging icu-libs (73.1-r1) (36/43) Purging icu-data-en (73.1-r1) (37/43) Purging lcms2 (2.15-r3) (38/43) Purging libgfortran (12.2.1_git20220924-r10) (39/43) Purging libgmpxx (6.2.1-r3) (40/43) Purging libhwy (1.0.4-r1) (41/43) Purging libjpeg-turbo (2.1.5.1-r2) (42/43) Purging libwebp (1.3.0-r1) (43/43) Purging readline (8.2.1-r1) Executing busybox-1.36.0-r9.trigger OK: 916 MiB in 109 packages >>> hexer: Updating the testing/armv7 repository index... >>> hexer: Signing the index...