>>> libcuckoo: Building community/libcuckoo 0.3.1-r1 (using abuild 3.11.21-r0) started Tue, 01 Aug 2023 11:05:06 +0000 >>> libcuckoo: Checking sanity of /home/buildozer/aports/community/libcuckoo/APKBUILD... >>> WARNING: libcuckoo: No maintainer >>> libcuckoo: Analyzing dependencies... >>> libcuckoo: Installing for build: build-base cmake samurai (1/8) Installing libbz2 (1.0.8-r6) (2/8) Installing xz-libs (5.4.3-r1) (3/8) Installing libarchive (3.7.1-r0) (4/8) Installing rhash-libs (1.4.4-r0) (5/8) Installing libuv (1.46.0-r0) (6/8) Installing cmake (3.27.1-r0) (7/8) Installing samurai (1.2-r4) (8/8) Installing .makedepends-libcuckoo (20230801.110507) Executing busybox-1.36.1-r4.trigger OK: 311 MiB in 110 packages >>> libcuckoo: Cleaning up srcdir >>> libcuckoo: Cleaning up pkgdir >>> libcuckoo: Cleaning up tmpdir >>> libcuckoo: Fetching libcuckoo-0.3.1.tar.gz::https://github.com/efficient/libcuckoo/archive/v0.3.1/libcuckoo-v0.3.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 100 159k 0 159k 0 0 379k 0 --:--:-- --:--:-- --:--:-- 379k >>> libcuckoo: Fetching libcuckoo-0.3.1.tar.gz::https://github.com/efficient/libcuckoo/archive/v0.3.1/libcuckoo-v0.3.1.tar.gz >>> libcuckoo: Checking sha512sums... libcuckoo-0.3.1.tar.gz: OK >>> libcuckoo: Unpacking /var/cache/distfiles/libcuckoo-0.3.1.tar.gz... CMake Deprecation Warning at CMakeLists.txt:1 (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. -- The C compiler identification is GNU 13.1.1 -- The CXX compiler identification is GNU 13.1.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 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/libcuckoo/src/libcuckoo-0.3.1/builddir [1/23] Building CXX object tests/universal-benchmark/CMakeFiles/universal_benchmark.dir/universal_benchmark.cc.o [2/23] Building CXX object tests/stress-tests/CMakeFiles/stress_unchecked.dir/stress_unchecked.cc.o [3/23] Building CXX object tests/stress-tests/CMakeFiles/stress_checked.dir/stress_checked.cc.o [4/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/unit_test_util.cc.o [5/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_bucket_container.cc.o [6/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_c_interface.cc.o [7/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_locked_table.cc.o [8/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_user_exceptions.cc.o [9/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_runner.cc.o [10/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_resize.cc.o [11/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_noncopyable_types.cc.o [12/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_minimum_load_factor.cc.o [13/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_maximum_hashpower.cc.o [14/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_iterator.cc.o [15/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_heterogeneous_compare.cc.o [16/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_hash_properties.cc.o [17/23] Building CXX object tests/unit-tests/CMakeFiles/unit_tests.dir/test_constructor.cc.o [18/23] Building CXX object tests/unit-tests/CMakeFiles/int_int_table.dir/int_int_table.cc.o [19/23] Linking CXX executable tests/universal-benchmark/universal_benchmark [20/23] Linking CXX static library tests/unit-tests/libint_int_table.a [21/23] Linking CXX executable tests/stress-tests/stress_checked [22/23] Linking CXX executable tests/stress-tests/stress_unchecked In file included from /usr/include/c++/13.1.1/vector:72, from /home/buildozer/aports/community/libcuckoo/src/libcuckoo-0.3.1/tests/Catch/single_include/catch.hpp:569, from /home/buildozer/aports/community/libcuckoo/src/libcuckoo-0.3.1/tests/unit-tests/test_runner.cc:3: /usr/include/c++/13.1.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const Catch::SectionEndInfo&}; _Tp = Catch::SectionEndInfo; _Alloc = std::allocator]': /usr/include/c++/13.1.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 445 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/13.1.1/vector:66: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Catch::SectionEndInfo; _Alloc = std::allocator]', inlined from 'virtual void Catch::RunContext::sectionEndedEarly(const Catch::SectionEndInfo&)' at /home/buildozer/aports/community/libcuckoo/src/libcuckoo-0.3.1/tests/Catch/single_include/catch.hpp:6061:43: /usr/include/c++/13.1.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ [23/23] Linking CXX executable tests/unit-tests/unit_tests Internal ctest changing into directory: /home/buildozer/aports/community/libcuckoo/src/libcuckoo-0.3.1/builddir Test project /home/buildozer/aports/community/libcuckoo/src/libcuckoo-0.3.1/builddir Start 1: unit_tests Start 2: stress_checked Start 3: stress_unchecked Start 4: pure_read Start 5: pure_insert Start 6: pure_erase Start 7: pure_update Start 8: pure_upsert Start 9: insert_expansion Start 10: read_insert_expansion 1/10 Test #9: insert_expansion ................. Passed 1.61 sec 2/10 Test #5: pure_insert ...................... Passed 1.69 sec 3/10 Test #1: unit_tests ....................... Passed 1.87 sec 4/10 Test #6: pure_erase ....................... Passed 3.42 sec 5/10 Test #8: pure_upsert ...................... Passed 4.51 sec 6/10 Test #4: pure_read ........................ Passed 7.65 sec 7/10 Test #7: pure_update ...................... Passed 7.69 sec 8/10 Test #10: read_insert_expansion ............ Passed 7.70 sec 9/10 Test #3: stress_unchecked ................. Passed 10.65 sec 10/10 Test #2: stress_checked ................... Passed 12.75 sec 100% tests passed, 0 tests failed out of 10 Total Test time (real) = 12.76 sec >>> libcuckoo: Entering fakeroot... -- Install configuration: "Release" -- Installing: /home/buildozer/aports/community/libcuckoo/pkg/libcuckoo/usr/share/cmake/libcuckoo/libcuckoo-targets.cmake -- Installing: /home/buildozer/aports/community/libcuckoo/pkg/libcuckoo/usr/share/cmake/libcuckoo/libcuckoo-config.cmake -- Installing: /home/buildozer/aports/community/libcuckoo/pkg/libcuckoo/usr/share/cmake/libcuckoo/libcuckoo-config-version.cmake -- Installing: /home/buildozer/aports/community/libcuckoo/pkg/libcuckoo/usr/include/libcuckoo/cuckoohash_config.hh -- Installing: /home/buildozer/aports/community/libcuckoo/pkg/libcuckoo/usr/include/libcuckoo/cuckoohash_map.hh -- Installing: /home/buildozer/aports/community/libcuckoo/pkg/libcuckoo/usr/include/libcuckoo/cuckoohash_util.hh -- Installing: /home/buildozer/aports/community/libcuckoo/pkg/libcuckoo/usr/include/libcuckoo/bucket_container.hh -- Installing: /home/buildozer/aports/community/libcuckoo/pkg/libcuckoo/usr/include/libcuckoo-c/cuckoo_table_template.h -- Installing: /home/buildozer/aports/community/libcuckoo/pkg/libcuckoo/usr/include/libcuckoo-c/cuckoo_table_template.cc >>> libcuckoo*: Running postcheck for libcuckoo >>> libcuckoo*: Preparing package libcuckoo... >>> libcuckoo*: Stripping binaries >>> WARNING: libcuckoo*: No arch specific binaries found so arch should probably be set to "noarch" >>> libcuckoo*: Scanning shared objects >>> libcuckoo*: Tracing dependencies... >>> libcuckoo*: Package size: 204.0 KB >>> libcuckoo*: Compressing data... >>> libcuckoo*: Create checksum... >>> libcuckoo*: Create libcuckoo-0.3.1-r1.apk >>> libcuckoo: Build complete at Tue, 01 Aug 2023 11:05:34 +0000 elapsed time 0h 0m 28s >>> libcuckoo: Cleaning up srcdir >>> libcuckoo: Cleaning up pkgdir >>> libcuckoo: Uninstalling dependencies... (1/8) Purging .makedepends-libcuckoo (20230801.110507) (2/8) Purging cmake (3.27.1-r0) (3/8) Purging samurai (1.2-r4) (4/8) Purging libarchive (3.7.1-r0) (5/8) Purging libbz2 (1.0.8-r6) (6/8) Purging libuv (1.46.0-r0) (7/8) Purging rhash-libs (1.4.4-r0) (8/8) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.1-r4.trigger OK: 270 MiB in 102 packages >>> libcuckoo: Updating the community/armv7 repository index... >>> libcuckoo: Signing the index...