******************************************************************************** conan test conan-center-index/recipes/waf/all/test_package/conanfile.py waf/2.0.19@#0f165b5f5efa33dd1f34f764c344508b -pr /home/conan/w/prod/BuildSingleReference/101302/5358ba65-f392-4803-a1e2-7b2e01c89528/profile_linux_5_libstdcpp11_gcc_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True 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/prod/BuildSingleReference/.conan/data/waf/2.0.19/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/bin waf/2.0.19: Setting WAFDIR env var: /home/conan/w/prod/BuildSingleReference/.conan/data/waf/2.0.19/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/lib waf/2.0.19 (test package): Generator txt created conanbuildinfo.txt waf/2.0.19 (test package): Aggregating env generators waf/2.0.19 (test package): Generated conaninfo.txt waf/2.0.19 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8/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/prod/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8 Setting out to : /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8/build Checking for 'g++' (C++ compiler) : /usr/bin/g++ Checking for header stdio.h : yes 'configure' finished successfully (0.171s) ----Running------ > waf ----------------- Waf: Entering directory `/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8/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/libmylib2.so [ 7/14] Linking build/libmylib.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/prod/BuildSingleReference/conan-center-index/recipes/waf/all/test_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8/build' 'build' finished successfully (0.372s) waf/2.0.19 (test package): Running test() ----Running------ > build/app ----------------- ----Running------ > build/app2 -----------------