******************************************************************************** conan install sqlite3/3.32.2@ --profile=/Users/jenkins/w/BuildSingleReference@3/8053/b82c6aed-c4e8-42ef-b6dc-6a9e44a8d154/profile.txt --build=sqlite3 ******************************************************************************** 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] sqlite3:shared=True [build_requires] [env] sqlite3/3.32.2: Forced build from source Installing package: sqlite3/3.32.2 Requirements sqlite3/3.32.2 from local cache - Cache Packages sqlite3/3.32.2:034cca2f1e26f36940cf87e514b51240c906814b - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK sqlite3/3.32.2: Configuring sources in /Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/source Unzipping 9.3MB, this can take a while [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK sqlite3/3.32.2: Copying sources to build folder sqlite3/3.32.2: Building your package in /Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/build/034cca2f1e26f36940cf87e514b51240c906814b sqlite3/3.32.2: 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 sqlite3/3.32.2: Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/build/034cca2f1e26f36940cf87e514b51240c906814b' && 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/sqlite3/3.32.2/_/_/package/034cca2f1e26f36940cf87e514b51240c906814b" -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" -DSQLITE3_VERSION="3.32.2" -DSQLITE3_BUILD_EXECUTABLE="True" -DTHREADSAFE="1" -DENABLE_COLUMN_METADATA="True" -DENABLE_DBSTAT_VTAB="False" -DENABLE_EXPLAIN_COMMENTS="False" -DENABLE_FTS3="False" -DENABLE_FTS3_PARENTHESIS="False" -DENABLE_FTS4="False" -DENABLE_FTS5="False" -DENABLE_JSON1="False" -DENABLE_PREUPDATE_HOOK="False" -DENABLE_SOUNDEX="False" -DENABLE_RTREE="True" -DENABLE_UNLOCK_NOTIFY="True" -DENABLE_DEFAULT_SECURE_DELETE="False" -DUSE_ALLOCA="False" -DOMIT_LOAD_EXTENSION="False" -DHAVE_FDATASYNC="True" -DHAVE_GMTIME_R="True" -DHAVE_LOCALTIME_R="True" -DHAVE_POSIX_FALLOCATE="False" -DHAVE_STRERROR_R="True" -DHAVE_USLEEP="True" -DDISABLE_GETHOSTUUID="False" -DMAX_BLOB_SIZE="1000000000" -Wno-dev '/Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/build/034cca2f1e26f36940cf87e514b51240c906814b' ----------------- -- The C 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 -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- This project seems to be plain C, using 'AppleClang' compiler -- 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 -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/build/034cca2f1e26f36940cf87e514b51240c906814b ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/build/034cca2f1e26f36940cf87e514b51240c906814b' '--' '-j8' ----------------- Scanning dependencies of target sqlite3 [ 25%] Building C object CMakeFiles/sqlite3.dir/source_subfolder/sqlite3.c.o [ 50%] Linking C shared library lib/libsqlite3.dylib [ 50%] Built target sqlite3 Scanning dependencies of target sqlite3-bin [ 75%] Building C object CMakeFiles/sqlite3-bin.dir/source_subfolder/shell.c.o [100%] Linking C executable bin/sqlite3 [100%] Built target sqlite3-bin sqlite3/3.32.2: Package '034cca2f1e26f36940cf87e514b51240c906814b' built sqlite3/3.32.2: Build folder /Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/build/034cca2f1e26f36940cf87e514b51240c906814b sqlite3/3.32.2: Generated conaninfo.txt sqlite3/3.32.2: Generated conanbuildinfo.txt sqlite3/3.32.2: Generating the package sqlite3/3.32.2: Package folder /Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/package/034cca2f1e26f36940cf87e514b51240c906814b sqlite3/3.32.2: Calling package() ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/build/034cca2f1e26f36940cf87e514b51240c906814b' '--target' 'install' '--' '-j8' ----------------- [ 50%] Built target sqlite3 [100%] Built target sqlite3-bin Install the project... -- Install configuration: "Debug" -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/package/034cca2f1e26f36940cf87e514b51240c906814b/lib/libsqlite3.dylib -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/package/034cca2f1e26f36940cf87e514b51240c906814b/include -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/package/034cca2f1e26f36940cf87e514b51240c906814b/include/sqlite3.h -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/package/034cca2f1e26f36940cf87e514b51240c906814b/include/sqlite3ext.h -- Installing: /Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/package/034cca2f1e26f36940cf87e514b51240c906814b/bin/sqlite3 [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 sqlite3/3.32.2 package(): Packaged 2 files: sqlite3, LICENSE sqlite3/3.32.2 package(): Packaged 2 '.h' files: sqlite3.h, sqlite3ext.h sqlite3/3.32.2 package(): Packaged 1 '.dylib' file: libsqlite3.dylib sqlite3/3.32.2 package(): Packaged 1 '.cmake' file: conan-official-sqlite3-variables.cmake sqlite3/3.32.2: Package '034cca2f1e26f36940cf87e514b51240c906814b' created sqlite3/3.32.2: Created package revision 000780087843cbc8d992dcd3adbe508f sqlite3/3.32.2: Appending PATH env var with : /Users/jenkins/w/BuildSingleReference@3/.conan/data/sqlite3/3.32.2/_/_/package/034cca2f1e26f36940cf87e514b51240c906814b/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 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 sqlite3::sqlite3 libdir "lib" does not contain any declared library