******************************************************************************** conan test conan-center-index/recipes/waf/all/test_package/conanfile.py waf/2.0.19@ --profile=/home/conan/w/BuildSingleReference/21382/9f3199e2-81e8-4390-9f2a-b3c8f4463e76/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=4.9 os=Linux os_build=Linux [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:4db1be536558d833e52e862fd84d64d75c2b3656 - Cache Installing (downloading, building) binaries... waf/2.0.19: Already installed! waf/2.0.19: Appending PATH env var: /home/conan/w/BuildSingleReference/.conan/data/waf/2.0.19/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/bin waf/2.0.19: Setting WAFDIR env var: /home/conan/w/BuildSingleReference/.conan/data/waf/2.0.19/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/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: '/home/conan/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64/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 [g++ clang++ icpc] 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 : /home/conan/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64 Setting out to : /home/conan/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64/build Checking for 'g++' (C++ compiler) : /usr/bin/g++ Checking for header stdio.h : yes 'configure' finished successfully (0.189s) ----Running------ > waf ----------------- Waf: Entering directory `/home/conan/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64/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.so [ 7/14] Linking build/libmylib2.so [ 8/14] Linking build/libmylib3.so [ 9/14] Linking build/app2 [10/14] Compiling b.cpp [11/14] Linking build/libfoo.a [12/14] Linking build/app [13/14] Symlinking build/libmylib.so [14/14] Symlinking build/libmylib2.so Waf: Leaving directory `/home/conan/w/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64/build' 'build' finished successfully (0.312s) waf/2.0.19 (test package): Running test() ----Running------ > build/app ----------------- ----Running------ > build/app2 -----------------