******************************************************************************** conan test conan-center-index/recipes/yasm/all/test_package/conanfile.py yasm/1.3.0@#cf45785699ac6a4ddd63e3b489872614 -pr /Users/jenkins/w/prod/BuildSingleReference@2/19765/f3393c8a-1b6b-4c54-8df8-7a6bcd7ede47/profile_osx_110_libcpp_apple-clang_release_64..txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=11.0 os=Macos [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:801752c0480319b8e090188c566245a78e9abcf4 - Cache Installing (downloading, building) binaries... yasm/1.3.0: Already installed! yasm/1.3.0: Appending PATH environment variable: /Users/jenkins/w/prod/BuildSingleReference@2/.conan/data/yasm/1.3.0/_/_/package/801752c0480319b8e090188c566245a78e9abcf4/bin 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: '/Users/jenkins/w/prod/BuildSingleReference@2/conan-center-index/recipes/yasm/all/test_package/build/095f106abafbac38da90a8da41990542c1a8967a/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------ > DYLD_LIBRARY_PATH="/Users/jenkins/w/prod/BuildSingleReference@2/.conan/data/yasm/1.3.0/_/_/package/801752c0480319b8e090188c566245a78e9abcf4/lib" DYLD_FRAMEWORK_PATH="" 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