+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/unittest-cpp.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 warning: Macro expanded in comment on line 97: %{_datadir}/pkgconfig/unittest++.pc Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jXv9b1 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf unittest-cpp-b69b63ac2bf4a967b35e853026abb68b3f8442ad + /usr/bin/gzip -dc /builddir/build/SOURCES/unittest-cpp-2.0.0-b69b63a.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd unittest-cpp-b69b63ac2bf4a967b35e853026abb68b3f8442ad + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -p /builddir/build/SOURCES/unittest-cpp.html . + touch NEWS + ln README.md README + ln LICENSE COPYING + autoreconf -i libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:14: installing './compile' configure.ac:14: installing './config.guess' configure.ac:14: installing './config.sub' configure.ac:11: installing './install-sh' configure.ac:11: installing './missing' Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + sed -i -e 's,pkgincludedir\ =\ $(includedir)\/UnitTest++\/,pkgincludedir\ =\ $(includedir)\/,g' Makefile.in + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kAnmXC + umask 022 + cd /builddir/build/BUILD + cd unittest-cpp-b69b63ac2bf4a967b35e853026abb68b3f8442ad + 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 ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 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"~' ./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 whether make supports nested variables... yes checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) 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 whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 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 a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 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 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 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 riscv64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking whether g++ supports C++11 features by default... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking cassert usability... no checking cassert presence... no checking for cassert... no checking cstddef usability... no checking cstddef presence... no checking for cstddef... no checking cstdio usability... no checking cstdio presence... no checking for cstdio... no checking cstring usability... no checking cstring presence... no checking for cstring... no checking exception usability... no checking exception presence... no checking for exception... no checking iosfwd usability... no checking iosfwd presence... no checking for iosfwd... no checking iostream usability... no checking iostream presence... no checking for iostream... no checking sstream usability... no checking sstream presence... no checking for sstream... no checking string usability... no checking string presence... no checking for string... no checking vector usability... no checking vector presence... no checking for vector... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for size_t... yes checking for gettimeofday... yes checking for strstr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating UnitTest++.pc config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool + make -j4 make all-am make[1]: Entering directory '/builddir/build/BUILD/unittest-cpp-b69b63ac2bf4a967b35e853026abb68b3f8442ad' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/AssertException.lo UnitTest++/AssertException.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/Checks.lo UnitTest++/Checks.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/CompositeTestReporter.lo UnitTest++/CompositeTestReporter.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/CurrentTest.lo UnitTest++/CurrentTest.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/AssertException.cpp -fPIC -DPIC -o UnitTest++/.libs/AssertException.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/CurrentTest.cpp -fPIC -DPIC -o UnitTest++/.libs/CurrentTest.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/CompositeTestReporter.cpp -fPIC -DPIC -o UnitTest++/.libs/CompositeTestReporter.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/Checks.cpp -fPIC -DPIC -o UnitTest++/.libs/Checks.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/CurrentTest.cpp -o UnitTest++/CurrentTest.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/AssertException.cpp -o UnitTest++/AssertException.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/DeferredTestReporter.lo UnitTest++/DeferredTestReporter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/CompositeTestReporter.cpp -o UnitTest++/CompositeTestReporter.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/DeferredTestResult.lo UnitTest++/DeferredTestResult.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/MemoryOutStream.lo UnitTest++/MemoryOutStream.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/DeferredTestReporter.cpp -fPIC -DPIC -o UnitTest++/.libs/DeferredTestReporter.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/DeferredTestResult.cpp -fPIC -DPIC -o UnitTest++/.libs/DeferredTestResult.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/MemoryOutStream.cpp -fPIC -DPIC -o UnitTest++/.libs/MemoryOutStream.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/Checks.cpp -o UnitTest++/Checks.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/DeferredTestResult.cpp -o UnitTest++/DeferredTestResult.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/DeferredTestReporter.cpp -o UnitTest++/DeferredTestReporter.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/MemoryOutStream.cpp -o UnitTest++/MemoryOutStream.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/ReportAssert.lo UnitTest++/ReportAssert.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/RequiredCheckException.lo UnitTest++/RequiredCheckException.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/ReportAssert.cpp -fPIC -DPIC -o UnitTest++/.libs/ReportAssert.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/RequiredCheckException.cpp -fPIC -DPIC -o UnitTest++/.libs/RequiredCheckException.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/ReportAssert.cpp -o UnitTest++/ReportAssert.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/RequiredCheckException.cpp -o UnitTest++/RequiredCheckException.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/RequiredCheckTestReporter.lo UnitTest++/RequiredCheckTestReporter.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/Test.lo UnitTest++/Test.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/RequiredCheckTestReporter.cpp -fPIC -DPIC -o UnitTest++/.libs/RequiredCheckTestReporter.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/Test.cpp -fPIC -DPIC -o UnitTest++/.libs/Test.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/RequiredCheckTestReporter.cpp -o UnitTest++/RequiredCheckTestReporter.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/TestDetails.lo UnitTest++/TestDetails.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/TestList.lo UnitTest++/TestList.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/TestReporter.lo UnitTest++/TestReporter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestDetails.cpp -fPIC -DPIC -o UnitTest++/.libs/TestDetails.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestList.cpp -fPIC -DPIC -o UnitTest++/.libs/TestList.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestDetails.cpp -o UnitTest++/TestDetails.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestReporter.cpp -fPIC -DPIC -o UnitTest++/.libs/TestReporter.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestList.cpp -o UnitTest++/TestList.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestReporter.cpp -o UnitTest++/TestReporter.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/TestReporterStdout.lo UnitTest++/TestReporterStdout.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/TestResults.lo UnitTest++/TestResults.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/TestRunner.lo UnitTest++/TestRunner.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestReporterStdout.cpp -fPIC -DPIC -o UnitTest++/.libs/TestReporterStdout.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestResults.cpp -fPIC -DPIC -o UnitTest++/.libs/TestResults.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestRunner.cpp -fPIC -DPIC -o UnitTest++/.libs/TestRunner.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestResults.cpp -o UnitTest++/TestResults.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestReporterStdout.cpp -o UnitTest++/TestReporterStdout.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/ThrowingTestReporter.lo UnitTest++/ThrowingTestReporter.cpp /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/TimeConstraint.lo UnitTest++/TimeConstraint.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/ThrowingTestReporter.cpp -fPIC -DPIC -o UnitTest++/.libs/ThrowingTestReporter.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TimeConstraint.cpp -fPIC -DPIC -o UnitTest++/.libs/TimeConstraint.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/ThrowingTestReporter.cpp -o UnitTest++/ThrowingTestReporter.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/XmlTestReporter.lo UnitTest++/XmlTestReporter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/Test.cpp -o UnitTest++/Test.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/XmlTestReporter.cpp -fPIC -DPIC -o UnitTest++/.libs/XmlTestReporter.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TestRunner.cpp -o UnitTest++/TestRunner.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/TimeConstraint.cpp -o UnitTest++/TimeConstraint.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/Posix/SignalTranslator.lo UnitTest++/Posix/SignalTranslator.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/Posix/SignalTranslator.cpp -fPIC -DPIC -o UnitTest++/Posix/.libs/SignalTranslator.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/Posix/SignalTranslator.cpp -o UnitTest++/Posix/SignalTranslator.o >/dev/null 2>&1 libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/XmlTestReporter.cpp -o UnitTest++/XmlTestReporter.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -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 -c -o UnitTest++/Posix/TimeHelpers.lo UnitTest++/Posix/TimeHelpers.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/Posix/TimeHelpers.cpp -fPIC -DPIC -o UnitTest++/Posix/.libs/TimeHelpers.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -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 -c UnitTest++/Posix/TimeHelpers.cpp -o UnitTest++/Posix/TimeHelpers.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CXX --mode=link g++ -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 -version-number 1:6:0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o UnitTest++/libUnitTest++.la -rpath /usr/lib64 UnitTest++/AssertException.lo UnitTest++/Checks.lo UnitTest++/CompositeTestReporter.lo UnitTest++/CurrentTest.lo UnitTest++/DeferredTestReporter.lo UnitTest++/DeferredTestResult.lo UnitTest++/MemoryOutStream.lo UnitTest++/ReportAssert.lo UnitTest++/RequiredCheckException.lo UnitTest++/RequiredCheckTestReporter.lo UnitTest++/Test.lo UnitTest++/TestDetails.lo UnitTest++/TestList.lo UnitTest++/TestReporter.lo UnitTest++/TestReporterStdout.lo UnitTest++/TestResults.lo UnitTest++/TestRunner.lo UnitTest++/ThrowingTestReporter.lo UnitTest++/TimeConstraint.lo UnitTest++/XmlTestReporter.lo UnitTest++/Posix/SignalTranslator.lo UnitTest++/Posix/TimeHelpers.lo libtool: link: g++ -fPIC -DPIC -Wl,--as-needed -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o UnitTest++/.libs/AssertException.o UnitTest++/.libs/Checks.o UnitTest++/.libs/CompositeTestReporter.o UnitTest++/.libs/CurrentTest.o UnitTest++/.libs/DeferredTestReporter.o UnitTest++/.libs/DeferredTestResult.o UnitTest++/.libs/MemoryOutStream.o UnitTest++/.libs/ReportAssert.o UnitTest++/.libs/RequiredCheckException.o UnitTest++/.libs/RequiredCheckTestReporter.o UnitTest++/.libs/Test.o UnitTest++/.libs/TestDetails.o UnitTest++/.libs/TestList.o UnitTest++/.libs/TestReporter.o UnitTest++/.libs/TestReporterStdout.o UnitTest++/.libs/TestResults.o UnitTest++/.libs/TestRunner.o UnitTest++/.libs/ThrowingTestReporter.o UnitTest++/.libs/TimeConstraint.o UnitTest++/.libs/XmlTestReporter.o UnitTest++/Posix/.libs/SignalTranslator.o UnitTest++/Posix/.libs/TimeHelpers.o -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,libUnitTest++.so.1 -o UnitTest++/.libs/libUnitTest++.so.1.6.0 libtool: link: (cd "UnitTest++/.libs" && rm -f "libUnitTest++.so.1" && ln -s "libUnitTest++.so.1.6.0" "libUnitTest++.so.1") libtool: link: (cd "UnitTest++/.libs" && rm -f "libUnitTest++.so" && ln -s "libUnitTest++.so.1.6.0" "libUnitTest++.so") libtool: link: ar cru UnitTest++/.libs/libUnitTest++.a UnitTest++/AssertException.o UnitTest++/Checks.o UnitTest++/CompositeTestReporter.o UnitTest++/CurrentTest.o UnitTest++/DeferredTestReporter.o UnitTest++/DeferredTestResult.o UnitTest++/MemoryOutStream.o UnitTest++/ReportAssert.o UnitTest++/RequiredCheckException.o UnitTest++/RequiredCheckTestReporter.o UnitTest++/Test.o UnitTest++/TestDetails.o UnitTest++/TestList.o UnitTest++/TestReporter.o UnitTest++/TestReporterStdout.o UnitTest++/TestResults.o UnitTest++/TestRunner.o UnitTest++/ThrowingTestReporter.o UnitTest++/TimeConstraint.o UnitTest++/XmlTestReporter.o UnitTest++/Posix/SignalTranslator.o UnitTest++/Posix/TimeHelpers.o libtool: link: ranlib UnitTest++/.libs/libUnitTest++.a libtool: link: ( cd "UnitTest++/.libs" && rm -f "libUnitTest++.la" && ln -s "../libUnitTest++.la" "libUnitTest++.la" ) make[1]: Leaving directory '/builddir/build/BUILD/unittest-cpp-b69b63ac2bf4a967b35e853026abb68b3f8442ad' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.h1QnwP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64 + cd unittest-cpp-b69b63ac2bf4a967b35e853026abb68b3f8442ad + make DESTDIR=/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64 install make[1]: Entering directory '/builddir/build/BUILD/unittest-cpp-b69b63ac2bf4a967b35e853026abb68b3f8442ad' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -c UnitTest++/libUnitTest++.la '/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -c UnitTest++/.libs/libUnitTest++.so.1.6.0 /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64/libUnitTest++.so.1.6.0 libtool: install: (cd /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64 && { ln -s -f libUnitTest++.so.1.6.0 libUnitTest++.so.1 || { rm -f libUnitTest++.so.1 && ln -s libUnitTest++.so.1.6.0 libUnitTest++.so.1; }; }) libtool: install: (cd /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64 && { ln -s -f libUnitTest++.so.1.6.0 libUnitTest++.so || { rm -f libUnitTest++.so && ln -s libUnitTest++.so.1.6.0 libUnitTest++.so; }; }) libtool: install: /usr/bin/install -c UnitTest++/.libs/libUnitTest++.lai /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64/libUnitTest++.la libtool: install: /usr/bin/install -c UnitTest++/.libs/libUnitTest++.a /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64/libUnitTest++.a libtool: install: chmod 644 /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64/libUnitTest++.a libtool: install: ranlib /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64/libUnitTest++.a libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/include/' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/include//UnitTest++/Posix' /usr/bin/install -c -m 644 UnitTest++/Posix/SignalTranslator.h UnitTest++/Posix/TimeHelpers.h '/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/include//UnitTest++/Posix' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/include//UnitTest++' /usr/bin/install -c -m 644 UnitTest++/AssertException.h UnitTest++/CheckMacros.h UnitTest++/Checks.h UnitTest++/CompositeTestReporter.h UnitTest++/Config.h UnitTest++/CurrentTest.h UnitTest++/DeferredTestReporter.h UnitTest++/DeferredTestResult.h UnitTest++/ExceptionMacros.h UnitTest++/ExecuteTest.h UnitTest++/HelperMacros.h UnitTest++/MemoryOutStream.h UnitTest++/ReportAssert.h UnitTest++/ReportAssertImpl.h UnitTest++/RequireMacros.h UnitTest++/RequiredCheckException.h UnitTest++/RequiredCheckTestReporter.h UnitTest++/Test.h UnitTest++/TestDetails.h UnitTest++/TestList.h UnitTest++/TestMacros.h UnitTest++/TestReporter.h UnitTest++/TestReporterStdout.h UnitTest++/TestResults.h UnitTest++/TestRunner.h UnitTest++/TestSuite.h UnitTest++/ThrowingTestReporter.h UnitTest++/TimeConstraint.h UnitTest++/TimeHelpers.h UnitTest++/UnitTest++.h UnitTest++/UnitTestPP.h UnitTest++/XmlTestReporter.h '/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/include//UnitTest++' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64/pkgconfig' /usr/bin/install -c -m 644 UnitTest++.pc '/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64/pkgconfig' make[1]: Leaving directory '/builddir/build/BUILD/unittest-cpp-b69b63ac2bf4a967b35e853026abb68b3f8442ad' + rm -f /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/lib64/libUnitTest++.la + /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: unittest-cpp-2.0.0-3.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UUSYSB + umask 022 + cd /builddir/build/BUILD + cd unittest-cpp-b69b63ac2bf4a967b35e853026abb68b3f8442ad + DOCDIR=/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/share/doc/unittest-cpp + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/share/doc/unittest-cpp + cp -pr AUTHORS /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/share/doc/unittest-cpp + cp -pr LICENSE /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/share/doc/unittest-cpp + cp -pr README.md /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/share/doc/unittest-cpp + exit 0 Provides: libUnitTest++.so.1()(64bit) unittest-cpp = 2.0.0-3.fc28 unittest-cpp(riscv-64) = 2.0.0-3.fc28 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) 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.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: unittest-cpp-devel-2.0.0-3.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HcNA0l + umask 022 + cd /builddir/build/BUILD + cd unittest-cpp-b69b63ac2bf4a967b35e853026abb68b3f8442ad + DOCDIR=/builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/share/doc/unittest-cpp-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/share/doc/unittest-cpp-devel + cp -pr unittest-cpp.html /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64/usr/share/doc/unittest-cpp-devel + exit 0 Provides: pkgconfig(UnitTest++) = 1.6.0 unittest-cpp-devel = 2.0.0-3.fc28 unittest-cpp-devel(riscv-64) = 2.0.0-3.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libUnitTest++.so.1()(64bit) Processing files: unittest-cpp-static-2.0.0-3.fc28.riscv64 Provides: unittest-cpp-static = 2.0.0-3.fc28 unittest-cpp-static(riscv-64) = 2.0.0-3.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64 Wrote: /builddir/build/SRPMS/unittest-cpp-2.0.0-3.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/unittest-cpp-2.0.0-3.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/unittest-cpp-devel-2.0.0-3.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/unittest-cpp-static-2.0.0-3.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PSq9qt + umask 022 + cd /builddir/build/BUILD + cd unittest-cpp-b69b63ac2bf4a967b35e853026abb68b3f8442ad + /usr/bin/rm -rf /builddir/build/BUILDROOT/unittest-cpp-2.0.0-3.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff