Console Output

Skipping 587 KB.. Full Log
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    CMAKE_PROJECT_VERSION
    CMAKE_PROJECT_VERSION_MAJOR
    CMAKE_PROJECT_VERSION_MINOR
    CMAKE_PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

cd /root/workspace/module-confname/build/pnc_debug_msg; catkin build --get-env pnc_debug_msg | catkin env -si  /usr/bin/cmake /root/workspace/module-confname/src/shared_msgs/pnc_debug_msgs --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/root/workspace/module-confname/devel/.private/pnc_debug_msg -DCMAKE_INSTALL_PREFIX=/root/workspace/module-confname/install -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Warnings << guardian_msgs:cmake /root/workspace/module-confname/logs/guardian_msgs/build.cmake.001.log
CMake Warning (dev) at CMakeLists.txt:2 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    CMAKE_PROJECT_VERSION
    CMAKE_PROJECT_VERSION_MAJOR
    CMAKE_PROJECT_VERSION_MINOR
    CMAKE_PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

cd /root/workspace/module-confname/build/guardian_msgs; catkin build --get-env guardian_msgs | catkin env -si  /usr/bin/cmake /root/workspace/module-confname/src/shared_msgs/guardian_msgs --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/root/workspace/module-confname/devel/.private/guardian_msgs -DCMAKE_INSTALL_PREFIX=/root/workspace/module-confname/install -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Warnings << hdmap:cmake /root/workspace/module-confname/logs/hdmap/build.cmake.000.log
=============================================================
-- ROS Found, Ros Support is turned On!
=============================================================
=============================================================
-- ROS2 Not Found, Ros2 Support is turned Off!
=============================================================
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
** WARNING ** io features related to libusb-1.0 will be disabled
GIT_COMMIT_HASH:a9c2e4d
cd /root/workspace/module-confname/build/hdmap; catkin build --get-env hdmap | catkin env -si  /usr/bin/cmake /root/workspace/module-confname/src/hdmap --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/root/workspace/module-confname/devel/.private/hdmap -DCMAKE_INSTALL_PREFIX=/root/workspace/module-confname/install -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Warnings << hdmap:make /root/workspace/module-confname/logs/hdmap/build.make.000.log
cc1: warning: command line option ‘-std=c++14’ is valid for C++/ObjC++ but not for C
cc1: warning: command line option ‘-std=c++14’ is valid for C++/ObjC++ but not for C
cd /root/workspace/module-confname/build/hdmap; catkin build --get-env hdmap | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -

...............................................................................
_______________________________________________________________________________
Warnings << control:cmake /root/workspace/module-confname/logs/control/build.cmake.000.log
msg:rc_dev.1be039c
cd /root/workspace/module-confname/build/control; catkin build --get-env control | catkin env -si  /usr/bin/cmake /root/workspace/module-confname/src/control --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/root/workspace/module-confname/devel/.private/control -DCMAKE_INSTALL_PREFIX=/root/workspace/module-confname/install -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Warnings << hdmap_cloud:cmake /root/workspace/module-confname/logs/hdmap_cloud/build.cmake.000.log
use CATKIN
=============================================================
-- ROS Found, Ros Support is turned On!
=============================================================
=============================================================
-- ROS2 Not Found, Ros2 Support is turned Off!
=============================================================
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
** WARNING ** io features related to libusb-1.0 will be disabled
SERVER_SRC: adapter/base_adapter.cc;adapter/mqtt_adapter.cc;adapter/ros1_adapter.cc;common/error_info.cc;common/param_parser.cc;manager/adapter_manager.cc;node/hdmap_server_node.cc
use CATKIN
SERVER_SRC_ROS: adapter/base_adapter.cc;adapter/ros1_adapter.cc;common/error_info.cc;common/param_parser.cc;manager/adapter_manager.cc;node/hdmap_server_node.cc
GIT_COMMIT_HASH:2c61a77
use CATKIN
WARNING: Target "hdmap_navigation" requests linking to directory "/usr/include".  Targets may link only to libraries.  CMake is dropping the item.
WARNING: Target "hdmap_server_node" requests linking to directory "/usr/include".  Targets may link only to libraries.  CMake is dropping the item.
cd /root/workspace/module-confname/build/hdmap_cloud; catkin build --get-env hdmap_cloud | catkin env -si  /usr/bin/cmake /root/workspace/module-confname/src/hdmap_cloud --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/root/workspace/module-confname/devel/.private/hdmap_cloud -DCMAKE_INSTALL_PREFIX=/root/workspace/module-confname/install -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Errors << hdmap_cloud:make /root/workspace/module-confname/logs/hdmap_cloud/build.make.000.log
/root/workspace/module-confname/src/hdmap_cloud/server/adapter/ros1_adapter.cc: In static member function ‘static senior::hdmap::server::ErrorCode senior::hdmap::adapter::Ros1Adapter::ParseRoutingRequestMessage(const ConstPtr&, senior::hdmap::adapter::data_struct::RoutingRequestPtr&)’:
/root/workspace/module-confname/src/hdmap_cloud/server/adapter/ros1_adapter.cc:170:68: error: no match for ‘operator[]’ (operand types are ‘const hdmap_cloud_msgs::waypoint_<std::allocator<void> >’ and ‘const char [5]’)
  170 |         OldWaypointType oldType = static_cast<OldWaypointType>(iter["type"].asUInt());
      |                                                                    ^
make[2]: *** [server/CMakeFiles/hdmap_server_node.dir/build.make:76: server/CMakeFiles/hdmap_server_node.dir/adapter/ros1_adapter.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:1810: server/CMakeFiles/hdmap_server_node.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
cd /root/workspace/module-confname/build/hdmap_cloud; catkin build --get-env hdmap_cloud | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -

...............................................................................
Failed << hdmap_cloud:make                      [ Exited with code 2 ]         
_______________________________________________________________________________
Warnings << control:make /root/workspace/module-confname/logs/control/build.make.000.log
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "VERSION_NODE" redefined
<command-line>: note: this is the location of the previous definition
cd /root/workspace/module-confname/build/control; catkin build --get-env control | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 05:17.7 s] [32/33 complete] [1/6 jobs] [0 queued] [1 failed] [contro... 
[build 05:17.8 s] [32/33 complete] [1/6 jobs] [0 queued] [1 failed] [contro... 
[build 05:17.9 s] [32/33 complete] [1/6 jobs] [0 queued] [1 failed] [contro... 
[build 05:18.0 s] [32/33 complete] [1/6 jobs] [0 queued] [1 failed] [contro... 
...............................................................................
Finished <<< control                              [ 3 minutes and 48.1 seconds ]
[build] Summary: 32 of 33 packages succeeded.                                  
[build] Ignored: None.                                                         
[build] Warnings: 19 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: 1 packages failed.                                             
[build] Runtime: 5 minutes and 18.1 seconds total.                             
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
Stage "zip->post" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
always
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] echo
failure
[Pipeline] wrap
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
user: , telphone: 
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] echo
user: , telphone: 
[Pipeline] }
[Pipeline] // script
[Pipeline] sh
+ curl -X POST 'https://oapi.dingtalk.com/robot/send?access_token=0e635ba9c724e48482d5e4146087ccb44e6b324d34f5e351b80db04fcf41017a' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"Jenkins通知","text": "# 版本编译失败    
    
### [工控专用(本地仿真)] 
 ---  
  - 任务名: [module-confname] 
  - 任务号: # 934  
  - 状态:<font color=#FF5151> 编译失败 </font> 
  - 执行人:wuyanjun 
  ---  
   > 请检查失败原因 @"},"at": {"atMobiles": [""],"isAtAll": "false"} }'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   399  100    27  100   372    306   4227 --:--:-- --:--:-- --:--:--  4534
[Pipeline] echo
{"errcode":0,"errmsg":"ok"}
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE