******************************************************************************** conan install civetweb/1.14@#3ff9b32fb692c79245a73df3f2237d5f --build=civetweb -pr /Users/jenkins/w/prod/BuildSingleReference/73291/6460a591-4c38-4795-bc06-8e4c3af64d7c/profile_osx_130_libcpp_apple-clang_release_64.civetweb-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -c tools.apple:sdk_path=/Applications/conan/xcode/13/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/prod/BuildSingleReference/.conan/profiles/default) Found apple-clang 13.0 apple-clang>=13, using the major as version Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=13 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=13.0 os=Macos [options] civetweb:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tools.apple:sdk_path=/Applications/conan/xcode/13/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk openssl/1.1.1q: Not found in local cache, looking in remotes... openssl/1.1.1q: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz openssl/1.1.1q: Downloaded recipe revision 5f25b2ff5bed8a6bec73b90fe963d93c civetweb/1.14: Forced build from source Installing package: civetweb/1.14 Requirements civetweb/1.14 from local cache - Cache openssl/1.1.1q from 'conan-center' - Downloaded Packages civetweb/1.14:8f911506d5b6cf7046a36d3f338c8a5b8336601d - Build openssl/1.1.1q:e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc - Download Installing (downloading, building) binaries... openssl/1.1.1q: Retrieving package e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz openssl/1.1.1q: Package installed e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc openssl/1.1.1q: Downloaded package revision 07bc904764d9845a02f39dc785f54f63 [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK civetweb/1.14: Configuring sources in /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK civetweb/1.14: Copying sources to build folder civetweb/1.14: Building your package in /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/build/8f911506d5b6cf7046a36d3f338c8a5b8336601d civetweb/1.14: Generator cmake_find_package created FindOpenSSL.cmake civetweb/1.14: Generator cmake created conanbuildinfo.cmake civetweb/1.14: Generator cmake_find_package_multi created OpenSSLConfigVersion.cmake civetweb/1.14: Generator cmake_find_package_multi created OpenSSLTarget-release.cmake civetweb/1.14: Generator cmake_find_package_multi created OpenSSLTargets.cmake civetweb/1.14: Generator cmake_find_package_multi created OpenSSLConfig.cmake civetweb/1.14: Aggregating env generators [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 civetweb/1.14: Calling build() ----Running------ > cd 'build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="13.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_MODULE_PATH="/Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/build/8f911506d5b6cf7046a36d3f338c8a5b8336601d" -DCMAKE_PREFIX_PATH="/Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/build/8f911506d5b6cf7046a36d3f338c8a5b8336601d" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DCIVETWEB_ENABLE_SSL="True" -DCIVETWEB_ENABLE_SSL_DYNAMIC_LOADING="False" -DCIVETWEB_SSL_OPENSSL_API_1_0="False" -DCIVETWEB_SSL_OPENSSL_API_1_1="True" -DCIVETWEB_BUILD_TESTING="False" -DCIVETWEB_CXX_ENABLE_LTO="False" -DCIVETWEB_ENABLE_ASAN="False" -DCIVETWEB_DISABLE_CACHING="False" -DCIVETWEB_DISABLE_CGI="False" -DCIVETWEB_ENABLE_CXX="True" -DCIVETWEB_ENABLE_DUKTAPE="False" -DCIVETWEB_ENABLE_IPV6="True" -DCIVETWEB_ENABLE_LUA="False" -DCIVETWEB_ENABLE_SERVER_STATS="False" -DCIVETWEB_ENABLE_THIRD_PARTY_OUTPUT="False" -DCIVETWEB_ENABLE_WEBSOCKETS="True" -DCIVETWEB_SERVE_NO_FILES="False" -Wno-dev '/Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/build/8f911506d5b6cf7046a36d3f338c8a5b8336601d' ----------------- -- The C compiler identification is AppleClang 13.0.0.13000029 -- The CXX compiler identification is AppleClang 13.0.0.13000029 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/conan/xcode/13/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /Applications/conan/xcode/13/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting language standard -- Conan: C++ stdlib: libc++ -- Target architecture - x86_64 -- Enabling tests in the build - False -- Thread Stack Size - 102400 -- Enabling server executable - ON -- Serve no static files - False -- Disable CGI support - False -- Disable caching support - False -- C++ wrappers - True -- IP Version 6 - True -- Websockets support - True -- Server statistics support - False -- Memory Debugging - OFF -- ASAN in debug mode - False -- Force x32 / x64 architecture - OFF -- Lua CGI support - False -- Executable installation - ON -- Build if there are warnings - ON -- Duktape CGI support - False -- SSL support - True -- Compile for OpenSSL 1.0 API - False -- Compile for OpenSSL 1.1 API - True -- Dynamically load SSL libraries - False -- Configuring C Compiler -- Performing Test NO_DIAGNOSTICS_PRODUCED -- Performing Test NO_DIAGNOSTICS_PRODUCED - Failed -- Configuring C++ Compiler -- Performing Test -Wno-reserved-id-macros -- Performing Test -Wno-reserved-id-macros - Failed -- Could NOT find WinSock (missing: WINSOCK_LIBRARIES WINSOCK_INCLUDE_DIRS) -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Could NOT find LibRt (missing: LIBRT_LIBRARIES) -- Conan: Using autogenerated FindOpenSSL.cmake -- Found OpenSSL: 1.1.1q (found version "1.1.1q") -- Library ssl found /Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1q/_/_/package/e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc/lib/libssl.a -- Found: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1q/_/_/package/e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc/lib/libssl.a -- Library crypto found /Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1q/_/_/package/e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc/lib/libcrypto.a -- Found: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1q/_/_/package/e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc/lib/libcrypto.a -- Library crypto found /Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1q/_/_/package/e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc/lib/libcrypto.a -- Found: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1q/_/_/package/e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc/lib/libcrypto.a -- Library ssl found /Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1q/_/_/package/e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc/lib/libssl.a -- Found: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1q/_/_/package/e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc/lib/libssl.a -- OpenSSL include directory: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1q/_/_/package/e4fbacdee83eb1a2e68227ffe19f6e9a61b36cbc/include -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/build/8f911506d5b6cf7046a36d3f338c8a5b8336601d/build_subfolder ----Running------ > cmake --build 'build_subfolder' '--' '-j4' ----------------- [ 16%] Building C object source_subfolder/src/CMakeFiles/civetweb-c-library.dir/civetweb.c.o [ 33%] Linking C shared library ../../lib/libcivetweb.dylib [ 33%] Built target civetweb-c-library [ 50%] Building CXX object source_subfolder/src/CMakeFiles/civetweb-cpp.dir/CivetServer.cpp.o [ 66%] Building C object source_subfolder/src/CMakeFiles/civetweb-c-executable.dir/main.c.o [ 83%] Linking C executable ../../bin/civetweb [ 83%] Built target civetweb-c-executable [100%] Linking CXX shared library ../../lib/libcivetweb-cpp.dylib [100%] Built target civetweb-cpp civetweb/1.14: Package '8f911506d5b6cf7046a36d3f338c8a5b8336601d' built civetweb/1.14: Build folder /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/build/8f911506d5b6cf7046a36d3f338c8a5b8336601d civetweb/1.14: Generated conaninfo.txt civetweb/1.14: Generated conanbuildinfo.txt civetweb/1.14: Generating the package civetweb/1.14: Package folder /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d civetweb/1.14: Calling package() ----Running------ > cmake --build 'build_subfolder' '--target' 'install' '--' '-j4' ----------------- Consolidate compiler generated dependencies of target civetweb-c-library [ 33%] Built target civetweb-c-library Consolidate compiler generated dependencies of target civetweb-c-executable Consolidate compiler generated dependencies of target civetweb-cpp [ 66%] Built target civetweb-c-executable [100%] Built target civetweb-cpp Install the project... -- Install configuration: "Release" -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/lib/cmake/civetweb/civetweb-targets.cmake -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/lib/cmake/civetweb/civetweb-targets-release.cmake -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/lib/cmake/civetweb/civetweb-config.cmake -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/lib/cmake/civetweb/civetweb-config-version.cmake -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/lib/cmake/civetweb/FindLibDl.cmake -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/lib/cmake/civetweb/FindLibRt.cmake -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/lib/cmake/civetweb/FindWinSock.cmake -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/lib/libcivetweb.1.14.0.dylib -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/lib/libcivetweb.dylib -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/include/civetweb.h -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/bin/civetweb -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/lib/libcivetweb-cpp.1.14.0.dylib -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/lib/libcivetweb-cpp.dylib -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/include/CivetServer.h [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK civetweb/1.14 package(): Packaged 1 file: civetweb civetweb/1.14 package(): Packaged 1 '.md' file: LICENSE.md civetweb/1.14 package(): Packaged 2 '.h' files: civetweb.h, CivetServer.h civetweb/1.14 package(): Packaged 4 '.dylib' files: libcivetweb-cpp.1.14.0.dylib, libcivetweb.dylib, libcivetweb-cpp.dylib, libcivetweb.1.14.0.dylib civetweb/1.14: Package '8f911506d5b6cf7046a36d3f338c8a5b8336601d' created civetweb/1.14: Created package revision 1d5f0d2675d4b1b8b7cae1aa8d093a44 civetweb/1.14: Appending PATH environment variable: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/civetweb/1.14/_/_/package/8f911506d5b6cf7046a36d3f338c8a5b8336601d/bin [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 [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY