******************************************************************************** conan install icc/1.0.0@ --profile=/home/conan/w/BuildSingleReference/12179/ee0e449a-752c-434d-b232-05246f2f9ae8/profile.txt --build=icc ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++ compiler.version=4.9 os=Linux os_build=Linux [options] icc:shared=False [build_requires] [env] icc/1.0.0: Forced build from source Installing package: icc/1.0.0 Requirements icc/1.0.0 from local cache - Cache Packages icc/1.0.0:3b345617ce2bd705ca33e4a8969fc7eb031ea30a - Build Installing (downloading, building) binaries... icc/1.0.0: Copying sources to build folder icc/1.0.0: Building your package in /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a icc/1.0.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 icc/1.0.0: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="4.9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a" -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/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a" -DCMAKE_PREFIX_PATH="/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DICC_BUILD_SHARED="False" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder' ----------------- -- The C compiler identification is GNU 4.9.4 -- The CXX compiler identification is GNU 4.9.4 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - 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/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Cannot detect C++ Standard. Switching to C++11 by default !! -- CMAKE_CXX_STANDARD is 11 -- ICC_SOURCE_FILES is /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/CommandLoop.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/coroutine/TaskScheduler.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/localbus/LocalBus.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/EventLoop.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/networking/ServerSocket.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/networking/Socket.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/ServerSocketImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/SocketImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/TimerImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/windows/EventLoopImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/windows/ServerSocketImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/windows/SocketImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/windows/TimerImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/timer/Timer.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/threadpool/ThreadPool.cpp -- ICC_SOURCE_FILES is /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/CommandLoop.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/coroutine/TaskScheduler.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/localbus/LocalBus.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/EventLoop.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/networking/ServerSocket.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/networking/Socket.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/ServerSocketImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/SocketImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/TimerImpl.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/timer/Timer.cpp;/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/threadpool/ThreadPool.cpp -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a' '--' '-j3' ----------------- Scanning dependencies of target ICC [ 7%] Building CXX object CMakeFiles/ICC.dir/src/icc/coroutine/TaskScheduler.cpp.o [ 15%] Building CXX object CMakeFiles/ICC.dir/src/icc/command/CommandLoop.cpp.o [ 23%] Building CXX object CMakeFiles/ICC.dir/src/icc/localbus/LocalBus.cpp.o [ 30%] Building CXX object CMakeFiles/ICC.dir/src/icc/os/EventLoop.cpp.o icc/1.0.0: fatal: Not a git repository (or any parent up to mount point /home/conan) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). 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 CONAN_CMAKE_POSITION_INDEPENDENT_CODE CONAN_COMPILER CONAN_COMPILER_VERSION CONAN_CXX_FLAGS CONAN_C_FLAGS CONAN_EXPORTED CONAN_IN_LOCAL_CACHE CONAN_LIBCXX CONAN_SHARED_LINKER_FLAGS In file included from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/EventLoop.hpp:16:0, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/EventLoop.cpp:7: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/Context.hpp:44:45: warning: 'nodiscard' attribute directive ignored [-Wattributes] virtual IContext & getContext() const = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/Context.hpp:136:35: warning: 'nodiscard' attribute directive ignored [-Wattributes] IContext & getContext() const override { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/Component.hpp:20:0, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/CommandLoop.hpp:16, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/CommandLoop.cpp:12: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/Context.hpp:44:45: warning: 'nodiscard' attribute directive ignored [-Wattributes] virtual IContext & getContext() const = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/Context.hpp:136:35: warning: 'nodiscard' attribute directive ignored [-Wattributes] IContext & getContext() const override { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/ITimerListener.hpp:12:0, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/TimerImpl.hpp:11, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.hpp:11, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/EventLoop.cpp:13: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/Component.hpp:188:27: warning: 'nodiscard' attribute directive ignored [-Wattributes] IContext & getContext() const { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.hpp:11:0, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/EventLoop.cpp:13: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/TimerImpl.hpp:86:8: error: 'atomic_int32_t' in namespace 'std' does not name a type std::atomic_int32_t counter_{OneTime}; ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/CommandLoop.hpp:16:0, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/CommandLoop.cpp:12: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/Component.hpp:188:27: warning: 'nodiscard' attribute directive ignored [-Wattributes] IContext & getContext() const { ^ /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/TimerImpl.hpp:84:38: error: cannot convert 'const icc::os::Handle' to 'int' in initialization Handle timer_handle_{kInvalidHandle}; ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.hpp:12:0, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/EventLoop.cpp:13: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/SocketImpl.hpp:45:39: error: cannot convert 'const icc::os::Handle' to 'int' in initialization Handle socket_handle_{kInvalidHandle}; ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.hpp:13:0, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/EventLoop.cpp:13: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/ServerSocketImpl.hpp:37:39: error: cannot convert 'const icc::os::Handle' to 'int' in initialization Handle socket_handle_{kInvalidHandle}; ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/EventLoop.cpp:13:0: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.hpp:62:43: error: cannot convert 'const icc::os::Handle' to 'int' in initialization Handle event_loop_handle_{kInvalidHandle}; ^ /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.hpp: In constructor 'icc::os::EventLoop::EventLoopImpl::InternalEvent::InternalEvent(icc::os::Handle, icc::os::function_wrapper)': /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.hpp:79:51: error: cannot convert 'const icc::os::Handle' to 'int' in initialization : object_{fd}, callback_{std::move(callback)} { ^ /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.hpp: In constructor 'icc::os::EventLoop::EventLoopImpl::HandleListeners::HandleListeners(icc::os::Handle)': /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.hpp:85:19: error: cannot convert 'const icc::os::Handle' to 'int' in initialization : handle_{fd} { ^ /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.hpp: In constructor 'icc::os::EventLoop::EventLoopImpl::HandleListeners::HandleListeners(icc::os::Handle, std::vector >)': /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/os/platforms/posix/EventLoopImpl.hpp:89:53: error: cannot convert 'const icc::os::Handle' to 'int' in initialization : handle_{fd}, callbacks_{std::move(callbacks)} { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/Component.hpp:20:0, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/localbus/LocalBus.hpp:18, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/localbus/LocalBus.cpp:11: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/Context.hpp:44:45: warning: 'nodiscard' attribute directive ignored [-Wattributes] virtual IContext & getContext() const = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/Context.hpp:136:35: warning: 'nodiscard' attribute directive ignored [-Wattributes] IContext & getContext() const override { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/ICommandLoop.hpp:13:0, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/CommandLoop.hpp:19, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/CommandLoop.cpp:12: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/ICommand.hpp: In lambda function: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/ICommand.hpp:186:16: error: 'virtual void icc::command::ICommand::finished(const icc::command::CommandResult&)' is protected virtual void finished(const CommandResult & _result) { ^ /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/command/CommandLoop.cpp:147:31: error: within this context ICommand::finished(_result); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/localbus/LocalBus.hpp:18:0, from /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/localbus/LocalBus.cpp:11: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/src/icc/Component.hpp:188:27: warning: 'nodiscard' attribute directive ignored [-Wattributes] IContext & getContext() const { ^ make[2]: *** [CMakeFiles/ICC.dir/src/icc/os/EventLoop.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [CMakeFiles/ICC.dir/src/icc/command/CommandLoop.cpp.o] Error 1 make[1]: *** [CMakeFiles/ICC.dir/all] Error 2 make: *** [all] Error 2 icc/1.0.0: WARN: Build folder is dirty, removing it: /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a icc/1.0.0: ERROR: Package '3b345617ce2bd705ca33e4a8969fc7eb031ea30a' build failed icc/1.0.0: WARN: Build folder /home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a ERROR: icc/1.0.0: Error in build() method, line 79 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/.conan/data/icc/1.0.0/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a' '--' '-j3'