******************************************************************************** conan test cci-a8bf3e93\recipes\scons\all\test_package\conanfile.py scons/4.2.0@#454d4096a8d488cc0f8b0729c9d227a3 -pr C:\J\w\prod\BuildSingleReference\252420\e82e0b33-39c9-42ff-84f7-c119b556e0ee/profile_windows_16_md_vs_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (C:\J\w\prod\BuildSingleReference\.conan\profiles\default) Found Visual Studio 17 Default settings os=Windows os_build=Windows arch=x86_64 arch_build=x86_64 compiler=Visual Studio compiler.version=17 build_type=Release *** You can change them in C:\J\w\prod\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=MD compiler.version=16 os=Windows [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True scons/4.2.0 (test package): Installing package Requirements Packages Build requirements scons/4.2.0 from local cache - Cache Build requirements packages scons/4.2.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download Installing (downloading, building) binaries... scons/4.2.0: Retrieving package 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 from remote 'c3i_PR-17945' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz scons/4.2.0: Package installed 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 scons/4.2.0: Downloaded package revision c67faccafdd8c727e3e177f35073de94 scons/4.2.0: Appending PATH environment var: C:\J\w\prod\BuildSingleReference/s\36f4eb\1\bin scons/4.2.0: Setting SCONS environment variable: C:\J\w\prod\BuildSingleReference/s\36f4eb\1\bin\scons.cmd scons/4.2.0 (test package): Applying build-requirement: scons/4.2.0 scons/4.2.0 (test package): Generator txt created conanbuildinfo.txt scons/4.2.0 (test package): Generator 'VirtualBuildEnv' calling 'generate()' scons/4.2.0 (test package): Aggregating env generators scons/4.2.0 (test package): Generated conaninfo.txt scons/4.2.0 (test package): Generated graphinfo Using lockfile: 'C:\J\w\prod\BuildSingleReference\cci-a8bf3e93\recipes\scons\all\test_package\build-release\conan/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 scons/4.2.0 (test package): Calling build() scons/4.2.0 (test package): ----Running------ > "C:\J\w\prod\BuildSingleReference\cci-a8bf3e93\recipes\scons\all\test_package\build-release\conan\conanbuild.bat" && scons --version ----------------- SCons by Steven Knight et al.: SCons: v4.2.0.fcdadeef19fe5fead09fa7544a27502be65312be, Sat, 31 Jul 2021 18:12:46 -0700, by bdbaddog on ProDog2020 SCons path: ['C:\\J\\w\\prod\\BuildSingleReference\\s\\36f4eb\\1\\res\\SCons'] Copyright (c) 2001 - 2021 The SCons Foundation ----Running------ > "C:\J\w\prod\BuildSingleReference\cci-a8bf3e93\recipes\scons\all\test_package\build-release\conan\conanbuild.bat" && scons -j 8 -C C:\J\w\prod\BuildSingleReference\cci-a8bf3e93\recipes\scons\all\test_package\. -f C:\J\w\prod\BuildSingleReference\cci-a8bf3e93\recipes\scons\all\test_package\.\SConstruct ----------------- scons: Entering directory `C:\J\w\prod\BuildSingleReference\cci-a8bf3e93\recipes\scons\all\test_package' scons: Reading SConscript files ... CC is: cl scons: done reading SConscript files. scons: Building targets ... cl /Fotest_package.obj /c test_package.c /nologo test_package.c link /nologo /OUT:test_package.exe test_package.obj scons: done building targets. scons/4.2.0 (test package): Running test() ----Running------ > C:\J\w\prod\BuildSingleReference\cci-a8bf3e93\recipes\scons\all\test_package\test_package ----------------- Hello world