+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/gtest.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LFbJbi + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gtest-1.7.0 + /usr/bin/unzip -qq /builddir/build/SOURCES/gtest-1.7.0.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd gtest-1.7.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (gtest-soname.patch):' Patch #0 (gtest-soname.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .0-soname --fuzz=0 patching file CMakeLists.txt + echo 'Patch #1 (gtest-null-pointer.patch):' Patch #1 (gtest-null-pointer.patch): + /usr/bin/patch --no-backup-if-mismatch -p2 -b --suffix .0-null-pointer --fuzz=0 patching file src/gtest.cc Hunk #1 succeeded at 2326 (offset -330 lines). + cp -a ./samples ./samples.orig + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JahXzk + umask 022 + cd /builddir/build/BUILD + cd gtest-1.7.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./build-aux/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./build-aux/config.sub ++ basename ./build-aux/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-aux/config.sub '/usr/lib/rpm/redhat/config.sub' -> './build-aux/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./build-aux/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./build-aux/config.guess ++ basename ./build-aux/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build-aux/config.guess '/usr/lib/rpm/redhat/config.guess' -> './build-aux/config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./build-aux/ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-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/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 a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for riscv64-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 for style of include used by make... GNU checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-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 build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking how to print strings... printf 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... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-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 riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-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 riscv64-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... yes 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 for python... /usr/bin/python checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether to check for GCC pthread/shared inconsistencies... yes checking whether -pthread is sufficient with -shared... yes configure: creating ./config.status config.status: creating Makefile config.status: creating scripts/gtest-config config.status: creating build-aux/config.h config.status: executing depfiles commands config.status: executing libtool commands + mkdir build + pushd build ~/build/BUILD/gtest-1.7.0/build ~/build/BUILD/gtest-1.7.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_BUILD_RPATH=TRUE -DPYTHON_EXECUTABLE=/usr/bin/python2 -Dgtest_build_tests=ON .. -- The CXX compiler identification is GNU 7.3.1 -- The C compiler identification is GNU 7.3.1 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found PythonInterp: /usr/bin/python2 (found version "2.7.14") -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE INCLUDE_INSTALL_DIR LIB_INSTALL_DIR LIB_SUFFIX SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/gtest-1.7.0/build + make -j4 /usr/bin/cmake -H/builddir/build/BUILD/gtest-1.7.0 -B/builddir/build/BUILD/gtest-1.7.0/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest.dir/build.make CMakeFiles/gtest.dir/depend make -f CMakeFiles/gtest_main_no_exception.dir/build.make CMakeFiles/gtest_main_no_exception.dir/depend make -f CMakeFiles/gtest_main_use_own_tuple.dir/build.make CMakeFiles/gtest_main_use_own_tuple.dir/depend make -f CMakeFiles/gtest_dll.dir/build.make CMakeFiles/gtest_dll.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_dll.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_main_no_exception.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_main_use_own_tuple.dir/DependInfo.cmake --color= Scanning dependencies of target gtest make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest.dir/build.make CMakeFiles/gtest.dir/build Scanning dependencies of target gtest_main_no_exception make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_main_no_exception.dir/build.make CMakeFiles/gtest_main_no_exception.dir/build Scanning dependencies of target gtest_dll make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_dll.dir/build.make CMakeFiles/gtest_dll.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' Scanning dependencies of target gtest_main_use_own_tuple make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_main_use_own_tuple.dir/build.make CMakeFiles/gtest_main_use_own_tuple.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 1%] Building CXX object CMakeFiles/gtest_main_no_exception.dir/src/gtest-all.cc.o /usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_main_no_exception_EXPORTS -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fno-exceptions -o CMakeFiles/gtest_main_no_exception.dir/src/gtest-all.cc.o -c /builddir/build/BUILD/gtest-1.7.0/src/gtest-all.cc [ 2%] Building CXX object CMakeFiles/gtest_dll.dir/src/gtest-all.cc.o /usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_dll_EXPORTS -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_dll.dir/src/gtest-all.cc.o -c /builddir/build/BUILD/gtest-1.7.0/src/gtest-all.cc [ 2%] Building CXX object CMakeFiles/gtest.dir/src/gtest-all.cc.o /usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_EXPORTS -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /builddir/build/BUILD/gtest-1.7.0/src/gtest-all.cc [ 3%] Building CXX object CMakeFiles/gtest_main_use_own_tuple.dir/src/gtest-all.cc.o /usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_main_use_own_tuple_EXPORTS -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -DGTEST_USE_OWN_TR1_TUPLE=1 -o CMakeFiles/gtest_main_use_own_tuple.dir/src/gtest-all.cc.o -c /builddir/build/BUILD/gtest-1.7.0/src/gtest-all.cc [ 4%] Building CXX object CMakeFiles/gtest_main_no_exception.dir/src/gtest_main.cc.o /usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_main_no_exception_EXPORTS -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fno-exceptions -o CMakeFiles/gtest_main_no_exception.dir/src/gtest_main.cc.o -c /builddir/build/BUILD/gtest-1.7.0/src/gtest_main.cc [ 5%] Linking CXX shared library libgtest_main_no_exception.so /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_main_no_exception.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,libgtest_main_no_exception.so -o libgtest_main_no_exception.so CMakeFiles/gtest_main_no_exception.dir/src/gtest-all.cc.o CMakeFiles/gtest_main_no_exception.dir/src/gtest_main.cc.o -L/builddir/build/BUILD/gtest-1.7.0/build/src -lpthread [ 6%] Linking CXX shared library libgtest.so /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,libgtest.so.0 -o libgtest.so.0.0.0 CMakeFiles/gtest.dir/src/gtest-all.cc.o -L/builddir/build/BUILD/gtest-1.7.0/build/src -lpthread [ 7%] Building CXX object CMakeFiles/gtest_main_use_own_tuple.dir/src/gtest_main.cc.o /usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_main_use_own_tuple_EXPORTS -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -DGTEST_USE_OWN_TR1_TUPLE=1 -o CMakeFiles/gtest_main_use_own_tuple.dir/src/gtest_main.cc.o -c /builddir/build/BUILD/gtest-1.7.0/src/gtest_main.cc [ 8%] Building CXX object CMakeFiles/gtest_dll.dir/src/gtest_main.cc.o /usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_dll_EXPORTS -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_dll.dir/src/gtest_main.cc.o -c /builddir/build/BUILD/gtest-1.7.0/src/gtest_main.cc make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 8%] Built target gtest_main_no_exception make -f CMakeFiles/gtest_no_exception.dir/build.make CMakeFiles/gtest_no_exception.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_no_exception.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_no_exception make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_no_exception.dir/build.make CMakeFiles/gtest_no_exception.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 9%] Building CXX object CMakeFiles/gtest_no_exception.dir/src/gtest-all.cc.o /usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_no_exception_EXPORTS -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fno-exceptions -o CMakeFiles/gtest_no_exception.dir/src/gtest-all.cc.o -c /builddir/build/BUILD/gtest-1.7.0/src/gtest-all.cc /usr/bin/cmake -E cmake_symlink_library libgtest.so.0.0.0 libgtest.so.0 libgtest.so make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 9%] Built target gtest make -f CMakeFiles/gtest_main_no_rtti.dir/build.make CMakeFiles/gtest_main_no_rtti.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_main_no_rtti.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_main_no_rtti make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_main_no_rtti.dir/build.make CMakeFiles/gtest_main_no_rtti.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 10%] Building CXX object CMakeFiles/gtest_main_no_rtti.dir/src/gtest-all.cc.o /usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_main_no_rtti_EXPORTS -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -fno-rtti -DGTEST_HAS_RTTI=0 -o CMakeFiles/gtest_main_no_rtti.dir/src/gtest-all.cc.o -c /builddir/build/BUILD/gtest-1.7.0/src/gtest-all.cc [ 10%] Linking CXX shared library libgtest_dll.so /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_dll.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,libgtest_dll.so -o libgtest_dll.so CMakeFiles/gtest_dll.dir/src/gtest-all.cc.o CMakeFiles/gtest_dll.dir/src/gtest_main.cc.o -L/builddir/build/BUILD/gtest-1.7.0/build/src -lpthread [ 11%] Linking CXX shared library libgtest_main_use_own_tuple.so /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_main_use_own_tuple.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,libgtest_main_use_own_tuple.so -o libgtest_main_use_own_tuple.so CMakeFiles/gtest_main_use_own_tuple.dir/src/gtest-all.cc.o CMakeFiles/gtest_main_use_own_tuple.dir/src/gtest_main.cc.o -L/builddir/build/BUILD/gtest-1.7.0/build/src -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 11%] Built target gtest_dll make -f CMakeFiles/gtest_shuffle_test_.dir/build.make CMakeFiles/gtest_shuffle_test_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_shuffle_test_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_shuffle_test_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_shuffle_test_.dir/build.make CMakeFiles/gtest_shuffle_test_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 12%] Building CXX object CMakeFiles/gtest_shuffle_test_.dir/test/gtest_shuffle_test_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_shuffle_test_.dir/test/gtest_shuffle_test_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_shuffle_test_.cc make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 12%] Built target gtest_main_use_own_tuple [ 13%] Building CXX object CMakeFiles/gtest_main_no_rtti.dir/src/gtest_main.cc.o /usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_main_no_rtti_EXPORTS -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -fno-rtti -DGTEST_HAS_RTTI=0 -o CMakeFiles/gtest_main_no_rtti.dir/src/gtest_main.cc.o -c /builddir/build/BUILD/gtest-1.7.0/src/gtest_main.cc make -f CMakeFiles/gtest_dll_test_.dir/build.make CMakeFiles/gtest_dll_test_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_dll_test_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_dll_test_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_dll_test_.dir/build.make CMakeFiles/gtest_dll_test_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 14%] Building CXX object CMakeFiles/gtest_dll_test_.dir/test/gtest_all_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_dll_test_.dir/test/gtest_all_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_all_test.cc [ 14%] Linking CXX executable gtest_shuffle_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_shuffle_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_shuffle_test_.dir/test/gtest_shuffle_test_.cc.o -o gtest_shuffle_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 14%] Built target gtest_shuffle_test_ make -f CMakeFiles/gtest-tuple_test.dir/build.make CMakeFiles/gtest-tuple_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-tuple_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-tuple_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-tuple_test.dir/build.make CMakeFiles/gtest-tuple_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 15%] Building CXX object CMakeFiles/gtest-tuple_test.dir/test/gtest-tuple_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -DGTEST_USE_OWN_TR1_TUPLE=1 -o CMakeFiles/gtest-tuple_test.dir/test/gtest-tuple_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-tuple_test.cc In file included from /builddir/build/BUILD/gtest-1.7.0/test/gtest_all_test.cc:40:0: /builddir/build/BUILD/gtest-1.7.0/test/gtest-port_test.cc: In member function 'virtual void testing::internal::GtestCheckSyntaxTest_BehavesLikeASingleStatement_Test::TestBody()': /builddir/build/BUILD/gtest-1.7.0/test/gtest-port_test.cc:241:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ In file included from /builddir/build/BUILD/gtest-1.7.0/test/gtest_all_test.cc:46:0: /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc: In member function 'virtual void {anonymous}::AssertionSyntaxTest_BasicAssertionsBehavesLikeSingleStatement_Test::TestBody()': /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:3965:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:3974:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc: In member function 'virtual void {anonymous}::AssertionSyntaxTest_ExceptionAssertionsBehavesLikeSingleStatement_Test::TestBody()': /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:3999:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:4007:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:4015:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ [ 16%] Linking CXX executable gtest-tuple_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-tuple_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-tuple_test.dir/test/gtest-tuple_test.cc.o -o gtest-tuple_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main_use_own_tuple.so -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 16%] Built target gtest-tuple_test make -f CMakeFiles/gtest_xml_output_unittest_.dir/build.make CMakeFiles/gtest_xml_output_unittest_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_xml_output_unittest_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_xml_output_unittest_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_xml_output_unittest_.dir/build.make CMakeFiles/gtest_xml_output_unittest_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 17%] Building CXX object CMakeFiles/gtest_xml_output_unittest_.dir/test/gtest_xml_output_unittest_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_xml_output_unittest_.dir/test/gtest_xml_output_unittest_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_xml_output_unittest_.cc [ 18%] Linking CXX shared library libgtest_no_exception.so /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_no_exception.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,libgtest_no_exception.so -o libgtest_no_exception.so CMakeFiles/gtest_no_exception.dir/src/gtest-all.cc.o -L/builddir/build/BUILD/gtest-1.7.0/build/src -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 18%] Built target gtest_no_exception make -f CMakeFiles/gtest_uninitialized_test_.dir/build.make CMakeFiles/gtest_uninitialized_test_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_uninitialized_test_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_uninitialized_test_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_uninitialized_test_.dir/build.make CMakeFiles/gtest_uninitialized_test_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 19%] Building CXX object CMakeFiles/gtest_uninitialized_test_.dir/test/gtest_uninitialized_test_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_uninitialized_test_.dir/test/gtest_uninitialized_test_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_uninitialized_test_.cc [ 20%] Linking CXX shared library libgtest_main_no_rtti.so /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_main_no_rtti.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,libgtest_main_no_rtti.so -o libgtest_main_no_rtti.so CMakeFiles/gtest_main_no_rtti.dir/src/gtest-all.cc.o CMakeFiles/gtest_main_no_rtti.dir/src/gtest_main.cc.o -L/builddir/build/BUILD/gtest-1.7.0/build/src -lpthread [ 21%] Linking CXX executable gtest_uninitialized_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_uninitialized_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_uninitialized_test_.dir/test/gtest_uninitialized_test_.cc.o -o gtest_uninitialized_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 21%] Built target gtest_uninitialized_test_ make -f CMakeFiles/gtest_output_test_.dir/build.make CMakeFiles/gtest_output_test_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_output_test_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_output_test_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_output_test_.dir/build.make CMakeFiles/gtest_output_test_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 22%] Building CXX object CMakeFiles/gtest_output_test_.dir/test/gtest_output_test_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_output_test_.dir/test/gtest_output_test_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_output_test_.cc make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 22%] Built target gtest_main_no_rtti make -f CMakeFiles/gtest_env_var_test_.dir/build.make CMakeFiles/gtest_env_var_test_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_env_var_test_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_env_var_test_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_env_var_test_.dir/build.make CMakeFiles/gtest_env_var_test_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 23%] Building CXX object CMakeFiles/gtest_env_var_test_.dir/test/gtest_env_var_test_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_env_var_test_.dir/test/gtest_env_var_test_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_env_var_test_.cc [ 24%] Linking CXX executable gtest_xml_output_unittest_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_xml_output_unittest_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_xml_output_unittest_.dir/test/gtest_xml_output_unittest_.cc.o -o gtest_xml_output_unittest_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 24%] Built target gtest_xml_output_unittest_ make -f CMakeFiles/gtest_main.dir/build.make CMakeFiles/gtest_main.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_main.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_main make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_main.dir/build.make CMakeFiles/gtest_main.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 25%] Building CXX object CMakeFiles/gtest_main.dir/src/gtest_main.cc.o /usr/bin/c++ -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_main_EXPORTS -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /builddir/build/BUILD/gtest-1.7.0/src/gtest_main.cc [ 26%] Linking CXX shared library libgtest_main.so /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,libgtest_main.so.0 -o libgtest_main.so.0.0.0 CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -L/builddir/build/BUILD/gtest-1.7.0/build/src -lpthread libgtest.so.0.0.0 -lpthread [ 27%] Linking CXX executable gtest_env_var_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_env_var_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_env_var_test_.dir/test/gtest_env_var_test_.cc.o -o gtest_env_var_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread /usr/bin/cmake -E cmake_symlink_library libgtest_main.so.0.0.0 libgtest_main.so.0 libgtest_main.so make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 27%] Built target gtest_main make -f CMakeFiles/gtest_catch_exceptions_no_ex_test_.dir/build.make CMakeFiles/gtest_catch_exceptions_no_ex_test_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_catch_exceptions_no_ex_test_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_catch_exceptions_no_ex_test_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_catch_exceptions_no_ex_test_.dir/build.make CMakeFiles/gtest_catch_exceptions_no_ex_test_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 28%] Building CXX object CMakeFiles/gtest_catch_exceptions_no_ex_test_.dir/test/gtest_catch_exceptions_test_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fno-exceptions -o CMakeFiles/gtest_catch_exceptions_no_ex_test_.dir/test/gtest_catch_exceptions_test_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_catch_exceptions_test_.cc [ 28%] Built target gtest_env_var_test_ make -f CMakeFiles/gtest_break_on_failure_unittest_.dir/build.make CMakeFiles/gtest_break_on_failure_unittest_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_break_on_failure_unittest_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_break_on_failure_unittest_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_break_on_failure_unittest_.dir/build.make CMakeFiles/gtest_break_on_failure_unittest_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 29%] Building CXX object CMakeFiles/gtest_break_on_failure_unittest_.dir/test/gtest_break_on_failure_unittest_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_break_on_failure_unittest_.dir/test/gtest_break_on_failure_unittest_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_break_on_failure_unittest_.cc [ 30%] Linking CXX executable gtest_catch_exceptions_no_ex_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_catch_exceptions_no_ex_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_catch_exceptions_no_ex_test_.dir/test/gtest_catch_exceptions_test_.cc.o -o gtest_catch_exceptions_no_ex_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main_no_exception.so -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 30%] Built target gtest_catch_exceptions_no_ex_test_ make -f CMakeFiles/gtest-listener_test.dir/build.make CMakeFiles/gtest-listener_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-listener_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-listener_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-listener_test.dir/build.make CMakeFiles/gtest-listener_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 31%] Building CXX object CMakeFiles/gtest-listener_test.dir/test/gtest-listener_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-listener_test.dir/test/gtest-listener_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-listener_test.cc [ 32%] Linking CXX executable gtest_break_on_failure_unittest_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_break_on_failure_unittest_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_break_on_failure_unittest_.dir/test/gtest_break_on_failure_unittest_.cc.o -o gtest_break_on_failure_unittest_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 32%] Built target gtest_break_on_failure_unittest_ make -f CMakeFiles/gtest_help_test_.dir/build.make CMakeFiles/gtest_help_test_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_help_test_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_help_test_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_help_test_.dir/build.make CMakeFiles/gtest_help_test_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 33%] Building CXX object CMakeFiles/gtest_help_test_.dir/test/gtest_help_test_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_help_test_.dir/test/gtest_help_test_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_help_test_.cc [ 34%] Linking CXX executable gtest_help_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_help_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_help_test_.dir/test/gtest_help_test_.cc.o -o gtest_help_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 34%] Built target gtest_help_test_ make -f CMakeFiles/gtest_filter_unittest_.dir/build.make CMakeFiles/gtest_filter_unittest_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_filter_unittest_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_filter_unittest_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_filter_unittest_.dir/build.make CMakeFiles/gtest_filter_unittest_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 35%] Building CXX object CMakeFiles/gtest_filter_unittest_.dir/test/gtest_filter_unittest_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_filter_unittest_.dir/test/gtest_filter_unittest_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_filter_unittest_.cc [ 36%] Linking CXX executable gtest-listener_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-listener_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-listener_test.dir/test/gtest-listener_test.cc.o -o gtest-listener_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 36%] Built target gtest-listener_test make -f CMakeFiles/gtest-port_test.dir/build.make CMakeFiles/gtest-port_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-port_test.dir/DependInfo.cmake --color= [ 36%] Linking CXX executable gtest_output_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_output_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_output_test_.dir/test/gtest_output_test_.cc.o -o gtest_output_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread Scanning dependencies of target gtest-port_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-port_test.dir/build.make CMakeFiles/gtest-port_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 37%] Building CXX object CMakeFiles/gtest-port_test.dir/test/gtest-port_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-port_test.dir/test/gtest-port_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-port_test.cc make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 37%] Built target gtest_output_test_ make -f CMakeFiles/gtest-unittest-api_test.dir/build.make CMakeFiles/gtest-unittest-api_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-unittest-api_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-unittest-api_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-unittest-api_test.dir/build.make CMakeFiles/gtest-unittest-api_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 38%] Building CXX object CMakeFiles/gtest-unittest-api_test.dir/test/gtest-unittest-api_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-unittest-api_test.dir/test/gtest-unittest-api_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-unittest-api_test.cc /builddir/build/BUILD/gtest-1.7.0/test/gtest-port_test.cc: In member function 'virtual void testing::internal::GtestCheckSyntaxTest_BehavesLikeASingleStatement_Test::TestBody()': /builddir/build/BUILD/gtest-1.7.0/test/gtest-port_test.cc:241:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ [ 39%] Linking CXX executable gtest_filter_unittest_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_filter_unittest_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_filter_unittest_.dir/test/gtest_filter_unittest_.cc.o -o gtest_filter_unittest_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 39%] Built target gtest_filter_unittest_ make -f CMakeFiles/gtest_pred_impl_unittest.dir/build.make CMakeFiles/gtest_pred_impl_unittest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_pred_impl_unittest.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_pred_impl_unittest make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_pred_impl_unittest.dir/build.make CMakeFiles/gtest_pred_impl_unittest.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 40%] Building CXX object CMakeFiles/gtest_pred_impl_unittest.dir/test/gtest_pred_impl_unittest.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_pred_impl_unittest.dir/test/gtest_pred_impl_unittest.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_pred_impl_unittest.cc [ 40%] Linking CXX executable gtest-unittest-api_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-unittest-api_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-unittest-api_test.dir/test/gtest-unittest-api_test.cc.o -o gtest-unittest-api_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 40%] Built target gtest-unittest-api_test make -f CMakeFiles/gtest_unittest.dir/build.make CMakeFiles/gtest_unittest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_unittest.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_unittest make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_unittest.dir/build.make CMakeFiles/gtest_unittest.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 40%] Building CXX object CMakeFiles/gtest_unittest.dir/test/gtest_unittest.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_unittest.dir/test/gtest_unittest.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc [ 40%] Linking CXX executable gtest-port_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-port_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-port_test.dir/test/gtest-port_test.cc.o -o gtest-port_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 40%] Built target gtest-port_test make -f CMakeFiles/gtest_premature_exit_test.dir/build.make CMakeFiles/gtest_premature_exit_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_premature_exit_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_premature_exit_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_premature_exit_test.dir/build.make CMakeFiles/gtest_premature_exit_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 41%] Building CXX object CMakeFiles/gtest_premature_exit_test.dir/test/gtest_premature_exit_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_premature_exit_test.dir/test/gtest_premature_exit_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_premature_exit_test.cc /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc: In member function 'virtual void {anonymous}::AssertionSyntaxTest_BasicAssertionsBehavesLikeSingleStatement_Test::TestBody()': /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:3965:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:3974:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc: In member function 'virtual void {anonymous}::AssertionSyntaxTest_ExceptionAssertionsBehavesLikeSingleStatement_Test::TestBody()': /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:3999:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:4007:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:4015:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ [ 42%] Linking CXX executable gtest_premature_exit_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_premature_exit_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_premature_exit_test.dir/test/gtest_premature_exit_test.cc.o -o gtest_premature_exit_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 42%] Built target gtest_premature_exit_test make -f CMakeFiles/gtest-options_test.dir/build.make CMakeFiles/gtest-options_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-options_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-options_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-options_test.dir/build.make CMakeFiles/gtest-options_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 43%] Building CXX object CMakeFiles/gtest-options_test.dir/test/gtest-options_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-options_test.dir/test/gtest-options_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-options_test.cc [ 44%] Linking CXX executable gtest-options_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-options_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-options_test.dir/test/gtest-options_test.cc.o -o gtest-options_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 44%] Built target gtest-options_test make -f CMakeFiles/gtest_list_tests_unittest_.dir/build.make CMakeFiles/gtest_list_tests_unittest_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_list_tests_unittest_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_list_tests_unittest_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_list_tests_unittest_.dir/build.make CMakeFiles/gtest_list_tests_unittest_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 44%] Building CXX object CMakeFiles/gtest_list_tests_unittest_.dir/test/gtest_list_tests_unittest_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_list_tests_unittest_.dir/test/gtest_list_tests_unittest_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_list_tests_unittest_.cc [ 45%] Linking CXX executable gtest_pred_impl_unittest /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_pred_impl_unittest.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_pred_impl_unittest.dir/test/gtest_pred_impl_unittest.cc.o -o gtest_pred_impl_unittest -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 45%] Built target gtest_pred_impl_unittest make -f CMakeFiles/gtest_main_unittest.dir/build.make CMakeFiles/gtest_main_unittest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_main_unittest.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_main_unittest make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_main_unittest.dir/build.make CMakeFiles/gtest_main_unittest.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 46%] Building CXX object CMakeFiles/gtest_main_unittest.dir/test/gtest_main_unittest.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_main_unittest.dir/test/gtest_main_unittest.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_main_unittest.cc [ 46%] Linking CXX executable gtest_main_unittest /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_main_unittest.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_main_unittest.dir/test/gtest_main_unittest.cc.o -o gtest_main_unittest -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 46%] Built target gtest_main_unittest make -f CMakeFiles/gtest_environment_test.dir/build.make CMakeFiles/gtest_environment_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_environment_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_environment_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_environment_test.dir/build.make CMakeFiles/gtest_environment_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 47%] Building CXX object CMakeFiles/gtest_environment_test.dir/test/gtest_environment_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_environment_test.dir/test/gtest_environment_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_environment_test.cc [ 48%] Linking CXX executable gtest_list_tests_unittest_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_list_tests_unittest_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_list_tests_unittest_.dir/test/gtest_list_tests_unittest_.cc.o -o gtest_list_tests_unittest_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 48%] Built target gtest_list_tests_unittest_ make -f CMakeFiles/gtest_no_test_unittest.dir/build.make CMakeFiles/gtest_no_test_unittest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_no_test_unittest.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_no_test_unittest make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_no_test_unittest.dir/build.make CMakeFiles/gtest_no_test_unittest.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 49%] Building CXX object CMakeFiles/gtest_no_test_unittest.dir/test/gtest_no_test_unittest.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_no_test_unittest.dir/test/gtest_no_test_unittest.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_no_test_unittest.cc [ 50%] Linking CXX executable gtest_environment_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_environment_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_environment_test.dir/test/gtest_environment_test.cc.o -o gtest_environment_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 50%] Built target gtest_environment_test make -f CMakeFiles/gtest_use_own_tuple_test.dir/build.make CMakeFiles/gtest_use_own_tuple_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_use_own_tuple_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_use_own_tuple_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_use_own_tuple_test.dir/build.make CMakeFiles/gtest_use_own_tuple_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 51%] Building CXX object CMakeFiles/gtest_use_own_tuple_test.dir/test/gtest-param-test_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -DGTEST_USE_OWN_TR1_TUPLE=1 -o CMakeFiles/gtest_use_own_tuple_test.dir/test/gtest-param-test_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-param-test_test.cc [ 52%] Linking CXX executable gtest_no_test_unittest /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_no_test_unittest.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_no_test_unittest.dir/test/gtest_no_test_unittest.cc.o -o gtest_no_test_unittest -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 52%] Built target gtest_no_test_unittest [ 53%] Building CXX object CMakeFiles/gtest_use_own_tuple_test.dir/test/gtest-param-test2_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -DGTEST_USE_OWN_TR1_TUPLE=1 -o CMakeFiles/gtest_use_own_tuple_test.dir/test/gtest-param-test2_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-param-test2_test.cc make -f CMakeFiles/gtest-death-test_ex_catch_test.dir/build.make CMakeFiles/gtest-death-test_ex_catch_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-death-test_ex_catch_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-death-test_ex_catch_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-death-test_ex_catch_test.dir/build.make CMakeFiles/gtest-death-test_ex_catch_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 54%] Building CXX object CMakeFiles/gtest-death-test_ex_catch_test.dir/test/gtest-death-test_ex_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -DGTEST_ENABLE_CATCH_EXCEPTIONS_=1 -o CMakeFiles/gtest-death-test_ex_catch_test.dir/test/gtest-death-test_ex_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-death-test_ex_test.cc [ 55%] Linking CXX executable gtest-death-test_ex_catch_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-death-test_ex_catch_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-death-test_ex_catch_test.dir/test/gtest-death-test_ex_test.cc.o -o gtest-death-test_ex_catch_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 55%] Built target gtest-death-test_ex_catch_test make -f CMakeFiles/gtest-message_test.dir/build.make CMakeFiles/gtest-message_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-message_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-message_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-message_test.dir/build.make CMakeFiles/gtest-message_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 56%] Building CXX object CMakeFiles/gtest-message_test.dir/test/gtest-message_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-message_test.dir/test/gtest-message_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-message_test.cc [ 57%] Linking CXX executable gtest-message_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-message_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-message_test.dir/test/gtest-message_test.cc.o -o gtest-message_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 57%] Built target gtest-message_test make -f CMakeFiles/gtest_sole_header_test.dir/build.make CMakeFiles/gtest_sole_header_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_sole_header_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_sole_header_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_sole_header_test.dir/build.make CMakeFiles/gtest_sole_header_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 58%] Building CXX object CMakeFiles/gtest_sole_header_test.dir/test/gtest_sole_header_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_sole_header_test.dir/test/gtest_sole_header_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_sole_header_test.cc [ 59%] Linking CXX executable gtest_sole_header_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_sole_header_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_sole_header_test.dir/test/gtest_sole_header_test.cc.o -o gtest_sole_header_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 59%] Built target gtest_sole_header_test make -f CMakeFiles/gtest-death-test_test.dir/build.make CMakeFiles/gtest-death-test_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-death-test_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-death-test_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-death-test_test.dir/build.make CMakeFiles/gtest-death-test_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 60%] Building CXX object CMakeFiles/gtest-death-test_test.dir/test/gtest-death-test_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-death-test_test.dir/test/gtest-death-test_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-death-test_test.cc [ 61%] Linking CXX executable gtest_use_own_tuple_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_use_own_tuple_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_use_own_tuple_test.dir/test/gtest-param-test_test.cc.o CMakeFiles/gtest_use_own_tuple_test.dir/test/gtest-param-test2_test.cc.o -o gtest_use_own_tuple_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main_use_own_tuple.so -lpthread /builddir/build/BUILD/gtest-1.7.0/test/gtest-death-test_test.cc: In member function 'virtual void TestForDeathTest_SingleStatement_Test::TestBody()': /builddir/build/BUILD/gtest-1.7.0/test/gtest-death-test_test.cc:289:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest-death-test_test.cc:300:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest-death-test_test.cc: In member function 'virtual void ConditionalDeathMacrosSyntaxDeathTest_SingleStatement_Test::TestBody()': /builddir/build/BUILD/gtest-1.7.0/test/gtest-death-test_test.cc:1319:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest-death-test_test.cc:1330:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 61%] Built target gtest_use_own_tuple_test make -f CMakeFiles/gtest-filepath_test.dir/build.make CMakeFiles/gtest-filepath_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-filepath_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-filepath_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-filepath_test.dir/build.make CMakeFiles/gtest-filepath_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 62%] Building CXX object CMakeFiles/gtest-filepath_test.dir/test/gtest-filepath_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-filepath_test.dir/test/gtest-filepath_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-filepath_test.cc [ 63%] Linking CXX executable gtest-filepath_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-filepath_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-filepath_test.dir/test/gtest-filepath_test.cc.o -o gtest-filepath_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 63%] Built target gtest-filepath_test make -f CMakeFiles/gtest-linked_ptr_test.dir/build.make CMakeFiles/gtest-linked_ptr_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-linked_ptr_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-linked_ptr_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-linked_ptr_test.dir/build.make CMakeFiles/gtest-linked_ptr_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 64%] Building CXX object CMakeFiles/gtest-linked_ptr_test.dir/test/gtest-linked_ptr_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-linked_ptr_test.dir/test/gtest-linked_ptr_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-linked_ptr_test.cc [ 65%] Linking CXX executable gtest-death-test_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-death-test_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-death-test_test.dir/test/gtest-death-test_test.cc.o -o gtest-death-test_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 65%] Built target gtest-death-test_test make -f CMakeFiles/gtest_prod_test.dir/build.make CMakeFiles/gtest_prod_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_prod_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_prod_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_prod_test.dir/build.make CMakeFiles/gtest_prod_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 66%] Building CXX object CMakeFiles/gtest_prod_test.dir/test/gtest_prod_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_prod_test.dir/test/gtest_prod_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_prod_test.cc [ 66%] Linking CXX executable gtest-linked_ptr_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-linked_ptr_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-linked_ptr_test.dir/test/gtest-linked_ptr_test.cc.o -o gtest-linked_ptr_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 66%] Built target gtest-linked_ptr_test make -f CMakeFiles/gtest_throw_on_failure_test_.dir/build.make CMakeFiles/gtest_throw_on_failure_test_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_throw_on_failure_test_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_throw_on_failure_test_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_throw_on_failure_test_.dir/build.make CMakeFiles/gtest_throw_on_failure_test_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 67%] Building CXX object CMakeFiles/gtest_throw_on_failure_test_.dir/test/gtest_throw_on_failure_test_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fno-exceptions -o CMakeFiles/gtest_throw_on_failure_test_.dir/test/gtest_throw_on_failure_test_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_throw_on_failure_test_.cc [ 68%] Building CXX object CMakeFiles/gtest_prod_test.dir/test/production.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_prod_test.dir/test/production.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/production.cc [ 69%] Linking CXX executable gtest_prod_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_prod_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_prod_test.dir/test/gtest_prod_test.cc.o CMakeFiles/gtest_prod_test.dir/test/production.cc.o -o gtest_prod_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 69%] Built target gtest_prod_test make -f CMakeFiles/gtest_stress_test.dir/build.make CMakeFiles/gtest_stress_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_stress_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_stress_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_stress_test.dir/build.make CMakeFiles/gtest_stress_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 70%] Building CXX object CMakeFiles/gtest_stress_test.dir/test/gtest_stress_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_stress_test.dir/test/gtest_stress_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_stress_test.cc [ 71%] Linking CXX executable gtest_throw_on_failure_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_throw_on_failure_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_throw_on_failure_test_.dir/test/gtest_throw_on_failure_test_.cc.o -o gtest_throw_on_failure_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_no_exception.so -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 71%] Built target gtest_throw_on_failure_test_ make -f CMakeFiles/gtest-death-test_ex_nocatch_test.dir/build.make CMakeFiles/gtest-death-test_ex_nocatch_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-death-test_ex_nocatch_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-death-test_ex_nocatch_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-death-test_ex_nocatch_test.dir/build.make CMakeFiles/gtest-death-test_ex_nocatch_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 72%] Building CXX object CMakeFiles/gtest-death-test_ex_nocatch_test.dir/test/gtest-death-test_ex_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -DGTEST_ENABLE_CATCH_EXCEPTIONS_=0 -o CMakeFiles/gtest-death-test_ex_nocatch_test.dir/test/gtest-death-test_ex_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-death-test_ex_test.cc [ 73%] Linking CXX executable gtest_unittest /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_unittest.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_unittest.dir/test/gtest_unittest.cc.o -o gtest_unittest -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread [ 74%] Linking CXX executable gtest-death-test_ex_nocatch_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-death-test_ex_nocatch_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-death-test_ex_nocatch_test.dir/test/gtest-death-test_ex_test.cc.o -o gtest-death-test_ex_nocatch_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 74%] Built target gtest-death-test_ex_nocatch_test make -f CMakeFiles/gtest_xml_outfile1_test_.dir/build.make CMakeFiles/gtest_xml_outfile1_test_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_xml_outfile1_test_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_xml_outfile1_test_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_xml_outfile1_test_.dir/build.make CMakeFiles/gtest_xml_outfile1_test_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 75%] Building CXX object CMakeFiles/gtest_xml_outfile1_test_.dir/test/gtest_xml_outfile1_test_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_xml_outfile1_test_.dir/test/gtest_xml_outfile1_test_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_xml_outfile1_test_.cc [ 76%] Linking CXX executable gtest_stress_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_stress_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_stress_test.dir/test/gtest_stress_test.cc.o -o gtest_stress_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 76%] Built target gtest_stress_test make -f CMakeFiles/gtest_repeat_test.dir/build.make CMakeFiles/gtest_repeat_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_repeat_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_repeat_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_repeat_test.dir/build.make CMakeFiles/gtest_repeat_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 77%] Building CXX object CMakeFiles/gtest_repeat_test.dir/test/gtest_repeat_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_repeat_test.dir/test/gtest_repeat_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_repeat_test.cc [ 78%] Linking CXX executable gtest_xml_outfile1_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_xml_outfile1_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_xml_outfile1_test_.dir/test/gtest_xml_outfile1_test_.cc.o -o gtest_xml_outfile1_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 78%] Built target gtest_xml_outfile1_test_ make -f CMakeFiles/gtest-printers_test.dir/build.make CMakeFiles/gtest-printers_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-printers_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-printers_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-printers_test.dir/build.make CMakeFiles/gtest-printers_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 79%] Building CXX object CMakeFiles/gtest-printers_test.dir/test/gtest-printers_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-printers_test.dir/test/gtest-printers_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-printers_test.cc [ 80%] Linking CXX executable gtest_dll_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_dll_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_dll_test_.dir/test/gtest_all_test.cc.o -o gtest_dll_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_dll.so -lpthread [ 81%] Linking CXX executable gtest_repeat_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_repeat_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_repeat_test.dir/test/gtest_repeat_test.cc.o -o gtest_repeat_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 81%] Built target gtest_repeat_test make -f CMakeFiles/gtest-test-part_test.dir/build.make CMakeFiles/gtest-test-part_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-test-part_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-test-part_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-test-part_test.dir/build.make CMakeFiles/gtest-test-part_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 82%] Building CXX object CMakeFiles/gtest-test-part_test.dir/test/gtest-test-part_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-test-part_test.dir/test/gtest-test-part_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-test-part_test.cc make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 82%] Built target gtest_unittest make -f CMakeFiles/gtest_throw_on_failure_ex_test.dir/build.make CMakeFiles/gtest_throw_on_failure_ex_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_throw_on_failure_ex_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_throw_on_failure_ex_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_throw_on_failure_ex_test.dir/build.make CMakeFiles/gtest_throw_on_failure_ex_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 83%] Building CXX object CMakeFiles/gtest_throw_on_failure_ex_test.dir/test/gtest_throw_on_failure_ex_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_throw_on_failure_ex_test.dir/test/gtest_throw_on_failure_ex_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_throw_on_failure_ex_test.cc [ 84%] Linking CXX executable gtest-test-part_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-test-part_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-test-part_test.dir/test/gtest-test-part_test.cc.o -o gtest-test-part_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 84%] Built target gtest-test-part_test make -f CMakeFiles/gtest-param-test_test.dir/build.make CMakeFiles/gtest-param-test_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-param-test_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-param-test_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-param-test_test.dir/build.make CMakeFiles/gtest-param-test_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 85%] Building CXX object CMakeFiles/gtest-param-test_test.dir/test/gtest-param-test_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-param-test_test.dir/test/gtest-param-test_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-param-test_test.cc [ 86%] Linking CXX executable gtest_throw_on_failure_ex_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_throw_on_failure_ex_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_throw_on_failure_ex_test.dir/test/gtest_throw_on_failure_ex_test.cc.o -o gtest_throw_on_failure_ex_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 86%] Built target gtest_throw_on_failure_ex_test make -f CMakeFiles/gtest-typed-test_test.dir/build.make CMakeFiles/gtest-typed-test_test.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest-typed-test_test.dir/DependInfo.cmake --color= Scanning dependencies of target gtest-typed-test_test make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest-typed-test_test.dir/build.make CMakeFiles/gtest-typed-test_test.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 87%] Building CXX object CMakeFiles/gtest-typed-test_test.dir/test/gtest-typed-test_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-typed-test_test.dir/test/gtest-typed-test_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-typed-test_test.cc [ 88%] Building CXX object CMakeFiles/gtest-typed-test_test.dir/test/gtest-typed-test2_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-typed-test_test.dir/test/gtest-typed-test2_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-typed-test2_test.cc [ 89%] Linking CXX executable gtest-printers_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-printers_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-printers_test.dir/test/gtest-printers_test.cc.o -o gtest-printers_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 89%] Built target gtest-printers_test [ 90%] Building CXX object CMakeFiles/gtest-param-test_test.dir/test/gtest-param-test2_test.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest-param-test_test.dir/test/gtest-param-test2_test.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest-param-test2_test.cc [ 91%] Linking CXX executable gtest-typed-test_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-typed-test_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-typed-test_test.dir/test/gtest-typed-test_test.cc.o CMakeFiles/gtest-typed-test_test.dir/test/gtest-typed-test2_test.cc.o -o gtest-typed-test_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 91%] Built target gtest-typed-test_test make -f CMakeFiles/gtest_color_test_.dir/build.make CMakeFiles/gtest_color_test_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_color_test_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_color_test_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_color_test_.dir/build.make CMakeFiles/gtest_color_test_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 92%] Building CXX object CMakeFiles/gtest_color_test_.dir/test/gtest_color_test_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_color_test_.dir/test/gtest_color_test_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_color_test_.cc [ 93%] Linking CXX executable gtest_color_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_color_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_color_test_.dir/test/gtest_color_test_.cc.o -o gtest_color_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 93%] Built target gtest_color_test_ make -f CMakeFiles/gtest_no_rtti_unittest.dir/build.make CMakeFiles/gtest_no_rtti_unittest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_no_rtti_unittest.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_no_rtti_unittest make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_no_rtti_unittest.dir/build.make CMakeFiles/gtest_no_rtti_unittest.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 94%] Building CXX object CMakeFiles/gtest_no_rtti_unittest.dir/test/gtest_unittest.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -fno-rtti -DGTEST_HAS_RTTI=0 -o CMakeFiles/gtest_no_rtti_unittest.dir/test/gtest_unittest.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc: In member function 'virtual void {anonymous}::AssertionSyntaxTest_BasicAssertionsBehavesLikeSingleStatement_Test::TestBody()': /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:3965:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:3974:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc: In member function 'virtual void {anonymous}::AssertionSyntaxTest_ExceptionAssertionsBehavesLikeSingleStatement_Test::TestBody()': /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:3999:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:4007:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ /builddir/build/BUILD/gtest-1.7.0/test/gtest_unittest.cc:4015:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (AlwaysFalse()) ^ [ 95%] Linking CXX executable gtest-param-test_test /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest-param-test_test.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest-param-test_test.dir/test/gtest-param-test_test.cc.o CMakeFiles/gtest-param-test_test.dir/test/gtest-param-test2_test.cc.o -o gtest-param-test_test -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 95%] Built target gtest-param-test_test make -f CMakeFiles/gtest_xml_outfile2_test_.dir/build.make CMakeFiles/gtest_xml_outfile2_test_.dir/depend make -f CMakeFiles/gtest_catch_exceptions_ex_test_.dir/build.make CMakeFiles/gtest_catch_exceptions_ex_test_.dir/depend make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_xml_outfile2_test_.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' cd /builddir/build/BUILD/gtest-1.7.0/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0 /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles/gtest_catch_exceptions_ex_test_.dir/DependInfo.cmake --color= Scanning dependencies of target gtest_xml_outfile2_test_ Scanning dependencies of target gtest_catch_exceptions_ex_test_ make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' make -f CMakeFiles/gtest_xml_outfile2_test_.dir/build.make CMakeFiles/gtest_xml_outfile2_test_.dir/build make -f CMakeFiles/gtest_catch_exceptions_ex_test_.dir/build.make CMakeFiles/gtest_catch_exceptions_ex_test_.dir/build make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' make[2]: Entering directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 96%] Building CXX object CMakeFiles/gtest_xml_outfile2_test_.dir/test/gtest_xml_outfile2_test_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_xml_outfile2_test_.dir/test/gtest_xml_outfile2_test_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_xml_outfile2_test_.cc [ 97%] Building CXX object CMakeFiles/gtest_catch_exceptions_ex_test_.dir/test/gtest_catch_exceptions_test_.cc.o /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/gtest-1.7.0/include -I/builddir/build/BUILD/gtest-1.7.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -o CMakeFiles/gtest_catch_exceptions_ex_test_.dir/test/gtest_catch_exceptions_test_.cc.o -c /builddir/build/BUILD/gtest-1.7.0/test/gtest_catch_exceptions_test_.cc make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 97%] Built target gtest_dll_test_ [ 98%] Linking CXX executable gtest_xml_outfile2_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_xml_outfile2_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_xml_outfile2_test_.dir/test/gtest_xml_outfile2_test_.cc.o -o gtest_xml_outfile2_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 98%] Built target gtest_xml_outfile2_test_ [ 99%] Linking CXX executable gtest_catch_exceptions_ex_test_ /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_catch_exceptions_ex_test_.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_catch_exceptions_ex_test_.dir/test/gtest_catch_exceptions_test_.cc.o -o gtest_catch_exceptions_ex_test_ -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main.so.0.0.0 libgtest.so.0.0.0 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [ 99%] Built target gtest_catch_exceptions_ex_test_ [100%] Linking CXX executable gtest_no_rtti_unittest /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_no_rtti_unittest.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/gtest_no_rtti_unittest.dir/test/gtest_unittest.cc.o -o gtest_no_rtti_unittest -L/builddir/build/BUILD/gtest-1.7.0/build/src libgtest_main_no_rtti.so -lpthread make[2]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' [100%] Built target gtest_no_rtti_unittest make[1]: Leaving directory '/builddir/build/BUILD/gtest-1.7.0/build' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/gtest-1.7.0/build/CMakeFiles 0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7yYU4P + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64 + cd gtest-1.7.0 + install -d /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/include/gtest /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/include/gtest/internal /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/lib64 + install -p -m 0755 build/libgtest.so.0.0.0 build/libgtest_main.so.0.0.0 /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/lib64/ + cd /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/lib64 + ln -sf libgtest.so.0.0.0 /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/lib64/libgtest.so + ln -sf libgtest_main.so.0.0.0 /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/lib64/libgtest_main.so + /sbin/ldconfig -n /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/lib64 + install -D -p -m 0755 scripts/gtest-config /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/bin/gtest-config + install -p -m 0644 include/gtest/gtest-death-test.h include/gtest/gtest-message.h include/gtest/gtest-param-test.h include/gtest/gtest-printers.h include/gtest/gtest-spi.h include/gtest/gtest-test-part.h include/gtest/gtest-typed-test.h include/gtest/gtest.h include/gtest/gtest_pred_impl.h include/gtest/gtest_prod.h /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/include/gtest/ + install -p -m 0644 include/gtest/internal/gtest-death-test-internal.h include/gtest/internal/gtest-filepath.h include/gtest/internal/gtest-internal.h include/gtest/internal/gtest-linked_ptr.h include/gtest/internal/gtest-param-util-generated.h include/gtest/internal/gtest-param-util.h include/gtest/internal/gtest-port.h include/gtest/internal/gtest-string.h include/gtest/internal/gtest-tuple.h include/gtest/internal/gtest-type-util.h /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/include/gtest/internal/ + install -D -p -m 0644 m4/gtest.m4 /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/share/aclocal/gtest.m4 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: gtest-1.7.0-11.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3FG1em + umask 022 + cd /builddir/build/BUILD + cd gtest-1.7.0 + DOCDIR=/builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/share/doc/gtest + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/share/doc/gtest + cp -pr CHANGES /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/share/doc/gtest + cp -pr CONTRIBUTORS /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/share/doc/gtest + cp -pr LICENSE /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/share/doc/gtest + cp -pr README /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/share/doc/gtest + exit 0 Provides: gtest = 1.7.0-11.fc28 gtest(riscv-64) = 1.7.0-11.fc28 libgtest.so.0()(64bit) libgtest_main.so.0()(64bit) 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: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgtest.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: gtest-devel-1.7.0-11.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WjQBT3 + umask 022 + cd /builddir/build/BUILD + cd gtest-1.7.0 + DOCDIR=/builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/share/doc/gtest-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/share/doc/gtest-devel + cp -pr samples /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64/usr/share/doc/gtest-devel + exit 0 Provides: gtest-devel = 1.7.0-11.fc28 gtest-devel(riscv-64) = 1.7.0-11.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh libgtest.so.0()(64bit) libgtest_main.so.0()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64 Wrote: /builddir/build/SRPMS/gtest-1.7.0-11.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/gtest-1.7.0-11.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/gtest-devel-1.7.0-11.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.13BVM5 + umask 022 + cd /builddir/build/BUILD + cd gtest-1.7.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/gtest-1.7.0-11.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff