Console Output

Skipping 3,510 KB.. Full Log
...............................................................................
_______________________________________________________________________________
Warnings << RMInterpreter:make /senior/workspace/orin-slave32/slave/logs/RMInterpreter/build.make.000.log
In file included from /senior/workspace/orin-slave32/slave/src/rminterpreter/src/RMInterpreter/powercmd_processer.h:23,
                 from /senior/workspace/orin-slave32/slave/src/rminterpreter/src/RMInterpreter/ros_mqtt_bridge.h:20,
                 from /senior/workspace/orin-slave32/slave/src/rminterpreter/src/RMInterpreter/ros_mqtt_bridge.cpp:1:
/senior/workspace/orin-slave32/slave/src/rminterpreter/src/RMInterpreter/rm_message_convert.h: In member function ‘void senior::ROS2MQTTMessageConverter::insert_ros_message(T&, const string_view&, std::vector<_ValT>&) [with T = rapidjson::GenericValue<rapidjson::UTF8<> >; M = double]’:
/senior/workspace/orin-slave32/slave/src/rminterpreter/src/RMInterpreter/rm_message_convert.h:544:9: warning: ‘data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  544 |       M data;
      |         ^~~~
cd /senior/workspace/orin-slave32/slave/build/RMInterpreter; catkin build --get-env RMInterpreter | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -

...............................................................................
_______________________________________________________________________________
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/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/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/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:285:8: warning: variable ‘stay_still’ set but not used [-Wunused-but-set-variable]
  285 |   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:746:35: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  746 |   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 14:46.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.7 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.8 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.7 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.8 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.7 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.8 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.7 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.8 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.7 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.8 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
...............................................................................
Finished <<< lidar_loc_v2                                [ 7 minutes and 38.9 seconds ]
[build] Summary: All 66 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 40 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 14 minutes and 52.7 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_2025-09-17_09-16-57.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-slave32/slave all_slave_2025-09-17_09-16-57.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_2025-09-17_09-16-57.zip,/senior/workspace/orin-slave32/slave/version.json [Pipeline] echo ------------------- 开始上传公网ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传大榭ota --------------------------------------------------------------------- [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-slave32/slave/all_slave_2025-09-17_09-16-57.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 588M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 588M 0 0 1 8640k 0 7176k 0:01:24 0:00:01 0:01:23 7176k 2 588M 0 0 2 14.6M 0 6870k 0:01:27 0:00:02 0:01:25 6867k 3 588M 0 0 3 19.9M 0 6344k 0:01:35 0:00:03 0:01:32 6344k 4 588M 0 0 4 24.1M 0 5860k 0:01:42 0:00:04 0:01:38 5859k 4 588M 0 0 4 28.1M 0 5526k 0:01:49 0:00:05 0:01:44 5748k 5 588M 0 0 5 32.1M 0 5310k 0:01:53 0:00:06 0:01:47 4861k 6 588M 0 0 6 36.0M 0 5113k 0:01:57 0:00:07 0:01:50 4347k 6 588M 0 0 6 39.6M 0 4954k 0:02:01 0:00:08 0:01:53 4056k 7 588M 0 0 7 44.0M 0 4897k 0:02:03 0:00:09 0:01:54 4083k 8 588M 0 0 8 48.8M 0 4904k 0:02:02 0:00:10 0:01:52 4252k 9 588M 0 0 9 54.2M 0 4954k 0:02:01 0:00:11 0:01:50 4513k 9 588M 0 0 9 58.7M 0 4932k 0:02:02 0:00:12 0:01:50 4669k 10 588M 0 0 10 64.0M 0 4968k 0:02:01 0:00:13 0:01:48 4991k 11 588M 0 0 11 68.0M 0 4907k 0:02:02 0:00:14 0:01:48 4924k 12 588M 0 0 12 71.8M 0 4831k 0:02:04 0:00:15 0:01:49 4684k 12 588M 0 0 12 75.4M 0 4768k 0:02:06 0:00:16 0:01:50 4350k 13 588M 0 0 13 79.7M 0 4747k 0:02:06 0:00:17 0:01:49 4297k 14 588M 0 0 14 84.0M 0 4729k 0:02:07 0:00:18 0:01:49 4102k 14 588M 0 0 14 88.1M 0 4701k 0:02:08 0:00:19 0:01:49 4117k 15 588M 0 0 15 91.6M 0 4645k 0:02:09 0:00:20 0:01:49 4079k 16 588M 0 0 16 95.6M 0 4615k 0:02:10 0:00:21 0:01:49 4122k 17 588M 0 0 17 100M 0 4620k 0:02:10 0:00:22 0:01:48 4182k 17 588M 0 0 17 105M 0 4646k 0:02:09 0:00:23 0:01:46 4344k 18 588M 0 0 18 110M 0 4687k 0:02:08 0:00:24 0:01:44 4636k 19 588M 0 0 19 115M 0 4694k 0:02:08 0:00:25 0:01:43 4888k 20 588M 0 0 20 120M 0 4728k 0:02:07 0:00:26 0:01:41 5207k 21 588M 0 0 21 126M 0 4772k 0:02:06 0:00:27 0:01:39 5445k 22 588M 0 0 22 133M 0 4831k 0:02:04 0:00:28 0:01:36 5685k 23 588M 0 0 23 139M 0 4907k 0:02:02 0:00:29 0:01:33 5972k 25 588M 0 0 25 147M 0 4998k 0:02:00 0:00:30 0:01:30 6532k 26 588M 0 0 26 155M 0 5094k 0:01:58 0:00:31 0:01:27 7011k 27 588M 0 0 27 161M 0 5145k 0:01:57 0:00:32 0:01:25 7178k 28 588M 0 0 28 169M 0 5220k 0:01:55 0:00:33 0:01:22 7414k 29 588M 0 0 29 175M 0 5261k 0:01:54 0:00:34 0:01:20 7327k 30 588M 0 0 30 180M 0 5237k 0:01:55 0:00:35 0:01:20 6678k 31 588M 0 0 31 184M 0 5231k 0:01:55 0:00:36 0:01:19 6084k 32 588M 0 0 32 189M 0 5214k 0:01:55 0:00:37 0:01:18 5657k 32 588M 0 0 32 193M 0 5185k 0:01:56 0:00:38 0:01:18 4955k 33 588M 0 0 33 197M 0 5148k 0:01:57 0:00:39 0:01:18 4384k 34 588M 0 0 34 200M 0 5108k 0:01:58 0:00:40 0:01:18 4201k 34 588M 0 0 34 204M 0 5072k 0:01:58 0:00:41 0:01:17 3928k 35 588M 0 0 35 207M 0 5028k 0:01:59 0:00:42 0:01:17 3645k 35 588M 0 0 35 210M 0 4999k 0:02:00 0:00:43 0:01:17 3574k 36 588M 0 0 36 215M 0 4987k 0:02:00 0:00:44 0:01:16 3717k 37 588M 0 0 37 220M 0 4988k 0:02:00 0:00:45 0:01:15 4020k 38 588M 0 0 38 225M 0 5001k 0:02:00 0:00:46 0:01:14 4418k 39 588M 0 0 39 231M 0 5027k 0:01:59 0:00:47 0:01:12 5024k 40 588M 0 0 40 238M 0 5067k 0:01:58 0:00:48 0:01:10 5657k 41 588M 0 0 41 245M 0 5117k 0:01:57 0:00:49 0:01:08 6264k 42 588M 0 0 42 252M 0 5152k 0:01:57 0:00:50 0:01:07 6636k 44 588M 0 0 44 259M 0 5184k 0:01:56 0:00:51 0:01:05 6878k 45 588M 0 0 45 266M 0 5228k 0:01:55 0:00:52 0:01:03 7125k 46 588M 0 0 46 274M 0 5278k 0:01:54 0:00:53 0:01:01 7305k 47 588M 0 0 47 282M 0 5330k 0:01:53 0:00:54 0:00:59 7430k 49 588M 0 0 49 289M 0 5375k 0:01:52 0:00:55 0:00:57 7621k 50 588M 0 0 50 296M 0 5405k 0:01:51 0:00:56 0:00:55 7667k 51 588M 0 0 51 304M 0 5450k 0:01:50 0:00:57 0:00:53 7771k 52 588M 0 0 52 311M 0 5473k 0:01:50 0:00:58 0:00:52 7545k 53 588M 0 0 53 317M 0 5492k 0:01:49 0:00:59 0:00:50 7247k 55 588M 0 0 55 324M 0 5520k 0:01:49 0:01:00 0:00:49 7115k 56 588M 0 0 56 332M 0 5555k 0:01:48 0:01:01 0:00:47 7239k 57 588M 0 0 57 340M 0 5601k 0:01:47 0:01:02 0:00:45 7330k 59 588M 0 0 59 349M 0 5654k 0:01:46 0:01:03 0:00:43 7769k 60 588M 0 0 60 357M 0 5707k 0:01:45 0:01:04 0:00:41 8251k 62 588M 0 0 62 365M 0 5738k 0:01:45 0:01:05 0:00:40 8367k 63 588M 0 0 63 373M 0 5783k 0:01:44 0:01:06 0:00:38 8584k 65 588M 0 0 65 383M 0 5836k 0:01:43 0:01:07 0:00:36 8770k 66 588M 0 0 66 392M 0 5889k 0:01:42 0:01:08 0:00:34 8851k 67 588M 0 0 67 399M 0 5910k 0:01:42 0:01:09 0:00:33 8513k 69 588M 0 0 69 407M 0 5937k 0:01:41 0:01:10 0:00:31 8536k 70 588M 0 0 70 415M 0 5970k 0:01:40 0:01:11 0:00:29 8436k 71 588M 0 0 71 423M 0 6011k 0:01:40 0:01:12 0:00:28 8349k 73 588M 0 0 73 431M 0 6038k 0:01:39 0:01:13 0:00:26 8075k 74 588M 0 0 74 439M 0 6065k 0:01:39 0:01:14 0:00:25 8206k 76 588M 0 0 76 448M 0 6100k 0:01:38 0:01:15 0:00:23 8383k 77 588M 0 0 77 455M 0 6125k 0:01:38 0:01:16 0:00:22 8342k 78 588M 0 0 78 462M 0 6139k 0:01:38 0:01:17 0:00:21 7996k 79 588M 0 0 79 470M 0 6159k 0:01:37 0:01:18 0:00:19 7936k 81 588M 0 0 81 478M 0 6186k 0:01:37 0:01:19 0:00:18 7982k 82 588M 0 0 82 487M 0 6219k 0:01:36 0:01:20 0:00:16 8011k 84 588M 0 0 84 496M 0 6259k 0:01:36 0:01:21 0:00:15 8287k 85 588M 0 0 85 504M 0 6279k 0:01:36 0:01:22 0:00:14 8432k 87 588M 0 0 87 512M 0 6306k 0:01:35 0:01:23 0:00:12 8595k 88 588M 0 0 88 521M 0 6342k 0:01:35 0:01:24 0:00:11 8811k 90 588M 0 0 90 530M 0 6381k 0:01:34 0:01:25 0:00:09 8980k 91 588M 0 0 91 540M 0 6422k 0:01:33 0:01:26 0:00:07 9073k 93 588M 0 0 93 548M 0 6443k 0:01:33 0:01:27 0:00:06 9135k 94 588M 0 0 94 556M 0 6455k 0:01:33 0:01:28 0:00:05 8943k 95 588M 0 0 95 562M 0 6458k 0:01:33 0:01:29 0:00:04 8409k 96 588M 0 0 96 568M 0 6451k 0:01:33 0:01:30 0:00:03 7631k 97 588M 0 0 97 573M 0 6442k 0:01:33 0:01:31 0:00:02 6796k 98 588M 0 0 98 579M 0 6441k 0:01:33 0:01:32 0:00:01 6419k 99 588M 0 0 99 586M 0 6443k 0:01:33 0:01:33 --:--:-- 6227k 100 588M 0 0 100 588M 0 6369k 0:01:34 0:01:34 --:--:-- 4915k 100 588M 0 0 100 588M 0 6303k 0:01:35 0:01:35 --:--:-- 3848k 100 588M 0 0 100 588M 0 6237k 0:01:36 0:01:36 --:--:-- 2801k 100 588M 0 0 100 588M 0 6174k 0:01:37 0:01:37 --:--:-- 1651k 100 588M 0 0 100 588M 0 6111k 0:01:38 0:01:38 --:--:-- 432k 100 588M 0 0 100 588M 0 6049k 0:01:39 0:01:39 --:--:-- 0 100 588M 0 0 100 588M 0 5989k 0:01:40 0:01:40 --:--:-- 0 100 588M 0 0 100 588M 0 5930k 0:01:41 0:01:41 --:--:-- 0 100 588M 0 0 100 588M 0 5872k 0:01:42 0:01:42 --:--:-- 0 100 588M 0 0 100 588M 0 5816k 0:01:43 0:01:43 --:--:-- 0 100 588M 0 0 100 588M 0 5760k 0:01:44 0:01:44 --:--:-- 0 100 588M 0 0 100 588M 0 5706k 0:01:45 0:01:45 --:--:-- 0 100 588M 0 0 100 588M 0 5652k 0:01:46 0:01:46 --:--:-- 0 100 588M 0 0 100 588M 0 5599k 0:01:47 0:01:47 --:--:-- 0 100 588M 0 0 100 588M 0 5548k 0:01:48 0:01:48 --:--:-- 0 100 588M 0 0 100 588M 0 5497k 0:01:49 0:01:49 --:--:-- 0 100 588M 0 0 100 588M 0 5447k 0:01:50 0:01:50 --:--:-- 0 100 588M 0 0 100 588M 0 5399k 0:01:51 0:01:51 --:--:-- 0 100 588M 0 0 100 588M 0 5351k 0:01:52 0:01:52 --:--:-- 0 100 588M 0 0 100 588M 0 5303k 0:01:53 0:01:53 --:--:-- 0 100 588M 0 0 100 588M 0 5257k 0:01:54 0:01:54 --:--:-- 0 100 588M 0 0 100 588M 0 5212k 0:01:55 0:01:55 --:--:-- 0 100 588M 0 0 100 588M 0 5167k 0:01:56 0:01:56 --:--:-- 0 100 588M 0 0 100 588M 0 5123k 0:01:57 0:01:57 --:--:-- 0 100 588M 0 0 100 588M 0 5080k 0:01:58 0:01:58 --:--:-- 0 100 588M 0 0 100 588M 0 5037k 0:01:59 0:01:59 --:--:-- 0 100 588M 0 0 100 588M 0 4995k 0:02:00 0:02:00 --:--:-- 0 100 588M 0 0 100 588M 0 4954k 0:02:01 0:02:01 --:--:-- 0 100 588M 0 0 100 588M 0 4914k 0:02:02 0:02:02 --:--:-- 0 100 588M 0 0 100 588M 0 4874k 0:02:03 0:02:03 --:--:-- 0 100 588M 0 0 100 588M 0 4835k 0:02:04 0:02:04 --:--:-- 0 100 588M 0 0 100 588M 0 4796k 0:02:05 0:02:05 --:--:-- 0 100 588M 0 0 100 588M 0 4758k 0:02:06 0:02:06 --:--:-- 0 100 588M 0 0 100 588M 0 4721k 0:02:07 0:02:07 --:--:-- 0 100 588M 0 0 100 588M 0 4684k 0:02:08 0:02:08 --:--:-- 0 100 588M 0 0 100 588M 0 4648k 0:02:09 0:02:09 --:--:-- 0 100 588M 0 0 100 588M 0 4613k 0:02:10 0:02:10 --:--:-- 0 100 588M 0 0 100 588M 0 4578k 0:02:11 0:02:11 --:--:-- 0 100 588M 0 0 100 588M 0 4543k 0:02:12 0:02:12 --:--:-- 0 100 588M 0 0 100 588M 0 4509k 0:02:13 0:02:13 --:--:-- 0 100 588M 0 0 100 588M 0 4476k 0:02:14 0:02:14 --:--:-- 0 100 588M 0 0 100 588M 0 4442k 0:02:15 0:02:15 --:--:-- 0 100 588M 0 0 100 588M 0 4410k 0:02:16 0:02:16 --:--:-- 0 100 588M 0 0 100 588M 0 4378k 0:02:17 0:02:17 --:--:-- 0 100 588M 0 0 100 588M 0 4346k 0:02:18 0:02:18 --:--:-- 0 100 588M 0 0 100 588M 0 4315k 0:02:19 0:02:19 --:--:-- 0 100 588M 0 0 100 588M 0 4284k 0:02:20 0:02:20 --:--:-- 0 100 588M 0 0 100 588M 0 4254k 0:02:21 0:02:21 --:--:-- 0 100 588M 0 0 100 588M 0 4224k 0:02:22 0:02:22 --:--:-- 0 100 588M 0 0 100 588M 0 4195k 0:02:23 0:02:23 --:--:-- 0 100 588M 0 0 100 588M 0 4166k 0:02:24 0:02:24 --:--:-- 0 100 588M 0 0 100 588M 0 4137k 0:02:25 0:02:25 --:--:-- 0 100 588M 0 0 100 588M 0 4109k 0:02:26 0:02:26 --:--:-- 0 100 588M 0 0 100 588M 0 4081k 0:02:27 0:02:27 --:--:-- 0 100 588M 0 0 100 588M 0 4054k 0:02:28 0:02:28 --:--:-- 0 100 588M 0 0 100 588M 0 4026k 0:02:29 0:02:29 --:--:-- 0 100 588M 0 0 100 588M 0 4000k 0:02:30 0:02:30 --:--:-- 0 100 588M 0 0 100 588M 0 3973k 0:02:31 0:02:31 --:--:-- 0 100 588M 0 0 100 588M 0 3947k 0:02:32 0:02:32 --:--:-- 0 100 588M 0 0 100 588M 0 3922k 0:02:33 0:02:33 --:--:-- 0 100 588M 0 0 100 588M 0 3896k 0:02:34 0:02:34 --:--:-- 0 100 588M 0 0 100 588M 0 3871k 0:02:35 0:02:35 --:--:-- 0 100 588M 0 0 100 588M 0 3846k 0:02:36 0:02:36 --:--:-- 0 100 588M 0 0 100 588M 0 3822k 0:02:37 0:02:37 --:--:-- 0 100 588M 0 0 100 588M 0 3798k 0:02:38 0:02:38 --:--:-- 0 100 588M 0 0 100 588M 0 3774k 0:02:39 0:02:39 --:--:-- 0 100 588M 0 0 100 588M 0 3751k 0:02:40 0:02:40 --:--:-- 0 100 588M 0 0 100 588M 0 3727k 0:02:41 0:02:41 --:--:-- 0 100 588M 0 0 100 588M 0 3704k 0:02:42 0:02:42 --:--:-- 0 100 588M 0 0 100 588M 0 3682k 0:02:43 0:02:43 --:--:-- 0 100 588M 0 0 100 588M 0 3659k 0:02:44 0:02:44 --:--:-- 0 100 588M 0 0 100 588M 0 3637k 0:02:45 0:02:45 --:--:-- 0 100 588M 0 0 100 588M 0 3615k 0:02:46 0:02:46 --:--:-- 0 100 588M 0 0 100 588M 0 3594k 0:02:47 0:02:47 --:--:-- 0 100 588M 0 0 100 588M 0 3573k 0:02:48 0:02:48 --:--:-- 0 100 588M 0 0 100 588M 0 3551k 0:02:49 0:02:49 --:--:-- 0 100 588M 0 0 100 588M 0 3531k 0:02:50 0:02:50 --:--:-- 0 100 588M 0 0 100 588M 0 3510k 0:02:51 0:02:51 --:--:-- 0 100 588M 0 0 100 588M 0 3490k 0:02:52 0:02:52 --:--:-- 0 100 588M 0 0 100 588M 0 3470k 0:02:53 0:02:53 --:--:-- 0 100 588M 0 43 100 588M 0 3461k 0:02:54 0:02:54 --:--:-- 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 suxi [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/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/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 打开所有相机推流 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 添加董分内参 [Pipeline] echo 离线内参切换为lidar/vehicles下随车源 [Pipeline] echo webhtml准备完成 [Pipeline] echo 低空侧飞时虚拟宽度延缓其减小过程 [Pipeline] echo 删除表示传感器类型的sensor_type参数 [Pipeline] echo 删除载物传感器有效性判断 [Pipeline] echo 删除自动触发函数 [Pipeline] echo 调整顺序保证钢卷检测及时return [Pipeline] echo 宝世顺钢卷检测 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 部分港口更新对应模型映射. [Pipeline] echo 同步最新模型. [Pipeline] echo 根据长短挂确定箱体面拟合的长边线长阈值 [Pipeline] echo 模型输入去除范围车头前向+0.4. [Pipeline] echo seg时雨天反射率过滤阈值=max(雨,非雨) [Pipeline] echo 修改董分海绵垫输出策略. [Pipeline] echo 海绵垫场景低矮障碍物高度过滤阈值提高. [Pipeline] echo 加log记录det挂角的置信度 [Pipeline] echo 新疆开沃使用潍坊模型. [Pipeline] echo 太阳北海纵三路停车区静止车辆去除. [Pipeline] echo 修复og点过滤前点数改变的bug->董分垫子点. [Pipeline] echo 自车NMS降低阈值到0.05, 董分误检处理. [Pipeline] echo webhtml准备完成 [Pipeline] echo 载物状态5分钟没初始化报警(避免前载和满载时启动程序) [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 增加log [Pipeline] echo ros1发送增加日志 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo add traffic msg [Pipeline] echo traffic msg [Pipeline] echo 添加满都拉专用通信结构 [Pipeline] echo 字段修改 [Pipeline] echo 增加编队状态消息 [Pipeline] echo 按照上智联新协议修改 [Pipeline] echo 回退rc_dev的合并 [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><h3>feat_out</h3><ul><li> 打开所有相机推流</li></ul><h2>模块名: dox</h2><h2>模块名: hdcontrol</h2><h2>模块名: hesai_lidar</h2><h3>note_out</h3><ul><li> 离线内参切换为lidar/vehicles下随车源</li></ul><h2>模块名: imv_spreader_detection</h2><h3>note_out</h3><ul><li> 低空侧飞时虚拟宽度延缓其减小过程</li><li> 删除表示传感器类型的sensor_type参数</li><li> 删除载物传感器有效性判断</li><li> 删除自动触发函数</li><li> 调整顺序保证钢卷检测及时return</li><li> 宝世顺钢卷检测</li></ul><h2>模块名: lidar_camera_fusion</h2><h2>模块名: lidar_loc_v2</h2><h2>模块名: login_sync_tool</h2><h2>模块名: mrpt2</h2><h2>模块名: new_detection</h2><h3>note_out</h3><ul><li>部分港口更新对应模型映射.</li><li>同步最新模型.</li><li> 根据长短挂确定箱体面拟合的长边线长阈值</li><li>模型输入去除范围车头前向+0.4.</li><li> seg时雨天反射率过滤阈值=max(雨,非雨)</li><li>修改董分海绵垫输出策略.</li><li>海绵垫场景低矮障碍物高度过滤阈值提高.</li><li> 加log记录det挂角的置信度</li><li>新疆开沃使用潍坊模型.</li><li>太阳北海纵三路停车区静止车辆去除.</li><li>修复og点过滤前点数改变的bug->董分垫子点.</li><li>自车NMS降低阈值到0.05, 董分误检处理.</li></ul><h2>模块名: new_truck_spreader_detection</h2><h3>note_out</h3><ul><li> 载物状态5分钟没初始化报警(避免前载和满载时启动程序)</li></ul><h2>模块名: node-manager</h2><h2>模块名: node_manager_online</h2><h2>模块名: performance_analyst</h2><h2>模块名: rcinterpreter</h2><h2>模块名: rminterpreter</h2><h2>模块名: ros-bridge</h2><h2>模块名: rslidar_sdk</h2><h2>模块名: rslidar_sdk_new</h2><h3>feat_out</h3><ul><li>增加log</li><li>ros1发送增加日志</li></ul><h2>模块名: schedule_manager</h2><h2>模块名: senior_calibration</h2><h2>模块名: shared_msgs</h2><h3>feat_out</h3><ul><li>添加满都拉专用通信结构</li><li>字段修改</li><li>增加编队状态消息</li><li>按照上智联新协议修改</li><li>回退rc_dev的合并</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/287/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": "# 版本发布通知 ### [苏溪三一从机全量] --- - 版本名: [all_slave_2025-09-17_09-16-57] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:yangyuxing - 更新模块: [camera_driver][hesai_lidar][imv_spreader_detection][new_detection][new_truck_spreader_detection][rslidar_sdk_new][shared_msgs] - 上传平台: suxi - 任务号: [orin-slave32 #287] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-slave32/287/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 805 100 27 100 778 191 5517 --:--:-- --:--:-- --:--:-- 5750 [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