Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/catch.spec'], chrootPath='/var/lib/mock/f29-build-19339-10311/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/catch.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/catch-2.2.3-2.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/catch.spec'], chrootPath='/var/lib/mock/f29-build-19339-10311/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/catch.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ts4Y4o + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Catch2-2.2.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/catch-2.2.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Catch2-2.2.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e 's|COMMAND python |COMMAND python3 |' CMakeLists.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.unNnrS + umask 022 + cd /builddir/build/BUILD + cd Catch2-2.2.3 + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,-z,now -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 . -Bbuild -DCATCH_ENABLE_WERROR=OFF -- The CXX compiler identification is GNU 8.1.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 -- Enabling C++11 -- Configuring done -- Generating done BUILDSTDERR: CMake Warning: BUILDSTDERR: Manually-specified variables were not used by the project: BUILDSTDERR: CMAKE_CXX_FLAGS_RELEASE BUILDSTDERR: CMAKE_C_FLAGS_RELEASE BUILDSTDERR: CMAKE_Fortran_FLAGS_RELEASE BUILDSTDERR: INCLUDE_INSTALL_DIR BUILDSTDERR: LIB_INSTALL_DIR BUILDSTDERR: LIB_SUFFIX BUILDSTDERR: SHARE_INSTALL_PREFIX BUILDSTDERR: SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/Catch2-2.2.3/build + /usr/bin/make -O -j4 -Cbuild make: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' /usr/bin/cmake -H/builddir/build/BUILD/Catch2-2.2.3 -B/builddir/build/BUILD/Catch2-2.2.3/build --check-build-system CMakeFiles/Makefile.cmake 0 make: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/Catch2-2.2.3/build/CMakeFiles /builddir/build/BUILD/Catch2-2.2.3/build/CMakeFiles/progress.marks make: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f CMakeFiles/SelfTest.dir/build.make CMakeFiles/SelfTest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' cd /builddir/build/BUILD/Catch2-2.2.3/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/Catch2-2.2.3 /builddir/build/BUILD/Catch2-2.2.3 /builddir/build/BUILD/Catch2-2.2.3/build /builddir/build/BUILD/Catch2-2.2.3/build /builddir/build/BUILD/Catch2-2.2.3/build/CMakeFiles/SelfTest.dir/DependInfo.cmake --color= Scanning dependencies of target SelfTest make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' /usr/bin/make -f CMakeFiles/SelfTest.dir/build.make CMakeFiles/SelfTest.dir/build make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 4%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/TagAlias.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/TagAlias.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/IntrospectiveTests/TagAlias.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 1%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/TestMain.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/TestMain.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/TestMain.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 5%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/String.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/String.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/IntrospectiveTests/String.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 3%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/PartTracker.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/PartTracker.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/IntrospectiveTests/PartTracker.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 8%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/BDD.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/BDD.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/BDD.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 7%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Approx.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Approx.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/Approx.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 6%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/Xml.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/Xml.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/IntrospectiveTests/Xml.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 10%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Class.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Class.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/Class.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 9%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Benchmark.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Benchmark.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/Benchmark.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 13%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Decomposition.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Decomposition.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/Decomposition.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 11%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Compilation.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Compilation.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/Compilation.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 14%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/EnumToString.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/EnumToString.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/EnumToString.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 15%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Exception.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Exception.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/Exception.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 16%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Message.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Message.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/Message.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 12%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Condition.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Condition.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/Condition.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 18%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringChrono.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringChrono.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/ToStringChrono.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 17%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Misc.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Misc.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/Misc.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 20%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringPair.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringPair.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/ToStringPair.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 19%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringGeneral.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringGeneral.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/ToStringGeneral.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 21%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringTuple.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringTuple.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/ToStringTuple.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 22%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringVector.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringVector.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/ToStringVector.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 2%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/CmdLine.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/CmdLine.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/IntrospectiveTests/CmdLine.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 23%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringWhich.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringWhich.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/ToStringWhich.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 25%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/VariadicMacros.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/VariadicMacros.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/VariadicMacros.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 27%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_approx.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_approx.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_approx.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 28%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_assertionhandler.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_assertionhandler.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_assertionhandler.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 29%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_assertionresult.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_assertionresult.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_assertionresult.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 30%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_benchmark.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_benchmark.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_benchmark.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 31%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_capture_matchers.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_capture_matchers.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_capture_matchers.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 24%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Tricky.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Tricky.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/Tricky.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 33%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_common.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_common.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_common.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 35%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_console_colour.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_console_colour.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_console_colour.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 34%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_config.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_config.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_config.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 36%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_context.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_context.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_context.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 37%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_debug_console.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_debug_console.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_debug_console.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 38%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_debugger.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_debugger.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_debugger.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 40%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_errno_guard.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_errno_guard.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_errno_guard.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 39%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_decomposer.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_decomposer.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_decomposer.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 42%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_fatal_condition.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_fatal_condition.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_fatal_condition.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 41%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_exception_translator_registry.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_exception_translator_registry.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_exception_translator_registry.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 43%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_capture.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_capture.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_interfaces_capture.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 44%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_config.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_config.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_interfaces_config.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 45%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_exception.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_exception.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_interfaces_exception.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 47%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_runner.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_runner.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_interfaces_runner.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 46%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_registry_hub.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_registry_hub.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_interfaces_registry_hub.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 48%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_testcase.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_testcase.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_interfaces_testcase.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 50%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_leak_detector.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_leak_detector.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_leak_detector.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 51%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_matchers.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_matchers.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_matchers.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 52%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_matchers_floating.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_matchers_floating.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_matchers_floating.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 53%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_matchers_generic.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_matchers_generic.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_matchers_generic.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 26%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Matchers.tests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Matchers.tests.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/UsageTests/Matchers.tests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 55%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_message.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_message.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_message.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 49%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_list.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_list.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_list.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 32%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_commandline.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_commandline.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_commandline.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 56%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_output_redirect.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_output_redirect.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_output_redirect.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 59%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_random_number_generator.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_random_number_generator.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_random_number_generator.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 57%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_registry_hub.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_registry_hub.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_registry_hub.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 58%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_reporter.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_reporter.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_interfaces_reporter.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 61%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_result_type.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_result_type.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_result_type.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 60%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_reporter_registry.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_reporter_registry.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_reporter_registry.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 63%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_section.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_section.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_section.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 64%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_section_info.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_section_info.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_section_info.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 66%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_startup_exception_registry.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_startup_exception_registry.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_startup_exception_registry.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 62%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_run_context.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_run_context.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_run_context.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 67%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_stream.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_stream.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_stream.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 68%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_stringref.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_stringref.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_stringref.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 70%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_tag_alias.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_tag_alias.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_tag_alias.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 69%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_string_manip.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_string_manip.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_string_manip.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 71%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_tag_alias_autoregistrar.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_tag_alias_autoregistrar.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_tag_alias_autoregistrar.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 54%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_matchers_string.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_matchers_string.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_matchers_string.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 72%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_tag_alias_registry.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_tag_alias_registry.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_tag_alias_registry.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 73%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_test_case_info.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_test_case_info.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_test_case_info.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 76%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_test_registry.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_test_registry.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_test_registry.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 75%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_test_case_tracker.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_test_case_tracker.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_test_case_tracker.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 77%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_test_spec.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_test_spec.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_test_spec.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 65%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_session.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_session.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_session.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 79%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_timer.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_timer.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_timer.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 81%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_totals.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_totals.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_totals.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 82%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_uncaught_exceptions.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_uncaught_exceptions.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_uncaught_exceptions.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 83%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_version.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_version.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_version.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 84%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_wildcard_pattern.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_wildcard_pattern.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_wildcard_pattern.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 78%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_test_spec_parser.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_test_spec_parser.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_test_spec_parser.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 80%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_tostring.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_tostring.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_tostring.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' BUILDSTDERR: /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_tostring.cpp: In static member function 'static std::__cxx11::string Catch::StringMaker::convert(char)': BUILDSTDERR: /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_tostring.cpp:206:21: warning: comparison is always true due to limited range of data type [-Wtype-limits] BUILDSTDERR: } else if ('\0' <= value && value < ' ') { BUILDSTDERR: ~~~~~^~~~~~~~ make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 85%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_xmlwriter.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_xmlwriter.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_xmlwriter.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 74%] Building CXX object CMakeFiles/SelfTest.dir/include/internal/catch_test_case_registry_impl.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/internal/catch_test_case_registry_impl.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/internal/catch_test_case_registry_impl.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 86%] Building CXX object CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_bases.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_bases.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/reporters/catch_reporter_bases.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 90%] Building CXX object CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_listening.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_listening.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/reporters/catch_reporter_listening.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 87%] Building CXX object CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_compact.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_compact.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/reporters/catch_reporter_compact.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 92%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 93%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_debugger.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_debugger.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/SurrogateCpps/catch_debugger.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 94%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 95%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_option.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_option.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/SurrogateCpps/catch_option.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 96%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_stream.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_stream.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/SurrogateCpps/catch_stream.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 97%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 98%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 91%] Building CXX object CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_xml.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_xml.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/reporters/catch_reporter_xml.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 99%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 89%] Building CXX object CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_junit.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_junit.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/reporters/catch_reporter_junit.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [ 88%] Building CXX object CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_console.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-2.2.3/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wextra -Wunreachable-code -Wpedantic -std=c++11 -o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_console.cpp.o -c /builddir/build/BUILD/Catch2-2.2.3/include/reporters/catch_reporter_console.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [100%] Linking CXX executable SelfTest /usr/bin/cmake -E cmake_link_script CMakeFiles/SelfTest.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/SelfTest.dir/projects/SelfTest/TestMain.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/CmdLine.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/PartTracker.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/TagAlias.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/String.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/IntrospectiveTests/Xml.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Approx.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/BDD.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Benchmark.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Class.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Compilation.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Condition.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Decomposition.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/EnumToString.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Exception.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Message.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Misc.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringChrono.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringGeneral.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringPair.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringTuple.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringVector.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/ToStringWhich.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Tricky.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/VariadicMacros.tests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/UsageTests/Matchers.tests.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_approx.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_assertionhandler.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_assertionresult.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_benchmark.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_capture_matchers.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_commandline.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_common.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_config.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_console_colour.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_context.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_debug_console.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_debugger.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_decomposer.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_errno_guard.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_exception_translator_registry.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_fatal_condition.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_capture.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_config.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_exception.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_registry_hub.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_runner.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_testcase.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_list.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_leak_detector.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_matchers.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_matchers_floating.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_matchers_generic.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_matchers_string.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_message.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_output_redirect.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_registry_hub.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_interfaces_reporter.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_random_number_generator.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_reporter_registry.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_result_type.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_run_context.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_section.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_section_info.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_session.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_startup_exception_registry.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_stream.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_stringref.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_string_manip.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_tag_alias.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_tag_alias_autoregistrar.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_tag_alias_registry.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_test_case_info.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_test_case_registry_impl.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_test_case_tracker.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_test_registry.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_test_spec.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_test_spec_parser.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_timer.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_tostring.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_totals.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_uncaught_exceptions.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_version.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_wildcard_pattern.cpp.o CMakeFiles/SelfTest.dir/include/internal/catch_xmlwriter.cpp.o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_bases.cpp.o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_compact.cpp.o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_console.cpp.o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_junit.cpp.o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_listening.cpp.o CMakeFiles/SelfTest.dir/include/reporters/catch_reporter_xml.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_debugger.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_option.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_stream.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp.o -o SelfTest make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[1]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' [100%] Built target SelfTest make[1]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' make: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/Catch2-2.2.3/build/CMakeFiles 0 make: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UTzbRy + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64 + cd Catch2-2.2.3 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64 'INSTALL=/usr/bin/install -p' -Cbuild make: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' /usr/bin/cmake -H/builddir/build/BUILD/Catch2-2.2.3 -B/builddir/build/BUILD/Catch2-2.2.3/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/Catch2-2.2.3/build/CMakeFiles /builddir/build/BUILD/Catch2-2.2.3/build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' /usr/bin/make -f CMakeFiles/SelfTest.dir/build.make CMakeFiles/SelfTest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' cd /builddir/build/BUILD/Catch2-2.2.3/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/Catch2-2.2.3 /builddir/build/BUILD/Catch2-2.2.3 /builddir/build/BUILD/Catch2-2.2.3/build /builddir/build/BUILD/Catch2-2.2.3/build /builddir/build/BUILD/Catch2-2.2.3/build/CMakeFiles/SelfTest.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' /usr/bin/make -f CMakeFiles/SelfTest.dir/build.make CMakeFiles/SelfTest.dir/build make[2]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[2]: Nothing to be done for 'CMakeFiles/SelfTest.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' [100%] Built target SelfTest make[1]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/Catch2-2.2.3/build/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/builddir/build/BUILD/Catch2-2.2.3/build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' Install the project... /usr/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/include/catch -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/include/catch/catch.hpp -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/include/catch/catch_reporter_teamcity.hpp -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/include/catch/catch_reporter_automake.hpp -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/include/catch/catch_reporter_tap.hpp -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2 -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/slow-compiles.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/release-process.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/configuration.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/opensource-users.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/commercial-users.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/test-cases-and-sections.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/event-listeners.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/build-systems.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/logging.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/assertions.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/Readme.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/reporters.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/contributing.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/why-catch.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/test-fixtures.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/release-notes.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/limitations.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/command-line.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/tutorial.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/matchers.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/tostring.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/own-main.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/Catch2/list-of-examples.md -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/pkgconfig/catch.pc -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/lib64/cmake/Catch2/Catch2Config.cmake -- Installing: /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/lib64/cmake/Catch2/Catch2ConfigVersion.cmake make: Leaving directory '/builddir/build/BUILD/Catch2-2.2.3/build' + rm -rf /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64//usr/share/doc + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.8qShVO Processing files: catch-devel-2.2.3-2.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OIDo02 + umask 022 + cd /builddir/build/BUILD + cd Catch2-2.2.3 + DOCDIR=/builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/catch-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/catch-devel + cp -pr README.md /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/catch-devel + cp -pr CODE_OF_CONDUCT.md /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/catch-devel + cp -pr docs /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/doc/catch-devel + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UPK4mn + umask 022 + cd /builddir/build/BUILD + cd Catch2-2.2.3 + LICENSEDIR=/builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/licenses/catch-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/licenses/catch-devel + cp -pr LICENSE.txt /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64/usr/share/licenses/catch-devel + exit 0 Provides: catch-devel = 2.2.3-2.fc29 catch-devel(riscv-64) = 2.2.3-2.fc29 catch-static = 2.2.3-2.fc29 cmake(Catch2) = 2.2.3 pkgconfig(catch) = 2.2.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config cmake-filesystem(riscv-64) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64 Wrote: /builddir/build/RPMS/catch-devel-2.2.3-2.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pkCnrH + umask 022 + cd /builddir/build/BUILD + cd Catch2-2.2.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/catch-2.2.3-2.fc29.riscv64 + exit 0 Child return code was: 0