******************************************************************************** conan install xxhash/0.8.0@ --profile=/Users/jenkins/w/BuildSingleReference@3/7788/698538c1-cd7b-46c6-90ae-9a85255858a5/profile.txt --build=xxhash ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/BuildSingleReference@3/.conan/profiles/default) Found apple-clang 10.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=10.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/BuildSingleReference@3/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=10.0 os=Macos os_build=Macos [options] xxhash:shared=True [build_requires] [env] xxhash/0.8.0: Forced build from source Installing package: xxhash/0.8.0 Requirements xxhash/0.8.0 from local cache - Cache Packages xxhash/0.8.0:974bce94b51b23bf926e402d8b4e4c47a005237e - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK xxhash/0.8.0: Configuring sources in /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK xxhash/0.8.0: Copying sources to build folder xxhash/0.8.0: Building your package in /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e xxhash/0.8.0: Generator cmake created conanbuildinfo.cmake [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 xxhash/0.8.0: Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="10.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e" -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_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DXXHASH_BUNDLED_MODE="False" -Wno-dev '/Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e' ----------------- -- The C compiler identification is AppleClang 10.0.1.10010046 -- The CXX compiler identification is AppleClang 10.0.1.10010046 -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- 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 targets configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- xxHash build type: Debug -- Performing Test CFLAG_Wall -- Performing Test CFLAG_Wall - Success -- Performing Test CFLAG_Wextra -- Performing Test CFLAG_Wextra - Success -- Performing Test CFLAG_Wcast_qual -- Performing Test CFLAG_Wcast_qual - Success -- Performing Test CFLAG_Wcast_align -- Performing Test CFLAG_Wcast_align - Success -- Performing Test CFLAG_Wshadow -- Performing Test CFLAG_Wshadow - Success -- Performing Test CFLAG_Wstrict_aliasing_1 -- Performing Test CFLAG_Wstrict_aliasing_1 - Success -- Performing Test CFLAG_Wswitch_enum -- Performing Test CFLAG_Wswitch_enum - Success -- Performing Test CFLAG_Wdeclaration_after_statement -- Performing Test CFLAG_Wdeclaration_after_statement - Success -- Performing Test CFLAG_Wstrict_prototypes -- Performing Test CFLAG_Wstrict_prototypes - Success -- Performing Test CFLAG_Wundef -- Performing Test CFLAG_Wundef - Success -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e' '--' '-j8' ----------------- Scanning dependencies of target xxhash [ 25%] Building C object source_subfolder/cmake_unofficial/CMakeFiles/xxhash.dir/__/xxhash.c.o [ 50%] Linking C shared library ../../lib/libxxhash.dylib [ 50%] Built target xxhash Scanning dependencies of target xxhsum [ 75%] Building C object source_subfolder/cmake_unofficial/CMakeFiles/xxhsum.dir/__/xxhsum.c.o [100%] Linking C executable ../../bin/xxhsum [100%] Built target xxhsum xxhash/0.8.0: Package '974bce94b51b23bf926e402d8b4e4c47a005237e' built xxhash/0.8.0: Build folder /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e xxhash/0.8.0: Generated conaninfo.txt xxhash/0.8.0: Generated conanbuildinfo.txt xxhash/0.8.0: Generating the package xxhash/0.8.0: Package folder /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e xxhash/0.8.0: Calling package() ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e' '--target' 'install' '--' '-j8' ----------------- [ 50%] Built target xxhash [100%] Built target xxhsum Install the project... -- Install configuration: "Debug" -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e/lib/libxxhash.0.8.0.dylib -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e/lib/libxxhash.dylib -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e/include/xxhash.h -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e/include/xxh3.h -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e/bin/xxhsum -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e/share/man/man1/xxhsum.1 -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e/lib/cmake/xxHash/xxHashConfig.cmake -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e/lib/cmake/xxHash/xxHashConfigVersion.cmake -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e/lib/cmake/xxHash/xxHashTargets.cmake -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/xxhash/0.8.0/_/_/package/974bce94b51b23bf926e402d8b4e4c47a005237e/lib/cmake/xxHash/xxHashTargets-debug.cmake [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 xxhash/0.8.0 package(): Packaged 2 files: xxhsum, LICENSE xxhash/0.8.0 package(): Packaged 2 '.h' files: xxhash.h, xxh3.h xxhash/0.8.0 package(): Packaged 2 '.dylib' files: libxxhash.dylib, libxxhash.0.8.0.dylib xxhash/0.8.0: Package '974bce94b51b23bf926e402d8b4e4c47a005237e' created xxhash/0.8.0: Created package revision aa999186ebe5a8bebd00f6eddbd581eb [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 CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component xxhash::xxhash libdir "lib" does not contain any declared library