Console Output

Skipping 3,755 KB.. Full Log
...............................................................................
_______________________________________________________________________________
Warnings << lidar_loc_v2:make /senior/workspace/orin-slave64/slave/logs/lidar_loc_v2/build.make.000.log
In file included from /senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:5:
/senior/workspace/orin-slave64/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-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave64/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-slave64/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-slave64/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-slave64/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-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave64/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-slave64/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-slave64/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-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp: In member function ‘std::string common::OverlayTextIntegrator::MeasStatusToString(int)’:
/senior/workspace/orin-slave64/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-slave64/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-slave64/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-slave64/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-slave64/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-slave64/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-slave64/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-slave64/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-slave64/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-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp: In function ‘std::string loc::MeasStatusToString(int)’:
/senior/workspace/orin-slave64/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-slave64/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-slave64/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-slave64/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-slave64/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-slave64/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-slave64/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-slave64/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-slave64/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-slave64/slave/build/lidar_loc_v2; catkin build --get-env lidar_loc_v2 | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 16:28.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:28.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:28.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:28.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:28.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:28.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:28.7 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:28.8 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:28.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:29.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:29.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:29.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:29.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:29.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:29.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:29.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:29.7 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:29.8 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:29.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:30.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:30.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:30.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:30.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:30.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:30.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:30.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:30.7 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:30.8 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:30.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:31.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:31.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:31.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:31.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:31.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:31.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:31.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:31.7 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:31.8 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:31.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:32.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:32.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:32.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:32.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:32.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:32.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:32.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:32.7 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:32.8 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:32.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:33.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:33.1 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:33.2 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:33.3 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:33.4 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:33.5 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:33.6 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:33.7 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:33.8 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:33.9 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 16:34.0 s] [65/66 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
...............................................................................
Finished <<< lidar_loc_v2                          [ 9 minutes and 4.3 seconds ]
[build] Summary: All 66 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 42 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 16 minutes and 34.1 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-slave64/slave [Pipeline] { [Pipeline] sh + zip -rq all_slave_2026-03-19_16-59-40.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-slave64/slave all_slave_2026-03-19_16-59-40.zip build devel install logs src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-slave64/slave@tmp [Pipeline] echo /senior/workspace/orin-slave64/slave/all_slave_2026-03-19_16-59-40.zip,/senior/workspace/orin-slave64/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-slave64/slave/all_slave_2026-03-19_16-59-40.zip"' --form 'version=@"/senior/workspace/orin-slave64/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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 1023M 0 0 27 278M 0 177M 0:00:05 0:00:01 0:00:04 177M 60 1023M 0 0 60 622M 0 242M 0:00:04 0:00:02 0:00:02 242M 94 1023M 0 0 94 967M 0 271M 0:00:03 0:00:03 --:--:-- 271M 100 1023M 0 0 100 1023M 0 216M 0:00:04 0:00:04 --:--:-- 216M 100 1023M 0 0 100 1023M 0 178M 0:00:05 0:00:05 --:--:-- 203M 100 1023M 0 0 100 1023M 0 152M 0:00:06 0:00:06 --:--:-- 144M 100 1023M 0 0 100 1023M 0 132M 0:00:07 0:00:07 --:--:-- 77.6M 100 1023M 0 0 100 1023M 0 117M 0:00:08 0:00:08 --:--:-- 10.9M 100 1023M 0 0 100 1023M 0 105M 0:00:09 0:00:09 --:--:-- 0 100 1023M 0 0 100 1023M 0 95.3M 0:00:10 0:00:10 --:--:-- 0 100 1023M 0 0 100 1023M 0 87.2M 0:00:11 0:00:11 --:--:-- 0 100 1023M 0 0 100 1023M 0 80.3M 0:00:12 0:00:12 --:--:-- 0 100 1023M 0 0 100 1023M 0 74.5M 0:00:13 0:00:13 --:--:-- 0 100 1023M 0 0 100 1023M 0 69.4M 0:00:14 0:00:14 --:--:-- 0 100 1023M 0 0 100 1023M 0 65.0M 0:00:15 0:00:15 --:--:-- 0 100 1023M 0 0 100 1023M 0 61.1M 0:00:16 0:00:16 --:--:-- 0 100 1023M 0 0 100 1023M 0 57.6M 0:00:17 0:00:17 --:--:-- 0 100 1023M 0 0 100 1023M 0 54.6M 0:00:18 0:00:18 --:--:-- 0 100 1023M 0 0 100 1023M 0 51.8M 0:00:19 0:00:19 --:--:-- 0 100 1023M 0 0 100 1023M 0 49.3M 0:00:20 0:00:20 --:--:-- 0 100 1023M 0 0 100 1023M 0 47.0M 0:00:21 0:00:21 --:--:-- 0 100 1023M 0 0 100 1023M 0 45.0M 0:00:22 0:00:22 --:--:-- 0 100 1023M 0 0 100 1023M 0 43.1M 0:00:23 0:00:23 --:--:-- 0 100 1023M 0 0 100 1023M 0 41.3M 0:00:24 0:00:24 --:--:-- 0 100 1023M 0 0 100 1023M 0 39.7M 0:00:25 0:00:25 --:--:-- 0 100 1023M 0 0 100 1023M 0 38.2M 0:00:26 0:00:26 --:--:-- 0 100 1023M 0 0 100 1023M 0 36.8M 0:00:27 0:00:27 --:--:-- 0 100 1023M 0 0 100 1023M 0 35.6M 0:00:28 0:00:28 --:--:-- 0 100 1023M 0 43 100 1023M 1 34.7M 0:00:29 0:00:29 --:--:-- 9 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://143.64.91.51:18081/prod-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-slave64/slave/all_slave_2026-03-19_16-59-40.zip"' --form 'version=@"/senior/workspace/orin-slave64/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 1023M 100 192 0 0 12800 0 --:--:-- --:--:-- --:--:-- 12800 [Pipeline] echo <html> <head><title>413 Request Entity Too Large</title></head> <body> <center><h1>413 Request Entity Too Large</h1></center> <hr><center>nginx/1.18.0 (Ubuntu)</center> </body> </html> [Pipeline] readJSON [Pipeline] echo net.sf.json.JSONException: Invalid JSON String [Pipeline] echo 厦门OTA未上传成功! [Pipeline] echo ------------------- 开始上传大榭ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传苏溪ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传烟台ota --------------------------------------------------------------------- [Pipeline] echo public [Pipeline] echo 上传失败:[xiamen] [Pipeline] error [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo always [Pipeline] sh + rm -rf /senior/workspace/orin-slave64/slave/.catkin_tools /senior/workspace/orin-slave64/slave/build/ /senior/workspace/orin-slave64/slave/devel/ /senior/workspace/orin-slave64/slave/install /senior/workspace/orin-slave64/slave/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] echo failure: zip->post [Pipeline] sh + rm -rf /senior/workspace/commit/orin-slave64/slave_tmp [Pipeline] wrap [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo user: , telphone: null [Pipeline] echo 用户不存在列表中 [Pipeline] } [Pipeline] // script [Pipeline] sh + curl -X POST 'http://143.64.81.104:8080/robot/send?access_token=0e635ba9c724e48482d5e4146087ccb44e6b324d34f5e351b80db04fcf41017a' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"Jenkins通知","text": "# 版本编译失败 ### [IMV专用(厦门从机全量)] --- - 任务名: [orin-slave64] - 任务号: # 263 - 阶段:zip->post - 已上传平台: public - 状态:<font color=#FF5151> 编译失败 </font> - 执行人:linshaoyang --- > 请检查失败原因 "},"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 459 100 27 100 432 245 3927 --:--:-- --:--:-- --:--:-- 4172 [Pipeline] echo {"errcode":0,"errmsg":"ok"} [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } Lock released on resource [Label: orin-arm, Quantity: 1] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: 上传失败 Finished: FAILURE