******************************************************************************** conan test conan-center-index\recipes\mingw-builds\all\test_package\conanfile.py mingw-builds/12.2.0@#40ab045ce629019b6f1056ce511079e9 -pr C:\J\w\prod\BuildSingleReference@2\119253\77aeb3a1-fb7b-4ffd-9bb2-42ed2178e8e9/profile_windows_15_mt_vs_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=15 os=Windows [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True mingw-builds/12.2.0 (test package): Installing package Requirements mingw-builds/12.2.0 from local cache - Cache Packages mingw-builds/12.2.0:6903a9d1b48b06f7fbe0929db654512c77e6cc32 - Cache Installing (downloading, building) binaries... mingw-builds/12.2.0: Already installed! mingw-builds/12.2.0: Appending PATH env var with : C:\J\w\prod\BuildSingleReference@2\.conan\data\mingw-builds\12.2.0\_\_\package\6903a9d1b48b06f7fbe0929db654512c77e6cc32\bin mingw-builds/12.2.0 (test package): Generator txt created conanbuildinfo.txt mingw-builds/12.2.0 (test package): Generator gcc created conanbuildinfo.gcc mingw-builds/12.2.0 (test package): Aggregating env generators mingw-builds/12.2.0 (test package): Generated conaninfo.txt mingw-builds/12.2.0 (test package): Generated graphinfo Using lockfile: 'C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\mingw-builds\all\test_package\build\12cc9b982277429c7047b05d3602252f4c74a542/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-builds/12.2.0 (test package): Calling build() ----Running------ > gcc.exe C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\mingw-builds\all\test_package\main.cpp @conanbuildinfo.gcc -lstdc++ -o main ----------------- mingw-builds/12.2.0 (test package): Running test() ----Running------ > gcc.exe --version ----------------- gcc.exe (x86_64-posix-seh-rev1, Built by MinGW-W64 project) 12.2.0 Copyright (C) 2022 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!