Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/catch1.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/dist-c8-build-15020-527/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/catch1.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/catch1-1.12.1-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/catch1.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/dist-c8-build-15020-527/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/catch1.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WzWApq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Catch2-1.12.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/catch1-1.12.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Catch2-1.12.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KWaQ31 + umask 022 + cd /builddir/build/BUILD + cd Catch2-1.12.1 + 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 -m64 -mcpu=power8 -mtune=power8 -funwind-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 -m64 -mcpu=power8 -mtune=power8 -funwind-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 -m64 -mcpu=power8 -mtune=power8 -funwind-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 -m64 -mcpu=power8 -mtune=power8 -funwind-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 -- The C compiler identification is GNU 8.2.1 -- The CXX compiler identification is GNU 8.2.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- 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 -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_SHARED_LIBS CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE INCLUDE_INSTALL_DIR LIB_INSTALL_DIR LIB_SUFFIX SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/Catch2-1.12.1/build + /usr/bin/make -O -j8 -Cbuild make: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' /usr/bin/cmake -H/builddir/build/BUILD/Catch2-1.12.1 -B/builddir/build/BUILD/Catch2-1.12.1/build --check-build-system CMakeFiles/Makefile.cmake 0 make: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/Catch2-1.12.1/build/CMakeFiles /builddir/build/BUILD/Catch2-1.12.1/build/CMakeFiles/progress.marks make: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f CMakeFiles/Benchmark.dir/build.make CMakeFiles/Benchmark.dir/depend /usr/bin/make -f CMakeFiles/SelfTest.dir/build.make CMakeFiles/SelfTest.dir/depend make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' cd /builddir/build/BUILD/Catch2-1.12.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/Catch2-1.12.1 /builddir/build/BUILD/Catch2-1.12.1 /builddir/build/BUILD/Catch2-1.12.1/build /builddir/build/BUILD/Catch2-1.12.1/build /builddir/build/BUILD/Catch2-1.12.1/build/CMakeFiles/Benchmark.dir/DependInfo.cmake --color= Scanning dependencies of target Benchmark make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' /usr/bin/make -f CMakeFiles/Benchmark.dir/build.make CMakeFiles/Benchmark.dir/build make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' cd /builddir/build/BUILD/Catch2-1.12.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/Catch2-1.12.1 /builddir/build/BUILD/Catch2-1.12.1 /builddir/build/BUILD/Catch2-1.12.1/build /builddir/build/BUILD/Catch2-1.12.1/build /builddir/build/BUILD/Catch2-1.12.1/build/CMakeFiles/SelfTest.dir/DependInfo.cmake --color= Scanning dependencies of target SelfTest make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' /usr/bin/make -f CMakeFiles/SelfTest.dir/build.make CMakeFiles/SelfTest.dir/build make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 4%] Building CXX object CMakeFiles/Benchmark.dir/projects/Benchmark/StringificationBench.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/Benchmark.dir/projects/Benchmark/StringificationBench.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/Benchmark/StringificationBench.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 10%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/ClassTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/ClassTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ClassTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 15%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/CompilationTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/CompilationTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/CompilationTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 19%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/DecompositionTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/DecompositionTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/DecompositionTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 21%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/EnumToString.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/EnumToString.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/EnumToString.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 6%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/BDDTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/BDDTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/BDDTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 23%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/ExceptionTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/ExceptionTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ExceptionTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' In file included from /builddir/build/BUILD/Catch2-1.12.1/include/catch.hpp:34, from /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ExceptionTests.cpp:9: /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ExceptionTests.cpp: In function 'void ____C_A_T_C_H____T_E_S_T____0()': /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ExceptionTests.cpp:35:43: warning: catching polymorphic type 'class std::domain_error' by value [-Wcatch-value=] REQUIRE_THROWS_AS( thisThrows(), std::domain_error ); ^~~~~~~~~~~~ /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ExceptionTests.cpp: In function 'void ____C_A_T_C_H____T_E_S_T____2()': /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ExceptionTests.cpp:43:46: warning: catching polymorphic type 'class std::domain_error' by value [-Wcatch-value=] CHECK_THROWS_AS( thisDoesntThrow(), std::domain_error ); ^~~~~~~~~~~~ /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ExceptionTests.cpp: In function 'void ____C_A_T_C_H____T_E_S_T____31()': /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ExceptionTests.cpp:174:44: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] REQUIRE_THROWS_AS( throwCustom(), std::exception ); ^~~~~~~~~ make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 26%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/GeneratorTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/GeneratorTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/GeneratorTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 8%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/ApproxTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/ApproxTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ApproxTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 34%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/TagAliasTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/TagAliasTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/TagAliasTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 17%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/ConditionTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/ConditionTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ConditionTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 28%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/MessageTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/MessageTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/MessageTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 39%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringGeneralTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringGeneralTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ToStringGeneralTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 41%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringPair.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringPair.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ToStringPair.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 13%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/CmdLineTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/CmdLineTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/CmdLineTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 43%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringTuple.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringTuple.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ToStringTuple.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 30%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/MiscTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/MiscTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/MiscTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' In file included from /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/MiscTests.cpp:16: /builddir/build/BUILD/Catch2-1.12.1/include/../include/internal/catch_xmlwriter.hpp: In member function 'void Catch::XmlEncode::encodeTo(std::ostream&) const': /builddir/build/BUILD/Catch2-1.12.1/include/../include/internal/catch_xmlwriter.hpp:59:34: warning: comparison is always true due to limited range of data type [-Wtype-limits] if ( ( c >= 0 && c < '\x09' ) || ( c > '\x0D' && c < '\x20') || c=='\x7F' ) { ~~^~~~ /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/MiscTests.cpp: In function 'void ____C_A_T_C_H____T_E_S_T____76()': /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/MiscTests.cpp:328:70: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] wchar_t * const s = const_cast( L"wide load" ); ^ make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 47%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringWhich.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringWhich.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ToStringWhich.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 52%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/VariadicMacrosTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/VariadicMacrosTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/VariadicMacrosTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 56%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_common.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_common.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_common.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 58%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_console_colour.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 60%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_debugger.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_debugger.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_debugger.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 63%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 32%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/PartTrackerTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/PartTrackerTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/PartTrackerTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 65%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 69%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 67%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 76%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 50%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/TrickyTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/TrickyTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/TrickyTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 45%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringVector.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringVector.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/ToStringVector.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 71%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 80%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_message.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_message.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_message.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 84%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_ptr.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_ptr.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_ptr.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 73%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 82%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_option.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_option.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_option.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 78%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 54%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/MatchersTests.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/MatchersTests.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/MatchersTests.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 89%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 86%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_stream.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_stream.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_stream.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 91%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 93%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' In file included from /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp:3: /builddir/build/BUILD/Catch2-1.12.1/include/internal/catch_xmlwriter.hpp: In member function 'void Catch::XmlEncode::encodeTo(std::ostream&) const': /builddir/build/BUILD/Catch2-1.12.1/include/internal/catch_xmlwriter.hpp:59:34: warning: comparison is always true due to limited range of data type [-Wtype-limits] if ( ( c >= 0 && c < '\x09' ) || ( c > '\x0D' && c < '\x20') || c=='\x7F' ) { ~~^~~~ make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 95%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 2%] Building CXX object CMakeFiles/Benchmark.dir/projects/Benchmark/BenchMain.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/Benchmark.dir/projects/Benchmark/BenchMain.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/Benchmark/BenchMain.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 97%] Linking CXX executable Benchmark /usr/bin/cmake -E cmake_link_script CMakeFiles/Benchmark.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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/Benchmark.dir/projects/Benchmark/BenchMain.cpp.o CMakeFiles/Benchmark.dir/projects/Benchmark/StringificationBench.cpp.o -o Benchmark make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[1]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 97%] Built target Benchmark make[1]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [ 36%] Building CXX object CMakeFiles/SelfTest.dir/projects/SelfTest/TestMain.cpp.o /usr/bin/c++ -I/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wall -Wextra -o CMakeFiles/SelfTest.dir/projects/SelfTest/TestMain.cpp.o -c /builddir/build/BUILD/Catch2-1.12.1/projects/SelfTest/TestMain.cpp make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[2]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/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 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/SelfTest.dir/projects/SelfTest/ApproxTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/BDDTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/ClassTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/CmdLineTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/CompilationTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/ConditionTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/DecompositionTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/EnumToString.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/ExceptionTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/GeneratorTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/MessageTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/MiscTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/PartTrackerTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/TagAliasTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/TestMain.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringGeneralTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringPair.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringTuple.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringVector.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/ToStringWhich.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/TrickyTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/VariadicMacrosTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/MatchersTests.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_common.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_capture.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_message.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_option.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_ptr.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_stream.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_streambuf.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_spec.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp.o CMakeFiles/SelfTest.dir/projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp.o -o SelfTest make[2]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make[1]: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' [100%] Built target SelfTest make[1]: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' make: Entering directory '/builddir/build/BUILD/Catch2-1.12.1/build' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/Catch2-1.12.1/build/CMakeFiles 0 make: Leaving directory '/builddir/build/BUILD/Catch2-1.12.1/build' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.a6bXcU + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/catch1-1.12.1-1.el8.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/catch1-1.12.1-1.el8.ppc64le ++ dirname /builddir/build/BUILDROOT/catch1-1.12.1-1.el8.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/catch1-1.12.1-1.el8.ppc64le + cd Catch2-1.12.1 + mkdir -p /builddir/build/BUILDROOT/catch1-1.12.1-1.el8.ppc64le/usr/include + cp -pr include /builddir/build/BUILDROOT/catch1-1.12.1-1.el8.ppc64le/usr/include/catch + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ohvDuM + umask 022 + cd /builddir/build/BUILD + cd Catch2-1.12.1 + cd build + ctest -V -j8 UpdateCTestConfiguration from :/builddir/build/BUILD/Catch2-1.12.1/build/DartConfiguration.tcl UpdateCTestConfiguration from :/builddir/build/BUILD/Catch2-1.12.1/build/DartConfiguration.tcl Test project /builddir/build/BUILD/Catch2-1.12.1/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: RunTests 1: Test command: /builddir/build/BUILD/Catch2-1.12.1/build/SelfTest 1: Test timeout computed to be: 10000000 test 2 Start 2: ListTests 2: Test command: /builddir/build/BUILD/Catch2-1.12.1/build/SelfTest "--list-tests" 2: Test timeout computed to be: 10000000 test 3 Start 3: ListTags 3: Test command: /builddir/build/BUILD/Catch2-1.12.1/build/SelfTest "--list-tags" 3: Test timeout computed to be: 10000000 2: All available test cases: 2: Some simple comparisons between doubles 2: [Approx] 2: Approximate comparisons with different epsilons 2: [Approx] 2: Less-than inequalities with different epsilons 2: [Approx] 2: Greater-than inequalities with different epsilons 2: [Approx] 2: Approximate comparisons with floats 2: [Approx] 2: Approximate comparisons with ints 2: [Approx] 2: Approximate comparisons with mixed numeric types 2: [Approx] 2: Use a custom approx 2: [Approx][custom] 2: Approximate PI 2: [Approx][PI] 2: Absolute margin 2: [Approx] 2: Approx with exactly-representable margin 2: [Approx] 2: Comparison with explicitly convertible types 2: [Approx][c++11] 2: Scenario: Do that thing with the thing 2: [Tags] 2: Scenario: Vector resizing affects size and capacity 2: [bdd][capacity][size][vector] 2: Scenario: This is a really long scenario name to see how the list command 2: deals with wrapping 2: [anotherReallyLongTagNameButThisOneHasNoObviousWrapPointsSoShouldSplitWi- 2: thinAWordUsingADashCharacter][long][lots][one very long tag name that 2: should cause line wrapping writing out using the list command][tags] 2: [verbose][very long tags] 2: Scenario: BDD tests requiring Fixtures to provide commonly-accessed data or 2: methods 2: [bdd][fixtures] 2: A METHOD_AS_TEST_CASE based test run that succeeds 2: [class] 2: A METHOD_AS_TEST_CASE based test run that fails 2: [.][class][failing][hide] 2: A TEST_CASE_METHOD based test run that succeeds 2: [class] 2: A TEST_CASE_METHOD based test run that fails 2: [.][class][failing][hide] 2: Parse test names and tags 2: #809 2: #833 2: Equality checks that should succeed 2: Equality checks that should fail 2: [!mayfail][.][failing][hide] 2: Inequality checks that should succeed 2: Inequality checks that should fail 2: [!shouldfail][.][failing][hide] 2: Ordering comparison checks that should succeed 2: Ordering comparison checks that should fail 2: [.][failing][hide] 2: Comparisons with int literals don't warn when mixing signed/ unsigned 2: comparisons between int variables 2: comparisons between const int variables 2: Comparisons between unsigned ints and negative signed ints match c++ standard 2: behaviour 2: Comparisons between ints where one side is computed 2: Pointers can be compared to null 2: 'Not' checks that should succeed 2: 'Not' checks that should fail 2: [.][failing][hide] 2: Reconstruction should be based on stringification: #914 2: [.][Decomposition][failing][hide] 2: toString(enum) 2: [enum][toString] 2: toString(enum w/operator<<) 2: [enum][toString] 2: toString(enum class) 2: [.][c++11][enum][enumClass][hide][toString] 2: toString(enum class w/operator<<) 2: [.][c++11][enum][enumClass][hide][toString] 2: When checked exceptions are thrown they can be expected or unexpected 2: [!throws] 2: Expected exceptions that don't throw or unexpected exceptions fail the test 2: [!throws][.][failing][hide] 2: When unchecked exceptions are thrown directly they are always failures 2: [!throws][.][failing][hide] 2: An unchecked exception reports the line of the last assertion 2: [!throws][.][failing][hide] 2: When unchecked exceptions are thrown from sections they are always failures 2: [!throws][.][failing][hide] 2: When unchecked exceptions are thrown from functions they are always failures 2: [!throws][.][failing][hide] 2: When unchecked exceptions are thrown during a REQUIRE the test should abort 2: fail 2: [!throws][.][failing][hide] 2: When unchecked exceptions are thrown during a CHECK the test should continue 2: [!throws][.][failing][hide] 2: When unchecked exceptions are thrown, but caught, they do not affect the test 2: [!throws] 2: Non-std exceptions can be translated 2: [!throws][.][failing][hide] 2: Custom std-exceptions can be custom translated 2: [!throws][.][failing][hide] 2: Custom exceptions can be translated when testing for nothrow 2: [!throws][.][failing][hide] 2: Custom exceptions can be translated when testing for throwing as something 2: else 2: [!throws][.][failing][hide] 2: Unexpected exceptions can be translated 2: [!throws][.][failing][hide] 2: NotImplemented exception 2: [!throws] 2: Exception messages can be tested for 2: [!throws] 2: Mismatching exception messages failing the test 2: [!throws][.][failing][hide] 2: #748 - captures with unexpected exceptions 2: [!shouldfail][!throws] 2: Generators over two ranges 2: [generators] 2: Generator over a range of pairs 2: [generators] 2: INFO and WARN do not abort tests 2: [.][hide][messages] 2: SUCCEED counts as a test pass 2: [messages] 2: INFO gets logged on failure 2: [.][failing][hide][messages] 2: INFO gets logged on failure, even if captured before successful assertions 2: [.][failing][hide][messages] 2: FAIL aborts the test 2: [.][failing][hide][messages] 2: FAIL_CHECK does not abort the test 2: [.][failing][hide][messages] 2: FAIL does not require an argument 2: [.][failing][hide][messages] 2: SUCCESS does not require an argument 2: [.][hide][messages] 2: Output from all sections is reported 2: [.][failing][hide][messages] 2: Standard output from all sections is reported 2: [.][hide][messages] 2: Standard error is reported and redirected 2: [.][hide][messages] 2: SCOPED_INFO is reset for each loop 2: [.][failing][hide][messages] 2: The NO_FAIL macro reports a failure but does not fail the test 2: [messages] 2: just info 2: [info][isolated info][messages] 2: just failure 2: [.][fail][hide][isolated info][messages] 2: sends information to INFO 2: [.][failing][hide] 2: Pointers can be converted to strings 2: [.][hide][messages] 2: random SECTION tests 2: [.][failing][hide][sections] 2: nested SECTION tests 2: [.][failing][hide][sections] 2: more nested SECTION tests 2: [.][failing][hide][sections] 2: even more nested SECTION tests 2: [sections] 2: looped SECTION tests 2: [.][failing][hide][sections] 2: looped tests 2: [.][failing][hide] 2: Sends stuff to stdout and stderr 2: [.][hide] 2: null strings 2: checkedIf 2: checkedIf, failing 2: [.][failing][hide] 2: checkedElse 2: checkedElse, failing 2: [.][failing][hide] 2: xmlentitycheck 2: send a single char to INFO 2: [.][failing][hide] 2: atomic if 2: [0][failing] 2: Factorials are computed 2: [factorial] 2: An empty test with no assertions 2: [empty] 2: Nice descriptive name 2: [.][hide][tag1][tag2][tag3] 2: first tag 2: [tag1] 2: second tag 2: [tag2] 2: vectors can be sized and resized 2: [vector] 2: A couple of nested sections followed by a failure 2: [.][failing][hide] 2: not allowed 2: [!throws] 2: Tabs and newlines show in output 2: [.][failing][hide][whitespace] 2: toString on const wchar_t const pointer returns the string contents 2: [toString] 2: toString on const wchar_t pointer returns the string contents 2: [toString] 2: toString on wchar_t const pointer returns the string contents 2: [toString] 2: toString on wchar_t returns the string contents 2: [toString] 2: XmlEncode 2: long long 2: [.][c++11][hide] 2: This test 'should' fail but doesn't 2: [!shouldfail][.][failing][hide] 2: # A test name that starts with a # 2: #835 -- errno should not be touched by Catch 2: [!shouldfail] 2: #961 -- Dynamically created sections should all be reported 2: [.][hide] 2: Tracker 2: Tag alias can be registered against tag patterns 2: Process can be configured on command line 2: [command-line][config] 2: Long strings can be wrapped 2: [wrap] 2: replaceInPlace 2: Strings can be rendered with colour 2: [.][.colour][hide] 2: Text can be formatted using the Text class 2: Long text is truncated 2: [Text][Truncated] 2: ManuallyRegistered 2: Character pretty printing 2: Capture and info messages 2: std::pair -> toString 2: [pair][toString] 2: std::pair -> toString 2: [pair][toString] 2: std::vector > -> toString 2: [pair][toString] 2: pair > -> toString 2: [pair][toString] 2: tuple<> 2: [.][c++11][hide][toString][tuple] 2: tuple 2: [.][c++11][hide][toString][tuple] 2: tuple 2: [.][c++11][hide][toString][tuple] 2: tuple 2: [.][c++11][hide][toString][tuple] 2: tuple,tuple<>,float> 2: [.][c++11][hide][toString][tuple] 2: tuple 2: [.][c++11][hide][toString][tuple] 2: vector -> toString 2: [toString][vector] 2: vector -> toString 2: [toString][vector] 2: vector -> toString 2: [.][c++11][hide][toString][vector,allocator] 2: vec> -> toString 2: [.][c++11][hide][toString][vector,allocator] 2: toString( has_toString ) 2: [toString] 2: toString( has_maker ) 2: toString( has_maker_and_toString ) 2: [.][hide][toString] 2: toString( vectors