******************************************************************************** conan test conan-center-index\recipes\mingw-w64\8.1\test_package\conanfile.py mingw-w64/8.1@ --profile=C:\J\w\BuildSingleReference/60143/f4ccdb01-82e1-4d16-b49e-06aa0c400222/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (C:\J\w\BuildSingleReference\.conan\profiles\default) Found Visual Studio 16 Default settings os=Windows os_build=Windows arch=x86_64 arch_build=x86_64 compiler=Visual Studio compiler.version=16 build_type=Release *** You can change them in C:\J\w\BuildSingleReference\.conan\profiles\default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=15 os=Windows [options] [build_requires] [env] mingw-w64/8.1 (test package): Installing package Requirements mingw-w64/8.1 from local cache - Cache Packages mingw-w64/8.1:6903a9d1b48b06f7fbe0929db654512c77e6cc32 - Download Installing (downloading, building) binaries... mingw-w64/8.1: Retrieving package 6903a9d1b48b06f7fbe0929db654512c77e6cc32 from remote 'c3i_PR-8307' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz mingw-w64/8.1: Package installed 6903a9d1b48b06f7fbe0929db654512c77e6cc32 mingw-w64/8.1: Downloaded package revision 25910d08ce82cf2312dfc16c09b84f84 mingw-w64/8.1: Appending PATH env var with : C:\J\w\BuildSingleReference\.conan\data\mingw-w64\8.1\_\_\package\6903a9d1b48b06f7fbe0929db654512c77e6cc32\bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK mingw-w64/8.1 (test package): Generator txt created conanbuildinfo.txt mingw-w64/8.1 (test package): Generator gcc created conanbuildinfo.gcc mingw-w64/8.1 (test package): Aggregating env generators mingw-w64/8.1 (test package): Generated conaninfo.txt mingw-w64/8.1 (test package): Generated graphinfo Using lockfile: 'C:\J\w\BuildSingleReference\conan-center-index\recipes\mingw-w64\8.1\test_package\build\c50876b7b4d345f61b334f4d8f12671306a33be5/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 mingw-w64/8.1 (test package): Calling build() ----Running------ > gcc.exe C:\J\w\BuildSingleReference\conan-center-index\recipes\mingw-w64\8.1\test_package\main.cpp @conanbuildinfo.gcc -lstdc++ -o main ----------------- mingw-w64/8.1 (test package): Running test() ----Running------ > gcc.exe --version ----------------- gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ----Running------ > main ----------------- Hello world!