Mock Version: 1.1.38 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/snappy.spec'], False, '/srv/build/7/D/mock-root/c7.00.03-i686/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/snappy.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/snappy-1.1.0-3.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/snappy.spec'], False, '/srv/build/7/D/mock-root/c7.00.03-i686/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/snappy.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rTbLVN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf snappy-1.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/snappy-1.1.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd snappy-1.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ySMr0N + umask 022 + cd /builddir/build/BUILD + cd snappy-1.1.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + ./configure --build=i386-redhat-linux-gnu --host=i386-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG' --disable-static 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/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i386-redhat-linux-gnu checking host system type... i386-redhat-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for i386-redhat-linux-gnu-gcc... no checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1966080 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i386-redhat-linux-gnu file names to i386-redhat-linux-gnu format... func_convert_file_noop checking how to convert i386-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for i386-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for i386-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for i386-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for i386-redhat-linux-gnu-strip... no checking for strip... strip checking for i386-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for i386-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... 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 dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for i386-redhat-linux-gnu-g++... no checking for i386-redhat-linux-gnu-c++... no checking for i386-redhat-linux-gnu-gpp... no checking for i386-redhat-linux-gnu-aCC... no checking for i386-redhat-linux-gnu-CC... no checking for i386-redhat-linux-gnu-cxx... no checking for i386-redhat-linux-gnu-cc++... no checking for i386-redhat-linux-gnu-cl.exe... no checking for i386-redhat-linux-gnu-FCC... no checking for i386-redhat-linux-gnu-KCC... no checking for i386-redhat-linux-gnu-RCC... no checking for i386-redhat-linux-gnu-xlC_r... no checking for i386-redhat-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++... none checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether byte ordering is bigendian... no checking for stdint.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking sys/byteswap.h usability... no checking sys/byteswap.h presence... no checking for sys/byteswap.h... no checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for mmap... yes checking for 'gtest-config'... checking for gtest-config... no no checking for i386-redhat-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gflags... no checking if the compiler supports __builtin_expect... yes checking if the compiler supports __builtin_ctzll... yes checking for zlibVersion in -lz... no checking for lzo1x_1_15_compress in -llzo2... no checking for lzf_compress in -llzf... no checking for fastlz_compress in -lfastlz... no checking for qlz_compress in -lquicklz... no configure: creating ./config.status config.status: creating Makefile config.status: creating snappy-stubs-public.h config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + make -j16 make all-am make[1]: Entering directory `/builddir/build/BUILD/snappy-1.1.0' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -c -o snappy.lo snappy.cc /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -c -o snappy-sinksource.lo snappy-sinksource.cc /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -c -o snappy-stubs-internal.lo snappy-stubs-internal.cc /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -c -o snappy-c.lo snappy-c.cc g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -c -o snappy_unittest-snappy_unittest.o `test -f 'snappy_unittest.cc' || echo './'`snappy_unittest.cc g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -c -o snappy_unittest-snappy-test.o `test -f 'snappy-test.cc' || echo './'`snappy-test.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -c snappy-sinksource.cc -fPIC -DPIC -o .libs/snappy-sinksource.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -c snappy.cc -fPIC -DPIC -o .libs/snappy.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -c snappy-stubs-internal.cc -fPIC -DPIC -o .libs/snappy-stubs-internal.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -c snappy-c.cc -fPIC -DPIC -o .libs/snappy-c.o In file included from snappy-test.cc:31:0: snappy-test.h: In function 'int {anonymous}::file::Defaults()': snappy-test.h:135:20: warning: no return statement in function returning non-void [-Wreturn-type] int Defaults() { } ^ snappy-test.h: In function '{anonymous}::file::DummyStatus {anonymous}::file::ReadFileToString(const string&, std::string*, int)': snappy-test.h:167:3: warning: no return statement in function returning non-void [-Wreturn-type] } ^ snappy.cc: In member function 'bool snappy::SnappyArrayWriter::AppendFromSelf(size_t, size_t)': snappy.cc:1012:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (op - base_ <= offset - 1u) { // -1u catches offset==0 ^ snappy-test.h: In function '{anonymous}::file::DummyStatus {anonymous}::file::ReadFileToString(const char*, std::string*, int)': snappy-test.h:161:3: warning: control reaches end of non-void function [-Wreturn-type] } ^ In file included from snappy_unittest.cc:39:0: snappy-test.h: In function 'int {anonymous}::file::Defaults()': snappy-test.h:135:20: warning: no return statement in function returning non-void [-Wreturn-type] int Defaults() { } ^ snappy-test.h: In function '{anonymous}::file::DummyStatus {anonymous}::file::ReadFileToString(const string&, std::string*, int)': snappy-test.h:167:3: warning: no return statement in function returning non-void [-Wreturn-type] } ^ snappy_unittest.cc: In function 'void snappy::Measure(const char*, size_t, snappy::CompressorType, int, int)': snappy_unittest.cc:451:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < compressed.size(); i++) { ^ snappy_unittest.cc: In function 'void snappy::Test_CorruptedTest_VerifyCorrupted()': snappy_unittest.cc:582:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < source.length(); ++i) { ^ snappy_unittest.cc: In function 'void snappy::Test_Snappy_RandomData()': snappy_unittest.cc:727:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (x.size() < len) { ^ snappy_unittest.cc:733:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (run_len-- > 0 && x.size() < len) { ^ In file included from snappy-internal.h:34:0, from snappy_unittest.cc:38: snappy_unittest.cc: In function 'void snappy::Test_Snappy_FourByteOffset()': snappy-test.h:573:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy-stubs-internal.h:77:46: note: in definition of macro 'PREDICT_TRUE' #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-test.h:573:24: note: in expansion of macro 'CRASH_UNLESS' #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy_unittest.cc:767:3: note: in expansion of macro 'CHECK_EQ' CHECK_EQ(length, src.size()); ^ snappy_unittest.cc: In function 'void snappy::Test_Snappy_FindMatchLengthRandom()': snappy_unittest.cc:960:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (matched == t.size()) { ^ In file included from snappy-internal.h:34:0, from snappy_unittest.cc:38: snappy_unittest.cc: In function 'void snappy::BM_UFlat(int, int)': snappy-test.h:575:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy-stubs-internal.h:77:46: note: in definition of macro 'PREDICT_TRUE' #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-test.h:575:24: note: in expansion of macro 'CRASH_UNLESS' #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy_unittest.cc:1061:3: note: in expansion of macro 'CHECK_LT' CHECK_LT(arg, ARRAYSIZE(files)); ^ snappy_unittest.cc: In function 'void snappy::BM_UValidate(int, int)': snappy-test.h:575:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy-stubs-internal.h:77:46: note: in definition of macro 'PREDICT_TRUE' #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-test.h:575:24: note: in expansion of macro 'CRASH_UNLESS' #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy_unittest.cc:1086:3: note: in expansion of macro 'CHECK_LT' CHECK_LT(arg, ARRAYSIZE(files)); ^ snappy_unittest.cc: In function 'void snappy::BM_ZFlat(int, int)': snappy-test.h:575:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy-stubs-internal.h:77:46: note: in definition of macro 'PREDICT_TRUE' #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-test.h:575:24: note: in expansion of macro 'CRASH_UNLESS' #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy_unittest.cc:1109:3: note: in expansion of macro 'CHECK_LT' CHECK_LT(arg, ARRAYSIZE(files)); ^ In file included from snappy_unittest.cc:39:0: snappy-test.h: In function '{anonymous}::file::DummyStatus {anonymous}::file::ReadFileToString(const char*, std::string*, int)': snappy-test.h:161:3: warning: control reaches end of non-void function [-Wreturn-type] } ^ snappy_unittest.cc: In function 'size_t snappy::MinimumRequiredOutputSpace(size_t, snappy::CompressorType)': snappy_unittest.cc:165:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ In file included from snappy_unittest.cc:39:0: snappy-test.h: In function '{anonymous}::file::DummyStatus {anonymous}::file::WriteStringToFile(const string&, const string&, int)': snappy-test.h:185:3: warning: control reaches end of non-void function [-Wreturn-type] } ^ snappy-test.h: At global scope: snappy-test.h:469:13: warning: 'void RunSpecifiedBenchmarks()' defined but not used [-Wunused-function] static void RunSpecifiedBenchmarks() { ^ snappy-test.h:515:13: warning: 'void snappy::CompressFile(const char*)' declared 'static' but never defined [-Wunused-function] static void CompressFile(const char* fname); ^ snappy-test.h:516:13: warning: 'void snappy::UncompressFile(const char*)' declared 'static' but never defined [-Wunused-function] static void UncompressFile(const char* fname); ^ snappy-test.h:517:13: warning: 'void snappy::MeasureFile(const char*)' declared 'static' but never defined [-Wunused-function] static void MeasureFile(const char* fname); ^ /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -version-info 2:4:1 -Wl,-z,relro -o libsnappy.la -rpath /usr/lib snappy.lo snappy-sinksource.lo snappy-stubs-internal.lo snappy-c.lo libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i686-redhat-linux/4.8.2/../../../crti.o /usr/lib/gcc/i686-redhat-linux/4.8.2/crtbeginS.o .libs/snappy.o .libs/snappy-sinksource.o .libs/snappy-stubs-internal.o .libs/snappy-c.o -L/usr/lib/gcc/i686-redhat-linux/4.8.2 -L/usr/lib/gcc/i686-redhat-linux/4.8.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-redhat-linux/4.8.2/crtendS.o /usr/lib/gcc/i686-redhat-linux/4.8.2/../../../crtn.o -O2 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -Wl,-z -Wl,relro -Wl,-soname -Wl,libsnappy.so.1 -o .libs/libsnappy.so.1.1.4 libtool: link: (cd ".libs" && rm -f "libsnappy.so.1" && ln -s "libsnappy.so.1.1.4" "libsnappy.so.1") libtool: link: (cd ".libs" && rm -f "libsnappy.so" && ln -s "libsnappy.so.1.1.4" "libsnappy.so") libtool: link: ( cd ".libs" && rm -f "libsnappy.la" && ln -s "../libsnappy.la" "libsnappy.la" ) /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -Wl,-z,relro -o snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o libsnappy.la libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DNDEBUG -Wl,-z -Wl,relro -o .libs/snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o ./.libs/libsnappy.so make[1]: Leaving directory `/builddir/build/BUILD/snappy-1.1.0' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.m4rDec + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386 ++ dirname /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386 + cd snappy-1.1.0 + rm -rf /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386 + make install DESTDIR=/builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386 make[1]: Entering directory `/builddir/build/BUILD/snappy-1.1.0' test -z "/usr/lib" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/lib" /bin/sh ./libtool --mode=install /usr/bin/install -c libsnappy.la '/builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/lib' libtool: install: /usr/bin/install -c .libs/libsnappy.so.1.1.4 /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/lib/libsnappy.so.1.1.4 libtool: install: (cd /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/lib && { ln -s -f libsnappy.so.1.1.4 libsnappy.so.1 || { rm -f libsnappy.so.1 && ln -s libsnappy.so.1.1.4 libsnappy.so.1; }; }) libtool: install: (cd /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/lib && { ln -s -f libsnappy.so.1.1.4 libsnappy.so || { rm -f libsnappy.so && ln -s libsnappy.so.1.1.4 libsnappy.so; }; }) libtool: install: /usr/bin/install -c .libs/libsnappy.lai /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/lib/libsnappy.la libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/share/doc/snappy" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy" /usr/bin/install -c -m 644 ChangeLog COPYING INSTALL NEWS README format_description.txt framing_format.txt '/builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy' test -z "/usr/include" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/include" /usr/bin/install -c -m 644 snappy.h snappy-sinksource.h snappy-stubs-public.h snappy-c.h '/builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/include' make[1]: Leaving directory `/builddir/build/BUILD/snappy-1.1.0' + rm -rf /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy/ + find /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386 -name '*.la' -exec rm -f '{}' ';' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/snappy-1.1.0 extracting debug info from /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/lib/libsnappy.so.1.1.4 dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libsnappy.so.1.1.4.debug to /usr/lib/debug/usr/lib/libsnappy.so.debug symlinked /usr/lib/debug/usr/lib/libsnappy.so.1.1.4.debug to /usr/lib/debug/usr/lib/libsnappy.so.1.debug 174 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jmPocB + umask 022 + cd /builddir/build/BUILD + cd snappy-1.1.0 + make check make check-TESTS make[1]: Entering directory `/builddir/build/BUILD/snappy-1.1.0' Running microbenchmarks. Benchmark Time(ns) CPU(ns) Iterations --------------------------------------------------- BM_UFlat/0 94206 93676 2092 1.0GB/s html BM_UFlat/1 900186 899863 220 744.1MB/s urls BM_UFlat/2 9138 9054 20429 13.1GB/s jpg BM_UFlat/3 34714 34010 5762 2.6GB/s pdf BM_UFlat/4 364992 363083 548 1.1GB/s html4 BM_UFlat/5 35602 35616 5390 658.8MB/s cp BM_UFlat/6 16040 16031 12224 663.3MB/s c BM_UFlat/7 5200 5219 38314 679.9MB/s lsp BM_UFlat/8 1325635 1324298 151 741.6MB/s xls BM_UFlat/9 284614 284241 700 510.3MB/s txt1 BM_UFlat/10 247956 247181 809 483.0MB/s txt2 BM_UFlat/11 757181 757462 264 537.3MB/s txt3 BM_UFlat/12 1021484 1020463 194 450.3MB/s txt4 BM_UFlat/13 435798 434323 442 1.1GB/s bin BM_UFlat/14 56197 56245 3502 648.4MB/s sum BM_UFlat/15 6436 6440 29498 625.9MB/s man BM_UFlat/16 91797 91729 2180 1.2GB/s pb BM_UFlat/17 268869 268351 734 655.0MB/s gaviota BM_UValidate/0 40665 40547 4981 2.4GB/s html BM_UValidate/1 469338 468164 425 1.4GB/s urls BM_UValidate/2 189 189 833333 623.7GB/s jpg BM_UValidate/3 14862 14801 14388 5.9GB/s pdf BM_UValidate/4 171823 170370 1162 2.2GB/s html4 BM_ZFlat/0 222084 221941 901 440.0MB/s html (22.31 %) BM_ZFlat/1 2823870 2809570 100 238.3MB/s urls (47.77 %) BM_ZFlat/2 32045 31947 6228 3.7GB/s jpg (99.87 %) BM_ZFlat/3 105179 104900 1973 857.6MB/s pdf (82.07 %) BM_ZFlat/4 858587 859517 228 454.5MB/s html4 (22.51 %) BM_ZFlat/5 107691 107952 1945 217.3MB/s cp (48.12 %) BM_ZFlat/6 43153 43117 4545 246.6MB/s c (42.40 %) BM_ZFlat/7 15483 15481 13175 229.2MB/s lsp (48.37 %) BM_ZFlat/8 2512450 2509620 100 391.3MB/s xls (41.23 %) BM_ZFlat/9 753173 754603 265 192.2MB/s txt1 (57.87 %) BM_ZFlat/10 661066 657707 301 181.5MB/s txt2 (61.93 %) BM_ZFlat/11 2090370 2089680 100 194.8MB/s txt3 (54.92 %) BM_ZFlat/12 2634400 2629600 100 174.8MB/s txt4 (66.22 %) BM_ZFlat/13 843015 812625 251 602.3MB/s bin (18.11 %) BM_ZFlat/14 149501 149376 1332 244.1MB/s sum (48.96 %) BM_ZFlat/15 20185 20157 9970 200.0MB/s man (59.36 %) BM_ZFlat/16 203048 203014 985 557.1MB/s pb (19.64 %) BM_ZFlat/17 575505 577057 350 304.6MB/s gaviota (37.72 %) Running correctness tests. All tests passed. PASS: snappy_unittest ============= 1 test passed ============= make[1]: Leaving directory `/builddir/build/BUILD/snappy-1.1.0' + exit 0 Processing files: snappy-1.1.0-3.el7.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.toJUNW + umask 022 + cd /builddir/build/BUILD + cd snappy-1.1.0 + DOCDIR=/builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy-1.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy-1.1.0 + cp -pr AUTHORS /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy-1.1.0 + cp -pr ChangeLog /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy-1.1.0 + cp -pr COPYING /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy-1.1.0 + cp -pr NEWS /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy-1.1.0 + cp -pr README /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy-1.1.0 + exit 0 Provides: libsnappy.so.1 snappy = 1.1.0-3.el7 snappy(x86-32) = 1.1.0-3.el7 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libm.so.6 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) rtld(GNU_HASH) Processing files: snappy-devel-1.1.0-3.el7.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GYbNAi + umask 022 + cd /builddir/build/BUILD + cd snappy-1.1.0 + DOCDIR=/builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy-devel-1.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy-devel-1.1.0 + cp -pr format_description.txt /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy-devel-1.1.0 + cp -pr framing_format.txt /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386/usr/share/doc/snappy-devel-1.1.0 + exit 0 Provides: snappy-devel = 1.1.0-3.el7 snappy-devel(x86-32) = 1.1.0-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libsnappy.so.1 Processing files: snappy-debuginfo-1.1.0-3.el7.i686 Provides: snappy-debuginfo = 1.1.0-3.el7 snappy-debuginfo(x86-32) = 1.1.0-3.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386 Wrote: /builddir/build/RPMS/snappy-1.1.0-3.el7.i686.rpm Wrote: /builddir/build/RPMS/snappy-devel-1.1.0-3.el7.i686.rpm Wrote: /builddir/build/RPMS/snappy-debuginfo-1.1.0-3.el7.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CoLmsI + umask 022 + cd /builddir/build/BUILD + cd snappy-1.1.0 + rm -rf /builddir/build/BUILDROOT/snappy-1.1.0-3.el7.i386 + exit 0 Child return code was: 0 LEAVE do -->