******************************************************************************** conan install catch2/3.0.1@#4a70ce6998ba7cc7265b698d2f06a16e --build=catch2 -pr /home/conan/w/prod/BuildSingleReference/35202/962099f2-8aa0-4d6f-a098-b7f145650fa3/profile_linux_5_libstdcpp11_gcc_release_64..txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] catch2/3.0.1: Forced build from source Installing package: catch2/3.0.1 Requirements catch2/3.0.1 from local cache - Cache Packages catch2/3.0.1:4d887c1c2779c63d2cdd81580698d2e22cb35b29 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK catch2/3.0.1: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK catch2/3.0.1: Copying sources to build folder catch2/3.0.1: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29 catch2/3.0.1: Generator cmake created conanbuildinfo.cmake catch2/3.0.1: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK catch2/3.0.1: Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="5" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DBUILD_TESTING="OFF" -DCATCH_INSTALL_DOCS="OFF" -DCATCH_INSTALL_HELPERS="ON" -Denable_benchmark="False" -DCATCH_CONFIG_PREFIX_ALL="False" -Wno-dev '/home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29' ----------------- -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Compiler GCC>=5, checking major version 5 -- Conan: Checking correct version: 5 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build_subfolder ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build_subfolder' '--' '-j3' ----------------- Scanning dependencies of target Catch2 [ 1%] Building CXX object source_subfolder/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o [ 2%] Building CXX object source_subfolder/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_combined_tu.cpp.o [ 3%] Building CXX object source_subfolder/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o [ 5%] Building CXX object source_subfolder/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o [ 6%] Building CXX object source_subfolder/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o source_subfolder/src/CMakeFiles/Catch2.dir/build.make:133: recipe for target 'source_subfolder/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o' failed CMakeFiles/Makefile2:159: recipe for target 'source_subfolder/src/CMakeFiles/Catch2.dir/all' failed Makefile:170: recipe for target 'all' failed catch2/3.0.1: CMake Warning: Manually-specified variables were not used by the project: CATCH_INSTALL_HELPERS CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/reporters/catch_reporter_console.cpp: In constructor ‘Catch::ConsoleReporter::ConsoleReporter(Catch::ReporterConfig&&)’: /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/reporters/catch_reporter_console.cpp:379:9: error: use of deleted function ‘Catch::StreamingReporterBase::StreamingReporterBase(Catch::ReporterConfig&&)’ }())) {} ^ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/reporters/catch_reporter_console.hpp:11:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/reporters/catch_reporter_console.cpp:8: /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/reporters/catch_reporter_streaming_base.hpp:19:29: note: ‘Catch::StreamingReporterBase::StreamingReporterBase(Catch::ReporterConfig&&)’ is implicitly deleted because the default definition would be ill-formed: using ReporterBase::ReporterBase; ^ /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/reporters/catch_reporter_streaming_base.hpp:19:29: error: no matching function for call to ‘Catch::TestRunInfo::TestRunInfo()’ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/reporters/catch_reporter_common_base.hpp:11:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/reporters/catch_reporter_streaming_base.hpp:11, from /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/reporters/catch_reporter_console.hpp:11, from /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/reporters/catch_reporter_console.cpp:8: /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/interfaces/catch_interfaces_reporter.hpp:61:19: note: candidate: constexpr Catch::TestRunInfo::TestRunInfo(Catch::StringRef) constexpr TestRunInfo(StringRef _name) : name(_name) {} ^ /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/interfaces/catch_interfaces_reporter.hpp:61:19: note: candidate expects 1 argument, 0 provided /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/interfaces/catch_interfaces_reporter.hpp:60:12: note: candidate: constexpr Catch::TestRunInfo::TestRunInfo(const Catch::TestRunInfo&) struct TestRunInfo { ^ /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/interfaces/catch_interfaces_reporter.hpp:60:12: note: candidate expects 1 argument, 0 provided /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/interfaces/catch_interfaces_reporter.hpp:60:12: note: candidate: constexpr Catch::TestRunInfo::TestRunInfo(Catch::TestRunInfo&&) /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/source_subfolder/src/catch2/../catch2/interfaces/catch_interfaces_reporter.hpp:60:12: note: candidate expects 1 argument, 0 provided make[2]: *** [source_subfolder/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [source_subfolder/src/CMakeFiles/Catch2.dir/all] Error 2 make: *** [all] Error 2 catch2/3.0.1: ERROR: Package '4d887c1c2779c63d2cdd81580698d2e22cb35b29' build failed catch2/3.0.1: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29 ERROR: catch2/3.0.1: Error in build() method, line 100 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/catch2/3.0.1/_/_/build/4d887c1c2779c63d2cdd81580698d2e22cb35b29/build_subfolder' '--' '-j3'