******************************************************************************** conan install caf/0.18.0@ --profile=/home/conan/w/BuildSingleReference/6910/531b751c-8094-4492-8709-db2a4f8b5824/profile.txt --build=caf ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=clang compiler.libcxx=libc++ compiler.version=4.0 os=Linux os_build=Linux [options] caf:shared=False [build_requires] [env] caf/0.18.0: Forced build from source Installing package: caf/0.18.0 Requirements caf/0.18.0 from local cache - Cache openssl/1.1.1j from 'conan-center' - Cache Packages caf/0.18.0:6acdd1f116f285a7707912ef54b2d88885355f3b - Build openssl/1.1.1j:a3c1782e6f0acdaccbc6b52d45f3ac8597be6c8a - Cache Installing (downloading, building) binaries... openssl/1.1.1j: 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 caf/0.18.0: Copying sources to build folder caf/0.18.0: Building your package in /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b caf/0.18.0: Generator cmake_find_package created FindOpenSSL.cmake caf/0.18.0: Generator cmake created conanbuildinfo.cmake [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 caf/0.18.0: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="4.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/package/6acdd1f116f285a7707912ef54b2d88885355f3b" -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_MODULE_PATH="/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DCMAKE_CXX_STANDARD="17" -DCAF_NO_AUTO_LIBCPP="True" -DCAF_NO_OPENSSL="False" -DCAF_ENABLE_EXAMPLES="OFF" -DCAF_ENABLE_TOOLS="OFF" -DCAF_ENABLE_TESTING="OFF" -DCAF_LOG_LEVEL="QUIET" -DPTHREAD_LIBRARIES="-pthread -ldl" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b' ----------------- -- The C compiler identification is Clang 4.0.1 -- The CXX compiler identification is Clang 4.0.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/clang++ - skipped -- 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: Adjusting fPIC flag (ON) -- Conan: Checking correct version: 4.0 -- 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 - Failed -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- Performing Test has_64bit_atomic -- Performing Test has_64bit_atomic - Success -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Found OpenSSL: /home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1j/_/_/package/a3c1782e6f0acdaccbc6b52d45f3ac8597be6c8a/lib/libcrypto.a (found version "1.1.1j") -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/build_subfolder ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/build_subfolder' '--' '-j3' ----------------- Scanning dependencies of target libcaf_core [ 0%] Building CXX object source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/src/abstract_actor.cpp.o [ 1%] Building CXX object source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/src/abstract_channel.cpp.o [ 1%] Building CXX object source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/src/abstract_group.cpp.o source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/build.make:107: recipe for target 'source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/src/abstract_group.cpp.o' failed source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/build.make:94: recipe for target 'source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/src/abstract_channel.cpp.o' failed source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/build.make:81: recipe for target 'source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/src/abstract_actor.cpp.o' failed CMakeFiles/Makefile2:200: recipe for target 'source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/all' failed Makefile:148: recipe for target 'all' failed caf/0.18.0: CMake Warning: Manually-specified variables were not used by the project: CAF_NO_AUTO_LIBCPP CAF_NO_OPENSSL CMAKE_EXPORT_NO_PACKAGE_REGISTRY PTHREAD_LIBRARIES In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/src/abstract_group.cpp:5: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/abstract_group.hpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/actor.hpp:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/abstract_actor.hpp:25: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/mailbox_element.hpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/actor_control_block.hpp:14: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/node_id.hpp:15: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/hash/fnv.hpp:12: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector_base.hpp:8: /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector.hpp:185:14: error: cannot refer to class template 'object_t' without a template argument list return object_t{name, f}; ^ /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector.hpp:195:10: note: template is declared here struct object_t { ^ /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector.hpp:184:34: warning: unused parameter 'name' [-Wunused-parameter] auto pretty_name(string_view name) && { ^ 1 warning and 1 error generated. make[2]: *** [source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/src/abstract_group.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/src/abstract_channel.cpp:7: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/actor_system.hpp:17: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/abstract_actor.hpp:25: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/mailbox_element.hpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/actor_control_block.hpp:14: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/node_id.hpp:15: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/hash/fnv.hpp:12: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector_base.hpp:8: /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector.hpp:185:14: error: cannot refer to class template 'object_t' without a template argument list return object_t{name, f}; ^ /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector.hpp:195:10: note: template is declared here struct object_t { ^ /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector.hpp:184:34: warning: unused parameter 'name' [-Wunused-parameter] auto pretty_name(string_view name) && { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/src/abstract_actor.cpp:12: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/abstract_actor.hpp:25: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/mailbox_element.hpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/actor_control_block.hpp:14: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/node_id.hpp:15: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/hash/fnv.hpp:12: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector_base.hpp:8: /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector.hpp:185:14: error: cannot refer to class template 'object_t' without a template argument list return object_t{name, f}; ^ /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector.hpp:195:10: note: template is declared here struct object_t { ^ /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/save_inspector.hpp:184:34: warning: unused parameter 'name' [-Wunused-parameter] auto pretty_name(string_view name) && { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/src/abstract_channel.cpp:7: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/actor_system.hpp:20: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/actor_config.hpp:10: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/behavior.hpp:10: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/detail/behavior_impl.hpp:15: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/detail/invoke_result_visitor.hpp:15: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/make_sink_result.hpp:9: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/stream_sink.hpp:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/inbound_path.hpp:18: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/settings.hpp:7: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp:19: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value_reader.hpp:7: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/deserializer.hpp:17: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/load_inspector_base.hpp:12: /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/load_inspector.hpp:289:14: error: cannot refer to class template 'object_t' without a template argument list return object_t{object_type, name, f}; ^ /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/load_inspector.hpp:299:10: note: template is declared here struct object_t { ^ /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/load_inspector.hpp:288:34: warning: unused parameter 'name' [-Wunused-parameter] auto pretty_name(string_view name) && { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/src/abstract_actor.cpp:17: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/actor_system.hpp:20: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/actor_config.hpp:10: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/behavior.hpp:10: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/detail/behavior_impl.hpp:15: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/detail/invoke_result_visitor.hpp:15: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/make_sink_result.hpp:9: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/stream_sink.hpp:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/inbound_path.hpp:18: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/settings.hpp:7: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp:19: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value_reader.hpp:7: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/deserializer.hpp:17: In file included from /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/load_inspector_base.hpp:12: /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/load_inspector.hpp:289:14: error: cannot refer to class template 'object_t' without a template argument list return object_t{object_type, name, f}; ^ /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/load_inspector.hpp:299:10: note: template is declared here struct object_t { ^ /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/load_inspector.hpp:288:34: warning: unused parameter 'name' [-Wunused-parameter] auto pretty_name(string_view name) && { ^ #0 0x00007fa15b3a13c8 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/usr/lib/llvm-4.0/bin/../lib/libLLVM-4.0.so.1+0x6d43c8) #1 0x00007fa15b39f586 llvm::sys::RunSignalHandlers() (/usr/lib/llvm-4.0/bin/../lib/libLLVM-4.0.so.1+0x6d2586) #2 0x00007fa15b39f6bb (/usr/lib/llvm-4.0/bin/../lib/libLLVM-4.0.so.1+0x6d26bb) #3 0x00007fa15dc6e150 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x13150) #4 0x0000556b8c866858 clang::Sema::BuildDeclarationNameExpr(clang::CXXScopeSpec const&, clang::DeclarationNameInfo const&, clang::NamedDecl*, clang::NamedDecl*, clang::TemplateArgumentListInfo const*, bool) (/usr/lib/llvm-4.0/bin/clang+0xeae858) #5 0x0000556b8c86722e clang::Sema::BuildDeclarationNameExpr(clang::CXXScopeSpec const&, clang::LookupResult&, bool, bool) (/usr/lib/llvm-4.0/bin/clang+0xeaf22e) #6 0x0000556b8c867fa8 clang::Sema::ActOnIdExpression(clang::Scope*, clang::CXXScopeSpec&, clang::SourceLocation, clang::UnqualifiedId&, bool, bool, std::unique_ptr >, bool, clang::Token*) (/usr/lib/llvm-4.0/bin/clang+0xeaffa8) #7 0x0000556b8c51b05b clang::Parser::ParseCastExpression(bool, bool, bool&, clang::Parser::TypeCastState) (/usr/lib/llvm-4.0/bin/clang+0xb6305b) #8 0x0000556b8c51d0dd clang::Parser::ParseCastExpression(bool, bool, clang::Parser::TypeCastState) (/usr/lib/llvm-4.0/bin/clang+0xb650dd) #9 0x0000556b8c51e559 clang::Parser::ParseAssignmentExpression(clang::Parser::TypeCastState) (/usr/lib/llvm-4.0/bin/clang+0xb66559) #10 0x0000556b8c51ede9 clang::Parser::ParseExpressionList(llvm::SmallVectorImpl&, llvm::SmallVectorImpl&, std::function) (/usr/lib/llvm-4.0/bin/clang+0xb66de9) #11 0x0000556b8c51fffe clang::Parser::ParsePostfixExpressionSuffix(clang::ActionResult) (/usr/lib/llvm-4.0/bin/clang+0xb67ffe) #12 0x0000556b8c51aad3 clang::Parser::ParseCastExpression(bool, bool, bool&, clang::Parser::TypeCastState) (/usr/lib/llvm-4.0/bin/clang+0xb62ad3) #13 0x0000556b8c51d0dd clang::Parser::ParseCastExpression(bool, bool, clang::Parser::TypeCastState) (/usr/lib/llvm-4.0/bin/clang+0xb650dd) #14 0x0000556b8c51e559 clang::Parser::ParseAssignmentExpression(clang::Parser::TypeCastState) (/usr/lib/llvm-4.0/bin/clang+0xb66559) #15 0x0000556b8c51f109 clang::Parser::ParseExpression(clang::Parser::TypeCastState) (/usr/lib/llvm-4.0/bin/clang+0xb67109) #16 0x0000556b8c55ec1a clang::Parser::ParseExprStatement() (/usr/lib/llvm-4.0/bin/clang+0xba6c1a) #17 0x0000556b8c55f6bc clang::Parser::ParseStatementOrDeclarationAfterAttributes(llvm::SmallVector&, clang::Parser::AllowedContsructsKind, clang::SourceLocation*, clang::Parser::ParsedAttributesWithRange&) (/usr/lib/llvm-4.0/bin/clang+0xba76bc) #18 0x0000556b8c55fee0 clang::Parser::ParseStatementOrDeclaration(llvm::SmallVector&, clang::Parser::AllowedContsructsKind, clang::SourceLocation*) (/usr/lib/llvm-4.0/bin/clang+0xba7ee0) #19 0x0000556b8c560066 clang::Parser::ParseStatement(clang::SourceLocation*, bool) (/usr/lib/llvm-4.0/bin/clang+0xba8066) #20 0x0000556b8c56132e clang::Parser::ParseForStatement(clang::SourceLocation*) (/usr/lib/llvm-4.0/bin/clang+0xba932e) #21 0x0000556b8c55f3ab clang::Parser::ParseStatementOrDeclarationAfterAttributes(llvm::SmallVector&, clang::Parser::AllowedContsructsKind, clang::SourceLocation*, clang::Parser::ParsedAttributesWithRange&) (/usr/lib/llvm-4.0/bin/clang+0xba73ab) #22 0x0000556b8c55fee0 clang::Parser::ParseStatementOrDeclaration(llvm::SmallVector&, clang::Parser::AllowedContsructsKind, clang::SourceLocation*) (/usr/lib/llvm-4.0/bin/clang+0xba7ee0) #23 0x0000556b8c563a00 clang::Parser::ParseCompoundStatementBody(bool) (/usr/lib/llvm-4.0/bin/clang+0xbaba00) #24 0x0000556b8c5660bb clang::Parser::ParseFunctionStatementBody(clang::Decl*, clang::Parser::ParseScope&) (/usr/lib/llvm-4.0/bin/clang+0xbae0bb) #25 0x0000556b8c4e1b59 clang::Parser::ParseLexedMethodDef(clang::Parser::LexedMethod&) (/usr/lib/llvm-4.0/bin/clang+0xb29b59) #26 0x0000556b8c4e190e clang::Parser::ParseLexedMethodDefs(clang::Parser::ParsingClass&) (/usr/lib/llvm-4.0/bin/clang+0xb2990e) #27 0x0000556b8c5140e5 clang::Parser::ParseCXXMemberSpecification(clang::SourceLocation, clang::SourceLocation, clang::Parser::ParsedAttributesWithRange&, unsigned int, clang::Decl*) (/usr/lib/llvm-4.0/bin/clang+0xb5c0e5) #28 0x0000556b8c51592e clang::Parser::ParseClassSpecifier(clang::tok::TokenKind, clang::SourceLocation, clang::DeclSpec&, clang::Parser::ParsedTemplateInfo const&, clang::AccessSpecifier, bool, clang::Parser::DeclSpecContext, clang::Parser::ParsedAttributesWithRange&) (/usr/lib/llvm-4.0/bin/clang+0xb5d92e) #29 0x0000556b8c4f3c2e clang::Parser::ParseDeclarationSpecifiers(clang::DeclSpec&, clang::Parser::ParsedTemplateInfo const&, clang::AccessSpecifier, clang::Parser::DeclSpecContext, clang::Parser::LateParsedAttrList*) (/usr/lib/llvm-4.0/bin/clang+0xb3bc2e) #30 0x0000556b8c4d7ac6 clang::Parser::ParseDeclOrFunctionDefInternal(clang::Parser::ParsedAttributesWithRange&, clang::ParsingDeclSpec&, clang::AccessSpecifier) (/usr/lib/llvm-4.0/bin/clang+0xb1fac6) #31 0x0000556b8c4d8299 (/usr/lib/llvm-4.0/bin/clang+0xb20299) #32 0x0000556b8c4de3a0 clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&, clang::ParsingDeclSpec*) (/usr/lib/llvm-4.0/bin/clang+0xb263a0) #33 0x0000556b8c50ddd5 clang::Parser::ParseInnerNamespace(std::vector >&, std::vector >&, std::vector >&, unsigned int, clang::SourceLocation&, clang::ParsedAttributes&, clang::BalancedDelimiterTracker&) (/usr/lib/llvm-4.0/bin/clang+0xb55dd5) #34 0x0000556b8c50e951 clang::Parser::ParseNamespace(unsigned int, clang::SourceLocation&, clang::SourceLocation) (/usr/lib/llvm-4.0/bin/clang+0xb56951) #35 0x0000556b8c4ff31f clang::Parser::ParseDeclaration(unsigned int, clang::SourceLocation&, clang::Parser::ParsedAttributesWithRange&) (/usr/lib/llvm-4.0/bin/clang+0xb4731f) #36 0x0000556b8c4de3c2 clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&, clang::ParsingDeclSpec*) (/usr/lib/llvm-4.0/bin/clang+0xb263c2) ##370 0x0000556b8c4df2870x00007f911ffc63c8 clang::Parser::ParseTopLevelDecl(clang::OpaquePtr&)llvm::sys::PrintStackTrace(llvm::raw_ostream&) ((/usr/lib/llvm-4.0/bin/clang/usr/lib/llvm-4.0/bin/../lib/libLLVM-4.0.so.1++0xb272870x6d43c8)) ##381 0x0000556b8c4d47620x00007f911ffc4586 clang::ParseAST(clang::Sema&, bool, bool)llvm::sys::RunSignalHandlers() ((/usr/lib/llvm-4.0/bin/clang/usr/lib/llvm-4.0/bin/../lib/libLLVM-4.0.so.1++0xb1c7620x6d2586)) ##392 0x0000556b8c1589160x00007f911ffc46bb clang::FrontendAction::Execute()( /usr/lib/llvm-4.0/bin/../lib/libLLVM-4.0.so.1(+/usr/lib/llvm-4.0/bin/clang0x6d26bb+)0x7a0916 )# 3# 400x00007f9122893150 0x0000556b8c1266fc__restore_rt clang::CompilerInstance::ExecuteAction(clang::FrontendAction&)( /lib/x86_64-linux-gnu/libpthread.so.0(+/usr/lib/llvm-4.0/bin/clang0x13150+)0x76e6fc )# 4# 410x0000561647c46858 0x0000556b8c1eea13clang::Sema::BuildDeclarationNameExpr(clang::CXXScopeSpec const&, clang::DeclarationNameInfo const&, clang::NamedDecl*, clang::NamedDecl*, clang::TemplateArgumentListInfo const*, bool) clang::ExecuteCompilerInvocation(clang::CompilerInstance*)( /usr/lib/llvm-4.0/bin/clang(+/usr/lib/llvm-4.0/bin/clang0xeae858+)0x836a13 )# 5# 420x0000561647c4722e 0x0000556b8bdb0748clang::Sema::BuildDeclarationNameExpr(clang::CXXScopeSpec const&, clang::LookupResult&, bool, bool) cc1_main(llvm::ArrayRef, char const*, void*)( /usr/lib/llvm-4.0/bin/clang(+/usr/lib/llvm-4.0/bin/clang0xeaf22e+)0x3f8748 )# 6# 430x0000561647c47fa8 0x0000556b8bda2adbclang::Sema::ActOnIdExpression(clang::Scope*, clang::CXXScopeSpec&, clang::SourceLocation, clang::UnqualifiedId&, bool, bool, std::unique_ptr >, bool, clang::Token*) main( /usr/lib/llvm-4.0/bin/clang(+/usr/lib/llvm-4.0/bin/clang0xeaffa8+)0x3eaadb )# 7# 440x00005616478fb05b 0x00007fa159de91c1clang::Parser::ParseCastExpression(bool, bool, bool&, clang::Parser::TypeCastState) __libc_start_main( /usr/lib/llvm-4.0/bin/clang(+/lib/x86_64-linux-gnu/libc.so.60xb6305b+)0x211c1 )# 8# 450x00005616478fd0dd 0x0000556b8bdaeb7aclang::Parser::ParseCastExpression(bool, bool, clang::Parser::TypeCastState) _start( /usr/lib/llvm-4.0/bin/clang(+/usr/lib/llvm-4.0/bin/clang0xb650dd+)0x3f6b7a )# 9 0x00005616478fe559 clang::Parser::ParseAssignmentExpression(clang::Parser::TypeCastState) (/usr/lib/llvm-4.0/bin/clang+0xb66559) #10 0x00005616478fede9 clang::Parser::ParseExpressionList(llvm::SmallVectorImpl&, llvm::SmallVectorImpl&, std::function) (/usr/lib/llvm-4.0/bin/clang+0xb66de9) #11 0x00005616478ffffe clang::Parser::ParsePostfixExpressionSuffix(clang::ActionResult) (/usr/lib/llvm-4.0/bin/clang+0xb67ffe) #12 0x00005616478faad3 clang::Parser::ParseCastExpression(bool, bool, bool&, clang::Parser::TypeCastState) Stack dump: (0/usr/lib/llvm-4.0/bin/clang. +0xb62ad3)Program arguments: /usr/lib/llvm-4.0/bin/clang# 13-cc1 0x00005616478fd0dd-triple clang::Parser::ParseCastExpression(bool, bool, clang::Parser::TypeCastState)x86_64-pc-linux-gnu (-emit-obj/usr/lib/llvm-4.0/bin/clang +-disable-free0xb650dd )-disable-llvm-verifier #-discard-value-names14 -main-file-name0x00005616478fe559 abstract_actor.cppclang::Parser::ParseAssignmentExpression(clang::Parser::TypeCastState) -mrelocation-model( /usr/lib/llvm-4.0/bin/clangpic+ 0xb66559-pic-level) 2# 15-mthread-model posix -fmath-errno 0x00005616478ff109-masm-verbose clang::Parser::ParseExpression(clang::Parser::TypeCastState)-mconstructor-aliases (-munwind-tables/usr/lib/llvm-4.0/bin/clang +-fuse-init-array0xb67109 )-target-cpu #x86-6416 -momit-leaf-frame-pointer0x000056164793ec1a -dwarf-column-infoclang::Parser::ParseExprStatement() -debugger-tuning=gdb( /usr/lib/llvm-4.0/bin/clang-coverage-notes-file+ 0xba6c1a/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/build_subfolder/source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/src/abstract_actor.cpp.gcno) -resource-dir# 17/usr/lib/llvm-4.0/bin/../lib/clang/4.0.1 0x000056164793f6bc-D clang::Parser::ParseStatementOrDeclarationAfterAttributes(llvm::SmallVector&, clang::Parser::AllowedContsructsKind, clang::SourceLocation*, clang::Parser::ParsedAttributesWithRange&)libcaf_core_EXPORTS (-I/usr/lib/llvm-4.0/bin/clang +/home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1j/_/_/package/a3c1782e6f0acdaccbc6b52d45f3ac8597be6c8a/include0xba76bc )-I #/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core18 -I0x000056164793fee0 /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/build_subfolder/source_subfolder/libcaf_coreclang::Parser::ParseStatementOrDeclaration(llvm::SmallVector&, clang::Parser::AllowedContsructsKind, clang::SourceLocation*) -D( /usr/lib/llvm-4.0/bin/clangNDEBUG+ 0xba7ee0-internal-isystem) /usr/include/c++/v1# 19-internal-isystem 0x0000561647940066/usr/include/clang/4.0.1/include/ clang::Parser::ParseStatement(clang::SourceLocation*, bool)-internal-isystem (/usr/local/include/usr/lib/llvm-4.0/bin/clang +-internal-isystem0xba8066 )/usr/lib/llvm-4.0/bin/../lib/clang/4.0.1/include #-internal-externc-isystem20 /usr/include/x86_64-linux-gnu0x000056164794132e -internal-externc-isystemclang::Parser::ParseForStatement(clang::SourceLocation*) /include( /usr/lib/llvm-4.0/bin/clang-internal-externc-isystem+ 0xba932e/usr/include) -O3# 21-Wall 0x000056164793f3ab-Wextra clang::Parser::ParseStatementOrDeclarationAfterAttributes(llvm::SmallVector&, clang::Parser::AllowedContsructsKind, clang::SourceLocation*, clang::Parser::ParsedAttributesWithRange&)-Wdocumentation (-pedantic/usr/lib/llvm-4.0/bin/clang +-std=gnu++1z0xba73ab )-fdeprecated-macro #-fdebug-compilation-dir22 /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/build_subfolder/source_subfolder/libcaf_core0x000056164793fee0 -ftemplate-depthclang::Parser::ParseStatementOrDeclaration(llvm::SmallVector&, clang::Parser::AllowedContsructsKind, clang::SourceLocation*) 512( /usr/lib/llvm-4.0/bin/clang-ferror-limit+ 0xba7ee019) -ftemplate-backtrace-limit# 230 0x0000561647943a00-fmessage-length clang::Parser::ParseCompoundStatementBody(bool)0 (/usr/lib/llvm-4.0/bin/clang+ 0xbaba00-pthread) -fobjc-runtime=gcc# 24-fcxx-exceptions 0x00005616479460bb-fexceptions clang::Parser::ParseFunctionStatementBody(clang::Decl*, clang::Parser::ParseScope&)-fdiagnostics-show-option (-vectorize-loops/usr/lib/llvm-4.0/bin/clang +-vectorize-slp0xbae0bb )-o #CMakeFiles/libcaf_core.dir/src/abstract_actor.cpp.o25 -x0x00005616478c1b59 c++clang::Parser::ParseLexedMethodDef(clang::Parser::LexedMethod&) /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/src/abstract_actor.cpp( /usr/lib/llvm-4.0/bin/clang +10xb29b59. ) #/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp26: 2770x00005616478c190e: 23clang::Parser::ParseLexedMethodDefs(clang::Parser::ParsingClass&): current parser token ' ,(' /usr/lib/llvm-4.0/bin/clang2+. 0xb2990e)/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp :#6927: 10x00005616478f40e5: parsing namespaceclang::Parser::ParseCXXMemberSpecification(clang::SourceLocation, clang::SourceLocation, clang::Parser::ParsedAttributesWithRange&, unsigned int, clang::Decl*) ' (caf/usr/lib/llvm-4.0/bin/clang'+ 0xb5c0e53). /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp#:2874 :0x00005616478f592e1 : clang::Parser::ParseClassSpecifier(clang::tok::TokenKind, clang::SourceLocation, clang::DeclSpec&, clang::Parser::ParsedTemplateInfo const&, clang::AccessSpecifier, bool, clang::Parser::DeclSpecContext, clang::Parser::ParsedAttributesWithRange&)parsing struct/union/class body '(caf/usr/lib/llvm-4.0/bin/clang::+config_value0xb5d92e') 4#. 29/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp :0x00005616478d3c2e273 :clang::Parser::ParseDeclarationSpecifiers(clang::DeclSpec&, clang::Parser::ParsedTemplateInfo const&, clang::AccessSpecifier, clang::Parser::DeclSpecContext, clang::Parser::LateParsedAttrList*)41 : (parsing function body/usr/lib/llvm-4.0/bin/clang '+caf0xb3bc2e::)config_value ::#set_range30' 0x00005616478b7ac65 . clang::Parser::ParseDeclOrFunctionDefInternal(clang::Parser::ParsedAttributesWithRange&, clang::ParsingDeclSpec&, clang::AccessSpecifier)/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp :(273/usr/lib/llvm-4.0/bin/clang:+410xb1fac6: )in compound statement ('{}') #31 0x00005616478b8299 (/usr/lib/llvm-4.0/bin/clang+0xb20299) #32 0x00005616478be3a0 clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&, clang::ParsingDeclSpec*) (/usr/lib/llvm-4.0/bin/clang+0xb263a0) #33 0x00005616478eddd5 clang::Parser::ParseInnerNamespace(std::vector >&, std::vector >&, std::vector >&, unsigned int, clang::SourceLocation&, clang::ParsedAttributes&, clang::BalancedDelimiterTracker&) (/usr/lib/llvm-4.0/bin/clang+0xb55dd5) #34 0x00005616478ee951 clang::Parser::ParseNamespace(unsigned int, clang::SourceLocation&, clang::SourceLocation) (/usr/lib/llvm-4.0/bin/clang+0xb56951) #35 0x00005616478df31f clang::Parser::ParseDeclaration(unsigned int, clang::SourceLocation&, clang::Parser::ParsedAttributesWithRange&) (/usr/lib/llvm-4.0/bin/clang+0xb4731f) #36 0x00005616478be3c2 clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&, clang::ParsingDeclSpec*) (/usr/lib/llvm-4.0/bin/clang+0xb263c2) #37 0x00005616478bf287 clang::Parser::ParseTopLevelDecl(clang::OpaquePtr&) (/usr/lib/llvm-4.0/bin/clang+0xb27287) #38 0x00005616478b4762 clang::ParseAST(clang::Sema&, bool, bool) (/usr/lib/llvm-4.0/bin/clang+0xb1c762) #39 0x0000561647538916 clang::FrontendAction::Execute() (/usr/lib/llvm-4.0/bin/clang+0x7a0916) #40 0x00005616475066fc clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/usr/lib/llvm-4.0/bin/clang+0x76e6fc) #41 0x00005616475cea13 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/usr/lib/llvm-4.0/bin/clang+0x836a13) #42 0x0000561647190748 cc1_main(llvm::ArrayRef, char const*, void*) (/usr/lib/llvm-4.0/bin/clang+0x3f8748) #43 0x0000561647182adb main (/usr/lib/llvm-4.0/bin/clang+0x3eaadb) #44 0x00007f911ea0e1c1 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x211c1) #45 0x000056164718eb7a _start (/usr/lib/llvm-4.0/bin/clang+0x3f6b7a) Stack dump: 0. Program arguments: /usr/lib/llvm-4.0/bin/clang -cc1 -triple x86_64-pc-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name abstract_channel.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debugger-tuning=gdb -coverage-notes-file /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/build_subfolder/source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/src/abstract_channel.cpp.gcno -resource-dir /usr/lib/llvm-4.0/bin/../lib/clang/4.0.1 -D libcaf_core_EXPORTS -I /home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1j/_/_/package/a3c1782e6f0acdaccbc6b52d45f3ac8597be6c8a/include -I /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core -I /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/build_subfolder/source_subfolder/libcaf_core -D NDEBUG -internal-isystem /usr/include/c++/v1 -internal-isystem /usr/include/clang/4.0.1/include/ -internal-isystem /usr/local/include -internal-isystem /usr/lib/llvm-4.0/bin/../lib/clang/4.0.1/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -Wextra -Wdocumentation -pedantic -std=gnu++1z -fdeprecated-macro -fdebug-compilation-dir /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/build_subfolder/source_subfolder/libcaf_core -ftemplate-depth 512 -ferror-limit 19 -ftemplate-backtrace-limit 0 -fmessage-length 0 -pthread -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o CMakeFiles/libcaf_core.dir/src/abstract_channel.cpp.o -x c++ /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/src/abstract_channel.cpp 1. /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp:277:23: current parser token ',' 2. /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp:69:1: parsing namespace 'caf' 3. /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp:74:1: parsing struct/union/class body 'caf::config_value' 4. /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp:273:41: parsing function body 'caf::config_value::set_range' 5. /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/source_subfolder/libcaf_core/caf/config_value.hpp:273:41: in compound statement ('{}') clang: error: unable to execute command: Segmentation fault (core dumped) clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 4.0.1-6 (tags/RELEASE_401/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. clang: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /tmp/abstract_channel-3026dd.cpp clang: note: diagnostic msg: /tmp/abstract_channel-3026dd.sh clang: note: diagnostic msg: ******************** make[2]: *** [source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/src/abstract_channel.cpp.o] Error 254 clang: error: unable to execute command: Segmentation fault (core dumped) clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 4.0.1-6 (tags/RELEASE_401/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. clang: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /tmp/abstract_actor-e5a2ff.cpp clang: note: diagnostic msg: /tmp/abstract_actor-e5a2ff.sh clang: note: diagnostic msg: ******************** make[2]: *** [source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/src/abstract_actor.cpp.o] Error 254 make[1]: *** [source_subfolder/libcaf_core/CMakeFiles/libcaf_core.dir/all] Error 2 make: *** [all] Error 2 [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component openssl::openssl libdir "lib" does not contain any declared library caf/0.18.0: WARN: Build folder is dirty, removing it: /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b caf/0.18.0: ERROR: Package '6acdd1f116f285a7707912ef54b2d88885355f3b' build failed caf/0.18.0: WARN: Build folder /home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b ERROR: caf/0.18.0: Error in build() method, line 108 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/.conan/data/caf/0.18.0/_/_/build/6acdd1f116f285a7707912ef54b2d88885355f3b/build_subfolder' '--' '-j3'