>>> flann: Building testing/flann 1.9.2-r1 (using abuild 3.14.1-r6) started Fri, 14 Feb 2025 15:26:45 +0000 >>> flann: Validating /home/buildozer/aports/testing/flann/APKBUILD... >>> flann: Analyzing dependencies... >>> flann: Installing for build: build-base cmake gtest-dev hdf5-dev lz4-dev samurai (1/22) Installing libbz2 (1.0.8-r6) (2/22) Installing xz-libs (5.6.4-r0) (3/22) Installing libarchive (3.7.7-r0) (4/22) Installing rhash-libs (1.4.5-r0) (5/22) Installing libuv (1.50.0-r0) (6/22) Installing cmake (3.31.5-r0) (7/22) Installing gtest (1.16.0-r0) (8/22) Installing gmock (1.16.0-r0) (9/22) Installing gtest-dev (1.16.0-r0) (10/22) Installing zlib-dev (1.3.1-r2) (11/22) Installing libsz (1.1.3-r0) (12/22) Installing hdf5 (1.14.4.2-r1) (13/22) Installing hdf5-cpp (1.14.4.2-r1) (14/22) Installing libgfortran (14.2.0-r5) (15/22) Installing hdf5-fortran (1.14.4.2-r1) (16/22) Installing hdf5-hl (1.14.4.2-r1) (17/22) Installing hdf5-hl-cpp (1.14.4.2-r1) (18/22) Installing hdf5-hl-fortran (1.14.4.2-r1) (19/22) Installing hdf5-dev (1.14.4.2-r1) (20/22) Installing lz4-dev (1.10.0-r0) (21/22) Installing samurai (1.2-r6) (22/22) Installing .makedepends-flann (20250214.152646) Executing busybox-1.37.0-r14.trigger OK: 425 MiB in 128 packages >>> flann: Cleaning up srcdir >>> flann: Cleaning up pkgdir >>> flann: Cleaning up tmpdir >>> flann: Fetching https://distfiles.alpinelinux.org/distfiles/edge//flann-1.9.2.tar.gz >>> flann: Fetching https://distfiles.alpinelinux.org/distfiles/edge//flann-1.9.2.tar.gz >>> flann: Checking sha512sums... flann-1.9.2.tar.gz: OK >>> flann: Unpacking /var/cache/distfiles/edge/flann-1.9.2.tar.gz... CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- 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 CMake Warning (dev) at CMakeLists.txt:72 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) -- Found HDF5: /usr/lib/libhdf5.so (found version "1.14.4") CMake Warning (dev) at /usr/lib/cmake/GTest/GTestConfig.cmake:37 (if): if given arguments: "ON" An argument named "ON" appears in a conditional statement. Policy CMP0012 is not set: if() recognizes numbers and boolean constants. Run "cmake --help-policy CMP0012" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/share/cmake/Modules/FindGTest.cmake:197 (find_package) CMakeLists.txt:118 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found GTest: /usr/lib/cmake/GTest/GTestConfig.cmake (found version "1.16.0") -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Found PkgConfig: /usr/bin/pkg-config (found version "2.3.0") -- Checking for module 'liblz4' -- Found liblz4, version 1.10.0 CMake Warning (dev) at src/matlab/CMakeLists.txt:19 (get_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "flann_s". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning at src/matlab/CMakeLists.txt:87 (message): Cannot find MATLAB or Octave instalation. Make sure that the 'bin' directory from the MATLAB instalation or that mkoctfile is in PATH -- Could NOT find LATEX (missing: LATEX_COMPILER) -- Install prefix: /usr -- Build type: None -- Building C bindings: ON -- Building examples: ON -- Building tests: ON -- Building documentation: ON -- Building python bindings: OFF -- Building matlab bindings: ON -- Building CUDA library: OFF -- Using OpenMP support: ON -- Using MPI support: OFF -- Configuring done (0.6s) CMake Warning (dev) at /usr/lib/cmake/GTest/GTestTargets.cmake:70 (set_target_properties): Policy CMP0028 is not set: Double colon in target name means ALIAS or IMPORTED target. Run "cmake --help-policy CMP0028" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The link interface of target "GTest::gtest" contains: Threads::Threads but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing. Call Stack (most recent call first): /usr/lib/cmake/GTest/GTestConfig.cmake:46 (include) /usr/share/cmake/Modules/FindGTest.cmake:197 (find_package) CMakeLists.txt:118 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/testing/flann/src/flann-1.9.2/build [1/14] Building CXX object examples/CMakeFiles/flann_example_cpp.dir/flann_example.cpp.o [2/14] Building C object examples/CMakeFiles/flann_example_c.dir/flann_example.c.o [3/14] Building C object src/cpp/CMakeFiles/flann.dir/dummy.c.o [4/14] Building CXX object src/cpp/CMakeFiles/flann_s.dir/flann/flann.cpp.o [5/14] Building C object src/cpp/CMakeFiles/flann_cpp.dir/dummy.c.o [6/14] Building CXX object src/cpp/CMakeFiles/flann_cpp_s.dir/flann/flann_cpp.cpp.o [7/14] Linking CXX static library lib/libflann_cpp_s.a [8/14] Linking CXX shared library lib/libflann_cpp.so.1.9.2 [9/14] Creating library symlink lib/libflann_cpp.so.1.9 lib/libflann_cpp.so [10/14] Linking CXX executable bin/flann_example_cpp [11/14] Linking CXX static library lib/libflann_s.a [12/14] Linking CXX shared library lib/libflann.so.1.9.2 [13/14] Creating library symlink lib/libflann.so.1.9 lib/libflann.so [14/14] Linking CXX executable bin/flann_example_c >>> flann: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/cmake/flann/flann-config.cmake -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/cmake/flann/flann-config-version.cmake -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/cmake/flann/flann-targets.cmake -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/cmake/flann/flann-targets-none.cmake -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/pkgconfig/flann.pc -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/libflann_cpp.so.1.9.2 -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/libflann_cpp.so.1.9 -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/libflann_cpp.so -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/libflann_cpp_s.a -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/libflann.so.1.9.2 -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/libflann.so.1.9 -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/libflann.so -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/lib/libflann_s.a -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/dynamic_bitset.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/params.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/result_set.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/saving.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/object_factory.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/serialization.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/allocator.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/sampling.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/lsh_table.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/any.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/cutil_math.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/logger.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/heap.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/matrix.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/cuda -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/cuda/result_set.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/cuda/heap.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/random.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/util/timer.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/mpi -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/mpi/server.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/mpi/index.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/mpi/queries.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/mpi/client.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/mpi/matrix.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/flann.hpp -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/io -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/io/hdf5.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/flann.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/config.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/linear_index.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/nn_index.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/kdtree_single_index.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/dist.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/kdtree_cuda_3d_index.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/kdtree_cuda_builder.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/hierarchical_clustering_index.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/composite_index.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/center_chooser.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/autotuned_index.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/kmeans_index.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/kdtree_index.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/all_indices.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/algorithms/lsh_index.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/general.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/defines.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/nn -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/nn/simplex_downhill.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/nn/index_testing.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/include/flann/nn/ground_truth.h -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/bin/flann_example_c -- Set non-toolchain portion of runtime path of "/home/buildozer/aports/testing/flann/pkg/flann/usr/bin/flann_example_c" to "" -- Installing: /home/buildozer/aports/testing/flann/pkg/flann/usr/bin/flann_example_cpp -- Set non-toolchain portion of runtime path of "/home/buildozer/aports/testing/flann/pkg/flann/usr/bin/flann_example_cpp" to "" >>> flann-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/testing/flann/pkg/flann-doc/usr/share/doc' 'usr/share/licenses' -> '/home/buildozer/aports/testing/flann/pkg/flann-doc/usr/share/licenses' >>> flann-doc*: Preparing subpackage flann-doc... >>> flann-doc*: Running postcheck for flann-doc >>> flann-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/testing/flann/pkg/flann-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/testing/flann/pkg/flann-dev/usr/lib/pkgconfig' 'usr/lib/cmake' -> '/home/buildozer/aports/testing/flann/pkg/flann-dev/usr/lib/cmake' 'usr/lib/libflann_cpp_s.a' -> '/home/buildozer/aports/testing/flann/pkg/flann-dev/usr/lib/libflann_cpp_s.a' 'usr/lib/libflann_s.a' -> '/home/buildozer/aports/testing/flann/pkg/flann-dev/usr/lib/libflann_s.a' 'usr/lib/libflann.so' -> '/home/buildozer/aports/testing/flann/pkg/flann-dev/usr/lib/libflann.so' 'usr/lib/libflann_cpp.so' -> '/home/buildozer/aports/testing/flann/pkg/flann-dev/usr/lib/libflann_cpp.so' >>> flann-dev*: Preparing subpackage flann-dev... >>> flann-dev*: Stripping binaries >>> flann-dev*: Running postcheck for flann-dev >>> flann*: Running postcheck for flann >>> flann*: Preparing package flann... >>> flann*: Stripping binaries libfakeroot internal error: payload not recognized! >>> flann-dev*: Scanning shared objects >>> flann-doc*: Scanning shared objects >>> flann*: Scanning shared objects >>> flann-dev*: Tracing dependencies... flann=1.9.2-r1 pkgconfig >>> flann-dev*: Package size: 11.6 MB >>> flann-dev*: Compressing data... >>> flann-dev*: Create checksum... >>> flann-dev*: Create flann-dev-1.9.2-r1.apk >>> flann-doc*: Tracing dependencies... >>> flann-doc*: Package size: 1.7 KB >>> flann-doc*: Compressing data... >>> flann-doc*: Create checksum... >>> flann-doc*: Create flann-doc-1.9.2-r1.apk >>> flann*: Tracing dependencies... so:libc.musl-s390x.so.1 so:libgcc_s.so.1 so:libgomp.so.1 so:libhdf5.so.311 so:liblz4.so.1 so:libstdc++.so.6 >>> flann*: Package size: 9.7 MB >>> flann*: Compressing data... >>> flann*: Create checksum... >>> flann*: Create flann-1.9.2-r1.apk >>> flann: Build complete at Fri, 14 Feb 2025 15:28:19 +0000 elapsed time 0h 1m 34s >>> flann: Cleaning up srcdir >>> flann: Cleaning up pkgdir >>> flann: Uninstalling dependencies... (1/22) Purging .makedepends-flann (20250214.152646) (2/22) Purging cmake (3.31.5-r0) (3/22) Purging gtest-dev (1.16.0-r0) (4/22) Purging gmock (1.16.0-r0) (5/22) Purging gtest (1.16.0-r0) (6/22) Purging hdf5-dev (1.14.4.2-r1) (7/22) Purging zlib-dev (1.3.1-r2) (8/22) Purging hdf5-cpp (1.14.4.2-r1) (9/22) Purging hdf5-hl-cpp (1.14.4.2-r1) (10/22) Purging hdf5-hl-fortran (1.14.4.2-r1) (11/22) Purging hdf5-hl (1.14.4.2-r1) (12/22) Purging lz4-dev (1.10.0-r0) (13/22) Purging samurai (1.2-r6) (14/22) Purging hdf5-fortran (1.14.4.2-r1) (15/22) Purging libarchive (3.7.7-r0) (16/22) Purging libbz2 (1.0.8-r6) (17/22) Purging libgfortran (14.2.0-r5) (18/22) Purging libuv (1.50.0-r0) (19/22) Purging rhash-libs (1.4.5-r0) (20/22) Purging xz-libs (5.6.4-r0) (21/22) Purging hdf5 (1.14.4.2-r1) (22/22) Purging libsz (1.1.3-r0) Executing busybox-1.37.0-r14.trigger OK: 359 MiB in 106 packages >>> flann: Updating the testing/s390x repository index... >>> flann: Signing the index...