******************************************************************************** conan test conan-center-index/recipes/waf/all/test_package/conanfile.py waf/2.0.19@#0f165b5f5efa33dd1f34f764c344508b -pr /Users/jenkins/w/prod/BuildSingleReference@2/101306/0ee02fb5-3c85-4a4c-93d9-0c2d6f750cbf/profile_osx_110_libcpp_apple-clang_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -c tools.apple:sdk_path=/Applications/conan/xcode/11/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=11.0 os=Macos [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tools.apple:sdk_path=/Applications/conan/xcode/11/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk 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/prod/BuildSingleReference@2/.conan/data/waf/2.0.19/_/_/package/46f53f156846659bf39ad6675fa0ee8156e859fe/bin waf/2.0.19: Setting WAFDIR env var: /Users/jenkins/w/prod/BuildSingleReference@2/.conan/data/waf/2.0.19/_/_/package/46f53f156846659bf39ad6675fa0ee8156e859fe/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: '/Users/jenkins/w/prod/BuildSingleReference@2/conan-center-index/recipes/waf/all/test_package/build/b58301c28171f656e8b3ce94a8c13d2656852d43/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/prod/BuildSingleReference@2/conan-center-index/recipes/waf/all/test_package/build/b58301c28171f656e8b3ce94a8c13d2656852d43 Setting out to : /Users/jenkins/w/prod/BuildSingleReference@2/conan-center-index/recipes/waf/all/test_package/build/b58301c28171f656e8b3ce94a8c13d2656852d43/build Checking for 'clang++' (C++ compiler) : /usr/bin/clang++ Checking for header stdio.h : not found 'configure' finished successfully (0.178s) ----Running------ > waf ----------------- Waf: Entering directory `/Users/jenkins/w/prod/BuildSingleReference@2/conan-center-index/recipes/waf/all/test_package/build/b58301c28171f656e8b3ce94a8c13d2656852d43/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 Waf: Leaving directory `/Users/jenkins/w/prod/BuildSingleReference@2/conan-center-index/recipes/waf/all/test_package/build/b58301c28171f656e8b3ce94a8c13d2656852d43/build' clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11.6' clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11.6' clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11.6' clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11.6' Build failed -> task in 'mylib2' failed with exit status 1 (run with -v to display more information) -> task in 'mylib3' failed with exit status 1 (run with -v to display more information) -> task in 'mylib' failed with exit status 1 (run with -v to display more information) -> task in 'app' failed with exit status 1 (run with -v to display more information) ERROR: waf/2.0.19 (test package): Error in build() method, line 26 self.run("waf") ConanException: Error 1 while executing waf