******************************************************************************** conan install h3/3.7.0@ --profile=/Users/jenkins/w/BuildSingleReference/72/9e643c98-21e6-4039-a881-d85d1ebbe6a0/profile.txt --build=h3 ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/BuildSingleReference/.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/.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] h3:shared=True [build_requires] [env] h3/3.7.0: Forced build from source Installing package: h3/3.7.0 Requirements h3/3.7.0 from local cache - Cache Packages h3/3.7.0:d0d6ac93e7cecb448f6915df1376bf6d7aeedcae - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK h3/3.7.0: Configuring sources in /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK h3/3.7.0: Copying sources to build folder h3/3.7.0: Building your package in /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/build/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae h3/3.7.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 h3/3.7.0: Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/build/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/build_subfolder' && 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/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae" -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" -DH3_PREFIX="" -DENABLE_COVERAGE="False" -DBUILD_BENCHMARKS="False" -DBUILD_FILTERS="True" -DBUILD_GENERATORS="False" -DWARNINGS_AS_ERRORS="False" -DENABLE_LINTING="False" -DENABLE_DOCS="False" -DBUILD_TESTING="False" -Wno-dev '/Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/build/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae' ----------------- -- 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 global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/build/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/build_subfolder ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/build/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/build_subfolder' '--' '-j8' ----------------- Scanning dependencies of target h3 [ 1%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/algos.c.o [ 2%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/coordijk.c.o [ 3%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/bbox.c.o [ 4%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/h3Index.c.o [ 6%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/polygon.c.o [ 7%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/vec2d.c.o [ 8%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/vec3d.c.o [ 9%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/vertex.c.o [ 10%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/linkedGeo.c.o [ 12%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/localij.c.o [ 13%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/geoCoord.c.o [ 14%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/h3UniEdge.c.o [ 15%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/mathExtensions.c.o [ 16%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/vertexGraph.c.o [ 18%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/faceijk.c.o [ 19%] Building C object source_subfolder/CMakeFiles/h3.dir/src/h3lib/lib/baseCells.c.o [ 20%] Linking C shared library ../lib/libh3.dylib [ 20%] Built target h3 Scanning dependencies of target h3ToHier Scanning dependencies of target h3ToComponents Scanning dependencies of target kRing Scanning dependencies of target h3ToGeo Scanning dependencies of target h3ToGeoHier Scanning dependencies of target h3ToGeoBoundaryHier Scanning dependencies of target localIjToH3 Scanning dependencies of target h3ToGeoBoundary [ 22%] Building C object source_subfolder/CMakeFiles/h3ToComponents.dir/src/apps/filters/h3ToComponents.c.o [ 22%] Building C object source_subfolder/CMakeFiles/h3ToHier.dir/src/apps/miscapps/h3ToHier.c.o [ 24%] Building C object source_subfolder/CMakeFiles/h3ToGeo.dir/src/apps/filters/h3ToGeo.c.o [ 26%] Building C object source_subfolder/CMakeFiles/h3ToGeoHier.dir/src/apps/miscapps/h3ToGeoHier.c.o [ 26%] Building C object source_subfolder/CMakeFiles/localIjToH3.dir/src/apps/filters/localIjToH3.c.o [ 28%] Building C object source_subfolder/CMakeFiles/h3ToGeoBoundary.dir/src/apps/filters/h3ToGeoBoundary.c.o [ 28%] Building C object source_subfolder/CMakeFiles/h3ToGeoBoundaryHier.dir/src/apps/miscapps/h3ToGeoBoundaryHier.c.o [ 30%] Building C object source_subfolder/CMakeFiles/kRing.dir/src/apps/filters/kRing.c.o [ 32%] Building C object source_subfolder/CMakeFiles/localIjToH3.dir/src/apps/applib/lib/test.c.o [ 33%] Building C object source_subfolder/CMakeFiles/h3ToGeo.dir/src/apps/applib/lib/test.c.o [ 32%] Building C object source_subfolder/CMakeFiles/kRing.dir/src/apps/applib/lib/test.c.o [ 34%] Building C object source_subfolder/CMakeFiles/h3ToComponents.dir/src/apps/applib/lib/test.c.o [ 36%] Building C object source_subfolder/CMakeFiles/h3ToHier.dir/src/apps/applib/lib/test.c.o [ 37%] Building C object source_subfolder/CMakeFiles/h3ToGeoBoundary.dir/src/apps/applib/lib/test.c.o [ 38%] Building C object source_subfolder/CMakeFiles/h3ToGeoHier.dir/src/apps/applib/lib/test.c.o [ 39%] Building C object source_subfolder/CMakeFiles/h3ToGeoBoundaryHier.dir/src/apps/applib/lib/test.c.o [ 42%] Building C object source_subfolder/CMakeFiles/h3ToGeo.dir/src/apps/applib/lib/kml.c.o [ 42%] Building C object source_subfolder/CMakeFiles/localIjToH3.dir/src/apps/applib/lib/kml.c.o [ 43%] Building C object source_subfolder/CMakeFiles/h3ToGeoBoundary.dir/src/apps/applib/lib/kml.c.o [ 44%] Building C object source_subfolder/CMakeFiles/h3ToGeoBoundaryHier.dir/src/apps/applib/lib/kml.c.o [ 45%] Building C object source_subfolder/CMakeFiles/kRing.dir/src/apps/applib/lib/kml.c.o [ 46%] Building C object source_subfolder/CMakeFiles/h3ToHier.dir/src/apps/applib/lib/kml.c.o [ 48%] Building C object source_subfolder/CMakeFiles/h3ToComponents.dir/src/apps/applib/lib/kml.c.o [ 49%] Building C object source_subfolder/CMakeFiles/h3ToGeoHier.dir/src/apps/applib/lib/kml.c.o [ 50%] Building C object source_subfolder/CMakeFiles/h3ToGeoBoundary.dir/src/apps/applib/lib/utility.c.o [ 51%] Building C object source_subfolder/CMakeFiles/h3ToGeo.dir/src/apps/applib/lib/utility.c.o [ 53%] Building C object source_subfolder/CMakeFiles/localIjToH3.dir/src/apps/applib/lib/utility.c.o [ 54%] Building C object source_subfolder/CMakeFiles/h3ToGeoBoundaryHier.dir/src/apps/applib/lib/utility.c.o [ 55%] Building C object source_subfolder/CMakeFiles/kRing.dir/src/apps/applib/lib/utility.c.o [ 56%] Building C object source_subfolder/CMakeFiles/h3ToComponents.dir/src/apps/applib/lib/utility.c.o [ 57%] Building C object source_subfolder/CMakeFiles/h3ToHier.dir/src/apps/applib/lib/utility.c.o [ 59%] Building C object source_subfolder/CMakeFiles/h3ToGeoHier.dir/src/apps/applib/lib/utility.c.o [ 60%] Building C object source_subfolder/CMakeFiles/h3ToGeoBoundary.dir/src/apps/applib/lib/args.c.o [ 62%] Building C object source_subfolder/CMakeFiles/h3ToGeoBoundaryHier.dir/src/apps/applib/lib/args.c.o [ 62%] Building C object source_subfolder/CMakeFiles/localIjToH3.dir/src/apps/applib/lib/args.c.o [ 63%] Building C object source_subfolder/CMakeFiles/h3ToGeo.dir/src/apps/applib/lib/args.c.o [ 65%] Building C object source_subfolder/CMakeFiles/kRing.dir/src/apps/applib/lib/args.c.o [ 66%] Building C object source_subfolder/CMakeFiles/h3ToHier.dir/src/apps/applib/lib/args.c.o [ 67%] Building C object source_subfolder/CMakeFiles/h3ToComponents.dir/src/apps/applib/lib/args.c.o [ 68%] Linking C executable ../bin/h3ToGeoBoundary [ 69%] Linking C executable ../bin/h3ToGeo [ 71%] Linking C executable ../bin/localIjToH3 [ 72%] Linking C executable ../bin/h3ToGeoBoundaryHier [ 73%] Linking C executable ../bin/kRing [ 74%] Building C object source_subfolder/CMakeFiles/h3ToGeoHier.dir/src/apps/applib/lib/args.c.o [ 75%] Linking C executable ../bin/h3ToHier [ 75%] Built target h3ToGeoBoundary [ 75%] Built target h3ToGeo [ 75%] Built target localIjToH3 [ 75%] Built target h3ToGeoBoundaryHier [ 75%] Built target kRing Scanning dependencies of target hexRange [ 75%] Built target h3ToHier [ 77%] Linking C executable ../bin/h3ToComponents Scanning dependencies of target geoToH3 Scanning dependencies of target h3ToLocalIj [ 79%] Building C object source_subfolder/CMakeFiles/hexRange.dir/src/apps/filters/hexRange.c.o [ 79%] Building C object source_subfolder/CMakeFiles/hexRange.dir/src/apps/applib/lib/test.c.o [ 80%] Building C object source_subfolder/CMakeFiles/hexRange.dir/src/apps/applib/lib/kml.c.o [ 81%] Building C object source_subfolder/CMakeFiles/hexRange.dir/src/apps/applib/lib/utility.c.o [ 83%] Building C object source_subfolder/CMakeFiles/geoToH3.dir/src/apps/filters/geoToH3.c.o [ 84%] Building C object source_subfolder/CMakeFiles/h3ToLocalIj.dir/src/apps/filters/h3ToLocalIj.c.o [ 84%] Built target h3ToComponents [ 85%] Linking C executable ../bin/h3ToGeoHier [ 86%] Building C object source_subfolder/CMakeFiles/geoToH3.dir/src/apps/applib/lib/test.c.o [ 87%] Building C object source_subfolder/CMakeFiles/geoToH3.dir/src/apps/applib/lib/kml.c.o [ 90%] Building C object source_subfolder/CMakeFiles/h3ToLocalIj.dir/src/apps/applib/lib/test.c.o [ 90%] Building C object source_subfolder/CMakeFiles/geoToH3.dir/src/apps/applib/lib/utility.c.o [ 91%] Building C object source_subfolder/CMakeFiles/hexRange.dir/src/apps/applib/lib/args.c.o [ 92%] Building C object source_subfolder/CMakeFiles/geoToH3.dir/src/apps/applib/lib/args.c.o [ 92%] Built target h3ToGeoHier [ 93%] Building C object source_subfolder/CMakeFiles/h3ToLocalIj.dir/src/apps/applib/lib/kml.c.o [ 95%] Building C object source_subfolder/CMakeFiles/h3ToLocalIj.dir/src/apps/applib/lib/utility.c.o [ 96%] Building C object source_subfolder/CMakeFiles/h3ToLocalIj.dir/src/apps/applib/lib/args.c.o [ 97%] Linking C executable ../bin/hexRange [ 98%] Linking C executable ../bin/geoToH3 [100%] Linking C executable ../bin/h3ToLocalIj [100%] Built target hexRange [100%] Built target geoToH3 [100%] Built target h3ToLocalIj h3/3.7.0: Package 'd0d6ac93e7cecb448f6915df1376bf6d7aeedcae' built h3/3.7.0: Build folder /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/build/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae h3/3.7.0: Generated conaninfo.txt h3/3.7.0: Generated conanbuildinfo.txt h3/3.7.0: Generating the package h3/3.7.0: Package folder /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae h3/3.7.0: Calling package() ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/build/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/build_subfolder' '--target' 'install' '--' '-j8' ----------------- [ 20%] Built target h3 [ 27%] Built target kRing [ 34%] Built target h3ToHier [ 51%] Built target h3ToGeoHier [ 55%] Built target h3ToComponents [ 56%] Built target h3ToGeo [ 65%] Built target h3ToGeoBoundary [ 71%] Built target h3ToGeoBoundaryHier [ 78%] Built target localIjToH3 [ 92%] Built target geoToH3 [ 92%] Built target hexRange [100%] Built target h3ToLocalIj Install the project... -- Install configuration: "Debug" -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin/geoToH3 -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin/h3ToComponents -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin/h3ToGeo -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin/h3ToLocalIj -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin/localIjToH3 -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin/h3ToGeoBoundary -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin/hexRange -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin/kRing -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin/h3ToGeoBoundaryHier -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin/h3ToGeoHier -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin/h3ToHier -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/lib/libh3.1.dylib -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/lib/libh3.dylib -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/include/h3/h3api.h -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/lib/cmake/h3/h3Config.cmake -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/lib/cmake/h3/h3ConfigVersion.cmake -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/lib/cmake/h3/h3Targets.cmake -- Installing: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/lib/cmake/h3/h3Targets-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 h3/3.7.0 package(): Packaged 12 files h3/3.7.0 package(): Packaged 1 '.h' file: h3api.h h3/3.7.0 package(): Packaged 2 '.dylib' files: libh3.dylib, libh3.1.dylib h3/3.7.0: Package 'd0d6ac93e7cecb448f6915df1376bf6d7aeedcae' created h3/3.7.0: Created package revision 8aaa17e5be907f664c42e158df7cab1f h3/3.7.0: Appending PATH environment variable: /Users/jenkins/w/BuildSingleReference/.conan/data/h3/3.7.0/_/_/package/d0d6ac93e7cecb448f6915df1376bf6d7aeedcae/bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK CMake Warning at source_subfolder/CMakeLists.txt:278 (message): clang-format was not detected, so automatic source code reformatting is disabled CMake Warning at source_subfolder/CMakeLists.txt:290 (message): clang-tidy was not detected, so source code linting is disabled CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR