Console Output

Skipping 1,493 KB.. Full Log
_______________________________________________________________________________
Warnings << vehicle_msgs:cmake /senior/workspace/orin-module-slave32/master/logs/vehicle_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/vehicle_msgs; catkin build --get-env vehicle_msgs | catkin env -si  /usr/bin/cmake /senior/workspace/orin-module-slave32/master/src/shared_msgs/vehicle_msgs --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/senior/workspace/orin-module-slave32/master/devel/.private/vehicle_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:541:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  541 |           {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:542:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  542 |            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: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRoute2()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:424:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  424 |            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:423:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  423 |           {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:541:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  541 |           {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:542:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  542 |            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: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRoute2()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:424:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  424 |            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:423:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  423 |           {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/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:923:34: warning: ‘right_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  923 |     boundary_pt.set_right_shift_l(right_shift_l);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/data/boundary/road_boundary.cpp:922:33: warning: ‘left_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  922 |     boundary_pt.set_left_shift_l(left_shift_l);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/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:923:34: warning: ‘right_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  923 |     boundary_pt.set_right_shift_l(right_shift_l);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/data/boundary/road_boundary.cpp:922:33: warning: ‘left_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  922 |     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 26:44.0 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:44.1 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:44.2 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:44.3 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:44.4 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:44.5 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:44.6 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:44.7 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:44.8 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:44.9 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:45.0 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:45.1 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:45.2 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:45.3 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:45.4 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:45.5 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:45.6 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:45.7 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:45.8 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:45.9 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:46.0 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:46.1 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:46.2 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:46.3 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:46.4 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:46.5 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:46.6 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:46.7 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:46.8 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:46.9 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:47.0 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:47.1 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:47.2 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:47.3 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:47.4 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:47.5 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:47.6 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:47.7 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:47.8 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:47.9 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:48.0 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:48.1 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 26... 
[build 26:48.2 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 26... 
[build 26:48.3 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install - 26... 
[build 26:48.4 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:48.5 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:48.6 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:48.7 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:48.8 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:48.9 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:49.0 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:49.1 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:49.2 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:49.3 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:49.4 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:49.5 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:49.6 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:49.7 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:49.8 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:49.9 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:50.0 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:50.1 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:50.2 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:50.3 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:50.4 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:50.5 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:50.6 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:50.7 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:50.8 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:50.9 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:51.0 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:51.1 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:51.2 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:51.3 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:51.4 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:51.5 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:51.6 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:51.7 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:51.8 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:51.9 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:52.0 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:52.1 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:52.2 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:52.3 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:52.4 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:52.5 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:52.6 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 26:52.7 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (100... 
[build 26:52.8 s] [31/32 complete] [1/14 jobs] [0 queued] [pnc:install (100... 
...............................................................................
Finished <<< pnc                                  [ 26 minutes and 4.8 seconds ]
[build] Summary: All 32 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: 26 minutes and 52.8 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-02_18-42-03.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-module-slave32/master build devel install logs module_master_2025-12-02_18-42-03.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-02_18-42-03.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-02_18-42-03.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 32.5M 0 0 100 32.5M 0 20.7M 0:00:01 0:00:01 --:--:-- 20.7M 100 32.5M 0 43 100 32.5M 24 18.5M 0:00:01 0:00:01 --:--:-- 18.5M [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-02_18-42-03.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 32.5M 0 0 100 32.5M 0 27.0M 0:00:01 0:00:01 --:--:-- 27.1M 100 32.5M 0 0 100 32.5M 0 14.7M 0:00:02 0:00:02 --:--:-- 14.7M 100 32.5M 0 0 100 32.5M 0 10.1M 0:00:03 0:00:03 --:--:-- 10.1M 100 32.5M 0 0 100 32.5M 0 7931k 0:00:04 0:00:04 --:--:-- 7931k 100 32.5M 0 0 100 32.5M 0 6406k 0:00:05 0:00:05 --:--:-- 6406k 100 32.5M 0 0 100 32.5M 0 5373k 0:00:06 0:00:06 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 4627k 0:00:07 0:00:07 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 4062k 0:00:08 0:00:08 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 3620k 0:00:09 0:00:09 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 3265k 0:00:10 0:00:10 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2974k 0:00:11 0:00:11 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2730k 0:00:12 0:00:12 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2523k 0:00:13 0:00:13 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2346k 0:00:14 0:00:14 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2191k 0:00:15 0:00:15 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2056k 0:00:16 0:00:16 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 1936k 0:00:17 0:00:17 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 1830k 0:00:18 0:00:18 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 1735k 0:00:19 0:00:19 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 1649k 0:00:20 0:00:20 --:--:-- 0 100 32.5M 0 43 100 32.5M 2 1573k 0:00:21 0:00:21 --:--:-- 8 100 32.5M 0 43 100 32.5M 2 1573k 0:00:21 0:00:21 --:--:-- 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://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-02_18-42-03.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 32.5M 0 0 100 32.5M 0 27.0M 0:00:01 0:00:01 --:--:-- 27.0M 100 32.5M 0 0 100 32.5M 0 14.7M 0:00:02 0:00:02 --:--:-- 14.7M 100 32.5M 0 0 100 32.5M 0 10.1M 0:00:03 0:00:03 --:--:-- 10.1M 100 32.5M 0 0 100 32.5M 0 7927k 0:00:04 0:00:04 --:--:-- 7927k 100 32.5M 0 0 100 32.5M 0 6404k 0:00:05 0:00:05 --:--:-- 6404k 100 32.5M 0 0 100 32.5M 0 5371k 0:00:06 0:00:06 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 4625k 0:00:07 0:00:07 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 4061k 0:00:08 0:00:08 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 3620k 0:00:09 0:00:09 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 3265k 0:00:10 0:00:10 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2973k 0:00:11 0:00:11 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2730k 0:00:12 0:00:12 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2523k 0:00:13 0:00:13 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2345k 0:00:14 0:00:14 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2191k 0:00:15 0:00:15 --:--:-- 0 100 32.5M 0 0 100 32.5M 0 2056k 0:00:16 0:00:16 --:--:-- 0 100 32.5M 0 43 100 32.5M 2 1999k 0:00:16 0:00:16 --:--:-- 9 [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-02_18-42-03.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 32.5M 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 8 32.5M 0 0 8 2944k 0 1190k 0:00:28 0:00:02 0:00:26 1190k 8 32.5M 0 0 8 2944k 0 847k 0:00:39 0:00:03 0:00:36 847k 8 32.5M 0 0 8 2944k 0 658k 0:00:50 0:00:04 0:00:46 658k 8 32.5M 0 0 8 2944k 0 537k 0:01:02 0:00:05 0:00:57 537k 11 32.5M 0 0 11 3712k 0 625k 0:00:53 0:00:05 0:00:48 757k 17 32.5M 0 0 17 5760k 0 778k 0:00:42 0:00:07 0:00:35 571k 17 32.5M 0 0 17 5760k 0 685k 0:00:48 0:00:08 0:00:40 571k 17 32.5M 0 0 17 5760k 0 612k 0:00:54 0:00:09 0:00:45 571k 17 32.5M 0 0 17 5760k 0 553k 0:01:00 0:00:10 0:00:50 571k 17 32.5M 0 0 17 5760k 0 505k 0:01:06 0:00:11 0:00:55 374k 17 32.5M 0 0 17 5760k 0 464k 0:01:11 0:00:12 0:00:59 0 17 32.5M 0 0 17 5760k 0 429k 0:01:17 0:00:13 0:01:04 0 17 32.5M 0 0 17 5760k 0 399k 0:01:23 0:00:14 0:01:09 0 17 32.5M 0 0 17 5760k 0 373k 0:01:29 0:00:15 0:01:14 0 17 32.5M 0 0 17 5760k 0 351k 0:01:35 0:00:16 0:01:19 0 17 32.5M 0 0 17 5760k 0 330k 0:01:40 0:00:17 0:01:23 0 17 32.5M 0 0 17 5760k 0 312k 0:01:46 0:00:18 0:01:28 0 17 32.5M 0 0 17 5760k 0 296k 0:01:52 0:00:19 0:01:33 0 17 32.5M 0 0 17 5760k 0 282k 0:01:58 0:00:20 0:01:38 0 17 32.5M 0 0 17 5760k 0 268k 0:02:03 0:00:21 0:01:42 0 17 32.5M 0 0 17 5760k 0 256k 0:02:09 0:00:22 0:01:47 0 17 32.5M 0 0 17 5760k 0 245k 0:02:15 0:00:23 0:01:52 0 17 32.5M 0 0 17 5760k 0 235k 0:02:21 0:00:24 0:01:57 0 17 32.5M 0 0 17 5760k 0 226k 0:02:27 0:00:25 0:02:02 0 17 32.5M 0 0 17 5760k 0 218k 0:02:32 0:00:26 0:02:06 0 17 32.5M 0 0 17 5760k 0 210k 0:02:38 0:00:27 0:02:11 0 17 32.5M 0 0 17 5760k 0 202k 0:02:44 0:00:28 0:02:16 0 17 32.5M 0 0 17 5760k 0 195k 0:02:50 0:00:29 0:02:21 0 17 32.5M 0 0 17 5760k 0 190k 0:02:55 0:00:30 0:02:25 0 17 32.5M 0 0 17 5760k 0 184k 0:03:01 0:00:31 0:02:30 0 17 32.5M 0 0 17 5760k 0 178k 0:03:07 0:00:32 0:02:35 0 17 32.5M 0 0 17 5760k 0 172k 0:03:12 0:00:33 0:02:39 0 17 32.5M 0 0 17 5760k 0 167k 0:03:18 0:00:34 0:02:44 0 17 32.5M 0 0 17 5760k 0 163k 0:03:24 0:00:35 0:02:49 0 17 32.5M 0 0 17 5760k 0 158k 0:03:30 0:00:36 0:02:54 0 17 32.5M 0 0 17 5760k 0 154k 0:03:36 0:00:37 0:02:59 0 17 32.5M 0 0 17 5760k 0 150k 0:03:41 0:00:38 0:03:03 0 17 32.5M 0 0 17 5760k 0 146k 0:03:47 0:00:39 0:03:08 0 17 32.5M 0 0 17 5760k 0 142k 0:03:53 0:00:40 0:03:13 0 17 32.5M 0 0 17 5760k 0 139k 0:03:59 0:00:41 0:03:18 0 17 32.5M 0 0 17 5760k 0 136k 0:04:05 0:00:42 0:03:23 0 17 32.5M 0 0 17 5760k 0 132k 0:04:10 0:00:43 0:03:27 0 17 32.5M 0 0 17 5760k 0 129k 0:04:16 0:00:44 0:03:32 0 17 32.5M 0 0 17 5760k 0 127k 0:04:22 0:00:45 0:03:37 0 17 32.5M 0 0 17 5760k 0 124k 0:04:28 0:00:46 0:03:42 0 17 32.5M 0 0 17 5760k 0 121k 0:04:34 0:00:47 0:03:47 0 17 32.5M 0 0 17 5760k 0 119k 0:04:39 0:00:48 0:03:51 0 17 32.5M 0 0 17 5760k 0 116k 0:04:45 0:00:49 0:03:56 0 17 32.5M 0 0 17 5760k 0 114k 0:04:51 0:00:50 0:04:01 0 17 32.5M 0 0 17 5760k 0 112k 0:04:57 0:00:51 0:04:06 0 17 32.5M 0 0 17 5760k 0 110k 0:05:02 0:00:52 0:04:10 0 17 32.5M 0 0 17 5760k 0 108k 0:05:08 0:00:53 0:04:15 0 17 32.5M 0 0 17 5760k 0 106k 0:05:14 0:00:54 0:04:20 0 17 32.5M 0 0 17 5760k 0 104k 0:05:20 0:00:55 0:04:25 0 17 32.5M 0 0 17 5760k 0 102k 0:05:26 0:00:56 0:04:30 0 17 32.5M 0 0 17 5760k 0 100k 0:05:31 0:00:57 0:04:34 0 17 32.5M 0 0 17 5760k 0 98k 0:05:37 0:00:58 0:04:39 0 17 32.5M 0 0 17 5760k 0 99405 0:05:43 0:00:59 0:04:44 0 17 32.5M 0 0 17 5760k 0 97756 0:05:49 0:01:00 0:04:49 0 17 32.5M 0 0 17 5760k 0 96161 0:05:55 0:01:01 0:04:54 0 17 32.5M 0 0 17 5760k 0 94615 0:06:00 0:01:02 0:04:58 0 17 32.5M 0 0 17 5760k 0 93120 0:06:06 0:01:03 0:05:03 0 17 32.5M 0 0 17 5760k 0 91671 0:06:12 0:01:04 0:05:08 0 17 32.5M 0 0 17 5760k 0 90267 0:06:18 0:01:05 0:05:13 0 17 32.5M 0 0 17 5760k 0 88905 0:06:24 0:01:06 0:05:18 0 17 32.5M 0 0 17 5760k 0 87583 0:06:29 0:01:07 0:05:22 0 17 32.5M 0 0 17 5760k 0 86300 0:06:35 0:01:08 0:05:27 0 17 32.5M 0 0 17 5760k 0 85054 0:06:41 0:01:09 0:05:32 0 17 32.5M 0 0 17 5760k 0 83843 0:06:47 0:01:10 0:05:37 0 17 32.5M 0 0 17 5760k 0 82667 0:06:53 0:01:11 0:05:42 0 17 32.5M 0 0 17 5760k 0 81523 0:06:58 0:01:12 0:05:46 0 17 32.5M 0 0 17 5760k 0 80411 0:07:04 0:01:13 0:05:51 0 17 32.5M 0 0 17 5760k 0 79328 0:07:10 0:01:14 0:05:56 0 17 32.5M 0 0 17 5760k 0 78274 0:07:16 0:01:15 0:06:01 0 17 32.5M 0 0 17 5760k 0 77247 0:07:22 0:01:16 0:06:06 0 17 32.5M 0 0 17 5760k 0 76247 0:07:27 0:01:17 0:06:10 0 17 32.5M 0 0 17 5760k 0 75273 0:07:33 0:01:18 0:06:15 0 17 32.5M 0 0 17 5760k 0 74324 0:07:39 0:01:19 0:06:20 0 17 32.5M 0 0 17 5760k 0 73398 0:07:45 0:01:20 0:06:25 0 17 32.5M 0 0 17 5760k 0 72495 0:07:51 0:01:21 0:06:30 0 17 32.5M 0 0 17 5760k 0 71614 0:07:56 0:01:22 0:06:34 0 17 32.5M 0 0 17 5760k 0 70754 0:08:02 0:01:23 0:06:39 0 17 32.5M 0 0 17 5760k 0 69914 0:08:08 0:01:24 0:06:44 0 17 32.5M 0 0 17 5760k 0 69094 0:08:14 0:01:25 0:06:49 0 17 32.5M 0 0 17 5760k 0 68293 0:08:20 0:01:26 0:06:54 0 17 32.5M 0 0 17 5760k 0 67511 0:08:25 0:01:27 0:06:58 0 17 32.5M 0 0 17 5760k 0 66746 0:08:31 0:01:28 0:07:03 0 17 32.5M 0 0 17 5760k 0 65998 0:08:37 0:01:29 0:07:08 0 17 32.5M 0 0 17 5760k 0 65267 0:08:43 0:01:30 0:07:13 0 17 32.5M 0 0 17 5760k 0 64551 0:08:49 0:01:31 0:07:18 0 17 32.5M 0 0 17 5760k 0 63852 0:08:54 0:01:32 0:07:22 0 17 32.5M 0 0 17 5760k 0 63167 0:09:00 0:01:33 0:07:27 0 17 32.5M 0 0 17 5760k 0 62497 0:09:06 0:01:34 0:07:32 0 17 32.5M 0 0 17 5760k 0 61841 0:09:12 0:01:35 0:07:37 0 17 32.5M 0 0 17 5760k 0 61199 0:09:18 0:01:36 0:07:42 0 17 32.5M 0 0 17 5760k 0 60570 0:09:23 0:01:37 0:07:46 0 17 32.5M 0 0 17 5760k 0 59953 0:09:29 0:01:38 0:07:51 0 17 32.5M 0 0 17 5760k 0 59349 0:09:35 0:01:39 0:07:56 0 17 32.5M 0 0 17 5760k 0 58757 0:09:41 0:01:40 0:08:01 0 17 32.5M 0 0 17 5760k 0 58177 0:09:47 0:01:41 0:08:06 0 17 32.5M 0 0 17 5760k 0 57609 0:09:52 0:01:42 0:08:10 0 17 32.5M 0 0 17 5760k 0 57051 0:09:58 0:01:43 0:08:15 0 17 32.5M 0 0 17 5760k 0 56504 0:10:04 0:01:44 0:08:20 0 17 32.5M 0 0 17 5760k 0 55966 0:10:10 0:01:45 0:08:25 0 17 32.5M 0 0 17 5760k 0 55440 0:10:16 0:01:46 0:08:30 0 17 32.5M 0 0 17 5760k 0 54923 0:10:21 0:01:47 0:08:34 0 17 32.5M 0 0 17 5760k 0 54416 0:10:27 0:01:48 0:08:39 0 17 32.5M 0 0 17 5760k 0 53918 0:10:33 0:01:49 0:08:44 0 17 32.5M 0 0 17 5760k 0 53429 0:10:39 0:01:50 0:08:49 0 17 32.5M 0 0 17 5760k 0 52949 0:10:45 0:01:51 0:08:54 0 17 32.5M 0 0 17 5760k 0 52477 0:10:50 0:01:52 0:08:58 0 17 32.5M 0 0 17 5760k 0 52014 0:10:56 0:01:53 0:09:03 0 17 32.5M 0 0 17 5760k 0 51558 0:11:02 0:01:54 0:09:08 0 17 32.5M 0 0 17 5760k 0 51111 0:11:08 0:01:55 0:09:13 0 17 32.5M 0 0 17 5760k 0 50672 0:11:13 0:01:56 0:09:17 0 17 32.5M 0 0 17 5760k 0 50240 0:11:19 0:01:57 0:09:22 0 17 32.5M 0 0 17 5760k 0 49814 0:11:25 0:01:58 0:09:27 0 17 32.5M 0 0 17 5760k 0 49397 0:11:31 0:01:59 0:09:32 0 17 32.5M 0 0 17 5760k 0 48986 0:11:37 0:02:00 0:09:37 0 17 32.5M 0 0 17 5760k 0 48582 0:11:42 0:02:01 0:09:41 0 17 32.5M 0 0 17 5760k 0 48185 0:11:48 0:02:02 0:09:46 0 17 32.5M 0 0 17 5760k 0 47794 0:11:54 0:02:03 0:09:51 0 17 32.5M 0 0 17 5760k 0 47409 0:12:00 0:02:04 0:09:56 0 17 32.5M 0 0 17 5760k 0 47030 0:12:06 0:02:05 0:10:01 0 17 32.5M 0 0 17 5760k 0 46658 0:12:11 0:02:06 0:10:05 0 17 32.5M 0 0 17 5760k 0 46291 0:12:17 0:02:07 0:10:10 0 17 32.5M 0 0 17 5760k 0 45931 0:12:23 0:02:08 0:10:15 0 17 32.5M 0 0 17 5760k 0 45575 0:12:29 0:02:09 0:10:20 0 17 32.5M 0 0 17 5760k 0 45225 0:12:35 0:02:10 0:10:25 0 17 32.5M 0 0 17 5760k 0 44881 0:12:40 0:02:11 0:10:29 0 17 32.5M 0 0 17 5760k 0 44541 0:12:46 0:02:12 0:10:34 0 17 32.5M 0 0 17 5760k 0 44207 0:12:52 0:02:13 0:10:39 0 17 32.5M 0 0 17 5760k 0 43878 0:12:58 0:02:14 0:10:44 0 17 32.5M 0 0 17 5760k 0 43554 0:13:04 0:02:15 0:10:49 0 17 32.5M 0 0 17 5760k 0 43234 0:13:09 0:02:16 0:10:53 0 17 32.5M 0 0 17 5760k 0 42919 0:13:15 0:02:17 0:10:58 0 17 32.5M 0 0 17 5760k 0 42609 0:13:21 0:02:18 0:11:03 0 17 32.5M 0 0 17 5760k 0 42303 0:13:27 0:02:19 0:11:08 0 17 32.5M 0 0 17 5760k 0 42001 0:13:33 0:02:20 0:11:13 0 17 32.5M 0 0 17 5760k 0 41704 0:13:38 0:02:21 0:11:17 0 17 32.5M 0 0 17 5760k 0 41411 0:13:44 0:02:22 0:11:22 0 17 32.5M 0 0 17 5760k 0 41122 0:13:50 0:02:23 0:11:27 0 17 32.5M 0 0 17 5760k 0 40836 0:13:56 0:02:24 0:11:32 0 17 32.5M 0 0 17 5760k 0 40555 0:14:02 0:02:25 0:11:37 0 17 32.5M 0 0 17 5760k 0 40278 0:14:07 0:02:26 0:11:41 0 17 32.5M 0 0 17 5760k 0 40005 0:14:13 0:02:27 0:11:46 0 17 32.5M 0 0 17 5760k 0 39735 0:14:19 0:02:28 0:11:51 0 17 32.5M 0 0 17 5760k 0 39469 0:14:25 0:02:29 0:11:56 0 17 32.5M 0 0 17 5760k 0 39232 0:14:30 0:02:30 0:12:00 0 curl: (55) Send failure: Broken pipe [Pipeline] echo hudson.AbortException: script returned exit code 55 [Pipeline] echo 苏溪OTA未上传成功! [Pipeline] echo public xiamen daxie [Pipeline] echo 上传失败:[suxi] [Pipeline] error [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] echo failure: zip->post [Pipeline] sh + rm -rf /senior/workspace/commit/orin-module-slave32/master_tmp [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=0e635ba9c724e48482d5e4146087ccb44e6b324d34f5e351b80db04fcf41017a' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"Jenkins通知","text": "# 版本编译失败 ### [IMV专用(苏溪pnc测试)] --- - 任务名: [orin-module-slave32] - 任务号: # 2762 - 阶段:zip->post - 已上传平台: public xiamen daxie - 状态:<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 474 100 27 100 447 270 4470 --:--:-- --:--:-- --:--:-- 4740 [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 ERROR: 上传失败 Finished: FAILURE