******************************************************************************** conan test conan-center-index\recipes\waf\all\test_package\conanfile.py waf/2.0.19@ --profile=C:\J\w\BuildSingleReference/20935/2103d87f-5b1c-4c56-9150-b76b1eef6530/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 arch_build=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=14 os=Windows os_build=Windows [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:456f15897172eef340fcbac8a70811f2beb26a93 - Download Installing (downloading, building) binaries... waf/2.0.19: Retrieving package 456f15897172eef340fcbac8a70811f2beb26a93 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz waf/2.0.19: Package installed 456f15897172eef340fcbac8a70811f2beb26a93 waf/2.0.19: Downloaded package revision 650509c8ba1d553e6c5be6a40d538d7c waf/2.0.19: Appending PATH env var: C:\J\w\BuildSingleReference\.conan\data\waf\2.0.19\_\_\package\456f15897172eef340fcbac8a70811f2beb26a93\bin waf/2.0.19: Setting WAFDIR env var: C:\J\w\BuildSingleReference\.conan\data\waf\2.0.19\_\_\package\456f15897172eef340fcbac8a70811f2beb26a93\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: 'C:\J\w\BuildSingleReference\conan-center-index\recipes\waf\all\test_package\build\89b3f1b10df80aac0721e692da32a655261aa0d7/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 ----------------- Using python 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 (16) -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 --msvc_version=MSVC_VERSION msvc version, eg: "msvc 10.0,msvc 9.0" --msvc_targets=MSVC_TARGETS msvc targets, eg: "x64,arm" --no-msvc-lazy lazily check msvc target environments 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: 'C:\\J\\w\\BuildSingleRefe rence\\20935\\24d76fb6-9324-46cf-afa3-f830ec2b00cf'] --bindir=BINDIR bindir --libdir=LIBDIR libdir --check-cxx-compiler=CHECK_CXX_COMPILER list of C++ compilers to try [msvc g++ clang++] 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 ----------------- Using python Setting top to : C:\J\w\BuildSingleReference\conan-center-index\recipes\waf\all\test_package\build\89b3f1b10df80aac0721e692da32a655261aa0d7 Setting out to : C:\J\w\BuildSingleReference\conan-center-index\recipes\waf\all\test_package\build\89b3f1b10df80aac0721e692da32a655261aa0d7\build Checking for 'msvc' (C++ compiler) : C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\CL.exe Checking for header stdio.h : yes 'configure' finished successfully (2.173s) ----Running------ > waf ----------------- Using python Waf: Entering directory `C:\J\w\BuildSingleReference\conan-center-index\recipes\waf\all\test_package\build\89b3f1b10df80aac0721e692da32a655261aa0d7\build' Checking for header sadlib.h : not found [ 1/12] Compiling a.cpp [ 2/12] Compiling a.cpp [ 3/12] Compiling a.cpp [ 4/12] Compiling main.cpp [ 5/12] Compiling b.cpp [ 6/12] Compiling main.c b.cpp main.c [ 7/12] Linking build\foo.lib a.cpp a.cpp a.cpp [ 8/12] Linking build\app2.exe [ 9/12] Linking build\mylib2-9.dll [10/12] Linking build\mylib-9.dll [11/12] Linking build\mylib3.dll Creating library mylib2.lib and object mylib2.exp Creating library mylib.lib and object mylib.exp Creating library mylib3.lib and object mylib3.exp main.cpp c:\program files (x86)\microsoft visual studio 14.0\vc\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc c:\program files (x86)\microsoft visual studio 14.0\vc\include\exception(359): warning C4577: 'noexcept' used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc [12/12] Linking build\app.exe Waf: Leaving directory `C:\J\w\BuildSingleReference\conan-center-index\recipes\waf\all\test_package\build\89b3f1b10df80aac0721e692da32a655261aa0d7\build' 'build' finished successfully (0.835s) waf/2.0.19 (test package): Running test() ----Running------ > build\app ----------------- ----Running------ > build\app2 -----------------