+ rm -rf $'doc/dox2\344\275\277\347\224\250\344\273\213\347\273\215.pdf'
+ mkdir build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT=OFF -DCMAKE_INSTALL_PREFIX=/senior/workspace/orin-ros2/install -DINSTALL_SCRIPT_OPTION=OFF ..
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /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: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- *******DOX_INSTALL_ROOT: /senior/workspace/orin-ros2/install
-- Found Protobuf: /usr/local/lib/libprotobuf.so;-lpthread (found version "3.9.1")
-- <<<<<<<<<<<<<<<<<<<<<ALL_LIBRARIES: dox_proto
-- <<<<<<<<<<<<<<<<<<<<<<REAL_LIBRARIES: dox_logger
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Doxygen need to be installed to generate the doxygen documentation
-- Configuring done
-- Generating done
-- Build files have been written to: /senior/workspace/orin-ros2/src/dox/build
+ make install
Scanning dependencies of target project-data
[ 1%] Zipping to /senior/workspace/orin-ros2/src/dox/build/dox-2.1.4.zip
[ 1%] Built target project-data
Scanning dependencies of target copy_tutorials
[ 1%] Built target copy_tutorials
Scanning dependencies of target copy_headers
[ 1%] Built target copy_headers
Scanning dependencies of target copy_scripts
[ 1%] Built target copy_scripts
[ 2%] Running C++ protocol buffer compiler on unit_test
[ 4%] Running C++ protocol buffer compiler on choreography_conf
[ 5%] Running C++ protocol buffer compiler on classic_conf
[ 7%] Running C++ protocol buffer compiler on clock
[ 8%] Running C++ protocol buffer compiler on component_conf
[ 10%] Running C++ protocol buffer compiler on dox_conf
[ 11%] Running C++ protocol buffer compiler on dag_conf
[ 13%] Running C++ protocol buffer compiler on parameter
[ 14%] Running C++ protocol buffer compiler on perf_conf
[ 16%] Running C++ protocol buffer compiler on proto_desc
[ 17%] Running C++ protocol buffer compiler on qos_profile
[ 19%] Running C++ protocol buffer compiler on record
[ 20%] Running C++ protocol buffer compiler on role_attributes
[ 22%] Running C++ protocol buffer compiler on run_mode_conf
[ 23%] Running C++ protocol buffer compiler on scheduler_conf
[ 25%] Running C++ protocol buffer compiler on topology_change
[ 26%] Running C++ protocol buffer compiler on transport_conf
Scanning dependencies of target dox_proto
[ 28%] Building CXX object dox/proto/CMakeFiles/dox_proto.dir/__/__/BuildProducts/dox/include/dox/proto/choreography_conf.pb.cc.o
Sending interrupt signal to process
c++: fatal error: Terminated signal terminated program cc1plus
compilation terminated.
make[2]: *** [dox/proto/CMakeFiles/dox_proto.dir/build.make:250: dox/proto/CMakeFiles/dox_proto.dir/__/__/BuildProducts/dox/include/dox/proto/choreography_conf.pb.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:414: dox/proto/CMakeFiles/dox_proto.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
script returned exit code 2