******************************************************************************** conan test conan-center-index/recipes/fpgen/1.1.0-clang/test_package/conanfile.py fpgen/1.1.0-clang@#cd1b50e3cf94dba80d705c1f51132f92 -pr /home/conan/w/prod/BuildSingleReference/36894/440aa9f4-c5ca-4fac-9525-7231db86a7c1/profile_linux_13_libstdcpp_clang_release_64..txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: clang, clang++ Found clang 13.0 clang>=8, using the major as version Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=clang compiler.version=13 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=clang compiler.libcxx=libstdc++ compiler.version=13 os=Linux [options] [build_requires] [env] fpgen/1.1.0-clang (test package): Installing package Requirements fpgen/1.1.0-clang from local cache - Cache Packages fpgen/1.1.0-clang:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download Installing (downloading, building) binaries... fpgen/1.1.0-clang: Retrieving package 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 from remote 'c3i_PR-10928' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz fpgen/1.1.0-clang: Package installed 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 fpgen/1.1.0-clang: Downloaded package revision 5a9a31cd6ef260583f6c6db1e6791807 fpgen/1.1.0-clang (test package): Generator cmake created conanbuildinfo.cmake fpgen/1.1.0-clang (test package): Generator txt created conanbuildinfo.txt fpgen/1.1.0-clang (test package): Aggregating env generators fpgen/1.1.0-clang (test package): Generated conaninfo.txt fpgen/1.1.0-clang (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fpgen/1.1.0-clang/test_package/build/2f23e15be4cefd13e7eb2ca486942d10e627718e/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 fpgen/1.1.0-clang (test package): Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fpgen/1.1.0-clang/test_package/build/2f23e15be4cefd13e7eb2ca486942d10e627718e' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="13" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fpgen/1.1.0-clang/test_package/build/2f23e15be4cefd13e7eb2ca486942d10e627718e/package" -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" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fpgen/1.1.0-clang/test_package' ----------------- -- The CXX compiler identification is Clang 13.0.0 -- Check for working CXX compiler: /usr/local/bin/clang++ -- Check for working CXX compiler: /usr/local/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler Clang>=8, checking major version 13 -- Conan: Checking correct version: 13 -- Conan: C++ stdlib: libc++ -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fpgen/1.1.0-clang/test_package/build/2f23e15be4cefd13e7eb2ca486942d10e627718e ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fpgen/1.1.0-clang/test_package/build/2f23e15be4cefd13e7eb2ca486942d10e627718e' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/main.cpp.o [100%] Linking CXX executable bin/test_package [100%] Built target test_package fpgen/1.1.0-clang (test package): Running test() ----Running------ > bin/test_package ----------------- 0 1 2 3 CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR fpgen/1.1.0-clang: WARN: Could not check availability of C++20.