>>> hexer: Building testing/hexer 1.4.0-r16 (using abuild 3.14.1-r1) started Thu, 07 Nov 2024 23:58:55 +0000 >>> hexer: Validating /home/buildozer/aports/testing/hexer/APKBUILD... >>> hexer: Analyzing dependencies... >>> hexer: Installing for build: build-base cmake gdal-dev (1/51) Installing libbz2 (1.0.8-r6) (2/51) Installing xz-libs (5.6.3-r0) (3/51) Installing libarchive (3.7.7-r0) (4/51) Installing rhash-libs (1.4.5-r0) (5/51) Installing libuv (1.49.2-r0) (6/51) Installing cmake (3.30.5-r0) (7/51) Installing lerc (4.0.0-r0) (8/51) Installing libqb3 (1.2.0-r0) (9/51) Installing boost1.84-serialization (1.84.0-r2) (10/51) Installing libgmpxx (6.3.0-r2) (11/51) Installing sfcgal (1.5.2-r0) (12/51) Installing libaec (1.1.3-r0) (13/51) Installing libgfortran (14.2.0-r4) (14/51) Installing openblas (0.3.28-r0) (15/51) Installing liblapack (0.3.28-r0) (16/51) Installing arpack (3.8.0-r3) (17/51) Installing armadillo (14.0.3-r0) (18/51) Installing blosc (1.21.6-r0) (19/51) Installing brunsli-libs (0.1-r1) (20/51) Installing libdeflate (1.22-r0) (21/51) Installing geos (3.13.0-r0) (22/51) Installing gnu-libiconv-libs (1.17-r2) (23/51) Installing libjpeg-turbo (3.0.4-r0) (24/51) Installing json-c (0.18-r0) (25/51) Installing openexr-libiex (3.1.13-r2) (26/51) Installing openexr-libilmthread (3.1.13-r2) (27/51) Installing imath (3.1.12-r0) (28/51) Installing openexr-libopenexr (3.1.13-r2) (29/51) Installing giflib (5.2.2-r0) (30/51) Installing libhwy (1.0.7-r0) (31/51) Installing lcms2 (2.16-r0) (32/51) Installing libpng (1.6.44-r0) (33/51) Installing libjxl (0.10.2-r0) (34/51) Installing unixodbc (2.3.12-r0) (35/51) Installing sqlite-libs (3.47.0-r0) (36/51) Installing libsharpyuv (1.4.0-r0) (37/51) Installing libwebp (1.4.0-r0) (38/51) Installing tiff (4.7.0-r0) (39/51) Installing proj (9.4.1-r0) (40/51) Installing qhull (2020.2-r3) (41/51) Installing minizip (1.3.1-r0) (42/51) Installing librttopo (1.1.0-r5) (43/51) Installing libxml2 (2.13.4-r3) (44/51) Installing libspatialite (5.1.0-r2) (45/51) Installing icu-data-en (74.2-r0) Executing icu-data-en-74.2-r0.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (46/51) Installing icu-libs (74.2-r0) (47/51) Installing xerces-c (3.2.5-r0) (48/51) Installing gdal (3.10.0-r0) (49/51) Installing gdal-dev (3.10.0-r0) (50/51) Installing .makedepends-hexer (20241107.235856) (51/51) Installing cmake-vim (3.30.5-r0) Executing busybox-1.37.0-r6.trigger OK: 595 MiB in 157 packages >>> hexer: Cleaning up srcdir >>> hexer: Cleaning up pkgdir >>> hexer: Cleaning up tmpdir >>> 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 14.2.0 -- The CXX compiler identification is GNU 14.2.0 -- 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 < 3.5 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 CMake Warning (dev) at cmake/modules/FindGDAL.cmake:189 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. Call Stack (most recent call first): CMakeLists.txt:90 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found acceptable GDAL version 3.10.0 CMake Warning (dev) at cmake/modules/FindGDAL.cmake:211 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. Call Stack (most recent call first): CMakeLists.txt:90 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at cmake/modules/FindGDAL.cmake:223 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. Call Stack (most recent call first): CMakeLists.txt:90 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- 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 [ 15%] Building CXX object src/CMakeFiles/hexer.dir/HexGrid.cpp.o [ 15%] Building CXX object src/CMakeFiles/hexer.dir/Draw.cpp.o [ 30%] Building CXX object src/CMakeFiles/hexer.dir/Hexagon.cpp.o [ 30%] Building CXX object src/CMakeFiles/hexer.dir/Path.cpp.o [ 46%] 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 [ 61%] Linking CXX shared library ../bin/libhexer.so [ 61%] Built target hexer [ 76%] Building CXX object apps/CMakeFiles/curse.dir/las.cpp.o [ 76%] Building CXX object apps/CMakeFiles/curse.dir/curse.cpp.o [ 92%] 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 non-toolchain portion of runtime path of "/home/buildozer/aports/testing/hexer/pkg/hexer/usr/bin/curse" to "" >>> hexer-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/testing/hexer/pkg/hexer-dev/usr/include' 'usr/lib/libhexer.so' -> '/home/buildozer/aports/testing/hexer/pkg/hexer-dev/usr/lib/libhexer.so' >>> 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-r16 >>> hexer-dev*: Package size: 21.8 KB >>> hexer-dev*: Compressing data... >>> hexer-dev*: Create checksum... >>> hexer-dev*: Create hexer-dev-1.4.0-r16.apk >>> hexer*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libgcc_s.so.1 so:libgdal.so.36 so:libstdc++.so.6 >>> hexer*: Package size: 196.1 KB >>> hexer*: Compressing data... >>> hexer*: Create checksum... >>> hexer*: Create hexer-1.4.0-r16.apk >>> hexer: Build complete at Thu, 07 Nov 2024 23:59:02 +0000 elapsed time 0h 0m 7s >>> hexer: Cleaning up srcdir >>> hexer: Cleaning up pkgdir >>> hexer: Uninstalling dependencies... (1/51) Purging .makedepends-hexer (20241107.235856) (2/51) Purging cmake-vim (3.30.5-r0) (3/51) Purging cmake (3.30.5-r0) (4/51) Purging gdal-dev (3.10.0-r0) (5/51) Purging gdal (3.10.0-r0) (6/51) Purging armadillo (14.0.3-r0) (7/51) Purging liblapack (0.3.28-r0) (8/51) Purging arpack (3.8.0-r3) (9/51) Purging openblas (0.3.28-r0) (10/51) Purging blosc (1.21.6-r0) (11/51) Purging brunsli-libs (0.1-r1) (12/51) Purging gnu-libiconv-libs (1.17-r2) (13/51) Purging json-c (0.18-r0) (14/51) Purging lerc (4.0.0-r0) (15/51) Purging libaec (1.1.3-r0) (16/51) Purging libarchive (3.7.7-r0) (17/51) Purging libbz2 (1.0.8-r6) (18/51) Purging libdeflate (1.22-r0) (19/51) Purging libgfortran (14.2.0-r4) (20/51) Purging libjxl (0.10.2-r0) (21/51) Purging libpng (1.6.44-r0) (22/51) Purging libqb3 (1.2.0-r0) (23/51) Purging libspatialite (5.1.0-r2) (24/51) Purging libuv (1.49.2-r0) (25/51) Purging libxml2 (2.13.4-r3) (26/51) Purging minizip (1.3.1-r0) (27/51) Purging openexr-libopenexr (3.1.13-r2) (28/51) Purging proj (9.4.1-r0) (29/51) Purging qhull (2020.2-r3) (30/51) Purging rhash-libs (1.4.5-r0) (31/51) Purging sfcgal (1.5.2-r0) (32/51) Purging sqlite-libs (3.47.0-r0) (33/51) Purging tiff (4.7.0-r0) (34/51) Purging unixodbc (2.3.12-r0) (35/51) Purging xerces-c (3.2.5-r0) (36/51) Purging xz-libs (5.6.3-r0) (37/51) Purging boost1.84-serialization (1.84.0-r2) (38/51) Purging librttopo (1.1.0-r5) (39/51) Purging geos (3.13.0-r0) (40/51) Purging giflib (5.2.2-r0) (41/51) Purging icu-libs (74.2-r0) (42/51) Purging icu-data-en (74.2-r0) (43/51) Purging imath (3.1.12-r0) (44/51) Purging lcms2 (2.16-r0) (45/51) Purging libgmpxx (6.3.0-r2) (46/51) Purging libhwy (1.0.7-r0) (47/51) Purging libjpeg-turbo (3.0.4-r0) (48/51) Purging libwebp (1.4.0-r0) (49/51) Purging libsharpyuv (1.4.0-r0) (50/51) Purging openexr-libilmthread (3.1.13-r2) (51/51) Purging openexr-libiex (3.1.13-r2) Executing busybox-1.37.0-r6.trigger OK: 431 MiB in 106 packages >>> hexer: Updating the testing/aarch64 repository index... >>> hexer: Signing the index...