******************************************************************************** conan install iceoryx/1.0.0@ --build=iceoryx --profile=/Users/jenkins/w/BuildSingleReference@3/14810/29fde27c-019c-4647-92b6-1f160bb8a086/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=10.0 os=Macos os_build=Macos [options] iceoryx:shared=True [build_requires] [env] iceoryx/1.0.0: Forced build from source Installing package: iceoryx/1.0.0 Requirements cpptoml/0.1.1 from 'conan-center' - Cache iceoryx/1.0.0 from local cache - Cache Packages cpptoml/0.1.1:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache iceoryx/1.0.0:26367e077209ea4edb6049d9dae5a1b780e180ee - Build Installing (downloading, building) binaries... cpptoml/0.1.1: Already installed! [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 iceoryx/1.0.0: Copying sources to build folder iceoryx/1.0.0: Building your package in /Users/jenkins/w/BuildSingleReference@3/.conan/data/iceoryx/1.0.0/_/_/build/26367e077209ea4edb6049d9dae5a1b780e180ee iceoryx/1.0.0: Generator cmake created conanbuildinfo.cmake iceoryx/1.0.0: Generator cmake_find_package created Findcpptoml.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 iceoryx/1.0.0: Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference@3/.conan/data/iceoryx/1.0.0/_/_/build/26367e077209ea4edb6049d9dae5a1b780e180ee' && 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="10.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/BuildSingleReference@3/.conan/data/iceoryx/1.0.0/_/_/package/26367e077209ea4edb6049d9dae5a1b780e180ee" -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/BuildSingleReference@3/.conan/data/iceoryx/1.0.0/_/_/build/26367e077209ea4edb6049d9dae5a1b780e180ee" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DTOML_CONFIG="True" -Wno-dev '/Users/jenkins/w/BuildSingleReference@3/.conan/data/iceoryx/1.0.0/_/_/build/26367e077209ea4edb6049d9dae5a1b780e180ee' ----------------- -- 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 -- Conan: C++ stdlib: libc++ -- 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 -- The package 'iceoryx_utils' is used in source code version. -- Conan: Using autogenerated Findcpptoml.cmake -- Found cpptoml: 0.1.1 (found version "0.1.1") -- [i] <<<<<<<<<<<<< Start iceoryx_posh configuration: >>>>>>>>>>>>> -- [i] Using m:n communication only! -- [i] IOX_MAX_PUBLISHERS:512 -- [i] IOX_MAX_SUBSCRIBERS:1024 -- [i] IOX_MAX_INTERFACE_NUMBER:4 -- [i] IOX_MAX_SUBSCRIBERS_PER_PUBLISHER:256 -- [i] IOX_MAX_CHUNKS_ALLOCATED_PER_PUBLISHER_SIMULTANEOUSLY:8 -- [i] IOX_MAX_PUBLISHER_HISTORY:16 -- [i] IOX_MAX_CHUNKS_HELD_PER_SUBSCRIBER_SIMULTANEOUSLY:256 -- [i] <<<<<<<<<<<<<< End iceoryx_posh configuration: >>>>>>>>>>>>>> -- The package 'iceoryx_posh' is used in source code version. -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference@3/.conan/data/iceoryx/1.0.0/_/_/build/26367e077209ea4edb6049d9dae5a1b780e180ee ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@3/.conan/data/iceoryx/1.0.0/_/_/build/26367e077209ea4edb6049d9dae5a1b780e180ee' '--' '-j4' ----------------- Scanning dependencies of target iceoryx_platform [ 1%] Building CXX object utils/CMakeFiles/iceoryx_platform.dir/platform/mac/source/fnctl.cpp.o [ 2%] Building CXX object utils/CMakeFiles/iceoryx_platform.dir/platform/mac/source/semaphore.cpp.o [ 2%] Building CXX object utils/CMakeFiles/iceoryx_platform.dir/platform/mac/source/time.cpp.o [ 3%] Building CXX object utils/CMakeFiles/iceoryx_platform.dir/platform/mac/source/file.cpp.o [ 4%] Building CXX object utils/CMakeFiles/iceoryx_platform.dir/platform/mac/source/unistd.cpp.o [ 5%] Linking CXX shared library ../lib/libiceoryx_platform.dylib [ 5%] Built target iceoryx_platform Scanning dependencies of target iceoryx_utils [ 6%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/concurrent/active_object.cpp.o [ 6%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/concurrent/loffli.cpp.o [ 7%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/cxx/helplets.cpp.o [ 8%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/cxx/deadline_timer.cpp.o [ 8%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/cxx/generic_raii.cpp.o [ 9%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/error_handling/error_handling.cpp.o [ 10%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/file_reader/file_reader.cpp.o [ 10%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/log/logcommon.cpp.o [ 11%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/log/logger.cpp.o [ 12%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/log/logging.cpp.o [ 12%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/log/logging_internal.cpp.o [ 13%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/log/logmanager.cpp.o [ 14%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/log/logstream.cpp.o [ 14%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/access_control.cpp.o [ 15%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/mutex.cpp.o [ 16%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/file_lock.cpp.o [ 16%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/semaphore.cpp.o [ 17%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/timer.cpp.o [ 18%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/timespec.cpp.o [ 19%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/shared_memory_object.cpp.o [ 19%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/signal_handler.cpp.o [ 20%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/message_queue.cpp.o [ 21%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/unix_domain_socket.cpp.o [ 21%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/shared_memory_object/allocator.cpp.o [ 22%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/shared_memory_object/memory_map.cpp.o [ 23%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/shared_memory_object/shared_memory.cpp.o [ 23%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/system_configuration.cpp.o [ 24%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/posix_access_rights.cpp.o [ 25%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/posix_wrapper/thread.cpp.o [ 25%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/units/duration.cpp.o [ 26%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/relocatable_pointer/base_relative_pointer.cpp.o [ 27%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/relocatable_pointer/base_relocatable_pointer.cpp.o [ 27%] Building CXX object utils/CMakeFiles/iceoryx_utils.dir/source/relocatable_pointer/relative_pointer_data.cpp.o [ 28%] Linking CXX shared library ../lib/libiceoryx_utils.dylib [ 28%] Built target iceoryx_utils Scanning dependencies of target iceoryx_posh [ 29%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/capro/capro_message.cpp.o [ 29%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/log/posh_logging.cpp.o [ 30%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/capro/service_description.cpp.o [ 30%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/chunk_header.cpp.o [ 31%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/chunk_management.cpp.o [ 32%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/chunk_settings.cpp.o [ 32%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/mepoo_config.cpp.o [ 33%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/segment_config.cpp.o [ 34%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/memory_manager.cpp.o [ 34%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/mem_pool.cpp.o [ 35%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/shared_chunk.cpp.o [ 36%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/shm_safe_unmanaged_chunk.cpp.o [ 36%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/segment_manager.cpp.o [ 37%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/mepoo_segment.cpp.o [ 38%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/mepoo/memory_info.cpp.o [ 39%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/interface_port.cpp.o [ 39%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/interface_port_data.cpp.o [ 40%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/application_port.cpp.o [ 41%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/application_port_data.cpp.o [ 41%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/base_port_data.cpp.o [ 42%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/base_port.cpp.o [ 43%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/publisher_port_data.cpp.o [ 43%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/publisher_port_user.cpp.o [ 44%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/publisher_port_roudi.cpp.o [ 45%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/subscriber_port_user.cpp.o [ 45%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/subscriber_port_roudi.cpp.o [ 46%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/subscriber_port_single_producer.cpp.o [ 47%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/subscriber_port_multi_producer.cpp.o [ 47%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/subscriber_port_data.cpp.o [ 48%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/client_port_data.cpp.o [ 49%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/client_port_roudi.cpp.o [ 49%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/client_port_user.cpp.o [ 50%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/server_port_data.cpp.o [ 51%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/server_port_roudi.cpp.o [ 52%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/server_port_user.cpp.o [ 52%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/building_blocks/condition_listener.cpp.o [ 53%] Building CXX object posh/CMakeFiles/iceoryx_posh.dir/source/popo/building_blocks/condition_notifier.cpp.o Received SIGTERM! fatal: not a git repository (or any of the parent directories): .git CMake Options CMAKE_BUILD_TYPE.....................: Release CMAKE_TOOLCHAIN_FILE.................: CMAKE_EXPORT_COMPILE_COMMANDS........: ON iceoryx Options BINDING_C............................: ON BUILD_ALL............................: OFF BUILD_DOC............................: OFF BUILD_SHARED_LIBS....................: ON BUILD_STRICT.........................: OFF BUILD_TEST...........................: OFF CCACHE...............................: ON (ccache not found) CLANG_TIDY...........................: OFF COVERAGE.............................: OFF DDS_GATEWAY..........................: OFF EXAMPLES.............................: OFF INTROSPECTION........................: OFF ONE_TO_MANY_ONLY ....................: OFF ROUDI_ENVIRONMENT....................: OFF SANITIZE.............................: OFF TEST_WITH_ADDITIONAL_USER ...........: OFF TOML_CONFIG..........................: True Build Properties project name..............: cmake_wrapper c compiler................: /Library/Developer/CommandLineTools/usr/bin/cc c++ compiler..............: /Library/Developer/CommandLineTools/usr/bin/c++ 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 clang: error: unable to execute command: Terminated: 15 clang: error: clang frontend command failed due to signal (use -v to see invocation) Apple LLVM version 10.0.1 (clang-1001.0.46.3) Target: x86_64-apple-darwin18.2.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script. make[2]: *** [posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/server_port_user.cpp.o] Terminated: 15 make[2]: *** [posh/CMakeFiles/iceoryx_posh.dir/source/popo/ports/server_port_roudi.cpp.o] Terminated: 15 make[1]: *** [posh/CMakeFiles/iceoryx_posh.dir/all] Terminated: 15 make: *** [all] Terminated: 15 cpptoml/0.1.1: WARN: Lib folder doesn't exist, can't collect libraries: /Users/jenkins/w/BuildSingleReference@3/.conan/data/cpptoml/0.1.1/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib ERROR: Exiting with code: 5