>>> sparsehash: Building community/sparsehash 2.0.4-r0 (using abuild 3.15.0_rc3-r1) started Fri, 09 May 2025 20:00:47 +0000 >>> sparsehash: Validating /home/buildozer/aports/community/sparsehash/APKBUILD... >>> sparsehash: Analyzing dependencies... >>> sparsehash: Installing for build: build-base (1/1) Installing .makedepends-sparsehash (20250509.200055) OK: 400 MiB in 105 packages >>> sparsehash: Cleaning up srcdir >>> sparsehash: Cleaning up pkgdir >>> sparsehash: Cleaning up tmpdir >>> sparsehash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/sparsehash-2.0.4.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/sparsehash-2.0.4.tar.gz.part' sparsehash-2.0.4.tar 100% |********************************| 315k 0:00:00 ETA '/var/cache/distfiles/v3.22/sparsehash-2.0.4.tar.gz.part' saved >>> sparsehash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/sparsehash-2.0.4.tar.gz >>> sparsehash: Checking sha512sums... sparsehash-2.0.4.tar.gz: OK >>> sparsehash: Unpacking /var/cache/distfiles/v3.22/sparsehash-2.0.4.tar.gz... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of c++... gcc3 checking for i586-alpine-linux-musl-gcc... cc checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for memcpy... yes checking for memmove... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for uint16_t... yes checking for u_int16_t... yes checking for __uint16... no checking for long long... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking how to run the C++ preprocessor... c++ -E checking google/malloc_extension.h usability... no checking google/malloc_extension.h presence... no checking for google/malloc_extension.h... no checking whether the compiler implements namespaces... yes checking the location of hash_map... checking how to include hash_fun directly... configure: creating ./config.status config.status: creating Makefile config.status: creating src/config.h config.status: executing depfiles commands [ -d src/sparsehash/internal ] || mkdir -p src/sparsehash/internal echo "/*" > src/sparsehash/internal/_sparsehash_config echo " * NOTE: This file is for internal use only." >> src/sparsehash/internal/_sparsehash_config echo " * Do not use these #defines in your own program!" >> src/sparsehash/internal/_sparsehash_config echo " */" >> src/sparsehash/internal/_sparsehash_config awk '{prevline=currline; currline=$0;} \ /^#/ {in_second_file = 1;} \ !in_second_file {if (currline !~ /^ *$/) {inc[currline]=0}}; \ in_second_file { for (i in inc) { \ if (index(currline, i) != 0) { \ print "\n"prevline"\n"currline; \ delete inc[i]; \ } \ } }' \ ./src/config.h.include ./src/config.h \ >> src/sparsehash/internal/_sparsehash_config mv -f src/sparsehash/internal/_sparsehash_config src/sparsehash/internal/sparseconfig.h make all-am make[1]: Entering directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -MT template_util_unittest.o -MD -MP -MF .deps/template_util_unittest.Tpo -c -o template_util_unittest.o `test -f 'src/template_util_unittest.cc' || echo './'`src/template_util_unittest.cc c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -MT type_traits_unittest.o -MD -MP -MF .deps/type_traits_unittest.Tpo -c -o type_traits_unittest.o `test -f 'src/type_traits_unittest.cc' || echo './'`src/type_traits_unittest.cc c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -MT libc_allocator_with_realloc_test.o -MD -MP -MF .deps/libc_allocator_with_realloc_test.Tpo -c -o libc_allocator_with_realloc_test.o `test -f 'src/libc_allocator_with_realloc_test.cc' || echo './'`src/libc_allocator_with_realloc_test.cc c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -MT sparsetable_unittest.o -MD -MP -MF .deps/sparsetable_unittest.Tpo -c -o sparsetable_unittest.o `test -f 'src/sparsetable_unittest.cc' || echo './'`src/sparsetable_unittest.cc c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -MT hashtable_test.o -MD -MP -MF .deps/hashtable_test.Tpo -c -o hashtable_test.o `test -f 'src/hashtable_test.cc' || echo './'`src/hashtable_test.cc c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -MT simple_test.o -MD -MP -MF .deps/simple_test.Tpo -c -o simple_test.o `test -f 'src/simple_test.cc' || echo './'`src/simple_test.cc c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -MT simple_compat_test.o -MD -MP -MF .deps/simple_compat_test.Tpo -c -o simple_compat_test.o `test -f 'src/simple_compat_test.cc' || echo './'`src/simple_compat_test.cc c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -MT time_hash_map-time_hash_map.o -MD -MP -MF .deps/time_hash_map-time_hash_map.Tpo -c -o time_hash_map-time_hash_map.o `test -f 'src/time_hash_map.cc' || echo './'`src/time_hash_map.cc echo 'prefix=/usr' > "libsparsehash.pc".tmp echo 'exec_prefix='`echo '/usr' | sed 's@^/usr@${prefix}@'` >> "libsparsehash.pc".tmp echo 'libdir='`echo '/usr/lib' | sed 's@^/usr@${exec_prefix}@'` >> "libsparsehash.pc".tmp echo 'includedir='`echo '/usr/include' | sed 's@^/usr@${prefix}@'` >> "libsparsehash.pc".tmp echo '' >> "libsparsehash.pc".tmp echo 'Name: sparsehash' >> "libsparsehash.pc".tmp echo 'Version: 2.0.2' >> "libsparsehash.pc".tmp grep '^Summary:' ./packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "libsparsehash.pc".tmp grep '^URL: ' ./packages/rpm/rpm.spec >> "libsparsehash.pc".tmp echo 'Requires:' >> "libsparsehash.pc".tmp echo 'Libs:' >> "libsparsehash.pc".tmp echo 'Cflags: -I${includedir}' >> "libsparsehash.pc".tmp mv -f "libsparsehash.pc".tmp "libsparsehash.pc" mv -f .deps/type_traits_unittest.Tpo .deps/type_traits_unittest.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o type_traits_unittest type_traits_unittest.o mv -f .deps/template_util_unittest.Tpo .deps/template_util_unittest.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o template_util_unittest template_util_unittest.o mv -f .deps/libc_allocator_with_realloc_test.Tpo .deps/libc_allocator_with_realloc_test.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o libc_allocator_with_realloc_test libc_allocator_with_realloc_test.o In file included from src/sparsetable_unittest.cc:47: ./src/sparsehash/sparsetable: In member function 'google::sparsetable& google::sparsetable::operator=(const google::sparsetable&)': ./src/sparsehash/sparsetable:1363:7: warning: implicitly-declared 'constexpr google::sparsetable::Settings& google::sparsetable::Settings::operator=(const google::sparsetable::Settings&)' is deprecated [-Wdeprecated-copy] 1363 | class sparsetable { | ^~~~~~~~~~~ ./src/sparsehash/sparsetable:1803:5: note: because 'google::sparsetable::Settings' has user-provided 'google::sparsetable::Settings::Settings(const google::sparsetable::Settings&) [with T = int; short unsigned int GROUP_SIZE = 48; Alloc = google::libc_allocator_with_realloc]' 1803 | Settings(const Settings& s) | ^~~~~~~~ src/sparsetable_unittest.cc: In function 'void TestAllocator()': src/sparsetable_unittest.cc:621:9: note: synthesized method 'google::sparsetable& google::sparsetable::operator=(const google::sparsetable&)' first required here 621 | y = x; | ^ ./src/sparsehash/sparsetable: In member function 'google::sparsetable >& google::sparsetable >::operator=(const google::sparsetable >&)': ./src/sparsehash/sparsetable:1363:7: warning: implicitly-declared 'constexpr google::sparsetable >::Settings& google::sparsetable >::Settings::operator=(const google::sparsetable >::Settings&)' is deprecated [-Wdeprecated-copy] 1363 | class sparsetable { | ^~~~~~~~~~~ ./src/sparsehash/sparsetable:1803:5: note: because 'google::sparsetable >::Settings' has user-provided 'google::sparsetable::Settings::Settings(const google::sparsetable::Settings&) [with T = int; short unsigned int GROUP_SIZE = 48; Alloc = std::allocator]' 1803 | Settings(const Settings& s) | ^~~~~~~~ src/sparsetable_unittest.cc: In function 'void TestAllocator()': src/sparsetable_unittest.cc:639:9: note: synthesized method 'google::sparsetable >& google::sparsetable >::operator=(const google::sparsetable >&)' first required here 639 | v = u; | ^ ./src/sparsehash/sparsetable: In member function 'google::sparsetable >& google::sparsetable >::operator=(const google::sparsetable >&)': ./src/sparsehash/sparsetable:1363:7: warning: implicitly-declared 'constexpr google::sparsetable >::Settings& google::sparsetable >::Settings::operator=(const google::sparsetable >::Settings&)' is deprecated [-Wdeprecated-copy] 1363 | class sparsetable { | ^~~~~~~~~~~ ./src/sparsehash/sparsetable:1803:5: note: because 'google::sparsetable >::Settings' has user-provided 'google::sparsetable::Settings::Settings(const google::sparsetable::Settings&) [with T = std::__cxx11::basic_string; short unsigned int GROUP_SIZE = 48; Alloc = google::libc_allocator_with_realloc >]' 1803 | Settings(const Settings& s) | ^~~~~~~~ src/sparsetable_unittest.cc: In function 'void TestAllocator()': src/sparsetable_unittest.cc:657:9: note: synthesized method 'google::sparsetable >& google::sparsetable >::operator=(const google::sparsetable >&)' first required here 657 | b = a; | ^ src/hashtable_test.cc: In member function 'void {anonymous}::TEST_HashtableTest_SimpleDataTypeOptimizations::Run()': src/hashtable_test.cc:1777:27: warning: implicitly-declared 'constexpr {anonymous}::Memmove& {anonymous}::Memmove::operator=(const {anonymous}::Memmove&)' is deprecated [-Wdeprecated-copy] 1777 | memmove[i] = Memmove(i); | ^ src/hashtable_test.cc:1742:3: note: because '{anonymous}::Memmove' has user-provided '{anonymous}::Memmove::Memmove(const {anonymous}::Memmove&)' 1742 | Memmove(const Memmove& that) { this->i = that.i; num_copies++; } | ^~~~~~~ src/hashtable_test.cc:1783:31: warning: implicitly-declared 'constexpr {anonymous}::NoMemmove& {anonymous}::NoMemmove::operator=(const {anonymous}::NoMemmove&)' is deprecated [-Wdeprecated-copy] 1783 | nomemmove[i] = NoMemmove(i); | ^ src/hashtable_test.cc:1752:3: note: because '{anonymous}::NoMemmove' has user-provided '{anonymous}::NoMemmove::NoMemmove(const {anonymous}::NoMemmove&)' 1752 | NoMemmove(const NoMemmove& that) { this->i = that.i; num_copies++; } | ^~~~~~~~~ src/hashtable_test.cc:1789:45: warning: implicitly-declared 'constexpr {anonymous}::Memmove& {anonymous}::Memmove::operator=(const {anonymous}::Memmove&)' is deprecated [-Wdeprecated-copy] 1789 | memmove_nonstandard_alloc[i] = Memmove(i); | ^ src/hashtable_test.cc:1742:3: note: because '{anonymous}::Memmove' has user-provided '{anonymous}::Memmove::Memmove(const {anonymous}::Memmove&)' 1742 | Memmove(const Memmove& that) { this->i = that.i; num_copies++; } | ^~~~~~~ src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_SparseHashMap >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_SparseHashMap >]' 171 | Run(); \ | ^~~ src/hashtable_test.cc:571:1: required from here 181 | TEST_onetype_##superclass##_##testname t; \ | ^ src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] 577 | typename TypeParam::key_type kt; | ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] 583 | typename TypeParam::size_type st; | ^~ src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_SparseHashSet >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_SparseHashSet >]' 171 | Run(); \ | ^~~ src/hashtable_test.cc:571:1: required from here 185 | TEST_onetype_##superclass##_##testname t; \ | ^ src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] 577 | typename TypeParam::key_type kt; | ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] 583 | typename TypeParam::size_type st; | ^~ src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_SparseHashtable, {anonymous}::SetKey >, {anonymous}::Hasher, {anonymous}::Alloc >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_SparseHashtable, {anonymous}::SetKey >, {anonymous}::Hasher, {anonymous}::Alloc >]' 171 | Run(); \ | ^~~ src/hashtable_test.cc:571:1: required from here 189 | TEST_onetype_##superclass##_##testname t; \ | ^ src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] 577 | typename TypeParam::key_type kt; | ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] 583 | typename TypeParam::size_type st; | ^~ src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_DenseHashMap >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_DenseHashMap >]' 171 | Run(); \ | ^~~ src/hashtable_test.cc:571:1: required from here 193 | TEST_onetype_##superclass##_##testname t; \ | ^ src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] 577 | typename TypeParam::key_type kt; | ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] 583 | typename TypeParam::size_type st; | ^~ src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_DenseHashSet >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_DenseHashSet >]' 171 | Run(); \ | ^~~ src/hashtable_test.cc:571:1: required from here 197 | TEST_onetype_##superclass##_##testname t; \ | ^ src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] 577 | typename TypeParam::key_type kt; | ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] 583 | typename TypeParam::size_type st; | ^~ src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_DenseHashtable, {anonymous}::SetKey >, {anonymous}::Hasher, {anonymous}::Alloc >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_DenseHashtable, {anonymous}::SetKey >, {anonymous}::Hasher, {anonymous}::Alloc >]' 171 | Run(); \ | ^~~ src/hashtable_test.cc:571:1: required from here 201 | TEST_onetype_##superclass##_##testname t; \ | ^ src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] 577 | typename TypeParam::key_type kt; | ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] 583 | typename TypeParam::size_type st; | ^~ mv -f .deps/simple_compat_test.Tpo .deps/simple_compat_test.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o simple_compat_test simple_compat_test.o mv -f .deps/simple_test.Tpo .deps/simple_test.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o simple_test simple_test.o mv -f .deps/sparsetable_unittest.Tpo .deps/sparsetable_unittest.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o sparsetable_unittest sparsetable_unittest.o mv -f .deps/time_hash_map-time_hash_map.Tpo .deps/time_hash_map-time_hash_map.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o time_hash_map time_hash_map-time_hash_map.o mv -f .deps/hashtable_test.Tpo .deps/hashtable_test.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o hashtable_test hashtable_test.o make[1]: Leaving directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' make check-am make[1]: Entering directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' make make[2]: Entering directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' make all-am make[3]: Entering directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' make[3]: Leaving directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' make[2]: Leaving directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' make check-TESTS make[2]: Entering directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' Running TemplateUtilTest.TestSize Running TemplateUtilTest.TestIntegralConstants Running TemplateUtilTest.TestTemplateIf Running TemplateUtilTest.TestTemplateTypeEquals Running TemplateUtilTest.TestTemplateAndOr Running TemplateUtilTest.TestIdentity PASS PASS: template_util_unittest Running TypeTraitsTest.TestIsInteger Running TypeTraitsTest.TestIsFloating Running TypeTraitsTest.TestIsPointer Running TypeTraitsTest.TestIsEnum Running TypeTraitsTest.TestIsReference Running TypeTraitsTest.TestAddReference Running TypeTraitsTest.TestIsPod Running TypeTraitsTest.TestHasTrivialConstructor Running TypeTraitsTest.TestHasTrivialCopy Running TypeTraitsTest.TestHasTrivialAssign Running TypeTraitsTest.TestHasTrivialDestructor Running TypeTraitsTest.TestRemovePointer Running TypeTraitsTest.TestRemoveConst Running TypeTraitsTest.TestRemoveVolatile Running TypeTraitsTest.TestRemoveCV Running TypeTraitsTest.TestRemoveReference Running TypeTraitsTest.TestIsSame Running TypeTraitsTest.TestConvertible PASS PASS: type_traits_unittest Running LibcAllocatorWithReallocTest.Allocate Running LibcAllocatorWithReallocTest.TestSTL PASS PASS: libc_allocator_with_realloc_test PASS. PASS: sparsetable_unittest Running HashtableCommonTest.HashMunging Running HashtableIntTest.Typedefs.1 Running HashtableIntTest.Typedefs.2 Running HashtableIntTest.Typedefs.3 Running HashtableIntTest.Typedefs.4 Running HashtableIntTest.Typedefs.5 Running HashtableIntTest.Typedefs.6 Running HashtableAllTest.NormalIterators.1 Running HashtableAllTest.NormalIterators.2 Running HashtableAllTest.NormalIterators.3 Running HashtableAllTest.NormalIterators.4 Running HashtableAllTest.NormalIterators.5 Running HashtableAllTest.NormalIterators.6 Running HashtableAllTest.NormalIterators.7 Running HashtableAllTest.NormalIterators.8 Running HashtableAllTest.NormalIterators.9 Running HashtableAllTest.NormalIterators.10 Running HashtableAllTest.NormalIterators.11 Running HashtableAllTest.NormalIterators.12 Running HashtableAllTest.NormalIterators.13 Running HashtableAllTest.NormalIterators.14 Running HashtableAllTest.NormalIterators.15 Running HashtableAllTest.NormalIterators.16 Running HashtableAllTest.NormalIterators.17 Running HashtableAllTest.NormalIterators.18 Running HashtableTest.ModifyViaIterator Running HashtableAllTest.ConstIterators.1 Running HashtableAllTest.ConstIterators.2 Running HashtableAllTest.ConstIterators.3 Running HashtableAllTest.ConstIterators.4 Running HashtableAllTest.ConstIterators.5 Running HashtableAllTest.ConstIterators.6 Running HashtableAllTest.ConstIterators.7 Running HashtableAllTest.ConstIterators.8 Running HashtableAllTest.ConstIterators.9 Running HashtableAllTest.ConstIterators.10 Running HashtableAllTest.ConstIterators.11 Running HashtableAllTest.ConstIterators.12 Running HashtableAllTest.ConstIterators.13 Running HashtableAllTest.ConstIterators.14 Running HashtableAllTest.ConstIterators.15 Running HashtableAllTest.ConstIterators.16 Running HashtableAllTest.ConstIterators.17 Running HashtableAllTest.ConstIterators.18 Running HashtableAllTest.LocalIterators.1 Running HashtableAllTest.LocalIterators.2 Running HashtableAllTest.LocalIterators.3 Running HashtableAllTest.LocalIterators.4 Running HashtableAllTest.LocalIterators.5 Running HashtableAllTest.LocalIterators.6 Running HashtableAllTest.LocalIterators.7 Running HashtableAllTest.LocalIterators.8 Running HashtableAllTest.LocalIterators.9 Running HashtableAllTest.LocalIterators.10 Running HashtableAllTest.LocalIterators.11 Running HashtableAllTest.LocalIterators.12 Running HashtableAllTest.LocalIterators.13 Running HashtableAllTest.LocalIterators.14 Running HashtableAllTest.LocalIterators.15 Running HashtableAllTest.LocalIterators.16 Running HashtableAllTest.LocalIterators.17 Running HashtableAllTest.LocalIterators.18 Running HashtableAllTest.ConstLocalIterators.1 Running HashtableAllTest.ConstLocalIterators.2 Running HashtableAllTest.ConstLocalIterators.3 Running HashtableAllTest.ConstLocalIterators.4 Running HashtableAllTest.ConstLocalIterators.5 Running HashtableAllTest.ConstLocalIterators.6 Running HashtableAllTest.ConstLocalIterators.7 Running HashtableAllTest.ConstLocalIterators.8 Running HashtableAllTest.ConstLocalIterators.9 Running HashtableAllTest.ConstLocalIterators.10 Running HashtableAllTest.ConstLocalIterators.11 Running HashtableAllTest.ConstLocalIterators.12 Running HashtableAllTest.ConstLocalIterators.13 Running HashtableAllTest.ConstLocalIterators.14 Running HashtableAllTest.ConstLocalIterators.15 Running HashtableAllTest.ConstLocalIterators.16 Running HashtableAllTest.ConstLocalIterators.17 Running HashtableAllTest.ConstLocalIterators.18 Running HashtableAllTest.Iterating.1 Running HashtableAllTest.Iterating.2 Running HashtableAllTest.Iterating.3 Running HashtableAllTest.Iterating.4 Running HashtableAllTest.Iterating.5 Running HashtableAllTest.Iterating.6 Running HashtableAllTest.Iterating.7 Running HashtableAllTest.Iterating.8 Running HashtableAllTest.Iterating.9 Running HashtableAllTest.Iterating.10 Running HashtableAllTest.Iterating.11 Running HashtableAllTest.Iterating.12 Running HashtableAllTest.Iterating.13 Running HashtableAllTest.Iterating.14 Running HashtableAllTest.Iterating.15 Running HashtableAllTest.Iterating.16 Running HashtableAllTest.Iterating.17 Running HashtableAllTest.Iterating.18 Running HashtableIntTest.Constructors.1 Running HashtableIntTest.Constructors.2 Running HashtableIntTest.Constructors.3 Running HashtableIntTest.Constructors.4 Running HashtableIntTest.Constructors.5 Running HashtableIntTest.Constructors.6 Running HashtableAllTest.OperatorEquals.1 Running HashtableAllTest.OperatorEquals.2 Running HashtableAllTest.OperatorEquals.3 Running HashtableAllTest.OperatorEquals.4 Running HashtableAllTest.OperatorEquals.5 Running HashtableAllTest.OperatorEquals.6 Running HashtableAllTest.OperatorEquals.7 Running HashtableAllTest.OperatorEquals.8 Running HashtableAllTest.OperatorEquals.9 Running HashtableAllTest.OperatorEquals.10 Running HashtableAllTest.OperatorEquals.11 Running HashtableAllTest.OperatorEquals.12 Running HashtableAllTest.OperatorEquals.13 Running HashtableAllTest.OperatorEquals.14 Running HashtableAllTest.OperatorEquals.15 Running HashtableAllTest.OperatorEquals.16 Running HashtableAllTest.OperatorEquals.17 Running HashtableAllTest.OperatorEquals.18 Running HashtableAllTest.Clear.1 Running HashtableAllTest.Clear.2 Running HashtableAllTest.Clear.3 Running HashtableAllTest.Clear.4 Running HashtableAllTest.Clear.5 Running HashtableAllTest.Clear.6 Running HashtableAllTest.Clear.7 Running HashtableAllTest.Clear.8 Running HashtableAllTest.Clear.9 Running HashtableAllTest.Clear.10 Running HashtableAllTest.Clear.11 Running HashtableAllTest.Clear.12 Running HashtableAllTest.Clear.13 Running HashtableAllTest.Clear.14 Running HashtableAllTest.Clear.15 Running HashtableAllTest.Clear.16 Running HashtableAllTest.Clear.17 Running HashtableAllTest.Clear.18 Running HashtableAllTest.ClearNoResize.1 Running HashtableAllTest.ClearNoResize.2 Running HashtableAllTest.ClearNoResize.3 Running HashtableAllTest.ClearNoResize.4 Running HashtableAllTest.ClearNoResize.5 Running HashtableAllTest.ClearNoResize.6 Running HashtableAllTest.ClearNoResize.7 Running HashtableAllTest.ClearNoResize.8 Running HashtableAllTest.ClearNoResize.9 Running HashtableAllTest.ClearNoResize.10 Running HashtableAllTest.ClearNoResize.11 Running HashtableAllTest.ClearNoResize.12 Running HashtableAllTest.ClearNoResize.13 Running HashtableAllTest.ClearNoResize.14 Running HashtableAllTest.ClearNoResize.15 Running HashtableAllTest.ClearNoResize.16 Running HashtableAllTest.ClearNoResize.17 Running HashtableAllTest.ClearNoResize.18 Running HashtableAllTest.Swap.1 Running HashtableAllTest.Swap.2 Running HashtableAllTest.Swap.3 Running HashtableAllTest.Swap.4 Running HashtableAllTest.Swap.5 Running HashtableAllTest.Swap.6 Running HashtableAllTest.Swap.7 Running HashtableAllTest.Swap.8 Running HashtableAllTest.Swap.9 Running HashtableAllTest.Swap.10 Running HashtableAllTest.Swap.11 Running HashtableAllTest.Swap.12 Running HashtableAllTest.Swap.13 Running HashtableAllTest.Swap.14 Running HashtableAllTest.Swap.15 Running HashtableAllTest.Swap.16 Running HashtableAllTest.Swap.17 Running HashtableAllTest.Swap.18 Running HashtableAllTest.Size.1 Running HashtableAllTest.Size.2 Running HashtableAllTest.Size.3 Running HashtableAllTest.Size.4 Running HashtableAllTest.Size.5 Running HashtableAllTest.Size.6 Running HashtableAllTest.Size.7 Running HashtableAllTest.Size.8 Running HashtableAllTest.Size.9 Running HashtableAllTest.Size.10 Running HashtableAllTest.Size.11 Running HashtableAllTest.Size.12 Running HashtableAllTest.Size.13 Running HashtableAllTest.Size.14 Running HashtableAllTest.Size.15 Running HashtableAllTest.Size.16 Running HashtableAllTest.Size.17 Running HashtableAllTest.Size.18 Running HashtableTest.MaxSizeAndMaxBucketCount Running HashtableAllTest.Empty.1 Running HashtableAllTest.Empty.2 Running HashtableAllTest.Empty.3 Running HashtableAllTest.Empty.4 Running HashtableAllTest.Empty.5 Running HashtableAllTest.Empty.6 Running HashtableAllTest.Empty.7 Running HashtableAllTest.Empty.8 Running HashtableAllTest.Empty.9 Running HashtableAllTest.Empty.10 Running HashtableAllTest.Empty.11 Running HashtableAllTest.Empty.12 Running HashtableAllTest.Empty.13 Running HashtableAllTest.Empty.14 Running HashtableAllTest.Empty.15 Running HashtableAllTest.Empty.16 Running HashtableAllTest.Empty.17 Running HashtableAllTest.Empty.18 Running HashtableAllTest.BucketCount.1 Running HashtableAllTest.BucketCount.2 Running HashtableAllTest.BucketCount.3 Running HashtableAllTest.BucketCount.4 Running HashtableAllTest.BucketCount.5 Running HashtableAllTest.BucketCount.6 Running HashtableAllTest.BucketCount.7 Running HashtableAllTest.BucketCount.8 Running HashtableAllTest.BucketCount.9 Running HashtableAllTest.BucketCount.10 Running HashtableAllTest.BucketCount.11 Running HashtableAllTest.BucketCount.12 Running HashtableAllTest.BucketCount.13 Running HashtableAllTest.BucketCount.14 Running HashtableAllTest.BucketCount.15 Running HashtableAllTest.BucketCount.16 Running HashtableAllTest.BucketCount.17 Running HashtableAllTest.BucketCount.18 Running HashtableAllTest.BucketAndBucketSize.1 Running HashtableAllTest.BucketAndBucketSize.2 Running HashtableAllTest.BucketAndBucketSize.3 Running HashtableAllTest.BucketAndBucketSize.4 Running HashtableAllTest.BucketAndBucketSize.5 Running HashtableAllTest.BucketAndBucketSize.6 Running HashtableAllTest.BucketAndBucketSize.7 Running HashtableAllTest.BucketAndBucketSize.8 Running HashtableAllTest.BucketAndBucketSize.9 Running HashtableAllTest.BucketAndBucketSize.10 Running HashtableAllTest.BucketAndBucketSize.11 Running HashtableAllTest.BucketAndBucketSize.12 Running HashtableAllTest.BucketAndBucketSize.13 Running HashtableAllTest.BucketAndBucketSize.14 Running HashtableAllTest.BucketAndBucketSize.15 Running HashtableAllTest.BucketAndBucketSize.16 Running HashtableAllTest.BucketAndBucketSize.17 Running HashtableAllTest.BucketAndBucketSize.18 Running HashtableAllTest.LoadFactor.1 Running HashtableAllTest.LoadFactor.2 Running HashtableAllTest.LoadFactor.3 Running HashtableAllTest.LoadFactor.4 Running HashtableAllTest.LoadFactor.5 Running HashtableAllTest.LoadFactor.6 Running HashtableAllTest.LoadFactor.7 Running HashtableAllTest.LoadFactor.8 Running HashtableAllTest.LoadFactor.9 Running HashtableAllTest.LoadFactor.10 Running HashtableAllTest.LoadFactor.11 Running HashtableAllTest.LoadFactor.12 Running HashtableAllTest.LoadFactor.13 Running HashtableAllTest.LoadFactor.14 Running HashtableAllTest.LoadFactor.15 Running HashtableAllTest.LoadFactor.16 Running HashtableAllTest.LoadFactor.17 Running HashtableAllTest.LoadFactor.18 Running HashtableAllTest.ResizeAndRehash.1 Running HashtableAllTest.ResizeAndRehash.2 Running HashtableAllTest.ResizeAndRehash.3 Running HashtableAllTest.ResizeAndRehash.4 Running HashtableAllTest.ResizeAndRehash.5 Running HashtableAllTest.ResizeAndRehash.6 Running HashtableAllTest.ResizeAndRehash.7 Running HashtableAllTest.ResizeAndRehash.8 Running HashtableAllTest.ResizeAndRehash.9 Running HashtableAllTest.ResizeAndRehash.10 Running HashtableAllTest.ResizeAndRehash.11 Running HashtableAllTest.ResizeAndRehash.12 Running HashtableAllTest.ResizeAndRehash.13 Running HashtableAllTest.ResizeAndRehash.14 Running HashtableAllTest.ResizeAndRehash.15 Running HashtableAllTest.ResizeAndRehash.16 Running HashtableAllTest.ResizeAndRehash.17 Running HashtableAllTest.ResizeAndRehash.18 Running HashtableAllTest.FindAndCountAndEqualRange.1 Running HashtableAllTest.FindAndCountAndEqualRange.2 Running HashtableAllTest.FindAndCountAndEqualRange.3 Running HashtableAllTest.FindAndCountAndEqualRange.4 Running HashtableAllTest.FindAndCountAndEqualRange.5 Running HashtableAllTest.FindAndCountAndEqualRange.6 Running HashtableAllTest.FindAndCountAndEqualRange.7 Running HashtableAllTest.FindAndCountAndEqualRange.8 Running HashtableAllTest.FindAndCountAndEqualRange.9 Running HashtableAllTest.FindAndCountAndEqualRange.10 Running HashtableAllTest.FindAndCountAndEqualRange.11 Running HashtableAllTest.FindAndCountAndEqualRange.12 Running HashtableAllTest.FindAndCountAndEqualRange.13 Running HashtableAllTest.FindAndCountAndEqualRange.14 Running HashtableAllTest.FindAndCountAndEqualRange.15 Running HashtableAllTest.FindAndCountAndEqualRange.16 Running HashtableAllTest.FindAndCountAndEqualRange.17 Running HashtableAllTest.FindAndCountAndEqualRange.18 Running HashtableAllTest.BracketInsert.1 Running HashtableAllTest.BracketInsert.2 Running HashtableAllTest.BracketInsert.3 Running HashtableAllTest.BracketInsert.4 Running HashtableAllTest.BracketInsert.5 Running HashtableAllTest.BracketInsert.6 Running HashtableAllTest.BracketInsert.7 Running HashtableAllTest.BracketInsert.8 Running HashtableAllTest.BracketInsert.9 Running HashtableAllTest.BracketInsert.10 Running HashtableAllTest.BracketInsert.11 Running HashtableAllTest.BracketInsert.12 Running HashtableAllTest.BracketInsert.13 Running HashtableAllTest.BracketInsert.14 Running HashtableAllTest.BracketInsert.15 Running HashtableAllTest.BracketInsert.16 Running HashtableAllTest.BracketInsert.17 Running HashtableAllTest.BracketInsert.18 Running HashtableAllTest.InsertValue.1 Running HashtableAllTest.InsertValue.2 Running HashtableAllTest.InsertValue.3 Running HashtableAllTest.InsertValue.4 Running HashtableAllTest.InsertValue.5 Running HashtableAllTest.InsertValue.6 Running HashtableAllTest.InsertValue.7 Running HashtableAllTest.InsertValue.8 Running HashtableAllTest.InsertValue.9 Running HashtableAllTest.InsertValue.10 Running HashtableAllTest.InsertValue.11 Running HashtableAllTest.InsertValue.12 Running HashtableAllTest.InsertValue.13 Running HashtableAllTest.InsertValue.14 Running HashtableAllTest.InsertValue.15 Running HashtableAllTest.InsertValue.16 Running HashtableAllTest.InsertValue.17 Running HashtableAllTest.InsertValue.18 Running HashtableIntTest.InsertRange.1 Running HashtableIntTest.InsertRange.2 Running HashtableIntTest.InsertRange.3 Running HashtableIntTest.InsertRange.4 Running HashtableIntTest.InsertRange.5 Running HashtableIntTest.InsertRange.6 Running HashtableTest.InsertValueToMap Running HashtableStringTest.EmptyKey.1 Running HashtableStringTest.EmptyKey.2 Running HashtableStringTest.EmptyKey.3 Running HashtableStringTest.EmptyKey.4 Running HashtableStringTest.EmptyKey.5 Running HashtableStringTest.EmptyKey.6 Running HashtableAllTest.DeletedKey.1 Running HashtableAllTest.DeletedKey.2 Running HashtableAllTest.DeletedKey.3 Running HashtableAllTest.DeletedKey.4 Running HashtableAllTest.DeletedKey.5 Running HashtableAllTest.DeletedKey.6 Running HashtableAllTest.DeletedKey.7 Running HashtableAllTest.DeletedKey.8 Running HashtableAllTest.DeletedKey.9 Running HashtableAllTest.DeletedKey.10 Running HashtableAllTest.DeletedKey.11 Running HashtableAllTest.DeletedKey.12 Running HashtableAllTest.DeletedKey.13 Running HashtableAllTest.DeletedKey.14 Running HashtableAllTest.DeletedKey.15 Running HashtableAllTest.DeletedKey.16 Running HashtableAllTest.DeletedKey.17 Running HashtableAllTest.DeletedKey.18 Running HashtableAllTest.Erase.1 Running HashtableAllTest.Erase.2 Running HashtableAllTest.Erase.3 Running HashtableAllTest.Erase.4 Running HashtableAllTest.Erase.5 Running HashtableAllTest.Erase.6 Running HashtableAllTest.Erase.7 Running HashtableAllTest.Erase.8 Running HashtableAllTest.Erase.9 Running HashtableAllTest.Erase.10 Running HashtableAllTest.Erase.11 Running HashtableAllTest.Erase.12 Running HashtableAllTest.Erase.13 Running HashtableAllTest.Erase.14 Running HashtableAllTest.Erase.15 Running HashtableAllTest.Erase.16 Running HashtableAllTest.Erase.17 Running HashtableAllTest.Erase.18 Running HashtableAllTest.EraseDoesNotResize.1 Running HashtableAllTest.EraseDoesNotResize.2 Running HashtableAllTest.EraseDoesNotResize.3 Running HashtableAllTest.EraseDoesNotResize.4 Running HashtableAllTest.EraseDoesNotResize.5 Running HashtableAllTest.EraseDoesNotResize.6 Running HashtableAllTest.EraseDoesNotResize.7 Running HashtableAllTest.EraseDoesNotResize.8 Running HashtableAllTest.EraseDoesNotResize.9 Running HashtableAllTest.EraseDoesNotResize.10 Running HashtableAllTest.EraseDoesNotResize.11 Running HashtableAllTest.EraseDoesNotResize.12 Running HashtableAllTest.EraseDoesNotResize.13 Running HashtableAllTest.EraseDoesNotResize.14 Running HashtableAllTest.EraseDoesNotResize.15 Running HashtableAllTest.EraseDoesNotResize.16 Running HashtableAllTest.EraseDoesNotResize.17 Running HashtableAllTest.EraseDoesNotResize.18 Running HashtableAllTest.Equals.1 Running HashtableAllTest.Equals.2 Running HashtableAllTest.Equals.3 Running HashtableAllTest.Equals.4 Running HashtableAllTest.Equals.5 Running HashtableAllTest.Equals.6 Running HashtableAllTest.Equals.7 Running HashtableAllTest.Equals.8 Running HashtableAllTest.Equals.9 Running HashtableAllTest.Equals.10 Running HashtableAllTest.Equals.11 Running HashtableAllTest.Equals.12 Running HashtableAllTest.Equals.13 Running HashtableAllTest.Equals.14 Running HashtableAllTest.Equals.15 Running HashtableAllTest.Equals.16 Running HashtableAllTest.Equals.17 Running HashtableAllTest.Equals.18 Running HashtableTest.IntIO Running HashtableTest.StringIO Running HashtableAllTest.Serialization.1 Running HashtableAllTest.Serialization.2 Running HashtableAllTest.Serialization.3 Running HashtableAllTest.Serialization.4 Running HashtableAllTest.Serialization.5 Running HashtableAllTest.Serialization.6 Running HashtableAllTest.Serialization.7 Running HashtableAllTest.Serialization.8 Running HashtableAllTest.Serialization.9 Running HashtableAllTest.Serialization.10 Running HashtableAllTest.Serialization.11 Running HashtableAllTest.Serialization.12 Running HashtableAllTest.Serialization.13 Running HashtableAllTest.Serialization.14 Running HashtableAllTest.Serialization.15 Running HashtableAllTest.Serialization.16 Running HashtableAllTest.Serialization.17 Running HashtableAllTest.Serialization.18 Running HashtableIntTest.NopointerSerialization.1 Running HashtableIntTest.NopointerSerialization.2 Running HashtableIntTest.NopointerSerialization.3 Running HashtableIntTest.NopointerSerialization.4 Running HashtableIntTest.NopointerSerialization.5 Running HashtableIntTest.NopointerSerialization.6 Running HashtableIntTest.SerializingToString.1 Running HashtableIntTest.SerializingToString.2 Running HashtableIntTest.SerializingToString.3 Running HashtableIntTest.SerializingToString.4 Running HashtableIntTest.SerializingToString.5 Running HashtableIntTest.SerializingToString.6 Running HashtableIntTest.SerializingToStringStream.1 Running HashtableIntTest.SerializingToStringStream.2 Running HashtableIntTest.SerializingToStringStream.3 Running HashtableIntTest.SerializingToStringStream.4 Running HashtableIntTest.SerializingToStringStream.5 Running HashtableIntTest.SerializingToStringStream.6 Running HashtableAllTest.MetadataSerializationAndEndianness.1 Running HashtableAllTest.MetadataSerializationAndEndianness.2 Running HashtableAllTest.MetadataSerializationAndEndianness.3 Running HashtableAllTest.MetadataSerializationAndEndianness.4 Running HashtableAllTest.MetadataSerializationAndEndianness.5 Running HashtableAllTest.MetadataSerializationAndEndianness.6 Running HashtableAllTest.MetadataSerializationAndEndianness.7 Running HashtableAllTest.MetadataSerializationAndEndianness.8 Running HashtableAllTest.MetadataSerializationAndEndianness.9 Running HashtableAllTest.MetadataSerializationAndEndianness.10 Running HashtableAllTest.MetadataSerializationAndEndianness.11 Running HashtableAllTest.MetadataSerializationAndEndianness.12 Running HashtableAllTest.MetadataSerializationAndEndianness.13 Running HashtableAllTest.MetadataSerializationAndEndianness.14 Running HashtableAllTest.MetadataSerializationAndEndianness.15 Running HashtableAllTest.MetadataSerializationAndEndianness.16 Running HashtableAllTest.MetadataSerializationAndEndianness.17 Running HashtableAllTest.MetadataSerializationAndEndianness.18 Running HashtableAllTest.BracketOperatorCrashing.1 Running HashtableAllTest.BracketOperatorCrashing.2 Running HashtableAllTest.BracketOperatorCrashing.3 Running HashtableAllTest.BracketOperatorCrashing.4 Running HashtableAllTest.BracketOperatorCrashing.5 Running HashtableAllTest.BracketOperatorCrashing.6 Running HashtableAllTest.BracketOperatorCrashing.7 Running HashtableAllTest.BracketOperatorCrashing.8 Running HashtableAllTest.BracketOperatorCrashing.9 Running HashtableAllTest.BracketOperatorCrashing.10 Running HashtableAllTest.BracketOperatorCrashing.11 Running HashtableAllTest.BracketOperatorCrashing.12 Running HashtableAllTest.BracketOperatorCrashing.13 Running HashtableAllTest.BracketOperatorCrashing.14 Running HashtableAllTest.BracketOperatorCrashing.15 Running HashtableAllTest.BracketOperatorCrashing.16 Running HashtableAllTest.BracketOperatorCrashing.17 Running HashtableAllTest.BracketOperatorCrashing.18 Running HashtableTest.SimpleDataTypeOptimizations Running HashtableAllTest.ResizeHysteresis.1 Running HashtableAllTest.ResizeHysteresis.2 Running HashtableAllTest.ResizeHysteresis.3 Running HashtableAllTest.ResizeHysteresis.4 Running HashtableAllTest.ResizeHysteresis.5 Running HashtableAllTest.ResizeHysteresis.6 Running HashtableAllTest.ResizeHysteresis.7 Running HashtableAllTest.ResizeHysteresis.8 Running HashtableAllTest.ResizeHysteresis.9 Running HashtableAllTest.ResizeHysteresis.10 Running HashtableAllTest.ResizeHysteresis.11 Running HashtableAllTest.ResizeHysteresis.12 Running HashtableAllTest.ResizeHysteresis.13 Running HashtableAllTest.ResizeHysteresis.14 Running HashtableAllTest.ResizeHysteresis.15 Running HashtableAllTest.ResizeHysteresis.16 Running HashtableAllTest.ResizeHysteresis.17 Running HashtableAllTest.ResizeHysteresis.18 Running HashtableTest.ConstKey Running HashtableAllTest.ResizeActuallyResizes.1 Running HashtableAllTest.ResizeActuallyResizes.2 Running HashtableAllTest.ResizeActuallyResizes.3 Running HashtableAllTest.ResizeActuallyResizes.4 Running HashtableAllTest.ResizeActuallyResizes.5 Running HashtableAllTest.ResizeActuallyResizes.6 Running HashtableAllTest.ResizeActuallyResizes.7 Running HashtableAllTest.ResizeActuallyResizes.8 Running HashtableAllTest.ResizeActuallyResizes.9 Running HashtableAllTest.ResizeActuallyResizes.10 Running HashtableAllTest.ResizeActuallyResizes.11 Running HashtableAllTest.ResizeActuallyResizes.12 Running HashtableAllTest.ResizeActuallyResizes.13 Running HashtableAllTest.ResizeActuallyResizes.14 Running HashtableAllTest.ResizeActuallyResizes.15 Running HashtableAllTest.ResizeActuallyResizes.16 Running HashtableAllTest.ResizeActuallyResizes.17 Running HashtableAllTest.ResizeActuallyResizes.18 Running HashtableTest.NestedHashtables Running HashtableTest.ResizeWithoutShrink Running HashtableDeathTest.ResizeOverflow Running HashtableDeathTest.InsertSizeTypeOverflow Running HashtableDeathTest.InsertMaxSizeOverflow Running HashtableDeathTest.ResizeSizeTypeOverflow Running HashtableDeathTest.ResizeDeltaOverflow Running HashtableAllTest.ClassSizes.1 sizeof(N6google32HashtableInterface_SparseHashMapIiiN12_GLOBAL__N_16HasherES2_NS1_5AllocIijLj4294967295EEEEE): 96 Running HashtableAllTest.ClassSizes.2 Running HashtableAllTest.ClassSizes.3 Running HashtableAllTest.ClassSizes.4 Running HashtableAllTest.ClassSizes.5 Running HashtableAllTest.ClassSizes.6 Running HashtableAllTest.ClassSizes.7 Running HashtableAllTest.ClassSizes.8 Running HashtableAllTest.ClassSizes.9 sizeof(N6google32HashtableInterface_SparseHashSetIiN12_GLOBAL__N_16HasherES2_NS1_5AllocIijLj4294967295EEEEE): 96 sizeof(N6google34HashtableInterface_SparseHashtableIiiN12_GLOBAL__N_16HasherENS1_8NegationIiEENS1_6SetKeyIiS4_EES2_NS1_5AllocIijLj4294967295EEEEE): 100 sizeof(N6google31HashtableInterface_DenseHashMapIiiL_Z9kEmptyIntEN12_GLOBAL__N_16HasherES2_NS1_5AllocIijLj4294967295EEEEE): 88 sizeof(N6google31HashtableInterface_DenseHashSetIiL_Z9kEmptyIntEN12_GLOBAL__N_16HasherES2_NS1_5AllocIijLj4294967295EEEEE): 84 sizeof(N6google33HashtableInterface_DenseHashtableIiiL_Z9kEmptyIntEN12_GLOBAL__N_16HasherENS1_8NegationIiEENS1_6SetKeyIiS4_EES2_NS1_5AllocIijLj4294967295EEEEE): 88 sizeof(N6google32HashtableInterface_SparseHashMapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_N12_GLOBAL__N_16HasherES8_NS7_5AllocIS6_jLj4294967295EEEEE): 116 sizeof(N6google32HashtableInterface_SparseHashSetINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN12_GLOBAL__N_16HasherES8_NS7_5AllocIS6_jLj4294967295EEEEE): 116 sizeof(Running HashtableAllTest.ClassSizes.10 Running HashtableAllTest.ClassSizes.11 Running HashtableAllTest.ClassSizes.12 Running HashtableAllTest.ClassSizes.13 Running HashtableAllTest.ClassSizes.14 N6google34HashtableInterface_SparseHashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_N12_GLOBAL__N_16HasherENS7_7CapitalENS7_6SetKeyIS6_S9_EES8_NS7_5AllocIS6_jLj4294967295EEEEE): 120 sizeof(N6google31HashtableInterface_DenseHashMapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_L_Z12kEmptyStringB5cxx11EN12_GLOBAL__N_16HasherES8_NS7_5AllocIS6_jLj4294967295EEEEE): 148 sizeof(N6google31HashtableInterface_DenseHashSetINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEL_Z12kEmptyStringB5cxx11EN12_GLOBAL__N_16HasherES8_NS7_5AllocIS6_jLj4294967295EEEEE): 124 sizeof(N6google33HashtableInterface_DenseHashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_L_Z12kEmptyStringB5cxx11EN12_GLOBAL__N_16HasherENS7_7CapitalENS7_6SetKeyIS6_S9_EES8_NS7_5AllocIS6_jLj4294967295EEEEE): 128 sizeof(N6google32HashtableInterface_SparseHashMapIPKcN12_GLOBAL__N_19ValueTypeENS3_6HasherES5_NS3_5AllocIS2_jLj4294967295EEEEE): 96 sizeof(N6google32HashtableInterface_SparseHashSetIPKcN12_GLOBAL__N_16HasherES4_NS3_5AllocIS2_jLj4294967295EEEEERunning HashtableAllTest.ClassSizes.15 Running HashtableAllTest.ClassSizes.16 Running HashtableAllTest.ClassSizes.17 Running HashtableAllTest.ClassSizes.18 ): 96 sizeof(N6google34HashtableInterface_SparseHashtableIPKcS2_N12_GLOBAL__N_16HasherENS3_8IdentityENS3_6SetKeyIS2_S5_EES4_NS3_5AllocIS2_jLj4294967295EEEEE): 100 sizeof(N6google31HashtableInterface_DenseHashMapIPKcN12_GLOBAL__N_19ValueTypeEL_Z14kEmptyCharStarENS3_6HasherES5_NS3_5AllocIS2_jLj4294967295EEEEE): 88 sizeof(N6google31HashtableInterface_DenseHashSetIPKcL_Z14kEmptyCharStarEN12_GLOBAL__N_16HasherES4_NS3_5AllocIS2_jLj4294967295EEEEE): 84 sizeof(N6google33HashtableInterface_DenseHashtableIPKcS2_L_Z14kEmptyCharStarEN12_GLOBAL__N_16HasherENS3_8IdentityENS3_6SetKeyIS2_S5_EES4_NS3_5AllocINS3_9ValueTypeEjLj4294967295EEEEE): 88 PASS PASS: hashtable_test PASS PASS: simple_test PASS PASS: simple_compat_test ================== All 7 tests passed ================== make[2]: Leaving directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' make[1]: Leaving directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' >>> sparsehash: Entering fakeroot... make install-am make[1]: Entering directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' make[2]: Entering directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' test -z "/usr/lib" || ./install-sh -c -d "/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/lib" test -z "/usr/share/doc/sparsehash-2.0.2" || ./install-sh -c -d "/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/share/doc/sparsehash-2.0.2" test -z "/usr/include/google" || ./install-sh -c -d "/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/include/google" test -z "/usr/include/google/sparsehash" || ./install-sh -c -d "/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/include/google/sparsehash" test -z "/usr/include/sparsehash/internal" || ./install-sh -c -d "/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/include/sparsehash/internal" test -z "/usr/lib/pkgconfig" || ./install-sh -c -d "/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/lib/pkgconfig" test -z "/usr/include/sparsehash" || ./install-sh -c -d "/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/include/sparsehash" test -z "/usr/include/sparsehash/internal" || ./install-sh -c -d "/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/include/sparsehash/internal" /usr/bin/install -c -m 644 src/google/dense_hash_map src/google/dense_hash_set src/google/sparse_hash_map src/google/sparse_hash_set src/google/sparsetable src/google/template_util.h src/google/type_traits.h '/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/include/google' /usr/bin/install -c -m 644 AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt TODO doc/dense_hash_map.html doc/dense_hash_set.html doc/sparse_hash_map.html doc/sparse_hash_set.html doc/sparsetable.html doc/implementation.html doc/performance.html doc/index.html doc/designstyle.css '/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/share/doc/sparsehash-2.0.2' /usr/bin/install -c -m 644 src/google/sparsehash/densehashtable.h src/google/sparsehash/sparsehashtable.h src/google/sparsehash/hashtable-common.h src/google/sparsehash/libc_allocator_with_realloc.h '/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/include/google/sparsehash' /usr/bin/install -c -m 644 src/sparsehash/internal/densehashtable.h src/sparsehash/internal/sparsehashtable.h src/sparsehash/internal/hashtable-common.h src/sparsehash/internal/libc_allocator_with_realloc.h '/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/include/sparsehash/internal' /usr/bin/install -c -m 644 libsparsehash.pc '/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/lib/pkgconfig' /usr/bin/install -c -m 644 src/sparsehash/dense_hash_map src/sparsehash/dense_hash_set src/sparsehash/sparse_hash_map src/sparsehash/sparse_hash_set src/sparsehash/sparsetable src/sparsehash/template_util.h src/sparsehash/type_traits.h '/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/include/sparsehash' /usr/bin/install -c -m 644 src/sparsehash/internal/sparseconfig.h '/home/buildozer/aports/community/sparsehash/pkg/sparsehash/usr/include/sparsehash/internal' make[2]: Leaving directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' make[1]: Leaving directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4' >>> sparsehash-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/sparsehash/pkg/sparsehash-doc/usr/share/doc' >>> sparsehash-doc*: Preparing subpackage sparsehash-doc... >>> sparsehash-doc*: Running postcheck for sparsehash-doc >>> sparsehash*: Running postcheck for sparsehash >>> sparsehash*: Preparing package sparsehash... >>> sparsehash*: Stripping binaries >>> WARNING: sparsehash*: No arch specific binaries found so arch should probably be set to "noarch" >>> sparsehash-doc*: Scanning shared objects >>> sparsehash*: Scanning shared objects >>> sparsehash-doc*: Tracing dependencies... >>> sparsehash-doc*: Package size: 277.7 KB >>> sparsehash-doc*: Compressing data... >>> sparsehash-doc*: Create checksum... >>> sparsehash-doc*: Create sparsehash-doc-2.0.4-r0.apk >>> sparsehash*: Tracing dependencies... pkgconfig >>> sparsehash*: Package size: 299.3 KB >>> sparsehash*: Compressing data... >>> sparsehash*: Create checksum... >>> sparsehash*: Create sparsehash-2.0.4-r0.apk >>> sparsehash: Build complete at Fri, 09 May 2025 20:02:03 +0000 elapsed time 0h 1m 16s >>> sparsehash: Cleaning up srcdir >>> sparsehash: Cleaning up pkgdir >>> sparsehash: Uninstalling dependencies... (1/1) Purging .makedepends-sparsehash (20250509.200055) OK: 400 MiB in 104 packages >>> sparsehash: Updating the community/x86 repository index... >>> sparsehash: Signing the index...