Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/sparsehash.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3854-5912/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/sparsehash.spec'] warning: Could not canonicalize hostname: opus5.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/sparsehash-1.7-1.ru6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/sparsehash.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3854-5912/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/sparsehash.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pePdMp + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf sparsehash-1.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/sparsehash-1.7.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd sparsehash-1.7 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EHxgxW + umask 022 + cd /builddir/build/BUILD + cd sparsehash-1.7 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + ./configure --build=x86_64-koji-linux-gnu --host=x86_64-koji-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-koji-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for x86_64-koji-linux-gnu-g++... no checking for x86_64-koji-linux-gnu-c++... no checking for x86_64-koji-linux-gnu-gpp... no checking for x86_64-koji-linux-gnu-aCC... no checking for x86_64-koji-linux-gnu-CC... no checking for x86_64-koji-linux-gnu-cxx... no checking for x86_64-koji-linux-gnu-cc++... no checking for x86_64-koji-linux-gnu-cl.exe... no checking for x86_64-koji-linux-gnu-FCC... no checking for x86_64-koji-linux-gnu-KCC... no checking for x86_64-koji-linux-gnu-RCC... no checking for x86_64-koji-linux-gnu-xlC_r... no checking for x86_64-koji-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 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... checking what namespace STL code is in... std configure: creating ./config.status config.status: creating Makefile config.status: creating src/config.h config.status: executing depfiles commands + make -j2 [ -d src/google/sparsehash ] || mkdir -p src/google/sparsehash echo "/*" > src/google/sparsehash/_sparsehash_config echo " * NOTE: This file is for internal use only." >> src/google/sparsehash/_sparsehash_config echo " * Do not use these #defines in your own program!" >> src/google/sparsehash/_sparsehash_config echo " */" >> src/google/sparsehash/_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/google/sparsehash/_sparsehash_config mv -f src/google/sparsehash/_sparsehash_config src/google/sparsehash/sparseconfig.h make all-am make[1]: Entering directory `/builddir/build/BUILD/sparsehash-1.7' if g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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; \ then mv -f ".deps/type_traits_unittest.Tpo" ".deps/type_traits_unittest.Po"; else rm -f ".deps/type_traits_unittest.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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; \ then mv -f ".deps/libc_allocator_with_realloc_test.Tpo" ".deps/libc_allocator_with_realloc_test.Po"; else rm -f ".deps/libc_allocator_with_realloc_test.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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; \ then mv -f ".deps/sparsetable_unittest.Tpo" ".deps/sparsetable_unittest.Po"; else rm -f ".deps/sparsetable_unittest.Tpo"; exit 1; fi src/libc_allocator_with_realloc_test.cc: In function 'void::TestSTL()': src/libc_allocator_with_realloc_test.cc:112: warning: comparison between signed and unsigned integer expressions src/sparsetable_unittest.cc: In function 'int main(int, char**)': src/sparsetable_unittest.cc:883: warning: comparison between signed and unsigned integer expressions if g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT sparsehashtable_test.o -MD -MP -MF ".deps/sparsehashtable_test.Tpo" -c -o sparsehashtable_test.o `test -f 'src/sparsehashtable_test.cc' || echo './'`src/sparsehashtable_test.cc; \ then mv -f ".deps/sparsehashtable_test.Tpo" ".deps/sparsehashtable_test.Po"; else rm -f ".deps/sparsehashtable_test.Tpo"; exit 1; fi src/sparsehashtable_test.cc: In member function 'virtual void::SparsehashtableTest::SetUp()': src/sparsehashtable_test.cc:91: warning: comparison between signed and unsigned integer expressions src/sparsehashtable_test.cc: In member function 'void::TEST_Find::Run()': src/sparsehashtable_test.cc:203: warning: comparison between signed and unsigned integer expressions src/sparsehashtable_test.cc: In member function 'void::TEST_Erase::Run()': src/sparsehashtable_test.cc:226: warning: comparison between signed and unsigned integer expressions src/sparsehashtable_test.cc:241: warning: comparison between signed and unsigned integer expressions if g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT densehashtable_test.o -MD -MP -MF ".deps/densehashtable_test.Tpo" -c -o densehashtable_test.o `test -f 'src/densehashtable_test.cc' || echo './'`src/densehashtable_test.cc; \ then mv -f ".deps/densehashtable_test.Tpo" ".deps/densehashtable_test.Po"; else rm -f ".deps/densehashtable_test.Tpo"; exit 1; fi src/densehashtable_test.cc: In member function 'virtual void::DensehashtableTest::SetUp()': src/densehashtable_test.cc:94: warning: comparison between signed and unsigned integer expressions src/densehashtable_test.cc: In member function 'void::TEST_Find::Run()': src/densehashtable_test.cc:208: warning: comparison between signed and unsigned integer expressions src/densehashtable_test.cc: In member function 'void::TEST_Erase::Run()': src/densehashtable_test.cc:231: warning: comparison between signed and unsigned integer expressions src/densehashtable_test.cc:246: warning: comparison between signed and unsigned integer expressions if g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT hashtable_unittest.o -MD -MP -MF ".deps/hashtable_unittest.Tpo" -c -o hashtable_unittest.o `test -f 'src/hashtable_unittest.cc' || echo './'`src/hashtable_unittest.cc; \ then mv -f ".deps/hashtable_unittest.Tpo" ".deps/hashtable_unittest.Po"; else rm -f ".deps/hashtable_unittest.Tpo"; exit 1; fi src/hashtable_unittest.cc: In function 'void::write_item(FILE*, const char*)': src/hashtable_unittest.cc:345: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result src/hashtable_unittest.cc: In function 'void::write_item(FILE*, const std::pair&)': src/hashtable_unittest.cc:350: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result src/hashtable_unittest.cc: In function 'void::write_item(FILE*, const std::string&)': src/hashtable_unittest.cc:354: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result src/hashtable_unittest.cc: In function 'void::write_item(FILE*, const std::pair, std::allocator >, int>&)': src/hashtable_unittest.cc:359: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result src/hashtable_unittest.cc: In function 'void TestShrinking()': src/hashtable_unittest.cc:905: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:916: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:927: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:939: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void TestHashtableResizing() [with HT = google::dense_hashtable, Identity, SetKey, std::equal_to, google::libc_allocator_with_realloc >]': src/hashtable_unittest.cc:1520: instantiated from here src/hashtable_unittest.cc:1233: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:1520: instantiated from here src/hashtable_unittest.cc:1256: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:1260: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:1263: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:1266: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void TestHashtableResizing() [with HT = google::sparse_hashtable, Identity, SetKey, std::equal_to, std::allocator >]': src/hashtable_unittest.cc:1523: instantiated from here src/hashtable_unittest.cc:1233: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:1523: instantiated from here src/hashtable_unittest.cc:1256: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:1260: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:1263: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:1266: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::dense_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hashtable, SetKey, strcmp_fnc, google::libc_allocator_with_realloc >, htstr = google::dense_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::dense_hashtable, Identity, SetKey, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1487: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hashtable, SetKey, strcmp_fnc, google::libc_allocator_with_realloc >, htstr = google::dense_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::dense_hashtable, Identity, SetKey, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1487: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::dense_hashtable, SetKey, strcmp_fnc, google::libc_allocator_with_realloc >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::dense_hashtable, SetKey, strcmp_fnc, google::libc_allocator_with_realloc >, htstr = google::dense_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::dense_hashtable, Identity, SetKey, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1487: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::dense_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hashtable, SetKey, strcmp_fnc, std::allocator >, htstr = google::dense_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::dense_hashtable, Identity, SetKey, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1498: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hashtable, SetKey, strcmp_fnc, std::allocator >, htstr = google::dense_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::dense_hashtable, Identity, SetKey, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1498: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::dense_hashtable, SetKey, strcmp_fnc, std::allocator >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::dense_hashtable, SetKey, strcmp_fnc, std::allocator >, htstr = google::dense_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::dense_hashtable, Identity, SetKey, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1498: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::dense_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hash_set >, htstr = google::dense_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::dense_hash_set, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1504: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hash_set >, htstr = google::dense_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::dense_hash_set, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1504: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::dense_hash_set >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::dense_hash_set >, htstr = google::dense_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::dense_hash_set, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1504: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::dense_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hash_set >, htstr = google::dense_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::dense_hash_set, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1508: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hash_set >, htstr = google::dense_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::dense_hash_set, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1508: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::dense_hash_set >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::dense_hash_set >, htstr = google::dense_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::dense_hash_set, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1508: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::dense_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator >, int> > >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hash_map > >, htstr = google::dense_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator >, int> > >, htint = google::dense_hash_map, std::equal_to, google::libc_allocator_with_realloc > >]' src/hashtable_unittest.cc:1529: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hash_map > >, htstr = google::dense_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator >, int> > >, htint = google::dense_hash_map, std::equal_to, google::libc_allocator_with_realloc > >]' src/hashtable_unittest.cc:1529: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::dense_hash_map > >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::dense_hash_map > >, htstr = google::dense_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator >, int> > >, htint = google::dense_hash_map, std::equal_to, google::libc_allocator_with_realloc > >]' src/hashtable_unittest.cc:1529: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::dense_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hash_map >, htstr = google::dense_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::dense_hash_map, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1536: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::dense_hash_map >, htstr = google::dense_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::dense_hash_map, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1536: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::dense_hash_map >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::dense_hash_map >, htstr = google::dense_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::dense_hash_map, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1536: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::sparse_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hashtable, SetKey, strcmp_fnc, google::libc_allocator_with_realloc >, htstr = google::sparse_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::sparse_hashtable, Identity, SetKey, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1548: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hashtable, SetKey, strcmp_fnc, google::libc_allocator_with_realloc >, htstr = google::sparse_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::sparse_hashtable, Identity, SetKey, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1548: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::sparse_hashtable, SetKey, strcmp_fnc, google::libc_allocator_with_realloc >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::sparse_hashtable, SetKey, strcmp_fnc, google::libc_allocator_with_realloc >, htstr = google::sparse_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::sparse_hashtable, Identity, SetKey, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1548: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::sparse_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hashtable, SetKey, strcmp_fnc, std::allocator >, htstr = google::sparse_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::sparse_hashtable, Identity, SetKey, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1558: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hashtable, SetKey, strcmp_fnc, std::allocator >, htstr = google::sparse_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::sparse_hashtable, Identity, SetKey, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1558: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::sparse_hashtable, SetKey, strcmp_fnc, std::allocator >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::sparse_hashtable, SetKey, strcmp_fnc, std::allocator >, htstr = google::sparse_hashtable, std::allocator >, std::basic_string, std::allocator >, std::tr1::hash, std::allocator > >, Identity, std::allocator > >, SetKey, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::sparse_hashtable, Identity, SetKey, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1558: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::sparse_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hash_set >, htstr = google::sparse_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::sparse_hash_set, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1564: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hash_set >, htstr = google::sparse_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::sparse_hash_set, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1564: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::sparse_hash_set >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::sparse_hash_set >, htstr = google::sparse_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator > > >, htint = google::sparse_hash_set, std::equal_to, google::libc_allocator_with_realloc >]' src/hashtable_unittest.cc:1564: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::sparse_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hash_set >, htstr = google::sparse_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator >, htint = google::sparse_hash_set, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1568: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hash_set >, htstr = google::sparse_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator >, htint = google::sparse_hash_set, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1568: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::sparse_hash_set >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::sparse_hash_set >, htstr = google::sparse_hash_set, std::allocator >, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator >, htint = google::sparse_hash_set, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1568: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::sparse_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator >, int> > >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hash_map > >, htstr = google::sparse_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator >, int> > >, htint = google::sparse_hash_map, std::equal_to, google::libc_allocator_with_realloc > >]' src/hashtable_unittest.cc:1582: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hash_map > >, htstr = google::sparse_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator >, int> > >, htint = google::sparse_hash_map, std::equal_to, google::libc_allocator_with_realloc > >]' src/hashtable_unittest.cc:1582: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::sparse_hash_map > >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::sparse_hash_map > >, htstr = google::sparse_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, google::libc_allocator_with_realloc, std::allocator >, int> > >, htint = google::sparse_hash_map, std::equal_to, google::libc_allocator_with_realloc > >]' src/hashtable_unittest.cc:1582: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_string(bool) [with ht = google::sparse_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >]': src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hash_map >, htstr = google::sparse_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::sparse_hash_map, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1589: instantiated from here src/hashtable_unittest.cc:702: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc:810: instantiated from 'void test(bool) [with ht = google::sparse_hash_map >, htstr = google::sparse_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::sparse_hash_map, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1589: instantiated from here src/hashtable_unittest.cc:736: warning: comparison between signed and unsigned integer expressions src/hashtable_unittest.cc: In function 'void test_charptr(bool) [with ht = google::sparse_hash_map >]': src/hashtable_unittest.cc:811: instantiated from 'void test(bool) [with ht = google::sparse_hash_map >, htstr = google::sparse_hash_map, std::allocator >, int, std::tr1::hash, std::allocator > >, std::equal_to, std::allocator > >, std::allocator, std::allocator > > >, htint = google::sparse_hash_map, std::equal_to, std::allocator >]' src/hashtable_unittest.cc:1589: instantiated from here src/hashtable_unittest.cc:576: warning: comparison between signed and unsigned integer expressions if g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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; \ then mv -f ".deps/simple_test.Tpo" ".deps/simple_test.Po"; else rm -f ".deps/simple_test.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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; \ then mv -f ".deps/time_hash_map-time_hash_map.Tpo" ".deps/time_hash_map-time_hash_map.Po"; else rm -f ".deps/time_hash_map-time_hash_map.Tpo"; exit 1; fi g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o type_traits_unittest type_traits_unittest.o g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o libc_allocator_with_realloc_test libc_allocator_with_realloc_test.o g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o sparsetable_unittest sparsetable_unittest.o g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o sparsehashtable_test sparsehashtable_test.o g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o densehashtable_test densehashtable_test.o g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o simple_test simple_test.o g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o time_hash_map time_hash_map-time_hash_map.o g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wshadow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o hashtable_unittest hashtable_unittest.o make[1]: Leaving directory `/builddir/build/BUILD/sparsehash-1.7' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xt1jhM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64 ++ dirname /builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64 + cd sparsehash-1.7 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64 + make install DESTDIR=/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64 make install-am make[1]: Entering directory `/builddir/build/BUILD/sparsehash-1.7' make[2]: Entering directory `/builddir/build/BUILD/sparsehash-1.7' test -z "/usr/lib64" || mkdir -p -- "/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/lib64" test -z "/usr/share/doc/sparsehash-1.7" || mkdir -p -- "/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7" /usr/bin/install -c -m 644 'AUTHORS' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/AUTHORS' /usr/bin/install -c -m 644 'COPYING' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/COPYING' /usr/bin/install -c -m 644 'ChangeLog' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/ChangeLog' /usr/bin/install -c -m 644 'INSTALL' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/INSTALL' /usr/bin/install -c -m 644 'NEWS' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/NEWS' /usr/bin/install -c -m 644 'README' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/README' /usr/bin/install -c -m 644 'README.windows' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/README.windows' /usr/bin/install -c -m 644 'TODO' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/TODO' /usr/bin/install -c -m 644 'doc/dense_hash_map.html' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/dense_hash_map.html' /usr/bin/install -c -m 644 'doc/dense_hash_set.html' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/dense_hash_set.html' /usr/bin/install -c -m 644 'doc/sparse_hash_map.html' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/sparse_hash_map.html' /usr/bin/install -c -m 644 'doc/sparse_hash_set.html' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/sparse_hash_set.html' /usr/bin/install -c -m 644 'doc/sparsetable.html' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/sparsetable.html' /usr/bin/install -c -m 644 'doc/implementation.html' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/implementation.html' /usr/bin/install -c -m 644 'doc/performance.html' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/performance.html' /usr/bin/install -c -m 644 'doc/index.html' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/index.html' /usr/bin/install -c -m 644 'doc/designstyle.css' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/designstyle.css' test -z "/usr/include/google" || mkdir -p -- "/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google" /usr/bin/install -c -m 644 'src/google/dense_hash_map' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/dense_hash_map' /usr/bin/install -c -m 644 'src/google/dense_hash_set' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/dense_hash_set' /usr/bin/install -c -m 644 'src/google/sparse_hash_map' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/sparse_hash_map' /usr/bin/install -c -m 644 'src/google/sparse_hash_set' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/sparse_hash_set' /usr/bin/install -c -m 644 'src/google/sparsetable' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/sparsetable' /usr/bin/install -c -m 644 'src/google/type_traits.h' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/type_traits.h' test -z "/usr/include/google/sparsehash" || mkdir -p -- "/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/sparsehash" /usr/bin/install -c -m 644 'src/google/sparsehash/sparseconfig.h' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/sparsehash/sparseconfig.h' test -z "/usr/include/google/sparsehash" || mkdir -p -- "/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/sparsehash" /usr/bin/install -c -m 644 'src/google/sparsehash/densehashtable.h' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/sparsehash/densehashtable.h' /usr/bin/install -c -m 644 'src/google/sparsehash/sparsehashtable.h' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/sparsehash/sparsehashtable.h' /usr/bin/install -c -m 644 'src/google/sparsehash/libc_allocator_with_realloc.h' '/builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/include/google/sparsehash/libc_allocator_with_realloc.h' make[2]: Leaving directory `/builddir/build/BUILD/sparsehash-1.7' make[1]: Leaving directory `/builddir/build/BUILD/sparsehash-1.7' + rm /builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/INSTALL + rm /builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/README.windows + rm /builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64/usr/share/doc/sparsehash-1.7/NEWS + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CHCvZC + umask 022 + cd /builddir/build/BUILD + cd sparsehash-1.7 + unset DISPLAY + make check make check-am make[1]: Entering directory `/builddir/build/BUILD/sparsehash-1.7' make make[2]: Entering directory `/builddir/build/BUILD/sparsehash-1.7' make all-am make[3]: Entering directory `/builddir/build/BUILD/sparsehash-1.7' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/sparsehash-1.7' make[2]: Leaving directory `/builddir/build/BUILD/sparsehash-1.7' make check-TESTS make[2]: Entering directory `/builddir/build/BUILD/sparsehash-1.7' PASS PASS: type_traits_unittest PASS PASS: libc_allocator_with_realloc_test PASS. PASS: sparsetable_unittest Running Basic Running Insert After reserving 1000000 buckets, size=0 old_bucket_count=32 new_bucket_count=2097152 After inserting 1000000 entries, size=65536 old_bucket_count=2097152 new_bucket_count=2097152 Running Find Running Erase Running ReadWrite SizeOf: sparse_hashtable = 80 PASS. PASS: sparsehashtable_test Running Basic Running Insert After reserving 1000000 buckets, size=0 old_bucket_count=4 new_bucket_count=2097152 After inserting 1000000 entries, size=65535 old_bucket_count=2097152 new_bucket_count=2097152 Running Find Running Erase SizeOf: dense_hashtable = 80 PASS. PASS: densehashtable_test TEST WITH DENSE_HASHTABLE x has 64 buckets x size 0 y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 1111111 y+z: 111111 y+z: 1111 y+z: 11111 y+z: 111 y+z: 11111111 y+z: 111111111 y+z: 1111111111 z has 2048 buckets y has 256 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 4 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes x has 64 buckets x size 0 y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 1111111 y+z: 111111 y+z: 1111 y+z: 11111 y+z: 111 y+z: 11111111 y+z: 111111111 y+z: 1111111111 z has 2048 buckets y has 256 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 4 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes TEST WITH DENSE_HASH_SET x has 64 buckets x size 0 y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 1111111 y+z: 111111 y+z: 1111 y+z: 11111 y+z: 111 y+z: 11111111 y+z: 111111111 y+z: 1111111111 z has 2048 buckets y has 256 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 4 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes x has 64 buckets x size 0 y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 1111111 y+z: 111111 y+z: 1111 y+z: 11111 y+z: 111 y+z: 11111111 y+z: 111111111 y+z: 1111111111 z has 2048 buckets y has 256 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 4 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes erase/insert: 0 buckets: 1024 size: 819 erase/insert: 100 buckets: 2048 size: 819 erase/insert: 200 buckets: 2048 size: 819 erase/insert: 300 buckets: 2048 size: 819 erase/insert: 400 buckets: 2048 size: 819 erase/insert: 500 buckets: 2048 size: 819 erase/insert: 600 buckets: 2048 size: 819 erase/insert: 700 buckets: 2048 size: 819 erase/insert: 800 buckets: 2048 size: 819 erase/insert: 900 buckets: 2048 size: 819 erase/insert: 1000 buckets: 2048 size: 819 erase/insert: 0 buckets: 1024 size: 819 erase/insert: 100 buckets: 2048 size: 819 erase/insert: 200 buckets: 2048 size: 819 erase/insert: 300 buckets: 2048 size: 819 erase/insert: 400 buckets: 2048 size: 819 erase/insert: 500 buckets: 2048 size: 819 erase/insert: 600 buckets: 2048 size: 819 erase/insert: 700 buckets: 2048 size: 819 erase/insert: 800 buckets: 2048 size: 819 erase/insert: 900 buckets: 2048 size: 819 erase/insert: 1000 buckets: 2048 size: 819 TEST WITH DENSE_HASH_MAP x has 64 buckets x size 0 y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 1111111 y+z: 111111 y+z: 1111 y+z: 11111 y+z: 111 y+z: 11111111 y+z: 111111111 y+z: 1111111111 z has 2048 buckets y has 256 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 4 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes x has 64 buckets x size 0 y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 1111111 y+z: 111111 y+z: 1111 y+z: 11111 y+z: 111 y+z: 11111111 y+z: 111111111 y+z: 1111111111 z has 2048 buckets y has 256 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 4 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes TEST WITH SPARSE_HASHTABLE y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 11111111 y+z: 111111111 y+z: 111111 y+z: 1111111 y+z: 1111111111 y+z: 1111 y+z: 11111 y+z: 111 z has 2048 buckets y has 128 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 128 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash_str Size of /tmp/.hashtable_unittest_dicthash_str: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash_str w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash Size of /tmp/.hashtable_unittest_dicthash: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 11111111 y+z: 111111111 y+z: 111111 y+z: 1111111 y+z: 1111111111 y+z: 1111 y+z: 11111 y+z: 111 z has 2048 buckets y has 128 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 128 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash_str Size of /tmp/.hashtable_unittest_dicthash_str: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash_str w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash Size of /tmp/.hashtable_unittest_dicthash: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash TEST WITH SPARSE_HASH_SET y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 11111111 y+z: 111111111 y+z: 111111 y+z: 1111111 y+z: 1111111111 y+z: 1111 y+z: 11111 y+z: 111 z has 2048 buckets y has 128 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 128 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash_str Size of /tmp/.hashtable_unittest_dicthash_str: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash_str w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash Size of /tmp/.hashtable_unittest_dicthash: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 11111111 y+z: 111111111 y+z: 111111 y+z: 1111111 y+z: 1111111111 y+z: 1111 y+z: 11111 y+z: 111 z has 2048 buckets y has 128 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 128 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash_str Size of /tmp/.hashtable_unittest_dicthash_str: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash_str w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash Size of /tmp/.hashtable_unittest_dicthash: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash TEST WITH SPARSE_HASH_MAP y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 11111111 y+z: 111111111 y+z: 111111 y+z: 1111111 y+z: 1111111111 y+z: 1111 y+z: 11111 y+z: 111 z has 2048 buckets y has 128 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 128 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash_str Size of /tmp/.hashtable_unittest_dicthash_str: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash_str w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash Size of /tmp/.hashtable_unittest_dicthash: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash y: 1 y: 11 y: 111 y: 111111 y: 11111111 y: 11111 y: 111111111 y: 1111111 y: 1111 y: 1111111111 y+z: 0 y+z: 1 y+z: 2 y+z: 3 y+z: 4 y+z: 5 y+z: 6 y+z: 7 y+z: 8 y+z: 9 y+z: 10 y+z: 11 y+z: 12 y+z: 13 y+z: 14 y+z: 15 y+z: 16 y+z: 17 y+z: 18 y+z: 19 y+z: 20 y+z: 21 y+z: 22 y+z: 23 y+z: 24 y+z: 25 y+z: 26 y+z: 27 y+z: 28 y+z: 29 y+z: 30 y+z: 31 y+z: 32 y+z: 33 y+z: 34 y+z: 35 y+z: 36 y+z: 37 y+z: 38 y+z: 39 y+z: 40 y+z: 41 y+z: 42 y+z: 43 y+z: 44 y+z: 45 y+z: 46 y+z: 47 y+z: 48 y+z: 49 y+z: 50 y+z: 51 y+z: 52 y+z: 53 y+z: 54 y+z: 55 y+z: 56 y+z: 57 y+z: 58 y+z: 59 y+z: 60 y+z: 61 y+z: 62 y+z: 63 y+z: 11111111 y+z: 111111111 y+z: 111111 y+z: 1111111 y+z: 1111111111 y+z: 1111 y+z: 11111 y+z: 111 z has 2048 buckets y has 128 buckets z size: 10 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 y: 111111 y: 11111111 y: 111111111 y: 11 y: 1111111 y: 111 y: 1111111111 y: 11111 That's 8 elements y has 128 buckets w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash_str Size of /tmp/.hashtable_unittest_dicthash_str: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash_str w has 2 items Read 8944 words from ./src/words Size of ./src/words: 80150 bytes Wrote 8944 words to /tmp/.hashtable_unittest_dicthash Size of /tmp/.hashtable_unittest_dicthash: 82898 bytes Hashtable overhead 3.43% (2.46 bits/entry) Hashtable size: 8944 Read 8944 words from /tmp/.hashtable_unittest_dicthash Testing simple-data-type optimizations sparse_hash_map copies for unoptimized/optimized cases: 569629/33077 dense_hash_map copies for unoptimized/optimized cases: 101920/101880 Testing shrinking behavior Testing constructors, hashers, and key_equals Testing tr1 API Testing memory management All tests pass. PASS: hashtable_unittest PASS PASS: simple_test ================== All 7 tests passed ================== make[2]: Leaving directory `/builddir/build/BUILD/sparsehash-1.7' make[1]: Leaving directory `/builddir/build/BUILD/sparsehash-1.7' Processing files: sparsehash-devel-1.7-1.ru6.x86_64 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64 warning: Could not canonicalize hostname: opus5.rutgers.edu Wrote: /builddir/build/RPMS/sparsehash-devel-1.7-1.ru6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.txs0JF + umask 022 + cd /builddir/build/BUILD + cd sparsehash-1.7 + rm -rf /builddir/build/BUILDROOT/sparsehash-1.7-1.ru6.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->