>>> sparsehash: Building community/sparsehash 2.0.4-r0 (using abuild 3.7.0_rc1-r1) started Fri, 18 Dec 2020 08:19:09 +0000 >>> sparsehash: Checking sanity of /home/buildozer/aports/community/sparsehash/APKBUILD... >>> sparsehash: Analyzing dependencies... >>> sparsehash: Installing for build: build-base (1/1) Installing .makedepends-sparsehash (20201218.081914) OK: 310 MiB in 87 packages >>> sparsehash: Cleaning up srcdir >>> sparsehash: Cleaning up pkgdir >>> sparsehash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/sparsehash-2.0.4.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 100 315k 100 315k 0 0 3357k 0 --:--:-- --:--:-- --:--:-- 3357k >>> sparsehash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/sparsehash-2.0.4.tar.gz >>> sparsehash: Checking sha512sums... sparsehash-2.0.4.tar.gz: OK >>> sparsehash: Unpacking /var/cache/distfiles/v3.13/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 i586-alpine-linux-musl-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... 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' g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Os -fomit-frame-pointer -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -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 -Os -fomit-frame-pointer -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -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 -Os -fomit-frame-pointer -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -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 -Os -fomit-frame-pointer -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -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 -Os -fomit-frame-pointer -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -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 -Os -fomit-frame-pointer -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -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 -Os -fomit-frame-pointer -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -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 -Os -fomit-frame-pointer -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -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 -fomit-frame-pointer -Wl,--as-needed -o template_util_unittest template_util_unittest.o mv -f .deps/type_traits_unittest.Tpo .deps/type_traits_unittest.Po g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -Wl,--as-needed -o type_traits_unittest type_traits_unittest.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; | ^ 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 = 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; | ^ 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 = 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; | ^ 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 -fomit-frame-pointer -Wl,--as-needed -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::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 >]' src/hashtable_test.cc:571:1: required from here 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 >]' src/hashtable_test.cc:571:1: required from here 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 >]' src/hashtable_test.cc:571:1: required from here 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 >]' src/hashtable_test.cc:571:1: required from here 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 >]' src/hashtable_test.cc:571:1: required from here 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 >]' src/hashtable_test.cc:571:1: required from here 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_test.Tpo .deps/simple_test.Po g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -Wl,--as-needed -o simple_test simple_test.o mv -f .deps/simple_compat_test.Tpo .deps/simple_compat_test.Po g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -Wl,--as-needed -o simple_compat_test simple_compat_test.o mv -f .deps/sparsetable_unittest.Tpo .deps/sparsetable_unittest.Po g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -Os -fomit-frame-pointer -Wl,--as-needed -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 -fomit-frame-pointer -Wl,--as-needed -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 -fomit-frame-pointer -Wl,--as-needed -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/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 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 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... >>> 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: 336.0 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: 388.0 KB >>> sparsehash*: Compressing data... >>> sparsehash*: Create checksum... >>> sparsehash*: Create sparsehash-2.0.4-r0.apk >>> sparsehash: Build complete at Fri, 18 Dec 2020 08:20:13 +0000 elapsed time 0h 1m 4s >>> sparsehash: Cleaning up srcdir >>> sparsehash: Cleaning up pkgdir >>> sparsehash: Uninstalling dependencies... (1/1) Purging .makedepends-sparsehash (20201218.081914) OK: 310 MiB in 86 packages >>> sparsehash: Updating the community/x86 repository index... >>> sparsehash: Signing the index...