From https://github.com/archlinux/svntogit-community * branch packages/sparsehash -> FETCH_HEAD * [new branch] packages/sparsehash -> community/packages/sparsehash Cloning into 'sparsehash'... done. :: Synchronizing package databases... % 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 131k 100 131k 0 0 391k 0 --:--:-- --:--:-- --:--:-- 392k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 8546k 0 85509 0 0 246k 0 0:00:34 --:--:-- 0:00:34 246k 100 8546k 100 8546k 0 0 21.7M 0 --:--:-- --:--:-- --:--:-- 21.7M % 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 143k 100 143k 0 0 421k 0 --:--:-- --:--:-- --:--:-- 421k :: Starting full system upgrade... there is nothing to do ==> Making package: sparsehash 2.0.4-2 (Mon Jul 31 21:54:33 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3410 0 3410 0 0 8629 0 --:--:-- --:--:-- --:--:-- 8629 100 315k 0 315k 0 0 687k 0 --:--:-- --:--:-- --:--:-- 4878k ==> Validating source files with sha256sums... sparsehash-2.0.4.tar.gz ... Passed ==> Extracting sources... -> Extracting sparsehash-2.0.4.tar.gz with bsdtar ==> Starting build()... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for g++... g++ 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 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... /usr/sbin/grep checking for egrep... /usr/sbin/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 gawk '{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 '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/src/sparsehash-sparsehash-2.0.4' g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -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& 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; | ^ mv -f .deps/type_traits_unittest.Tpo .deps/type_traits_unittest.Po g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o hashtable_test hashtable_test.o make[1]: Leaving directory '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/src/sparsehash-sparsehash-2.0.4' ==> Entering fakeroot environment... ==> Starting package()... make install-am make[1]: Entering directory '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/src/sparsehash-sparsehash-2.0.4' make[2]: Entering directory '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/src/sparsehash-sparsehash-2.0.4' test -z "/usr/lib" || /usr/sbin/mkdir -p "/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/lib" test -z "/usr/share/doc/sparsehash-2.0.2" || /usr/sbin/mkdir -p "/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/share/doc/sparsehash-2.0.2" test -z "/usr/include/google" || /usr/sbin/mkdir -p "/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/include/google" test -z "/usr/include/google/sparsehash" || /usr/sbin/mkdir -p "/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/include/google/sparsehash" test -z "/usr/include/sparsehash/internal" || /usr/sbin/mkdir -p "/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/include/sparsehash/internal" test -z "/usr/lib/pkgconfig" || /usr/sbin/mkdir -p "/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/lib/pkgconfig" test -z "/usr/include/sparsehash" || /usr/sbin/mkdir -p "/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/include/sparsehash" test -z "/usr/include/sparsehash/internal" || /usr/sbin/mkdir -p "/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/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 '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/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 '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/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 '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/include/google/sparsehash' /usr/bin/install -c -m 644 libsparsehash.pc '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/lib/pkgconfig' /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 '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/include/sparsehash/internal' /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 '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/include/sparsehash' /usr/bin/install -c -m 644 src/sparsehash/internal/sparseconfig.h '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/pkg/sparsehash//usr/include/sparsehash/internal' make[2]: Leaving directory '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/src/sparsehash-sparsehash-2.0.4' make[1]: Leaving directory '/tmp/archlinux-ci/sparsehash-archlinuxrb-build-7GGY5o65/sparsehash/trunk/src/sparsehash-sparsehash-2.0.4' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "sparsehash"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: sparsehash 2.0.4-2 (Mon Jul 31 21:55:56 2023)