******************************************************************************** conan test conan-center-index/recipes/waf/all/test_package/conanfile.py waf/2.0.19@ --profile=/Users/jenkins/w/BuildSingleReference/21382/fbc7f6fb-cf55-4f60-abb2-14bd5f5774eb/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=10.0 os=Macos os_build=Macos [options] [build_requires] [env] waf/2.0.19 (test package): Installing package Requirements waf/2.0.19 from local cache - Cache Packages waf/2.0.19:46f53f156846659bf39ad6675fa0ee8156e859fe - Cache Installing (downloading, building) binaries... waf/2.0.19: Already installed! waf/2.0.19: Appending PATH env var: /Users/jenkins/w/BuildSingleReference/.conan/data/waf/2.0.19/_/_/package/46f53f156846659bf39ad6675fa0ee8156e859fe/bin waf/2.0.19: Setting WAFDIR env var: /Users/jenkins/w/BuildSingleReference/.conan/data/waf/2.0.19/_/_/package/46f53f156846659bf39ad6675fa0ee8156e859fe/lib [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 waf/2.0.19 (test package): Generator txt created conanbuildinfo.txt waf/2.0.19 (test package): Generated conaninfo.txt waf/2.0.19 (test package): Generated graphinfo Using lockfile: '/Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/7336ebca55c566ecc6b383dffaf3ae6eb18d5225/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 waf/2.0.19 (test package): Calling build() ----Running------ > waf -h ----------------- waf [commands] [options] Main commands (example: ./waf build -j4) build : executes the build clean : cleans the project configure: configures the project dist : makes a tarball for redistributing the sources distcheck: checks if the project compiles (tarball from 'dist') distclean: removes build folders and data install : installs the targets on the system list : lists the targets to execute step : executes tasks in a step-by-step fashion, for debugging uninstall: removes the targets installed Options: --version show program's version number and exit -c COLORS, --color=COLORS whether to use colors (yes/no/auto) [default: auto] -j JOBS, --jobs=JOBS amount of parallel jobs (4) -k, --keep continue despite errors (-kk to try harder) -v, --verbose verbosity level -v -vv or -vvv [default: 0] --zones=ZONES debugging zones (task_gen, deps, tasks, etc) -h, --help show this help message and exit Configuration options: -o OUT, --out=OUT build dir for the project -t TOP, --top=TOP src dir for the project --prefix=PREFIX installation prefix [default: '/usr/local/'] --bindir=BINDIR bindir --libdir=LIBDIR libdir --check-cxx-compiler=CHECK_CXX_COMPILER list of C++ compilers to try [clang++ g++] Build and installation options: -p, --progress -p: progress bar; -pp: ide output --targets=TARGETS task generators, e.g. "target1,target2" Step options: --files=FILES files to process, by regexp, e.g. "*/main.c,*/test/main.o" Installation and uninstallation options: --destdir=DESTDIR installation root [default: ''] -f, --force force file installation --distcheck-args=ARGS arguments to pass to distcheck ----Running------ > waf configure ----------------- Setting top to : /Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/7336ebca55c566ecc6b383dffaf3ae6eb18d5225 Setting out to : /Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/7336ebca55c566ecc6b383dffaf3ae6eb18d5225/build Checking for 'clang++' (C++ compiler) : /usr/bin/clang++ Checking for header stdio.h : yes 'configure' finished successfully (0.217s) ----Running------ > waf ----------------- Waf: Entering directory `/Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/7336ebca55c566ecc6b383dffaf3ae6eb18d5225/build' Checking for header sadlib.h : not found [ 1/14] Compiling a.cpp [ 2/14] Compiling a.cpp [ 3/14] Compiling a.cpp [ 4/14] Compiling main.cpp [ 5/14] Compiling main.c [ 6/14] Linking build/libmylib.dylib [ 7/14] Linking build/libmylib2.dylib [ 8/14] Compiling b.cpp [ 9/14] Linking build/libmylib3.dylib [10/14] Linking build/app2 [11/14] Linking build/libfoo.a [12/14] Linking build/app [13/14] Symlinking build/libmylib.dylib [14/14] Symlinking build/libmylib2.dylib Waf: Leaving directory `/Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/7336ebca55c566ecc6b383dffaf3ae6eb18d5225/build' 'build' finished successfully (0.658s) waf/2.0.19 (test package): Running test() ----Running------ > DYLD_LIBRARY_PATH="/Users/jenkins/w/BuildSingleReference/.conan/data/waf/2.0.19/_/_/package/46f53f156846659bf39ad6675fa0ee8156e859fe/lib:/Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/7336ebca55c566ecc6b383dffaf3ae6eb18d5225/build" DYLD_FRAMEWORK_PATH="" build/app ----------------- ----Running------ > DYLD_LIBRARY_PATH="/Users/jenkins/w/BuildSingleReference/.conan/data/waf/2.0.19/_/_/package/46f53f156846659bf39ad6675fa0ee8156e859fe/lib:/Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/7336ebca55c566ecc6b383dffaf3ae6eb18d5225/build" DYLD_FRAMEWORK_PATH="" build/app2 ----------------- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]