>>> sparsehash: Building community/sparsehash 2.0.4-r0 (using abuild 3.14.1-r1) started Mon, 04 Nov 2024 05:20:19 +0000
>>> sparsehash: Validating /home/buildozer/aports/community/sparsehash/APKBUILD...
>>> sparsehash: Analyzing dependencies...
>>> sparsehash: Installing for build: build-base
(1/1) Installing .makedepends-sparsehash (20241104.052130)
OK: 271 MiB in 102 packages
>>> sparsehash: Cleaning up srcdir
>>> sparsehash: Cleaning up pkgdir
>>> sparsehash: Cleaning up tmpdir
>>> sparsehash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/sparsehash-2.0.4.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
wget: server returned error: HTTP/1.1 404 Not Found
>>> sparsehash: Fetching https://github.com/sparsehash/sparsehash/archive/sparsehash-2.0.4.tar.gz
Connecting to github.com (140.82.121.3:443)
Connecting to codeload.github.com (140.82.121.10:443)
saving to '/var/cache/distfiles/v3.21/sparsehash-2.0.4.tar.gz.part'
sparsehash-2.0.4.tar 100% |********************************|  315k  0:00:00 ETA
'/var/cache/distfiles/v3.21/sparsehash-2.0.4.tar.gz.part' saved
>>> sparsehash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/sparsehash-2.0.4.tar.gz
>>> sparsehash: Checking sha512sums...
sparsehash-2.0.4.tar.gz: OK
>>> sparsehash: Unpacking /var/cache/distfiles/v3.21/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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for armv7-alpine-linux-musleabihf-gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -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... g++ -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... <unordered_map>
checking how to include hash_fun directly... <functional>
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'
g++ -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
g++ -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
g++ -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
g++ -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
g++ -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
g++ -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
g++ -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
g++ -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/template_util_unittest.Tpo .deps/template_util_unittest.Po
g++ -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 -o template_util_unittest template_util_unittest.o   
In file included from src/sparsetable_unittest.cc:47:
./src/sparsehash/sparsetable: In member function 'google::sparsetable<int>& google::sparsetable<int>::operator=(const google::sparsetable<int>&)':
./src/sparsehash/sparsetable:1363:7: warning: implicitly-declared 'constexpr google::sparsetable<int>::Settings& google::sparsetable<int>::Settings::operator=(const google::sparsetable<int>::Settings&)' is deprecated [-Wdeprecated-copy]
 1363 | class sparsetable {
      |       ^~~~~~~~~~~
./src/sparsehash/sparsetable:1803:5: note: because 'google::sparsetable<int>::Settings' has user-provided 'google::sparsetable<T, GROUP_SIZE, Alloc>::Settings::Settings(const google::sparsetable<T, GROUP_SIZE, Alloc>::Settings&) [with T = int; short unsigned int GROUP_SIZE = 48; Alloc = google::libc_allocator_with_realloc<int>]'
 1803 |     Settings(const Settings& s)
      |     ^~~~~~~~
src/sparsetable_unittest.cc: In function 'void TestAllocator()':
src/sparsetable_unittest.cc:621:9: note: synthesized method 'google::sparsetable<int>& google::sparsetable<int>::operator=(const google::sparsetable<int>&)' first required here
  621 |     y = x;
      |         ^
./src/sparsehash/sparsetable: In member function 'google::sparsetable<int, 48, std::allocator<int> >& google::sparsetable<int, 48, std::allocator<int> >::operator=(const google::sparsetable<int, 48, std::allocator<int> >&)':
./src/sparsehash/sparsetable:1363:7: warning: implicitly-declared 'constexpr google::sparsetable<int, 48, std::allocator<int> >::Settings& google::sparsetable<int, 48, std::allocator<int> >::Settings::operator=(const google::sparsetable<int, 48, std::allocator<int> >::Settings&)' is deprecated [-Wdeprecated-copy]
 1363 | class sparsetable {
      |       ^~~~~~~~~~~
./src/sparsehash/sparsetable:1803:5: note: because 'google::sparsetable<int, 48, std::allocator<int> >::Settings' has user-provided 'google::sparsetable<T, GROUP_SIZE, Alloc>::Settings::Settings(const google::sparsetable<T, GROUP_SIZE, Alloc>::Settings&) [with T = int; short unsigned int GROUP_SIZE = 48; Alloc = std::allocator<int>]'
 1803 |     Settings(const Settings& s)
      |     ^~~~~~~~
src/sparsetable_unittest.cc: In function 'void TestAllocator()':
src/sparsetable_unittest.cc:639:9: note: synthesized method 'google::sparsetable<int, 48, std::allocator<int> >& google::sparsetable<int, 48, std::allocator<int> >::operator=(const google::sparsetable<int, 48, std::allocator<int> >&)' first required here
  639 |     v = u;
      |         ^
./src/sparsehash/sparsetable: In member function 'google::sparsetable<std::__cxx11::basic_string<char> >& google::sparsetable<std::__cxx11::basic_string<char> >::operator=(const google::sparsetable<std::__cxx11::basic_string<char> >&)':
./src/sparsehash/sparsetable:1363:7: warning: implicitly-declared 'constexpr google::sparsetable<std::__cxx11::basic_string<char> >::Settings& google::sparsetable<std::__cxx11::basic_string<char> >::Settings::operator=(const google::sparsetable<std::__cxx11::basic_string<char> >::Settings&)' is deprecated [-Wdeprecated-copy]
 1363 | class sparsetable {
      |       ^~~~~~~~~~~
./src/sparsehash/sparsetable:1803:5: note: because 'google::sparsetable<std::__cxx11::basic_string<char> >::Settings' has user-provided 'google::sparsetable<T, GROUP_SIZE, Alloc>::Settings::Settings(const google::sparsetable<T, GROUP_SIZE, Alloc>::Settings&) [with T = std::__cxx11::basic_string<char>; short unsigned int GROUP_SIZE = 48; Alloc = google::libc_allocator_with_realloc<std::__cxx11::basic_string<char> >]'
 1803 |     Settings(const Settings& s)
      |     ^~~~~~~~
src/sparsetable_unittest.cc: In function 'void TestAllocator()':
src/sparsetable_unittest.cc:657:9: note: synthesized method 'google::sparsetable<std::__cxx11::basic_string<char> >& google::sparsetable<std::__cxx11::basic_string<char> >::operator=(const google::sparsetable<std::__cxx11::basic_string<char> >&)' first required here
  657 |     b = a;
      |         ^
mv -f .deps/type_traits_unittest.Tpo .deps/type_traits_unittest.Po
g++ -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 -o type_traits_unittest type_traits_unittest.o    
mv -f .deps/libc_allocator_with_realloc_test.Tpo .deps/libc_allocator_with_realloc_test.Po
g++ -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 -o libc_allocator_with_realloc_test libc_allocator_with_realloc_test.o   
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<TypeParam>::Run() [with TypeParam = google::HashtableInterface_SparseHashMap<int, int, {anonymous}::Hasher, {anonymous}::Hasher, {anonymous}::Alloc<int> >]':
src/hashtable_test.cc:571:1:   required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs<TypeParam>::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_SparseHashMap<int, int, {anonymous}::Hasher, {anonymous}::Hasher, {anonymous}::Alloc<int> >]'
  171 |       Run();                                                            \
      |       ^~~
src/hashtable_test.cc:571:1:   required from here
  181 |         TEST_onetype_##superclass##_##testname<superclass##_type1> 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<TypeParam>::Run() [with TypeParam = google::HashtableInterface_SparseHashSet<int, {anonymous}::Hasher, {anonymous}::Hasher, {anonymous}::Alloc<int> >]':
src/hashtable_test.cc:571:1:   required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs<TypeParam>::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_SparseHashSet<int, {anonymous}::Hasher, {anonymous}::Hasher, {anonymous}::Alloc<int> >]'
  171 |       Run();                                                            \
      |       ^~~
src/hashtable_test.cc:571:1:   required from here
  185 |         TEST_onetype_##superclass##_##testname<superclass##_type2> 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<TypeParam>::Run() [with TypeParam = google::HashtableInterface_SparseHashtable<int, int, {anonymous}::Hasher, {anonymous}::Negation<int>, {anonymous}::SetKey<int, {anonymous}::Negation<int> >, {anonymous}::Hasher, {anonymous}::Alloc<int> >]':
src/hashtable_test.cc:571:1:   required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs<TypeParam>::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_SparseHashtable<int, int, {anonymous}::Hasher, {anonymous}::Negation<int>, {anonymous}::SetKey<int, {anonymous}::Negation<int> >, {anonymous}::Hasher, {anonymous}::Alloc<int> >]'
  171 |       Run();                                                            \
      |       ^~~
src/hashtable_test.cc:571:1:   required from here
  189 |         TEST_onetype_##superclass##_##testname<superclass##_type3> 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<TypeParam>::Run() [with TypeParam = google::HashtableInterface_DenseHashMap<int, int, kEmptyInt, {anonymous}::Hasher, {anonymous}::Hasher, {anonymous}::Alloc<int> >]':
src/hashtable_test.cc:571:1:   required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs<TypeParam>::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_DenseHashMap<int, int, kEmptyInt, {anonymous}::Hasher, {anonymous}::Hasher, {anonymous}::Alloc<int> >]'
  171 |       Run();                                                            \
      |       ^~~
src/hashtable_test.cc:571:1:   required from here
  193 |         TEST_onetype_##superclass##_##testname<superclass##_type4> 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<TypeParam>::Run() [with TypeParam = google::HashtableInterface_DenseHashSet<int, kEmptyInt, {anonymous}::Hasher, {anonymous}::Hasher, {anonymous}::Alloc<int> >]':
src/hashtable_test.cc:571:1:   required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs<TypeParam>::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_DenseHashSet<int, kEmptyInt, {anonymous}::Hasher, {anonymous}::Hasher, {anonymous}::Alloc<int> >]'
  171 |       Run();                                                            \
      |       ^~~
src/hashtable_test.cc:571:1:   required from here
  197 |         TEST_onetype_##superclass##_##testname<superclass##_type5> 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<TypeParam>::Run() [with TypeParam = google::HashtableInterface_DenseHashtable<int, int, kEmptyInt, {anonymous}::Hasher, {anonymous}::Negation<int>, {anonymous}::SetKey<int, {anonymous}::Negation<int> >, {anonymous}::Hasher, {anonymous}::Alloc<int> >]':
src/hashtable_test.cc:571:1:   required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs<TypeParam>::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_DenseHashtable<int, int, kEmptyInt, {anonymous}::Hasher, {anonymous}::Negation<int>, {anonymous}::SetKey<int, {anonymous}::Negation<int> >, {anonymous}::Hasher, {anonymous}::Alloc<int> >]'
  171 |       Run();                                                            \
      |       ^~~
src/hashtable_test.cc:571:1:   required from here
  201 |         TEST_onetype_##superclass##_##testname<superclass##_type6> 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
g++ -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 -o simple_compat_test simple_compat_test.o      
mv -f .deps/simple_test.Tpo .deps/simple_test.Po
g++ -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 -o simple_test simple_test.o    
mv -f .deps/sparsetable_unittest.Tpo .deps/sparsetable_unittest.Po
g++ -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 -o sparsetable_unittest sparsetable_unittest.o    
mv -f .deps/time_hash_map-time_hash_map.Tpo .deps/time_hash_map-time_hash_map.Po
g++ -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 -o time_hash_map time_hash_map-time_hash_map.o     
mv -f .deps/hashtable_test.Tpo .deps/hashtable_test.Po
g++ -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 -o hashtable_test hashtable_test.o     
make[1]: Leaving directory '/home/buildozer/aports/community/sparsehash/src/sparsehash-sparsehash-2.0.4'
>>> WARNING: sparsehash: APKBUILD does not run any tests!
    Alpine policy will soon require that packages have any relevant testsuites run during the build process.
    To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite.
>>> 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 Mon, 04 Nov 2024 05:22:14 +0000 elapsed time 0h 1m 55s
>>> sparsehash: Cleaning up srcdir
>>> sparsehash: Cleaning up pkgdir
>>> sparsehash: Uninstalling dependencies...
(1/1) Purging .makedepends-sparsehash (20241104.052130)
OK: 271 MiB in 101 packages
>>> sparsehash: Updating the community/armv7 repository index...
>>> sparsehash: Signing the index...