Console Output

Skipping 1,486 KB.. Full Log
_______________________________________________________________________________
Warnings << prediction_msgs:cmake /senior/workspace/orin-module-slave32/master/logs/prediction_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 /senior/workspace/orin-module-slave32/master/build/prediction_msgs; catkin build --get-env prediction_msgs | catkin env -si  /usr/bin/cmake /senior/workspace/orin-module-slave32/master/src/shared_msgs/prediction_msgs --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/senior/workspace/orin-module-slave32/master/devel/.private/prediction_msgs -DCMAKE_INSTALL_PREFIX=/senior/workspace/orin-module-slave32/master/install -DENABLE_IMV=on -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Warnings << pnc_debug_msg:cmake /senior/workspace/orin-module-slave32/master/logs/pnc_debug_msg/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 /senior/workspace/orin-module-slave32/master/build/pnc_debug_msg; catkin build --get-env pnc_debug_msg | catkin env -si  /usr/bin/cmake /senior/workspace/orin-module-slave32/master/src/shared_msgs/pnc_debug_msgs --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/senior/workspace/orin-module-slave32/master/devel/.private/pnc_debug_msg -DCMAKE_INSTALL_PREFIX=/senior/workspace/orin-module-slave32/master/install -DENABLE_IMV=on -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Warnings << guardian_msgs:cmake /senior/workspace/orin-module-slave32/master/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 /senior/workspace/orin-module-slave32/master/build/guardian_msgs; catkin build --get-env guardian_msgs | catkin env -si  /usr/bin/cmake /senior/workspace/orin-module-slave32/master/src/shared_msgs/guardian_msgs --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/senior/workspace/orin-module-slave32/master/devel/.private/guardian_msgs -DCMAKE_INSTALL_PREFIX=/senior/workspace/orin-module-slave32/master/install -DENABLE_IMV=on -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Warnings << pnc:make /senior/workspace/orin-module-slave32/master/logs/pnc/build.make.000.log
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRouteForSmoothMode()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:551:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  551 |            static_cast<decimal_t>(cur_vt_pint[1] - pre_vt_point[1])});
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:550:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  550 |           {static_cast<decimal_t>(fmax(cur_vt_pint[0], pre_vt_point[0])),
      |                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRoute2()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:428:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  428 |            static_cast<decimal_t>(cur_vt_pint[1] - pre_vt_point[1])});
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:427:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  427 |           {static_cast<decimal_t>(fmax(cur_vt_pint[0], pre_vt_point[0])),
      |                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp: In member function ‘bool senior::pnc::algorithm::TruckPathOptimization::TransToPath()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp:261:35: warning: ‘*((void*)& trailer_heading_data +16)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  261 |           trailer_heading_data[0] - trailer_heading_data[2];
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp:261:35: warning: ‘trailer_heading_data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/senior/workspace/orin-module-slave32/master/src/pnc/common/zip/mini_zip.cpp: In static member function ‘static bool senior::common::MiniZip::ZipFiles(std::string, std::vector<std::__cxx11::basic_string<char> >, const senior::common::ZipParams&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/common/zip/mini_zip.cpp:311:9: warning: ‘fin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  311 |         if (fin) fclose(fin);
      |         ^~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRouteForSmoothMode()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:551:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  551 |            static_cast<decimal_t>(cur_vt_pint[1] - pre_vt_point[1])});
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:550:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  550 |           {static_cast<decimal_t>(fmax(cur_vt_pint[0], pre_vt_point[0])),
      |                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRoute2()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:428:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  428 |            static_cast<decimal_t>(cur_vt_pint[1] - pre_vt_point[1])});
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:427:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  427 |           {static_cast<decimal_t>(fmax(cur_vt_pint[0], pre_vt_point[0])),
      |                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/data/boundary/road_boundary.cpp: In member function ‘void senior::pnc::data::RoadBoundary::GenerateSwitchShiftL(senior::pnc::data::PlanFrame&, const senior::pnc::data::GuideLine&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/data/boundary/road_boundary.cpp:943:34: warning: ‘right_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  943 |     boundary_pt.set_right_shift_l(right_shift_l);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/data/boundary/road_boundary.cpp:942:33: warning: ‘left_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  942 |     boundary_pt.set_left_shift_l(left_shift_l);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp: In member function ‘bool senior::pnc::algorithm::TruckPathOptimization::TransToPath()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp:261:35: warning: ‘*((void*)& trailer_heading_data +16)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  261 |           trailer_heading_data[0] - trailer_heading_data[2];
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp:261:35: warning: ‘trailer_heading_data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/senior/workspace/orin-module-slave32/master/src/pnc/common/zip/mini_zip.cpp: In static member function ‘static bool senior::common::MiniZip::ZipFiles(std::string, std::vector<std::__cxx11::basic_string<char> >, const senior::common::ZipParams&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/common/zip/mini_zip.cpp:311:9: warning: ‘fin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  311 |         if (fin) fclose(fin);
      |         ^~
/senior/workspace/orin-module-slave32/master/src/pnc/data/boundary/road_boundary.cpp: In member function ‘void senior::pnc::data::RoadBoundary::GenerateSwitchShiftL(senior::pnc::data::PlanFrame&, const senior::pnc::data::GuideLine&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/data/boundary/road_boundary.cpp:943:34: warning: ‘right_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  943 |     boundary_pt.set_right_shift_l(right_shift_l);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/data/boundary/road_boundary.cpp:942:33: warning: ‘left_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  942 |     boundary_pt.set_left_shift_l(left_shift_l);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp: In static member function ‘static int senior::StringCompress::DecompressString(const string&, std::string&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp:115:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
  115 |           ret = Z_DATA_ERROR; /* and fall through */
      |               ^
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp:116:9: note: here
  116 |         case Z_DATA_ERROR:
      |         ^~~~
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp: In static member function ‘static int senior::StringCompress::DecompressString(const string&, std::string&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp:115:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
  115 |           ret = Z_DATA_ERROR; /* and fall through */
      |               ^
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp:116:9: note: here
  116 |         case Z_DATA_ERROR:
      |         ^~~~
cd /senior/workspace/orin-module-slave32/master/build/pnc; catkin build --get-env pnc | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 27:00.6 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install - 26... 
[build 27:00.7 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install - 26... 
[build 27:00.8 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install - 26... 
[build 27:00.9 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:01.0 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:01.1 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:01.2 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:01.3 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:01.4 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:01.5 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:01.6 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:01.7 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:01.8 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:01.9 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:02.0 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:02.1 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:02.2 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:02.3 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:02.4 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:02.5 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:02.6 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:02.7 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:02.8 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:02.9 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:03.0 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:03.1 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:03.2 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:03.3 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:03.4 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:03.5 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:03.6 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:03.7 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:03.8 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:03.9 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:04.0 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:04.1 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:04.2 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:04.3 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:04.4 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:04.5 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:04.6 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:04.7 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:04.8 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:04.9 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:05.0 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 27:05.1 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:05.2 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:05.3 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:05.4 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:05.5 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:05.6 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:05.7 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:05.8 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:05.9 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:06.0 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:06.1 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:06.2 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:06.3 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:06.4 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:06.5 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:06.6 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:06.7 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:06.8 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:06.9 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:07.0 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:07.1 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:07.2 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:07.3 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:07.4 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:07.5 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:07.6 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:07.7 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:07.8 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:07.9 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:08.0 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:08.1 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:08.2 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:08.3 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:08.4 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:08.5 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:08.6 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:08.7 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:08.8 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:08.9 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:09.0 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:09.1 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:09.2 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 27:09.3 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (100... 
[build 27:09.4 s] [30/31 complete] [1/14 jobs] [0 queued] [pnc:install (100... 
...............................................................................
Finished <<< pnc                                  [ 26 minutes and 20.8 seconds ]
[build] Summary: All 31 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 17 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 27 minutes and 9.4 seconds total.                             
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-module-slave32/master/src/hdmap_analysis
[Pipeline] dir
Running in /senior/workspace/orin-module-slave32/master/src/hdmap_analysis
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 95ec724887af1b240b58915e6d1946ca3d6f4520 (origin/rc_dev)
Commit message: "Merge branch 'revert-1344c0e2' into 'rc_dev'"
Cloning repository http://159.27.226.4/map/hdmap_analysis.git
 > git init /senior/workspace/orin-module-slave32/master/src/hdmap_analysis # timeout=10
Fetching upstream changes from http://159.27.226.4/map/hdmap_analysis.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/map/hdmap_analysis.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/map/hdmap_analysis.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 95ec724887af1b240b58915e6d1946ca3d6f4520 # timeout=10
 > git rev-list --no-walk 95ec724887af1b240b58915e6d1946ca3d6f4520 # timeout=10
[Pipeline] sh
+ mkdir /senior/workspace/orin-module-slave32/master/install/lib/hdmap_analysis
[Pipeline] sh
+ cp -r /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/embedding_in_qt_sgskip.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/hdmap_analysis.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/hdmap_polygon_selector.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/hdmap.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/header.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/junction.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/lane.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/log_loader.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/main_window.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/map_loader.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/object.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/restricted_area.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/table_model.py /senior/workspace/orin-module-slave32/master/install/lib/hdmap_analysis/
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
-==========================================================================
[Pipeline] build
Scheduling project: module-pnc_replayer
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo >>>>>>>>>>压缩成zip包>>>>>>>>>> [Pipeline] }
[Pipeline] // ansiColor [Pipeline] dir Running in /senior/workspace/orin-module-slave32/master [Pipeline] { [Pipeline] sh + zip -rq module_master_2025-12-19_14-28-51.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-module-slave32/master build devel install logs module_master_2025-12-19_14-28-51.zip src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-module-slave32/master@tmp [Pipeline] echo /senior/workspace/orin-module-slave32/master/module_master_2025-12-19_14-28-51.zip,/senior/workspace/orin-module-slave32/master/version.json [Pipeline] echo ------------------- 开始上传公网ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://ota.senior.auto/prod-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2025-12-19_14-28-51.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 31.6M 0 0 6 2176k 0 7912k 0:00:04 --:--:-- 0:00:04 7884k 100 31.6M 0 0 100 31.6M 0 22.4M 0:00:01 0:00:01 --:--:-- 22.4M 100 31.6M 0 43 100 31.6M 19 14.4M 0:00:02 0:00:02 --:--:-- 14.4M [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://143.64.91.51:18081/prod-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2025-12-19_14-28-51.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/version.json"' % 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 31.6M 0 0 100 31.6M 0 26.3M 0:00:01 0:00:01 --:--:-- 26.3M 100 31.6M 0 0 100 31.6M 0 14.3M 0:00:02 0:00:02 --:--:-- 14.3M 100 31.6M 0 0 100 31.6M 0 9.8M 0:00:03 0:00:03 --:--:-- 9.8M 100 31.6M 0 0 100 31.6M 0 7714k 0:00:04 0:00:04 --:--:-- 7714k 100 31.6M 0 0 100 31.6M 0 6230k 0:00:05 0:00:05 --:--:-- 6230k 100 31.6M 0 0 100 31.6M 0 5225k 0:00:06 0:00:06 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 4499k 0:00:07 0:00:07 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 3950k 0:00:08 0:00:08 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 3521k 0:00:09 0:00:09 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 3176k 0:00:10 0:00:10 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2892k 0:00:11 0:00:11 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2655k 0:00:12 0:00:12 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2454k 0:00:13 0:00:13 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2281k 0:00:14 0:00:14 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2131k 0:00:15 0:00:15 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1999k 0:00:16 0:00:16 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1883k 0:00:17 0:00:17 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1779k 0:00:18 0:00:18 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1687k 0:00:19 0:00:19 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1603k 0:00:20 0:00:20 --:--:-- 0 100 31.6M 0 43 100 31.6M 2 1544k 0:00:20 0:00:20 --:--:-- 8 100 31.6M 0 43 100 31.6M 2 1544k 0:00:20 0:00:20 --:--:-- 11 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传大榭ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://159.27.225.200:6201/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2025-12-19_14-28-51.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/version.json"' % 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 31.6M 0 0 100 31.6M 0 26.3M 0:00:01 0:00:01 --:--:-- 26.3M 100 31.6M 0 0 100 31.6M 0 14.3M 0:00:02 0:00:02 --:--:-- 14.3M 100 31.6M 0 0 100 31.6M 0 9.8M 0:00:03 0:00:03 --:--:-- 9.8M 100 31.6M 0 0 100 31.6M 0 7712k 0:00:04 0:00:04 --:--:-- 7712k 100 31.6M 0 0 100 31.6M 0 6229k 0:00:05 0:00:05 --:--:-- 6229k 100 31.6M 0 0 100 31.6M 0 5224k 0:00:06 0:00:06 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 4499k 0:00:07 0:00:07 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 3950k 0:00:08 0:00:08 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 3520k 0:00:09 0:00:09 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 3175k 0:00:10 0:00:10 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2892k 0:00:11 0:00:11 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2655k 0:00:12 0:00:12 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2454k 0:00:13 0:00:13 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2281k 0:00:14 0:00:14 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2130k 0:00:15 0:00:15 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1999k 0:00:16 0:00:16 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1883k 0:00:17 0:00:17 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1779k 0:00:18 0:00:18 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1687k 0:00:19 0:00:19 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1603k 0:00:20 0:00:20 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1527k 0:00:21 0:00:21 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1459k 0:00:22 0:00:22 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1396k 0:00:23 0:00:23 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1338k 0:00:24 0:00:24 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1285k 0:00:25 0:00:25 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1236k 0:00:26 0:00:26 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1190k 0:00:27 0:00:27 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1148k 0:00:28 0:00:28 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1109k 0:00:29 0:00:29 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1072k 0:00:30 0:00:30 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1038k 0:00:31 0:00:31 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1005k 0:00:32 0:00:32 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 975k 0:00:33 0:00:33 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 947k 0:00:34 0:00:34 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 920k 0:00:35 0:00:35 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 894k 0:00:36 0:00:36 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 870k 0:00:37 0:00:37 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 847k 0:00:38 0:00:38 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 826k 0:00:39 0:00:39 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 805k 0:00:40 0:00:40 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 786k 0:00:41 0:00:41 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 767k 0:00:42 0:00:42 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 749k 0:00:43 0:00:43 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 732k 0:00:44 0:00:44 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 716k 0:00:45 0:00:45 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 701k 0:00:46 0:00:46 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 686k 0:00:47 0:00:47 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 672k 0:00:48 0:00:48 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 658k 0:00:49 0:00:49 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 645k 0:00:50 0:00:50 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 632k 0:00:51 0:00:51 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 620k 0:00:52 0:00:52 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 608k 0:00:53 0:00:53 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 597k 0:00:54 0:00:54 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 586k 0:00:55 0:00:55 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 576k 0:00:56 0:00:56 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 566k 0:00:57 0:00:57 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 556k 0:00:58 0:00:58 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 547k 0:00:59 0:00:59 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 538k 0:01:00 0:01:00 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 529k 0:01:01 0:01:01 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 520k 0:01:02 0:01:02 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 512k 0:01:03 0:01:03 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 504k 0:01:04 0:01:04 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 496k 0:01:05 0:01:05 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 489k 0:01:06 0:01:06 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 482k 0:01:07 0:01:07 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 474k 0:01:08 0:01:08 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 468k 0:01:09 0:01:09 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 461k 0:01:10 0:01:10 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 454k 0:01:11 0:01:11 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 448k 0:01:12 0:01:12 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 442k 0:01:13 0:01:13 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 436k 0:01:14 0:01:14 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 430k 0:01:15 0:01:15 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 425k 0:01:16 0:01:16 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 419k 0:01:17 0:01:17 --:--:-- 0 100 31.6M 0 43 100 31.6M 0 419k 0:01:17 0:01:17 --:--:-- 10 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传苏溪ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://172.16.110.148:60080/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2025-12-19_14-28-51.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 31.6M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 31.6M 0 0 19 6400k 0 5378k 0:00:06 0:00:01 0:00:05 5373k 46 31.6M 0 0 46 14.7M 0 6881k 0:00:04 0:00:02 0:00:02 6881k 65 31.6M 0 0 65 20.6M 0 6631k 0:00:04 0:00:03 0:00:01 6629k 78 31.6M 0 0 78 24.9M 0 6069k 0:00:05 0:00:04 0:00:01 6068k 91 31.6M 0 0 91 28.9M 0 5712k 0:00:05 0:00:05 --:--:-- 5940k 100 31.6M 0 0 100 31.6M 0 4766k 0:00:06 0:00:06 --:--:-- 4637k 100 31.6M 0 0 100 31.6M 0 4155k 0:00:07 0:00:07 --:--:-- 3088k 100 31.6M 0 0 100 31.6M 0 3682k 0:00:08 0:00:08 --:--:-- 2012k 100 31.6M 0 0 100 31.6M 0 3306k 0:00:09 0:00:09 --:--:-- 1231k 100 31.6M 0 0 100 31.6M 0 3000k 0:00:10 0:00:10 --:--:-- 498k 100 31.6M 0 0 100 31.6M 0 2746k 0:00:11 0:00:11 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2531k 0:00:12 0:00:12 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2348k 0:00:13 0:00:13 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2189k 0:00:14 0:00:14 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 2050k 0:00:15 0:00:15 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1928k 0:00:16 0:00:16 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1820k 0:00:17 0:00:17 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1723k 0:00:18 0:00:18 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1636k 0:00:19 0:00:19 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1557k 0:00:20 0:00:20 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1486k 0:00:21 0:00:21 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1421k 0:00:22 0:00:22 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1361k 0:00:23 0:00:23 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1306k 0:00:24 0:00:24 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1255k 0:00:25 0:00:25 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1208k 0:00:26 0:00:26 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1165k 0:00:27 0:00:27 --:--:-- 0 100 31.6M 0 43 100 31.6M 1 1156k 0:00:28 0:00:28 --:--:-- 10 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传烟台ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://172.16.110.145:50080/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2025-12-19_14-28-51.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 31.6M 0 0 8 2880k 0 4039k 0:00:08 --:--:-- 0:00:08 4033k 26 31.6M 0 0 26 8640k 0 5005k 0:00:06 0:00:01 0:00:05 5002k 37 31.6M 0 0 37 11.8M 0 4327k 0:00:07 0:00:02 0:00:05 4327k 48 31.6M 0 0 48 15.3M 0 4195k 0:00:07 0:00:03 0:00:04 4194k 60 31.6M 0 0 60 19.1M 0 4039k 0:00:08 0:00:04 0:00:04 4038k 66 31.6M 0 0 66 21.0M 0 3365k 0:00:09 0:00:06 0:00:03 3280k 66 31.6M 0 0 66 21.1M 0 3202k 0:00:10 0:00:06 0:00:04 2584k 78 31.6M 0 0 78 24.8M 0 3283k 0:00:09 0:00:07 0:00:02 2687k 87 31.6M 0 0 87 27.6M 0 3251k 0:00:09 0:00:08 0:00:01 2543k 96 31.6M 0 0 96 30.5M 0 3124k 0:00:10 0:00:10 --:--:-- 2265k 100 31.6M 0 0 100 31.6M 0 2865k 0:00:11 0:00:11 --:--:-- 2212k 100 31.6M 0 0 100 31.6M 0 2632k 0:00:12 0:00:12 --:--:-- 1940k 100 31.6M 0 0 100 31.6M 0 2434k 0:00:13 0:00:13 --:--:-- 1258k 100 31.6M 0 0 100 31.6M 0 2264k 0:00:14 0:00:14 --:--:-- 728k 100 31.6M 0 0 100 31.6M 0 2116k 0:00:15 0:00:15 --:--:-- 214k 100 31.6M 0 0 100 31.6M 0 1986k 0:00:16 0:00:16 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1872k 0:00:17 0:00:17 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1769k 0:00:18 0:00:18 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1678k 0:00:19 0:00:19 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1595k 0:00:20 0:00:20 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1520k 0:00:21 0:00:21 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1452k 0:00:22 0:00:22 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1390k 0:00:23 0:00:23 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1332k 0:00:24 0:00:24 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1280k 0:00:25 0:00:25 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1231k 0:00:26 0:00:26 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1186k 0:00:27 0:00:27 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1144k 0:00:28 0:00:28 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1105k 0:00:29 0:00:29 --:--:-- 0 100 31.6M 0 0 100 31.6M 0 1068k 0:00:30 0:00:30 --:--:-- 0 100 31.6M 0 43 100 31.6M 1 1053k 0:00:30 0:00:30 --:--:-- 9 100 31.6M 0 43 100 31.6M 1 1053k 0:00:30 0:00:30 --:--:-- 12 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo public xiamen daxie suxi yantai [Pipeline] echo 上传失败:[] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo always [Pipeline] sh + rm -rf /senior/workspace/orin-module-slave32/master/.catkin_tools /senior/workspace/orin-module-slave32/master/build/ /senior/workspace/orin-module-slave32/master/devel/ /senior/workspace/orin-module-slave32/master/install /senior/workspace/orin-module-slave32/master/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] sh + cp -r /senior/workspace/commit/orin-module-slave32/master_tmp/avm /senior/workspace/commit/orin-module-slave32/master_tmp/cache_bag_node /senior/workspace/commit/orin-module-slave32/master_tmp/calibration_tools /senior/workspace/commit/orin-module-slave32/master_tmp/camera_driver /senior/workspace/commit/orin-module-slave32/master_tmp/control /senior/workspace/commit/orin-module-slave32/master_tmp/crane_align /senior/workspace/commit/orin-module-slave32/master_tmp/data_collection /senior/workspace/commit/orin-module-slave32/master_tmp/groundmarker_detection /senior/workspace/commit/orin-module-slave32/master_tmp/guardian /senior/workspace/commit/orin-module-slave32/master_tmp/hdcontrol /senior/workspace/commit/orin-module-slave32/master_tmp/hdmap /senior/workspace/commit/orin-module-slave32/master_tmp/hdmap_cloud /senior/workspace/commit/orin-module-slave32/master_tmp/hdmap_interface /senior/workspace/commit/orin-module-slave32/master_tmp/imv_spreader_detection /senior/workspace/commit/orin-module-slave32/master_tmp/lane_detection /senior/workspace/commit/orin-module-slave32/master_tmp/login_sync_tool /senior/workspace/commit/orin-module-slave32/master_tmp/master /senior/workspace/commit/orin-module-slave32/master_tmp/mrpt2 /senior/workspace/commit/orin-module-slave32/master_tmp/msf_assistant /senior/workspace/commit/orin-module-slave32/master_tmp/msf_localization /senior/workspace/commit/orin-module-slave32/master_tmp/node-manager /senior/workspace/commit/orin-module-slave32/master_tmp/node-manager-hmi /senior/workspace/commit/orin-module-slave32/master_tmp/node_manager_online /senior/workspace/commit/orin-module-slave32/master_tmp/perception_publisher /senior/workspace/commit/orin-module-slave32/master_tmp/performance_analyst /senior/workspace/commit/orin-module-slave32/master_tmp/peripheral_controller /senior/workspace/commit/orin-module-slave32/master_tmp/pnc /senior/workspace/commit/orin-module-slave32/master_tmp/prediction /senior/workspace/commit/orin-module-slave32/master_tmp/rcinterpreter /senior/workspace/commit/orin-module-slave32/master_tmp/rminterpreter /senior/workspace/commit/orin-module-slave32/master_tmp/ros-bridge /senior/workspace/commit/orin-module-slave32/master_tmp/rslidar_sdk /senior/workspace/commit/orin-module-slave32/master_tmp/rslidar_sdk_new /senior/workspace/commit/orin-module-slave32/master_tmp/rtsp_relayer /senior/workspace/commit/orin-module-slave32/master_tmp/schedule_manager /senior/workspace/commit/orin-module-slave32/master_tmp/segmentation /senior/workspace/commit/orin-module-slave32/master_tmp/shared_msgs /senior/workspace/commit/orin-module-slave32/master_tmp/simulator /senior/workspace/commit/orin-module-slave32/master_tmp/sins_calibration_hmi /senior/workspace/commit/orin-module-slave32/master_tmp/snapshot_upload /senior/workspace/commit/orin-module-slave32/master_tmp/static_transform /senior/workspace/commit/orin-module-slave32/master_tmp/system_monitor /senior/workspace/commit/orin-module-slave32/master_tmp/system-ros /senior/workspace/commit/orin-module-slave32/master_tmp/thirdparty /senior/workspace/commit/orin-module-slave32/master_tmp/tools /senior/workspace/commit/orin-module-slave32/master_tmp/tos_visualize /senior/workspace/commit/orin-module-slave32/master_tmp/traffic_light_detection /senior/workspace/commit/orin-module-slave32/master_tmp/unified-system-monitor /senior/workspace/commit/orin-module-slave32/master_tmp/versions_observer /senior/workspace/commit/orin-module-slave32/master_tmp/warningModule /senior/workspace/commit/orin-module-slave32/master/ [Pipeline] sh + rm -rf /senior/workspace/commit/orin-module-slave32/master_tmp [Pipeline] readJSON [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo <!DOCTYPE html><html><head><meta charset="utf-8"><title>msg2html</title></head><body><h1>更新内容</h1><h2>模块名: guardian</h2><h2>模块名: hdmap_interface</h2><h2>模块名: pnc</h2><h2>模块名: shared_msgs</h2></body></html> [Pipeline] echo msg已经准备完成 [Pipeline] sh + touch /senior/workspace/orin-module-slave32/master/index.html [Pipeline] writeFile [Pipeline] echo html更新完成 [Pipeline] publishHTML [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /senior/workspace/orin-module-slave32/master to /var/lib/jenkins/jobs/orin-module-slave32/builds/2942/htmlreports/update_20message [Pipeline] wrap [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo user: , telphone: null [Pipeline] echo 用户不存在列表中 [Pipeline] } [Pipeline] // script [Pipeline] sh + curl -X POST 'http://143.64.81.104:8080/robot/send?access_token=c4e318472bbd19d0449efb4060de213f730dc32b4bf44819381a8fa7adf61983' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"jenkins通知","text": "# 版本发布通知 ### [IMV专用(洋浦pnc测试)] --- - 版本名: [module_master_2025-12-19_14-28-51] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:wuyanjun - 更新模块: - 上传平台: public xiamen daxie suxi yantai - 任务号: [orin-module-slave32 #2942] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-module-slave32/2942/update_20message/index.html) > 请ota发布同学尽快发布验证,并在群里同步发布信息~ "},"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 729 100 27 100 702 245 6381 --:--:-- --:--:-- --:--:-- 6627 [Pipeline] echo {"errcode":0,"errmsg":"ok"} [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } Lock released on resource [Label: orin-arm, Quantity: 1] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS