******************************************************************************** conan test conan-center-index/recipes/range-v3/all/test_package/conanfile.py range-v3/0.11.0@ --profile=/home/conan/w/BuildSingleReference/60/571c9a3a-596d-4b86-bb99-130c2bc1f94b/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux os_build=Linux [options] [build_requires] [env] range-v3/0.11.0 (test package): Installing package Requirements range-v3/0.11.0 from local cache - Cache Packages range-v3/0.11.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache Installing (downloading, building) binaries... range-v3/0.11.0: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK range-v3/0.11.0 (test package): Generator cmake_find_package created Findrange-v3.cmake range-v3/0.11.0 (test package): Generator txt created conanbuildinfo.txt range-v3/0.11.0 (test package): Generated conaninfo.txt range-v3/0.11.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/BuildSingleReference/conan-center-index/recipes/range-v3/all/test_package/build/3ab9e807845e983564d20e53042ddfcbb6c691b9/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK range-v3/0.11.0 (test package): Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/conan-center-index/recipes/range-v3/all/test_package/build/3ab9e807845e983564d20e53042ddfcbb6c691b9' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="7" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_MODULE_PATH="/home/conan/w/BuildSingleReference/conan-center-index/recipes/range-v3/all/test_package/build/3ab9e807845e983564d20e53042ddfcbb6c691b9" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/conan-center-index/recipes/range-v3/all/test_package' ----------------- -- The C compiler identification is GNU 7.2.0 -- The CXX compiler identification is GNU 7.2.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- 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/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: Using autogenerated Findrange-v3.cmake -- Found range-v3: 0.11.0 (found version "0.11.0") -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CONAN_COMPILER CONAN_COMPILER_VERSION CONAN_CXX_FLAGS CONAN_C_FLAGS CONAN_EXPORTED CONAN_IN_LOCAL_CACHE CONAN_LIBCXX CONAN_SHARED_LINKER_FLAGS -- Build files have been written to: /home/conan/w/BuildSingleReference/conan-center-index/recipes/range-v3/all/test_package/build/3ab9e807845e983564d20e53042ddfcbb6c691b9 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/range-v3/all/test_package/build/3ab9e807845e983564d20e53042ddfcbb6c691b9' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o In file included from /usr/include/c++/7/string_view:39:0, from /home/conan/w/BuildSingleReference/.conan/data/range-v3/0.11.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/range/v3/range/concepts.hpp:26, from /home/conan/w/BuildSingleReference/.conan/data/range-v3/0.11.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/range/v3/action/concepts.hpp:23, from /home/conan/w/BuildSingleReference/.conan/data/range-v3/0.11.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/range/v3/action/action.hpp:23, from /home/conan/w/BuildSingleReference/.conan/data/range-v3/0.11.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/range/v3/action.hpp:17, from /home/conan/w/BuildSingleReference/.conan/data/range-v3/0.11.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/range/v3/all.hpp:17, from /home/conan/w/BuildSingleReference/conan-center-index/recipes/range-v3/all/test_package/test_package.cpp:1: /usr/include/c++/7/bits/c++17_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2017 standard. This support must be enabled with the -std=c++17 or -std=gnu++17 compiler options. #error This file requires compiler and library support \ ^~~~~ CMakeFiles/test_package.dir/build.make:62: recipe for target 'CMakeFiles/test_package.dir/test_package.cpp.o' failed make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/test_package.dir/all' failed make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 ERROR: range-v3/0.11.0 (test package): Error in build() method, line 12 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/range-v3/all/test_package/build/3ab9e807845e983564d20e53042ddfcbb6c691b9' '--' '-j3'