Console Output

Skipping 3,219 KB.. Full Log
...............................................................................
_______________________________________________________________________________
Warnings << lidar_loc_v2:make /senior/workspace/orin-slave32/slave/logs/lidar_loc_v2/build.make.000.log
In file included from /senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:5:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h: In instantiation of ‘update::MapEvaluate<PointType>::MapEvaluate(const typename pcl::PointCloud<PointT>::Ptr&) [with PointType = pcl::PointXYZI; typename pcl::PointCloud<PointT>::Ptr = boost::shared_ptr<pcl::PointCloud<pcl::PointXYZI> >]’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:65:44: warning: ‘update::MapEvaluate<pcl::PointXYZI>::map_pcl_ptr_’ will be initialized after [-Wreorder]
   65 |   typename pcl::PointCloud<PointType>::Ptr map_pcl_ptr_ = nullptr;
      |                                            ^~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:49:40: warning:   ‘pcl::PointCloud<pcl::PointXYZI>::Ptr update::MapEvaluate<pcl::PointXYZI>::pcl_with_color’ [-Wreorder]
   49 |   pcl::PointCloud<pcl::PointXYZI>::Ptr pcl_with_color = nullptr;
      |                                        ^~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:41:3: warning:   when initialized here [-Wreorder]
   41 |   MapEvaluate(const typename pcl::PointCloud<PointType>::Ptr& map_pcl_ptr)
      |   ^~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp: In instantiation of ‘void update::MapEvaluate<PointType>::ComEigenValue(update::OCTO_TREE_NODE<PointType>&) [with PointType = pcl::PointXYZI]’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:363:23: warning: variable ‘Uev’ set but not used [-Wunused-but-set-variable]
  363 |       Eigen::Matrix3f Uev = saes.eigenvectors();
      |                       ^~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp: In member function ‘std::string common::OverlayTextIntegrator::MeasStatusToString(int)’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:134:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  134 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:139:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  139 |   if (state >> 1U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:144:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  144 |   if (state >> 2U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:149:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  149 |   if (state >> 3U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:154:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  154 |   if (state >> 4U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:159:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  159 |   if (state >> 5U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:164:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  164 |   if (state >> 6U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp: In member function ‘void update::MapEvaluate<PointType>::DividePoints() [with PointType = pcl::PointXYZI]’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:309:9: warning: ‘child_index’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  309 |     int child_index;
      |         ^~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/reflect_match/feature/feature_extractor.cpp: In member function ‘void loc::feature::FeatureExtractor::AccumulateFeature(const loc::feature::Feature&, const common::TimePose&, const PclPcdPtr&, loc::PclPcdPtr&)’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/reflect_match/feature/feature_extractor.cpp:293:8: warning: variable ‘stay_still’ set but not used [-Wunused-but-set-variable]
  293 |   bool stay_still = false;
      |        ^~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp: In function ‘std::string loc::MeasStatusToString(int)’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:187:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  187 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:192:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  192 |   if (state >> 1U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:197:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  197 |   if (state >> 2U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:202:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  202 |   if (state >> 3U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:207:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  207 |   if (state >> 4U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:212:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  212 |   if (state >> 5U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:217:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  217 |   if (state >> 6U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/app/lidar_loc_v2_node_impl.cpp: In member function ‘bool loc::LidarLocV2NodeImpl::ReceiveResetSignal(const int&)’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/app/lidar_loc_v2_node_impl.cpp:821:35: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  821 |   if (ins_meas_status >> 6U & 0x1 == 0x1) {
      |                               ~~~~^~~~~~
cd /senior/workspace/orin-slave32/slave/build/lidar_loc_v2; catkin build --get-env lidar_loc_v2 | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 12:59.5 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 12:59.6 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 12:59.7 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 12:59.8 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 12:59.9 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 12:60.0 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:00.1 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:00.2 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:00.3 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:00.4 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:00.5 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:00.6 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:00.7 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:00.8 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:00.9 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:01.0 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:01.1 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:01.2 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:01.3 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:01.4 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:01.5 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:01.6 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:01.7 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:01.8 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:01.9 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:02.0 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:02.1 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:02.2 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:02.3 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:02.4 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:02.5 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:02.6 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:02.7 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:02.8 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:02.9 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:03.0 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:03.1 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:03.2 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:03.3 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:03.4 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:03.5 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:03.6 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:03.7 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:03.8 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:03.9 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:04.0 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:04.1 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:04.2 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:04.3 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:04.4 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:04.5 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:04.6 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:04.7 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:04.8 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:04.9 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:05.0 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:05.1 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:05.2 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:05.3 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:05.4 s] [56/57 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
...............................................................................
Finished <<< lidar_loc_v2                          [ 8 minutes and 27.4 seconds ]
[build] Summary: All 57 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 37 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 13 minutes and 5.5 seconds total.                             
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] echo
不编译pnc或者缺少依赖
[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-slave32/slave [Pipeline] { [Pipeline] sh + zip -rq all_slave_2026-06-09_11-01-13.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-slave32/slave all_slave_2026-06-09_11-01-13.zip build devel install logs src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-slave32/slave@tmp [Pipeline] echo /senior/workspace/orin-slave32/slave/all_slave_2026-06-09_11-01-13.zip,/senior/workspace/orin-slave32/slave/version.json [Pipeline] echo ------------------- 开始上传公网ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [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-slave32/slave/all_slave_2026-06-09_11-01-13.zip"' --form 'version=@"/senior/workspace/orin-slave32/slave/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 484M 0 0 0 3456k 0 68.8M 0:00:07 --:--:-- 0:00:07 67.5M 95 484M 0 0 95 463M 0 441M 0:00:01 0:00:01 --:--:-- 441M 100 484M 0 0 100 484M 0 231M 0:00:02 0:00:02 --:--:-- 231M 100 484M 0 0 100 484M 0 156M 0:00:03 0:00:03 --:--:-- 156M 100 484M 0 0 100 484M 0 118M 0:00:04 0:00:04 --:--:-- 118M 100 484M 0 0 100 484M 0 95.0M 0:00:05 0:00:05 --:--:-- 95.3M 100 484M 0 0 100 484M 0 79.4M 0:00:06 0:00:06 --:--:-- 4419k 100 484M 0 0 100 484M 0 68.2M 0:00:07 0:00:07 --:--:-- 0 100 484M 0 0 100 484M 0 59.8M 0:00:08 0:00:08 --:--:-- 0 100 484M 0 0 100 484M 0 53.2M 0:00:09 0:00:09 --:--:-- 0 100 484M 0 0 100 484M 0 47.9M 0:00:10 0:00:10 --:--:-- 0 100 484M 0 0 100 484M 0 43.6M 0:00:11 0:00:11 --:--:-- 0 100 484M 0 0 100 484M 0 40.0M 0:00:12 0:00:12 --:--:-- 0 100 484M 0 0 100 484M 0 36.9M 0:00:13 0:00:13 --:--:-- 0 100 484M 0 0 100 484M 0 34.3M 0:00:14 0:00:14 --:--:-- 0 100 484M 0 0 100 484M 0 32.0M 0:00:15 0:00:15 --:--:-- 0 100 484M 0 0 100 484M 0 30.0M 0:00:16 0:00:16 --:--:-- 0 100 484M 0 0 100 484M 0 28.3M 0:00:17 0:00:17 --:--:-- 0 100 484M 0 0 100 484M 0 26.7M 0:00:18 0:00:18 --:--:-- 0 100 484M 0 0 100 484M 0 25.3M 0:00:19 0:00:19 --:--:-- 0 100 484M 0 0 100 484M 0 24.0M 0:00:20 0:00:20 --:--:-- 0 100 484M 0 0 100 484M 0 22.9M 0:00:21 0:00:21 --:--:-- 0 100 484M 0 0 100 484M 0 21.9M 0:00:22 0:00:22 --:--:-- 0 100 484M 0 0 100 484M 0 20.9M 0:00:23 0:00:23 --:--:-- 0 100 484M 0 0 100 484M 0 20.0M 0:00:24 0:00:24 --:--:-- 0 100 484M 0 0 100 484M 0 19.2M 0:00:25 0:00:25 --:--:-- 0 100 484M 0 0 100 484M 0 18.5M 0:00:26 0:00:26 --:--:-- 0 100 484M 0 0 100 484M 0 17.8M 0:00:27 0:00:27 --:--:-- 0 100 484M 0 0 100 484M 0 17.2M 0:00:28 0:00:28 --:--:-- 0 100 484M 0 0 100 484M 0 16.6M 0:00:29 0:00:29 --:--:-- 0 100 484M 0 0 100 484M 0 16.0M 0:00:30 0:00:30 --:--:-- 0 100 484M 0 0 100 484M 0 15.5M 0:00:31 0:00:31 --:--:-- 0 100 484M 0 0 100 484M 0 15.0M 0:00:32 0:00:32 --:--:-- 0 100 484M 0 0 100 484M 0 14.6M 0:00:33 0:00:33 --:--:-- 0 100 484M 0 0 100 484M 0 14.2M 0:00:34 0:00:34 --:--:-- 0 100 484M 0 0 100 484M 0 13.7M 0:00:35 0:00:35 --:--:-- 0 100 484M 0 0 100 484M 0 13.4M 0:00:36 0:00:36 --:--:-- 0 100 484M 0 0 100 484M 0 13.0M 0:00:37 0:00:37 --:--:-- 0 100 484M 0 0 100 484M 0 12.7M 0:00:38 0:00:38 --:--:-- 0 100 484M 0 0 100 484M 0 12.3M 0:00:39 0:00:39 --:--:-- 0 100 484M 0 0 100 484M 0 12.0M 0:00:40 0:00:40 --:--:-- 0 100 484M 0 0 100 484M 0 11.7M 0:00:41 0:00:41 --:--:-- 0 100 484M 0 0 100 484M 0 11.5M 0:00:42 0:00:42 --:--:-- 0 100 484M 0 0 100 484M 0 11.2M 0:00:43 0:00:43 --:--:-- 0 100 484M 0 0 100 484M 0 10.9M 0:00:44 0:00:44 --:--:-- 0 100 484M 0 0 100 484M 0 10.7M 0:00:45 0:00:45 --:--:-- 0 100 484M 0 0 100 484M 0 10.5M 0:00:46 0:00:46 --:--:-- 0 100 484M 0 0 100 484M 0 10.2M 0:00:47 0:00:47 --:--:-- 0 100 484M 0 0 100 484M 0 10.0M 0:00:48 0:00:48 --:--:-- 0 100 484M 0 0 100 484M 0 9.8M 0:00:49 0:00:49 --:--:-- 0 100 484M 0 0 100 484M 0 9898k 0:00:50 0:00:50 --:--:-- 0 100 484M 0 0 100 484M 0 9705k 0:00:51 0:00:51 --:--:-- 0 100 484M 0 0 100 484M 0 9518k 0:00:52 0:00:52 --:--:-- 0 100 484M 0 0 100 484M 0 9339k 0:00:53 0:00:53 --:--:-- 0 100 484M 0 0 100 484M 0 9166k 0:00:54 0:00:54 --:--:-- 0 100 484M 0 0 100 484M 0 9000k 0:00:55 0:00:55 --:--:-- 0 100 484M 0 0 100 484M 0 8839k 0:00:56 0:00:56 --:--:-- 0 100 484M 0 0 100 484M 0 8685k 0:00:57 0:00:57 --:--:-- 0 100 484M 0 0 100 484M 0 8535k 0:00:58 0:00:58 --:--:-- 0 100 484M 0 0 100 484M 0 8391k 0:00:59 0:00:59 --:--:-- 0 100 484M 0 0 100 484M 0 8251k 0:01:00 0:01:00 --:--:-- 0 100 484M 0 0 100 484M 0 8116k 0:01:01 0:01:01 --:--:-- 0 100 484M 0 0 100 484M 0 7985k 0:01:02 0:01:02 --:--:-- 0 100 484M 0 0 100 484M 0 7859k 0:01:03 0:01:03 --:--:-- 0 100 484M 0 0 100 484M 0 7736k 0:01:04 0:01:04 --:--:-- 0 100 484M 0 0 100 484M 0 7617k 0:01:05 0:01:05 --:--:-- 0 100 484M 0 0 100 484M 0 7502k 0:01:06 0:01:06 --:--:-- 0 100 484M 0 0 100 484M 0 7390k 0:01:07 0:01:07 --:--:-- 0 100 484M 0 0 100 484M 0 7282k 0:01:08 0:01:08 --:--:-- 0 100 484M 0 0 100 484M 0 7176k 0:01:09 0:01:09 --:--:-- 0 100 484M 0 0 100 484M 0 7074k 0:01:10 0:01:10 --:--:-- 0 100 484M 0 0 100 484M 0 6974k 0:01:11 0:01:11 --:--:-- 0 100 484M 0 0 100 484M 0 6878k 0:01:12 0:01:12 --:--:-- 0 100 484M 0 0 100 484M 0 6783k 0:01:13 0:01:13 --:--:-- 0 100 484M 0 0 100 484M 0 6692k 0:01:14 0:01:14 --:--:-- 0 100 484M 0 0 100 484M 0 6603k 0:01:15 0:01:15 --:--:-- 0 100 484M 0 0 100 484M 0 6516k 0:01:16 0:01:16 --:--:-- 0 100 484M 0 0 100 484M 0 6431k 0:01:17 0:01:17 --:--:-- 0 100 484M 0 0 100 484M 0 6349k 0:01:18 0:01:18 --:--:-- 0 100 484M 0 0 100 484M 0 6269k 0:01:19 0:01:19 --:--:-- 0 100 484M 0 0 100 484M 0 6191k 0:01:20 0:01:20 --:--:-- 0 100 484M 0 0 100 484M 0 6114k 0:01:21 0:01:21 --:--:-- 0 100 484M 0 0 100 484M 0 6040k 0:01:22 0:01:22 --:--:-- 0 100 484M 0 0 100 484M 0 5967k 0:01:23 0:01:23 --:--:-- 0 100 484M 0 0 100 484M 0 5896k 0:01:24 0:01:24 --:--:-- 0 100 484M 0 0 100 484M 0 5827k 0:01:25 0:01:25 --:--:-- 0 100 484M 0 0 100 484M 0 5759k 0:01:26 0:01:26 --:--:-- 0 100 484M 0 0 100 484M 0 5693k 0:01:27 0:01:27 --:--:-- 0 100 484M 0 0 100 484M 0 5628k 0:01:28 0:01:28 --:--:-- 0 100 484M 0 0 100 484M 0 5565k 0:01:29 0:01:29 --:--:-- 0 100 484M 0 0 100 484M 0 5503k 0:01:30 0:01:30 --:--:-- 0 100 484M 0 0 100 484M 0 5443k 0:01:31 0:01:31 --:--:-- 0 100 484M 0 0 100 484M 0 5384k 0:01:32 0:01:32 --:--:-- 0 100 484M 0 0 100 484M 0 5326k 0:01:33 0:01:33 --:--:-- 0 100 484M 0 0 100 484M 0 5269k 0:01:34 0:01:34 --:--:-- 0 100 484M 0 0 100 484M 0 5214k 0:01:35 0:01:35 --:--:-- 0 100 484M 0 0 100 484M 0 5160k 0:01:36 0:01:36 --:--:-- 0 100 484M 0 0 100 484M 0 5107k 0:01:37 0:01:37 --:--:-- 0 100 484M 0 0 100 484M 0 5054k 0:01:38 0:01:38 --:--:-- 0 100 484M 0 0 100 484M 0 5003k 0:01:39 0:01:39 --:--:-- 0 100 484M 0 0 100 484M 0 4954k 0:01:40 0:01:40 --:--:-- 0 100 484M 0 0 100 484M 0 4905k 0:01:41 0:01:41 --:--:-- 0 100 484M 0 0 100 484M 0 4856k 0:01:42 0:01:42 --:--:-- 0 100 484M 0 0 100 484M 0 4809k 0:01:43 0:01:43 --:--:-- 0 100 484M 0 0 100 484M 0 4763k 0:01:44 0:01:44 --:--:-- 0 100 484M 0 0 100 484M 0 4718k 0:01:45 0:01:45 --:--:-- 0 100 484M 0 0 100 484M 0 4673k 0:01:46 0:01:46 --:--:-- 0 100 484M 0 0 100 484M 0 4630k 0:01:47 0:01:47 --:--:-- 0 100 484M 0 0 100 484M 0 4587k 0:01:48 0:01:48 --:--:-- 0 100 484M 0 0 100 484M 0 4545k 0:01:49 0:01:49 --:--:-- 0 100 484M 0 0 100 484M 0 4504k 0:01:50 0:01:50 --:--:-- 0 100 484M 0 0 100 484M 0 4463k 0:01:51 0:01:51 --:--:-- 0 100 484M 0 0 100 484M 0 4423k 0:01:52 0:01:52 --:--:-- 0 100 484M 0 0 100 484M 0 4384k 0:01:53 0:01:53 --:--:-- 0 100 484M 0 0 100 484M 0 4346k 0:01:54 0:01:54 --:--:-- 0 100 484M 0 0 100 484M 0 4308k 0:01:55 0:01:55 --:--:-- 0 100 484M 0 0 100 484M 0 4271k 0:01:56 0:01:56 --:--:-- 0 100 484M 0 0 100 484M 0 4234k 0:01:57 0:01:57 --:--:-- 0 100 484M 0 0 100 484M 0 4198k 0:01:58 0:01:58 --:--:-- 0 100 484M 0 0 100 484M 0 4163k 0:01:59 0:01:59 --:--:-- 0 100 484M 0 0 100 484M 0 4128k 0:02:00 0:02:00 --:--:-- 0 100 484M 0 0 100 484M 0 4094k 0:02:01 0:02:01 --:--:-- 0 100 484M 0 0 100 484M 0 4061k 0:02:02 0:02:02 --:--:-- 0 100 484M 0 0 100 484M 0 4028k 0:02:03 0:02:03 --:--:-- 0 100 484M 0 0 100 484M 0 3995k 0:02:04 0:02:04 --:--:-- 0 100 484M 0 0 100 484M 0 3963k 0:02:05 0:02:05 --:--:-- 0 100 484M 0 0 100 484M 0 3932k 0:02:06 0:02:06 --:--:-- 0 100 484M 0 0 100 484M 0 3901k 0:02:07 0:02:07 --:--:-- 0 100 484M 0 0 100 484M 0 3871k 0:02:08 0:02:08 --:--:-- 0 100 484M 0 0 100 484M 0 3841k 0:02:09 0:02:09 --:--:-- 0 100 484M 0 0 100 484M 0 3811k 0:02:10 0:02:10 --:--:-- 0 100 484M 0 0 100 484M 0 3782k 0:02:11 0:02:11 --:--:-- 0 100 484M 0 0 100 484M 0 3753k 0:02:12 0:02:12 --:--:-- 0 100 484M 0 0 100 484M 0 3725k 0:02:13 0:02:13 --:--:-- 0 100 484M 0 0 100 484M 0 3697k 0:02:14 0:02:14 --:--:-- 0 100 484M 0 0 100 484M 0 3670k 0:02:15 0:02:15 --:--:-- 0 100 484M 0 0 100 484M 0 3643k 0:02:16 0:02:16 --:--:-- 0 100 484M 0 0 100 484M 0 3616k 0:02:17 0:02:17 --:--:-- 0 100 484M 0 0 100 484M 0 3590k 0:02:18 0:02:18 --:--:-- 0 100 484M 0 0 100 484M 0 3564k 0:02:19 0:02:19 --:--:-- 0 100 484M 0 0 100 484M 0 3539k 0:02:20 0:02:20 --:--:-- 0 100 484M 0 0 100 484M 0 3514k 0:02:21 0:02:21 --:--:-- 0 100 484M 0 0 100 484M 0 3489k 0:02:22 0:02:22 --:--:-- 0 100 484M 0 0 100 484M 0 3465k 0:02:23 0:02:23 --:--:-- 0 100 484M 0 0 100 484M 0 3441k 0:02:24 0:02:24 --:--:-- 0 100 484M 0 0 100 484M 0 3417k 0:02:25 0:02:25 --:--:-- 0 100 484M 0 0 100 484M 0 3394k 0:02:26 0:02:26 --:--:-- 0 100 484M 0 0 100 484M 0 3371k 0:02:27 0:02:27 --:--:-- 0 100 484M 0 0 100 484M 0 3348k 0:02:28 0:02:28 --:--:-- 0 100 484M 0 0 100 484M 0 3325k 0:02:29 0:02:29 --:--:-- 0 100 484M 0 0 100 484M 0 3303k 0:02:30 0:02:30 --:--:-- 0 100 484M 0 0 100 484M 0 3281k 0:02:31 0:02:31 --:--:-- 0 100 484M 0 0 100 484M 0 3260k 0:02:32 0:02:32 --:--:-- 0 100 484M 0 0 100 484M 0 3238k 0:02:33 0:02:33 --:--:-- 0 100 484M 0 0 100 484M 0 3217k 0:02:34 0:02:34 --:--:-- 0 100 484M 0 0 100 484M 0 3197k 0:02:35 0:02:35 --:--:-- 0 100 484M 0 0 100 484M 0 3176k 0:02:36 0:02:36 --:--:-- 0 100 484M 0 0 100 484M 0 3156k 0:02:37 0:02:37 --:--:-- 0 100 484M 0 0 100 484M 0 3136k 0:02:38 0:02:38 --:--:-- 0 100 484M 0 0 100 484M 0 3116k 0:02:39 0:02:39 --:--:-- 0 100 484M 0 0 100 484M 0 3097k 0:02:40 0:02:40 --:--:-- 0 100 484M 0 0 100 484M 0 3078k 0:02:41 0:02:41 --:--:-- 0 100 484M 0 0 100 484M 0 3059k 0:02:42 0:02:42 --:--:-- 0 100 484M 0 0 100 484M 0 3040k 0:02:43 0:02:43 --:--:-- 0 100 484M 0 0 100 484M 0 3021k 0:02:44 0:02:44 --:--:-- 0 100 484M 0 0 100 484M 0 3003k 0:02:45 0:02:45 --:--:-- 0 100 484M 0 0 100 484M 0 2985k 0:02:46 0:02:46 --:--:-- 0 100 484M 0 0 100 484M 0 2967k 0:02:47 0:02:47 --:--:-- 0 100 484M 0 0 100 484M 0 2949k 0:02:48 0:02:48 --:--:-- 0 100 484M 0 0 100 484M 0 2932k 0:02:49 0:02:49 --:--:-- 0 100 484M 0 0 100 484M 0 2915k 0:02:50 0:02:50 --:--:-- 0 100 484M 0 0 100 484M 0 2898k 0:02:51 0:02:51 --:--:-- 0 100 484M 0 0 100 484M 0 2881k 0:02:52 0:02:52 --:--:-- 0 100 484M 0 0 100 484M 0 2864k 0:02:53 0:02:53 --:--:-- 0 100 484M 0 0 100 484M 0 2848k 0:02:54 0:02:54 --:--:-- 0 100 484M 0 0 100 484M 0 2831k 0:02:55 0:02:55 --:--:-- 0 100 484M 0 0 100 484M 0 2815k 0:02:56 0:02:56 --:--:-- 0 100 484M 0 0 100 484M 0 2799k 0:02:57 0:02:57 --:--:-- 0 100 484M 0 0 100 484M 0 2784k 0:02:58 0:02:58 --:--:-- 0 100 484M 0 0 100 484M 0 2768k 0:02:59 0:02:59 --:--:-- 0 100 484M 0 0 100 484M 0 2753k 0:03:00 0:03:00 --:--:-- 0 100 484M 0 0 100 484M 0 2738k 0:03:01 0:03:01 --:--:-- 0 100 484M 0 0 100 484M 0 2723k 0:03:02 0:03:02 --:--:-- 0 100 484M 0 0 100 484M 0 2708k 0:03:03 0:03:03 --:--:-- 0 100 484M 0 0 100 484M 0 2693k 0:03:04 0:03:04 --:--:-- 0 100 484M 0 0 100 484M 0 2678k 0:03:05 0:03:05 --:--:-- 0 100 484M 0 0 100 484M 0 2664k 0:03:06 0:03:06 --:--:-- 0 100 484M 0 0 100 484M 0 2650k 0:03:07 0:03:07 --:--:-- 0 100 484M 0 0 100 484M 0 2636k 0:03:08 0:03:08 --:--:-- 0 100 484M 0 0 100 484M 0 2622k 0:03:09 0:03:09 --:--:-- 0 100 484M 0 0 100 484M 0 2608k 0:03:10 0:03:10 --:--:-- 0 100 484M 0 0 100 484M 0 2594k 0:03:11 0:03:11 --:--:-- 0 100 484M 0 0 100 484M 0 2581k 0:03:12 0:03:12 --:--:-- 0 100 484M 0 0 100 484M 0 2567k 0:03:13 0:03:13 --:--:-- 0 100 484M 0 0 100 484M 0 2554k 0:03:14 0:03:14 --:--:-- 0 100 484M 0 0 100 484M 0 2541k 0:03:15 0:03:15 --:--:-- 0 100 484M 0 0 100 484M 0 2528k 0:03:16 0:03:16 --:--:-- 0 100 484M 0 0 100 484M 0 2515k 0:03:17 0:03:17 --:--:-- 0 100 484M 0 0 100 484M 0 2503k 0:03:18 0:03:18 --:--:-- 0 100 484M 0 0 100 484M 0 2490k 0:03:19 0:03:19 --:--:-- 0 100 484M 0 0 100 484M 0 2478k 0:03:20 0:03:20 --:--:-- 0 100 484M 0 0 100 484M 0 2465k 0:03:21 0:03:21 --:--:-- 0 100 484M 0 0 100 484M 0 2453k 0:03:22 0:03:22 --:--:-- 0 100 484M 0 0 100 484M 0 2441k 0:03:23 0:03:23 --:--:-- 0 100 484M 0 0 100 484M 0 2429k 0:03:24 0:03:24 --:--:-- 0 100 484M 0 0 100 484M 0 2417k 0:03:25 0:03:25 --:--:-- 0 100 484M 0 0 100 484M 0 2405k 0:03:26 0:03:26 --:--:-- 0 100 484M 0 0 100 484M 0 2394k 0:03:27 0:03:27 --:--:-- 0 100 484M 0 0 100 484M 0 2382k 0:03:28 0:03:28 --:--:-- 0 100 484M 0 0 100 484M 0 2371k 0:03:29 0:03:29 --:--:-- 0 100 484M 0 0 100 484M 0 2360k 0:03:30 0:03:30 --:--:-- 0 100 484M 0 0 100 484M 0 2348k 0:03:31 0:03:31 --:--:-- 0 100 484M 0 0 100 484M 0 2337k 0:03:32 0:03:32 --:--:-- 0 100 484M 0 0 100 484M 0 2326k 0:03:33 0:03:33 --:--:-- 0 100 484M 0 0 100 484M 0 2316k 0:03:34 0:03:34 --:--:-- 0 100 484M 0 0 100 484M 0 2305k 0:03:35 0:03:35 --:--:-- 0 100 484M 0 0 100 484M 0 2294k 0:03:36 0:03:36 --:--:-- 0 100 484M 0 0 100 484M 0 2284k 0:03:37 0:03:37 --:--:-- 0 100 484M 0 0 100 484M 0 2273k 0:03:38 0:03:38 --:--:-- 0 100 484M 0 0 100 484M 0 2263k 0:03:39 0:03:39 --:--:-- 0 100 484M 0 0 100 484M 0 2252k 0:03:40 0:03:40 --:--:-- 0 100 484M 0 0 100 484M 0 2242k 0:03:41 0:03:41 --:--:-- 0 100 484M 0 0 100 484M 0 2232k 0:03:42 0:03:42 --:--:-- 0 100 484M 0 0 100 484M 0 2222k 0:03:43 0:03:43 --:--:-- 0 100 484M 0 0 100 484M 0 2212k 0:03:44 0:03:44 --:--:-- 0 100 484M 0 0 100 484M 0 2202k 0:03:45 0:03:45 --:--:-- 0 100 484M 0 0 100 484M 0 2193k 0:03:46 0:03:46 --:--:-- 0 100 484M 0 0 100 484M 0 2183k 0:03:47 0:03:47 --:--:-- 0 100 484M 0 0 100 484M 0 2173k 0:03:48 0:03:48 --:--:-- 0 100 484M 0 0 100 484M 0 2164k 0:03:49 0:03:49 --:--:-- 0 100 484M 0 0 100 484M 0 2155k 0:03:50 0:03:50 --:--:-- 0 100 484M 0 0 100 484M 0 2145k 0:03:51 0:03:51 --:--:-- 0 100 484M 0 0 100 484M 0 2136k 0:03:52 0:03:52 --:--:-- 0 100 484M 0 0 100 484M 0 2127k 0:03:53 0:03:53 --:--:-- 0 100 484M 0 0 100 484M 0 2118k 0:03:54 0:03:54 --:--:-- 0 100 484M 0 0 100 484M 0 2109k 0:03:55 0:03:55 --:--:-- 0 100 484M 0 0 100 484M 0 2100k 0:03:56 0:03:56 --:--:-- 0 100 484M 0 0 100 484M 0 2091k 0:03:57 0:03:57 --:--:-- 0 100 484M 0 0 100 484M 0 2082k 0:03:58 0:03:58 --:--:-- 0 100 484M 0 0 100 484M 0 2073k 0:03:59 0:03:59 --:--:-- 0 100 484M 0 0 100 484M 0 2065k 0:04:00 0:04:00 --:--:-- 0 100 484M 0 0 100 484M 0 2056k 0:04:01 0:04:01 --:--:-- 0 100 484M 0 0 100 484M 0 2048k 0:04:02 0:04:02 --:--:-- 0 100 484M 0 0 100 484M 0 2039k 0:04:03 0:04:03 --:--:-- 0 100 484M 0 0 100 484M 0 2031k 0:04:04 0:04:04 --:--:-- 0 100 484M 0 0 100 484M 0 2023k 0:04:05 0:04:05 --:--:-- 0 100 484M 0 0 100 484M 0 2014k 0:04:06 0:04:06 --:--:-- 0 100 484M 0 0 100 484M 0 2006k 0:04:07 0:04:07 --:--:-- 0 100 484M 0 0 100 484M 0 1998k 0:04:08 0:04:08 --:--:-- 0 100 484M 0 0 100 484M 0 1990k 0:04:09 0:04:09 --:--:-- 0 100 484M 0 0 100 484M 0 1982k 0:04:10 0:04:10 --:--:-- 0 100 484M 0 43 100 484M 0 1981k 0:04:10 0:04:10 --:--:-- 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] echo ------------------- 开始上传烟台ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传友谊关ota --------------------------------------------------------------------- [Pipeline] echo daxie [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-slave32/slave/.catkin_tools /senior/workspace/orin-slave32/slave/build/ /senior/workspace/orin-slave32/slave/devel/ /senior/workspace/orin-slave32/slave/install /senior/workspace/orin-slave32/slave/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] sh + cp -r /senior/workspace/commit/orin-slave32/slave_tmp/cache_bag_node /senior/workspace/commit/orin-slave32/slave_tmp/camera_driver /senior/workspace/commit/orin-slave32/slave_tmp/crane_align /senior/workspace/commit/orin-slave32/slave_tmp/dox /senior/workspace/commit/orin-slave32/slave_tmp/fast_lio-port /senior/workspace/commit/orin-slave32/slave_tmp/hdcontrol /senior/workspace/commit/orin-slave32/slave_tmp/hesai_lidar /senior/workspace/commit/orin-slave32/slave_tmp/imv_spreader_detection /senior/workspace/commit/orin-slave32/slave_tmp/lego-loam-bor /senior/workspace/commit/orin-slave32/slave_tmp/lidar_camera_fusion /senior/workspace/commit/orin-slave32/slave_tmp/lidar_loc_v2 /senior/workspace/commit/orin-slave32/slave_tmp/lidar_manual_calib /senior/workspace/commit/orin-slave32/slave_tmp/login_sync_tool /senior/workspace/commit/orin-slave32/slave_tmp/mrpt2 /senior/workspace/commit/orin-slave32/slave_tmp/msg_recorder /senior/workspace/commit/orin-slave32/slave_tmp/new_detection /senior/workspace/commit/orin-slave32/slave_tmp/new_truck_spreader_detection /senior/workspace/commit/orin-slave32/slave_tmp/node-manager /senior/workspace/commit/orin-slave32/slave_tmp/node_manager_online /senior/workspace/commit/orin-slave32/slave_tmp/ole_lidar /senior/workspace/commit/orin-slave32/slave_tmp/performance_analyst /senior/workspace/commit/orin-slave32/slave_tmp/rcinterpreter /senior/workspace/commit/orin-slave32/slave_tmp/rminterpreter /senior/workspace/commit/orin-slave32/slave_tmp/ros-bridge /senior/workspace/commit/orin-slave32/slave_tmp/rslidar_sdk /senior/workspace/commit/orin-slave32/slave_tmp/rslidar_sdk_new /senior/workspace/commit/orin-slave32/slave_tmp/rtsp_relayer /senior/workspace/commit/orin-slave32/slave_tmp/schedule_manager /senior/workspace/commit/orin-slave32/slave_tmp/senior_calibration /senior/workspace/commit/orin-slave32/slave_tmp/shared_msgs /senior/workspace/commit/orin-slave32/slave_tmp/slave /senior/workspace/commit/orin-slave32/slave_tmp/system_monitor /senior/workspace/commit/orin-slave32/slave_tmp/system-ros /senior/workspace/commit/orin-slave32/slave_tmp/thirdparty /senior/workspace/commit/orin-slave32/slave_tmp/TruckUpLiDarCalibTool /senior/workspace/commit/orin-slave32/slave_tmp/unified-system-monitor /senior/workspace/commit/orin-slave32/slave_tmp/versions_observer /senior/workspace/commit/orin-slave32/slave_tmp/warningModule /senior/workspace/commit/orin-slave32/slave/ [Pipeline] sh + rm -rf /senior/workspace/commit/orin-slave32/slave_tmp [Pipeline] readJSON [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 更新各场地地图. [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 增加起步时间 [Pipeline] echo 增加剩余续航里程字段 [Pipeline] echo 字段精度调整 [Pipeline] echo 修改外设cmd消息 [Pipeline] echo 增加外设状态反馈字段 [Pipeline] echo 外设命令cmd枚举调整 [Pipeline] echo 添加云端规划消息 [Pipeline] echo 添加云端规划消息 [Pipeline] echo add cloud_planning_response [Pipeline] echo 增加续航里程字段 [Pipeline] echo 增加沈汽环卫上装控制 [Pipeline] echo 补充外设字段 [Pipeline] echo 处理合并冲突 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [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>模块名: cache_bag_node</h2><h2>模块名: camera_driver</h2><h2>模块名: dox</h2><h2>模块名: hdcontrol</h2><h2>模块名: hesai_lidar</h2><h2>模块名: lidar_camera_fusion</h2><h2>模块名: lidar_loc_v2</h2><h2>模块名: mrpt2</h2><h2>模块名: new_detection</h2><h3>note_out</h3><ul><li>更新各场地地图.</li></ul><h2>模块名: node-manager</h2><h2>模块名: rcinterpreter</h2><h2>模块名: rslidar_sdk</h2><h2>模块名: rslidar_sdk_new</h2><h2>模块名: senior_calibration</h2><h2>模块名: shared_msgs</h2><h3>feat_out</h3><ul><li>增加起步时间</li><li>增加剩余续航里程字段</li><li>字段精度调整</li><li>修改外设cmd消息</li><li>增加外设状态反馈字段</li><li>外设命令cmd枚举调整</li><li>添加云端规划消息</li><li>添加云端规划消息</li><li>add cloud_planning_response</li><li>增加续航里程字段</li><li>增加沈汽环卫上装控制</li><li>补充外设字段</li><li>处理合并冲突</li></ul><h2>模块名: system_monitor</h2><h2>模块名: system-ros</h2><h2>模块名: thirdparty</h2><h2>模块名: unified-system-monitor</h2><h2>模块名: versions_observer</h2><h2>模块名: warningModule</h2></body></html> [Pipeline] echo msg已经准备完成 [Pipeline] sh + touch /senior/workspace/orin-slave32/slave/index.html [Pipeline] writeFile [Pipeline] echo html更新完成 [Pipeline] publishHTML [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /senior/workspace/orin-slave32/slave to /var/lib/jenkins/jobs/orin-slave32/builds/413/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专用()] --- - 版本名: [all_slave_2026-06-09_11-01-13] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:songjia - 更新模块: [new_detection][shared_msgs] - 上传平台: daxie - 任务号: [orin-slave32 #413] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-slave32/413/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 695 100 27 100 668 252 6242 --:--:-- --:--:-- --:--:-- 6556 [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