******************************************************************************** conan install bzip2/1.0.8@#1532c920b5b1dbdb8627046b272ef1c0 --build=bzip2 -pr:h /Users/jenkins/w/prod/BuildSingleReference/41756/de436bad-77cb-44f1-bd3d-25153020c992/profile_osx_130_libcpp_apple-clang_debug_armv8.bzip2-shared-False.txt -pr:b /Users/jenkins/w/prod/BuildSingleReference/41756/de436bad-77cb-44f1-bd3d-25153020c992/profile_osx_130_libcpp_apple-clang_debug_64.bzip2-shared-False.txt ******************************************************************************** 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 (profile_host): [settings] arch=armv8 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=13.0 os=Macos [options] bzip2:shared=False [build_requires] [env] Configuration (profile_build): [settings] arch=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=13.0 os=Macos [options] bzip2:shared=False [build_requires] [env] bzip2/1.0.8: Forced build from source Installing package: bzip2/1.0.8 Requirements bzip2/1.0.8 from local cache - Cache Packages bzip2/1.0.8:06955caeb41bcd97dbb7ebe09828eda1babd28fa - Build Cross-build from 'Macos:x86_64' to 'Macos:armv8' Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK bzip2/1.0.8: Configuring sources in /Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/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 bzip2/1.0.8: Copying sources to build folder bzip2/1.0.8: Building your package in /Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/build/06955caeb41bcd97dbb7ebe09828eda1babd28fa bzip2/1.0.8: Generator cmake created conanbuildinfo.cmake bzip2/1.0.8: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK bzip2/1.0.8: Calling build() ----Running------ > cd '/Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/build/06955caeb41bcd97dbb7ebe09828eda1babd28fa' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_SYSTEM_NAME="Darwin" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="13.0" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/package/06955caeb41bcd97dbb7ebe09828eda1babd28fa" -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" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DBZ2_VERSION_STRING="1.0.8" -DBZ2_VERSION_MAJOR="1" -DBZ2_BUILD_EXE="True" -Wno-dev '/Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/build/06955caeb41bcd97dbb7ebe09828eda1babd28fa' ----------------- -- The C 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 -- 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: Adjusting fPIC flag (ON) -- This project seems to be plain C, using 'AppleClang' compiler -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/build/06955caeb41bcd97dbb7ebe09828eda1babd28fa ----Running------ > cmake --build '/Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/build/06955caeb41bcd97dbb7ebe09828eda1babd28fa' '--' '-j4' ----------------- [ 10%] Building C object CMakeFiles/bz2.dir/source_subfolder/blocksort.c.o [ 20%] Building C object CMakeFiles/bz2.dir/source_subfolder/bzlib.c.o [ 30%] Building C object CMakeFiles/bz2.dir/source_subfolder/compress.c.o [ 40%] Building C object CMakeFiles/bz2.dir/source_subfolder/crctable.c.o [ 50%] Building C object CMakeFiles/bz2.dir/source_subfolder/decompress.c.o [ 60%] Building C object CMakeFiles/bz2.dir/source_subfolder/huffman.c.o [ 70%] Building C object CMakeFiles/bz2.dir/source_subfolder/randtable.c.o [ 80%] Linking C static library lib/libbz2.a [ 80%] Built target bz2 [ 90%] Building C object CMakeFiles/bzip2.dir/source_subfolder/bzip2.c.o [100%] Linking C executable bin/bzip2 [100%] Built target bzip2 bzip2/1.0.8: Package '06955caeb41bcd97dbb7ebe09828eda1babd28fa' built bzip2/1.0.8: Build folder /Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/build/06955caeb41bcd97dbb7ebe09828eda1babd28fa bzip2/1.0.8: Generated conaninfo.txt bzip2/1.0.8: Generated conanbuildinfo.txt bzip2/1.0.8: Generating the package bzip2/1.0.8: Package folder /Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/package/06955caeb41bcd97dbb7ebe09828eda1babd28fa bzip2/1.0.8: Calling package() ----Running------ > cmake --build '/Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/build/06955caeb41bcd97dbb7ebe09828eda1babd28fa' '--target' 'install' '--' '-j4' ----------------- Consolidate compiler generated dependencies of target bz2 [ 80%] Built target bz2 Consolidate compiler generated dependencies of target bzip2 [100%] Built target bzip2 Install the project... -- Install configuration: "Debug" -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/package/06955caeb41bcd97dbb7ebe09828eda1babd28fa/lib/libbz2.a -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/package/06955caeb41bcd97dbb7ebe09828eda1babd28fa/bin/bzip2 -- Installing: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/package/06955caeb41bcd97dbb7ebe09828eda1babd28fa/include/bzlib.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 bzip2/1.0.8 package(): Packaged 2 files: bzip2, LICENSE bzip2/1.0.8 package(): Packaged 1 '.h' file: bzlib.h bzip2/1.0.8 package(): Packaged 1 '.a' file: libbz2.a bzip2/1.0.8 package(): Packaged 1 '.cmake' file: conan-official-bzip2-variables.cmake bzip2/1.0.8: Package '06955caeb41bcd97dbb7ebe09828eda1babd28fa' created bzip2/1.0.8: Created package revision 3f22e8ccc8dd24bdddcf23a39a9b9617 bzip2/1.0.8: Appending PATH environment variable: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/package/06955caeb41bcd97dbb7ebe09828eda1babd28fa/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