Console Output

Skipping 3,242 KB.. Full Log
...............................................................................
_______________________________________________________________________________
Warnings << lidar_loc_v2:make /senior/workspace/orin-slave32/slave/logs/lidar_loc_v2/build.make.000.log
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/global.cpp:162:20: warning: ‘std::string common::GetLogDir()’ defined but not used [-Wunused-function]
  162 | static std::string GetLogDir() {
      |                    ^~~~~~~~~
/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) {
      |                     ~~~~^~~~~~
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/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) {
      |                     ~~~~^~~~~~
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 13:18.8 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:18.9 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:19.0 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:19.1 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:19.2 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:19.3 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:19.4 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:19.5 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:19.6 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:19.7 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:19.8 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:19.9 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:20.0 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:20.1 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:20.2 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:20.3 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:20.4 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:20.5 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:20.6 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:20.7 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:20.8 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:20.9 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:21.0 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:21.1 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:21.2 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:21.3 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:21.4 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:21.5 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:21.6 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:21.7 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:21.8 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:21.9 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:22.0 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:22.1 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:22.2 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:22.3 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:22.4 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:22.5 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:22.6 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:22.7 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:22.8 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:22.9 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:23.0 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:23.1 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:23.2 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:23.3 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:23.4 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:23.5 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:23.6 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:23.7 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:23.8 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:23.9 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:24.0 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:24.1 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:24.2 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:24.3 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:24.4 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:24.5 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:24.6 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:24.7 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:24.8 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:24.9 s] [59/60 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
...............................................................................
Finished <<< lidar_loc_v2                          [ 7 minutes and 27.1 seconds ]
[build] Summary: All 60 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 24.9 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-03-18_18-19-53.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-slave32/slave all_slave_2026-03-18_18-19-53.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-03-18_18-19-53.zip,/senior/workspace/orin-slave32/slave/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-slave32/slave/all_slave_2026-03-18_18-19-53.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 22 906M 0 0 22 200M 0 216M 0:00:04 --:--:-- 0:00:04 216M 56 906M 0 0 56 512M 0 266M 0:00:03 0:00:01 0:00:02 266M 90 906M 0 0 90 820M 0 280M 0:00:03 0:00:02 0:00:01 280M 100 906M 0 0 100 906M 0 215M 0:00:04 0:00:04 --:--:-- 215M 100 906M 0 0 100 906M 0 174M 0:00:05 0:00:05 --:--:-- 174M 100 906M 0 0 100 906M 0 146M 0:00:06 0:00:06 --:--:-- 133M 100 906M 0 0 100 906M 0 125M 0:00:07 0:00:07 --:--:-- 74.5M 100 906M 0 0 100 906M 0 110M 0:00:08 0:00:08 --:--:-- 16.1M 100 906M 0 0 100 906M 0 98.3M 0:00:09 0:00:09 --:--:-- 0 100 906M 0 0 100 906M 0 88.7M 0:00:10 0:00:10 --:--:-- 0 100 906M 0 0 100 906M 0 80.8M 0:00:11 0:00:11 --:--:-- 0 100 906M 0 0 100 906M 0 74.2M 0:00:12 0:00:12 --:--:-- 0 100 906M 0 0 100 906M 0 68.5M 0:00:13 0:00:13 --:--:-- 0 100 906M 0 0 100 906M 0 63.7M 0:00:14 0:00:14 --:--:-- 0 100 906M 0 0 100 906M 0 59.5M 0:00:15 0:00:15 --:--:-- 0 100 906M 0 0 100 906M 0 55.8M 0:00:16 0:00:16 --:--:-- 0 100 906M 0 0 100 906M 0 52.6M 0:00:17 0:00:17 --:--:-- 0 100 906M 0 0 100 906M 0 49.7M 0:00:18 0:00:18 --:--:-- 0 100 906M 0 0 100 906M 0 47.1M 0:00:19 0:00:19 --:--:-- 0 100 906M 0 0 100 906M 0 44.8M 0:00:20 0:00:20 --:--:-- 0 100 906M 0 0 100 906M 0 42.6M 0:00:21 0:00:21 --:--:-- 0 100 906M 0 0 100 906M 0 40.7M 0:00:22 0:00:22 --:--:-- 0 100 906M 0 0 100 906M 0 39.0M 0:00:23 0:00:23 --:--:-- 0 100 906M 0 0 100 906M 0 37.4M 0:00:24 0:00:24 --:--:-- 0 100 906M 0 0 100 906M 0 35.9M 0:00:25 0:00:25 --:--:-- 0 100 906M 0 43 100 906M 1 34.7M 0:00:26 0:00:26 --:--:-- 8 100 906M 0 43 100 906M 1 34.7M 0:00:26 0:00:26 --:--:-- 11 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传大榭ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传苏溪ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传烟台ota --------------------------------------------------------------------- [Pipeline] echo public [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/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 增加打印与写入日志LOG 每次上船前初始化位姿 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 青威高度差过渡仅在甲板区域生效(自车在甲板or点云在甲板). [Pipeline] echo 修复bug. [Pipeline] echo 箱体面矫正短边参数修改提参 [Pipeline] echo 箱体面矫正长边拟合适配后20尺 [Pipeline] echo 同步airy雷达seg适配修改(jt128适用). [Pipeline] echo jt128雷达适配. [Pipeline] echo 后向接入airy. [Pipeline] echo 青威启用cp模型. [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 增加夹爪控制及反馈 [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><h3>feat_out</h3><ul><li> 增加打印与写入日志LOG 每次上船前初始化位姿</li></ul><h2>模块名: login_sync_tool</h2><h2>模块名: mrpt2</h2><h2>模块名: new_detection</h2><h3>note_out</h3><ul><li> 青威高度差过渡仅在甲板区域生效(自车在甲板or点云在甲板).</li><li> 修复bug.</li><li> 箱体面矫正短边参数修改提参</li><li> 箱体面矫正长边拟合适配后20尺</li><li>同步airy雷达seg适配修改(jt128适用).</li><li>jt128雷达适配.</li><li>后向接入airy.</li><li>青威启用cp模型.</li></ul><h2>模块名: node-manager</h2><h2>模块名: node_manager_online</h2><h2>模块名: rcinterpreter</h2><h2>模块名: rslidar_sdk</h2><h2>模块名: rslidar_sdk_new</h2><h2>模块名: rtsp_relayer</h2><h2>模块名: senior_calibration</h2><h2>模块名: shared_msgs</h2><h3>note_out</h3><ul><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/365/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_2026-03-18_18-19-53] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:sunyufu - 更新模块: [lidar_loc_v2][new_detection][shared_msgs] - 上传平台: public - 任务号: [orin-slave32 #365] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-slave32/365/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 719 100 27 100 692 219 5626 --:--:-- --:--:-- --:--:-- 5845 [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