******************************************************************************** conan test conan-center-index\recipes\yasm\all\test_package\conanfile.py yasm/1.3.0@ --profile=C:\J\w\BuildSingleReference/72218/4cd9ad8b-9e80-470d-990a-c635fc0ea001/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=Debug compiler=Visual Studio compiler.runtime=MTd compiler.version=15 os=Windows [options] [build_requires] [env] yasm/1.3.0 (test package): Installing package Requirements yasm/1.3.0 from local cache - Cache Packages yasm/1.3.0:01edd76db8e16db9b38c3cca44ec466a9444c388 - Download Installing (downloading, building) binaries... yasm/1.3.0: Retrieving package 01edd76db8e16db9b38c3cca44ec466a9444c388 from remote 'c3i_PR-8055' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz yasm/1.3.0: Package installed 01edd76db8e16db9b38c3cca44ec466a9444c388 yasm/1.3.0: Downloaded package revision ad6f999233b672a39acb223b2d6c6220 yasm/1.3.0: Appending PATH environment variable: C:\J\w\BuildSingleReference\.conan\data\yasm\1.3.0\_\_\package\01edd76db8e16db9b38c3cca44ec466a9444c388\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 yasm/1.3.0 (test package): Generator txt created conanbuildinfo.txt yasm/1.3.0 (test package): Aggregating env generators yasm/1.3.0 (test package): Generated conaninfo.txt yasm/1.3.0 (test package): Generated graphinfo Using lockfile: 'C:\J\w\BuildSingleReference\conan-center-index\recipes\yasm\all\test_package\build\d357210f833c71fe7851b5650dd406ad7204cf72/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 yasm/1.3.0 (test package): Calling build() yasm/1.3.0 (test package): Running test() ----Running------ > yasm --help ----------------- usage: yasm [option]* file Options: --version show version text --license show license text -h, --help show help text --arch= select architecture (list with -a help) -a --parser= select parser (list with -p help) -p --preproc= select preprocessor (list with -r help) -r --oformat= select object format (list with -f help) -f --dformat= select debugging format (list with -g help) -g --lformat= select list format (list with -L help) -L --list= name of list-file output -l --objfile= name of object-file output -o --mapfile= name of map-file output --machine= select machine (list with -m help) -m --force-strict treat all sized operands as if `strict' was used -w inhibits warning messages -W enables/disables warning -M generate Makefile dependencies on stdout -E redirect error messages to file -s redirect error messages to stdout -e, --preproc-only preprocess only (writes output to stdout by default) -i add include path -I add include path -P pre-include file -d pre-define a macro, optionally to value -D pre-define a macro, optionally to value -u undefine a macro -U undefine a macro -X