Console Output

Skipping 878 KB.. Full Log
What Glog: /usr/local/lib/libglog.so
GFLAGS_DEP:
option USE_ROS2: OFF
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
** WARNING ** io features related to libusb-1.0 will be disabled
CMake Warning at /senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/CMakeLists.txt:118 (find_package):
  By not providing "FindBackward.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Backward",
  but CMake did not find one.

  Could not find a package configuration file provided by "Backward" with any
  of the following names:

    BackwardConfig.cmake
    backward-config.cmake

  Add the installation prefix of "Backward" to CMAKE_PREFIX_PATH or set
  "Backward_DIR" to a directory containing one of the above files.  If
  "Backward" provides a separate development package or SDK, be sure it has
  been installed.


GIT_COMMIT_HASH: 45ab750
enable OFFLINE_OPTIMIZE: OFF
cd /senior/workspace/orin-module-slave64/slave/build/lidar_loc_v2; catkin build --get-env lidar_loc_v2 | catkin env -si  /usr/bin/cmake /senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2 --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/senior/workspace/orin-module-slave64/slave/devel/.private/lidar_loc_v2 -DCMAKE_INSTALL_PREFIX=/senior/workspace/orin-module-slave64/slave/install -DENABLE_IMV=on -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Warnings << lidar_loc_v2:make /senior/workspace/orin-module-slave64/slave/logs/lidar_loc_v2/build.make.000.log
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp: In member function ‘std::string common::OverlayTextIntegrator::MeasStatusToString(int)’:
/senior/workspace/orin-module-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-module-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-module-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-module-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-module-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-module-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-module-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) {
      |                     ~~~~^~~~~~
In file included from /senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:5:
/senior/workspace/orin-module-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-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-module-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-module-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-module-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-module-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-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-module-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-module-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-module-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-module-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-module-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-module-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp: In function ‘std::string loc::MeasStatusToString(int)’:
/senior/workspace/orin-module-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-module-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-module-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-module-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-module-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-module-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-module-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-module-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-module-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-module-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 08:57.2 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:57.3 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:57.4 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:57.5 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:57.6 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:57.7 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:57.8 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:57.9 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:58.0 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:58.1 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:58.2 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:58.3 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:58.4 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:58.5 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:58.6 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:58.7 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:58.8 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:58.9 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:59.0 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:59.1 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:59.2 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:59.3 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:59.4 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:59.5 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:59.6 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:59.7 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:59.8 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 08:59.9 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:00.0 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:00.1 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:00.2 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:00.3 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:00.4 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:00.5 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:00.6 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:00.7 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:00.8 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:00.9 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:01.0 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:01.1 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:01.2 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:01.3 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:01.4 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:01.5 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:01.6 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:01.7 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:01.8 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:01.9 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:02.0 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:02.1 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:02.2 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:02.3 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:02.4 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:02.5 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:02.6 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:02.7 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:02.8 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:02.9 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:03.0 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:03.1 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:03.2 s] [35/36 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
...............................................................................
Finished <<< lidar_loc_v2                         [ 7 minutes and 21.6 seconds ]
[build] Summary: All 36 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 20 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 9 minutes and 3.2 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-module-slave64/slave [Pipeline] { [Pipeline] sh + zip -rq module_slave_2025-06-24_17-16-00.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-module-slave64/slave build devel install logs module_slave_2025-06-24_17-16-00.zip src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-module-slave64/slave@tmp [Pipeline] echo /senior/workspace/orin-module-slave64/slave/module_slave_2025-06-24_17-16-00.zip,/senior/workspace/orin-module-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-module-slave64/slave/module_slave_2025-06-24_17-16-00.zip"' --form 'version=@"/senior/workspace/orin-module-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 39 176M 0 0 39 69.7M 0 115M 0:00:01 --:--:-- 0:00:01 114M 100 176M 0 0 100 176M 0 84.8M 0:00:02 0:00:02 --:--:-- 84.9M 100 176M 0 0 100 176M 0 57.2M 0:00:03 0:00:03 --:--:-- 57.2M 100 176M 0 0 100 176M 0 43.2M 0:00:04 0:00:04 --:--:-- 43.2M 100 176M 0 0 100 176M 0 34.6M 0:00:05 0:00:05 --:--:-- 34.6M 100 176M 0 0 100 176M 0 28.9M 0:00:06 0:00:06 --:--:-- 19.4M 100 176M 0 0 100 176M 0 24.8M 0:00:07 0:00:07 --:--:-- 0 100 176M 0 0 100 176M 0 21.7M 0:00:08 0:00:08 --:--:-- 0 100 176M 0 0 100 176M 0 19.3M 0:00:09 0:00:09 --:--:-- 0 100 176M 0 0 100 176M 0 17.4M 0:00:10 0:00:10 --:--:-- 0 100 176M 0 43 100 176M 3 15.9M 0:00:11 0:00:11 --:--:-- 8 100 176M 0 43 100 176M 3 15.9M 0:00:11 0:00:11 --:--:-- 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 ------------------- 开始上传苏溪ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://159.27.114.184:62480/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave64/slave/module_slave_2025-06-24_17-16-00.zip"' --form 'version=@"/senior/workspace/orin-module-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 100 176M 0 0 100 176M 0 106M 0:00:01 0:00:01 --:--:-- 106M 100 176M 0 0 100 176M 0 66.3M 0:00:02 0:00:02 --:--:-- 66.3M 100 176M 0 0 100 176M 0 48.1M 0:00:03 0:00:03 --:--:-- 48.1M 100 176M 0 0 100 176M 0 37.8M 0:00:04 0:00:04 --:--:-- 37.8M 100 176M 0 0 100 176M 0 31.1M 0:00:05 0:00:05 --:--:-- 31.1M 100 176M 0 0 100 176M 0 26.4M 0:00:06 0:00:06 --:--:-- 0 100 176M 0 0 100 176M 0 22.9M 0:00:07 0:00:07 --:--:-- 0 100 176M 0 0 100 176M 0 20.3M 0:00:08 0:00:08 --:--:-- 0 100 176M 0 0 100 176M 0 18.2M 0:00:09 0:00:09 --:--:-- 0 100 176M 0 0 100 176M 0 16.5M 0:00:10 0:00:10 --:--:-- 0 100 176M 0 0 100 176M 0 15.1M 0:00:11 0:00:11 --:--:-- 0 100 176M 0 0 100 176M 0 13.9M 0:00:12 0:00:12 --:--:-- 0 100 176M 0 0 100 176M 0 12.8M 0:00:13 0:00:13 --:--:-- 0 100 176M 0 0 100 176M 0 12.0M 0:00:14 0:00:14 --:--:-- 0 100 176M 0 0 100 176M 0 11.2M 0:00:15 0:00:15 --:--:-- 0 100 176M 0 0 100 176M 0 10.5M 0:00:16 0:00:16 --:--:-- 0 100 176M 0 0 100 176M 0 9.9M 0:00:17 0:00:17 --:--:-- 0 100 176M 0 0 100 176M 0 9660k 0:00:18 0:00:18 --:--:-- 0 100 176M 0 0 100 176M 0 9168k 0:00:19 0:00:19 --:--:-- 0 100 176M 0 0 100 176M 0 8724k 0:00:20 0:00:20 --:--:-- 0 100 176M 0 0 100 176M 0 8321k 0:00:21 0:00:21 --:--:-- 0 100 176M 0 0 100 176M 0 7954k 0:00:22 0:00:22 --:--:-- 0 100 176M 0 0 100 176M 0 7617k 0:00:23 0:00:23 --:--:-- 0 100 176M 0 0 100 176M 0 7308k 0:00:24 0:00:24 --:--:-- 0 100 176M 0 0 100 176M 0 7023k 0:00:25 0:00:25 --:--:-- 0 100 176M 0 0 100 176M 0 6760k 0:00:26 0:00:26 --:--:-- 0 100 176M 0 0 100 176M 0 6515k 0:00:27 0:00:27 --:--:-- 0 100 176M 0 0 100 176M 0 6288k 0:00:28 0:00:28 --:--:-- 0 100 176M 0 0 100 176M 0 6076k 0:00:29 0:00:29 --:--:-- 0 100 176M 0 0 100 176M 0 5878k 0:00:30 0:00:30 --:--:-- 0 100 176M 0 0 100 176M 0 5692k 0:00:31 0:00:31 --:--:-- 0 100 176M 0 0 100 176M 0 5517k 0:00:32 0:00:32 --:--:-- 0 100 176M 0 0 100 176M 0 5353k 0:00:33 0:00:33 --:--:-- 0 100 176M 0 0 100 176M 0 5199k 0:00:34 0:00:34 --:--:-- 0 100 176M 0 0 100 176M 0 5053k 0:00:35 0:00:35 --:--:-- 0 100 176M 0 0 100 176M 0 4915k 0:00:36 0:00:36 --:--:-- 0 100 176M 0 0 100 176M 0 4785k 0:00:37 0:00:37 --:--:-- 0 100 176M 0 0 100 176M 0 4661k 0:00:38 0:00:38 --:--:-- 0 100 176M 0 0 100 176M 0 4543k 0:00:39 0:00:39 --:--:-- 0 100 176M 0 0 100 176M 0 4432k 0:00:40 0:00:40 --:--:-- 0 100 176M 0 0 100 176M 0 4325k 0:00:41 0:00:41 --:--:-- 0 100 176M 0 0 100 176M 0 4224k 0:00:42 0:00:42 --:--:-- 0 100 176M 0 0 100 176M 0 4127k 0:00:43 0:00:43 --:--:-- 0 100 176M 0 0 100 176M 0 4035k 0:00:44 0:00:44 --:--:-- 0 100 176M 0 0 100 176M 0 3946k 0:00:45 0:00:45 --:--:-- 0 100 176M 0 0 100 176M 0 3862k 0:00:46 0:00:46 --:--:-- 0 100 176M 0 0 100 176M 0 3781k 0:00:47 0:00:47 --:--:-- 0 100 176M 0 0 100 176M 0 3703k 0:00:48 0:00:48 --:--:-- 0 100 176M 0 0 100 176M 0 3628k 0:00:49 0:00:49 --:--:-- 0 100 176M 0 0 100 176M 0 3557k 0:00:50 0:00:50 --:--:-- 0 100 176M 0 0 100 176M 0 3488k 0:00:51 0:00:51 --:--:-- 0 100 176M 0 0 100 176M 0 3421k 0:00:52 0:00:52 --:--:-- 0 100 176M 0 0 100 176M 0 3358k 0:00:53 0:00:53 --:--:-- 0 100 176M 0 0 100 176M 0 3296k 0:00:54 0:00:54 --:--:-- 0 100 176M 0 0 100 176M 0 3237k 0:00:55 0:00:55 --:--:-- 0 100 176M 0 0 100 176M 0 3180k 0:00:56 0:00:56 --:--:-- 0 100 176M 0 0 100 176M 0 3125k 0:00:57 0:00:57 --:--:-- 0 100 176M 0 0 100 176M 0 3071k 0:00:58 0:00:58 --:--:-- 0 100 176M 0 0 100 176M 0 3020k 0:00:59 0:00:59 --:--:-- 0 100 176M 0 0 100 176M 0 2970k 0:01:00 0:01:00 --:--:-- 0 100 176M 0 0 100 176M 0 2922k 0:01:01 0:01:01 --:--:-- 0 100 176M 0 0 100 176M 0 2875k 0:01:02 0:01:02 --:--:-- 0 100 176M 0 0 100 176M 0 2830k 0:01:03 0:01:03 --:--:-- 0 100 176M 0 0 100 176M 0 2786k 0:01:04 0:01:04 --:--:-- 0 100 176M 0 0 100 176M 0 2744k 0:01:05 0:01:05 --:--:-- 0 100 176M 0 0 100 176M 0 2703k 0:01:06 0:01:06 --:--:-- 0 100 176M 0 0 100 176M 0 2663k 0:01:07 0:01:07 --:--:-- 0 100 176M 0 0 100 176M 0 2624k 0:01:08 0:01:08 --:--:-- 0 100 176M 0 0 100 176M 0 2586k 0:01:09 0:01:09 --:--:-- 0 100 176M 0 0 100 176M 0 2550k 0:01:10 0:01:10 --:--:-- 0 100 176M 0 0 100 176M 0 2514k 0:01:11 0:01:11 --:--:-- 0 100 176M 0 0 100 176M 0 2479k 0:01:12 0:01:12 --:--:-- 0 100 176M 0 0 100 176M 0 2446k 0:01:13 0:01:13 --:--:-- 0 100 176M 0 0 100 176M 0 2413k 0:01:14 0:01:14 --:--:-- 0 100 176M 0 0 100 176M 0 2381k 0:01:15 0:01:15 --:--:-- 0 100 176M 0 0 100 176M 0 2350k 0:01:16 0:01:16 --:--:-- 0 100 176M 0 0 100 176M 0 2320k 0:01:17 0:01:17 --:--:-- 0 100 176M 0 0 100 176M 0 2290k 0:01:18 0:01:18 --:--:-- 0 100 176M 0 0 100 176M 0 2262k 0:01:19 0:01:19 --:--:-- 0 100 176M 0 0 100 176M 0 2233k 0:01:20 0:01:20 --:--:-- 0 100 176M 0 0 100 176M 0 2206k 0:01:21 0:01:21 --:--:-- 0 100 176M 0 0 100 176M 0 2179k 0:01:22 0:01:22 --:--:-- 0 100 176M 0 0 100 176M 0 2153k 0:01:23 0:01:23 --:--:-- 0 100 176M 0 0 100 176M 0 2128k 0:01:24 0:01:24 --:--:-- 0 100 176M 0 0 100 176M 0 2103k 0:01:25 0:01:25 --:--:-- 0 100 176M 0 0 100 176M 0 2079k 0:01:26 0:01:26 --:--:-- 0 100 176M 0 0 100 176M 0 2055k 0:01:27 0:01:27 --:--:-- 0 100 176M 0 0 100 176M 0 2032k 0:01:28 0:01:28 --:--:-- 0 100 176M 0 0 100 176M 0 2009k 0:01:29 0:01:29 --:--:-- 0 100 176M 0 0 100 176M 0 1987k 0:01:30 0:01:30 --:--:-- 0 100 176M 0 0 100 176M 0 1965k 0:01:31 0:01:31 --:--:-- 0 100 176M 0 0 100 176M 0 1944k 0:01:32 0:01:32 --:--:-- 0 100 176M 0 0 100 176M 0 1923k 0:01:33 0:01:33 --:--:-- 0 100 176M 0 0 100 176M 0 1903k 0:01:34 0:01:34 --:--:-- 0 100 176M 0 0 100 176M 0 1883k 0:01:35 0:01:35 --:--:-- 0 100 176M 0 0 100 176M 0 1864k 0:01:36 0:01:36 --:--:-- 0 100 176M 0 0 100 176M 0 1845k 0:01:37 0:01:37 --:--:-- 0 100 176M 0 0 100 176M 0 1826k 0:01:38 0:01:38 --:--:-- 0 100 176M 0 0 100 176M 0 1808k 0:01:39 0:01:39 --:--:-- 0 100 176M 0 0 100 176M 0 1790k 0:01:40 0:01:40 --:--:-- 0 100 176M 0 0 100 176M 0 1772k 0:01:41 0:01:41 --:--:-- 0 100 176M 0 0 100 176M 0 1755k 0:01:42 0:01:42 --:--:-- 0 100 176M 0 0 100 176M 0 1738k 0:01:43 0:01:43 --:--:-- 0 100 176M 0 0 100 176M 0 1721k 0:01:44 0:01:44 --:--:-- 0 100 176M 0 0 100 176M 0 1705k 0:01:45 0:01:45 --:--:-- 0 100 176M 0 0 100 176M 0 1689k 0:01:46 0:01:46 --:--:-- 0 100 176M 0 0 100 176M 0 1673k 0:01:47 0:01:47 --:--:-- 0 100 176M 0 0 100 176M 0 1658k 0:01:48 0:01:48 --:--:-- 0 100 176M 0 0 100 176M 0 1643k 0:01:49 0:01:49 --:--:-- 0 100 176M 0 0 100 176M 0 1628k 0:01:50 0:01:50 --:--:-- 0 100 176M 0 0 100 176M 0 1613k 0:01:51 0:01:51 --:--:-- 0 100 176M 0 0 100 176M 0 1599k 0:01:52 0:01:52 --:--:-- 0 100 176M 0 0 100 176M 0 1585k 0:01:53 0:01:53 --:--:-- 0 100 176M 0 0 100 176M 0 1571k 0:01:54 0:01:54 --:--:-- 0 100 176M 0 0 100 176M 0 1557k 0:01:55 0:01:55 --:--:-- 0 100 176M 0 0 100 176M 0 1544k 0:01:56 0:01:56 --:--:-- 0 100 176M 0 0 100 176M 0 1531k 0:01:57 0:01:57 --:--:-- 0 100 176M 0 0 100 176M 0 1518k 0:01:58 0:01:58 --:--:-- 0 100 176M 0 0 100 176M 0 1505k 0:01:59 0:01:59 --:--:-- 0 100 176M 0 0 100 176M 0 1493k 0:02:00 0:02:00 --:--:-- 0 100 176M 0 0 100 176M 0 1481k 0:02:01 0:02:01 --:--:-- 0 100 176M 0 0 100 176M 0 1468k 0:02:02 0:02:02 --:--:-- 0 100 176M 0 0 100 176M 0 1457k 0:02:03 0:02:03 --:--:-- 0 100 176M 0 0 100 176M 0 1445k 0:02:04 0:02:04 --:--:-- 0 100 176M 0 0 100 176M 0 1433k 0:02:05 0:02:05 --:--:-- 0 100 176M 0 0 100 176M 0 1422k 0:02:06 0:02:06 --:--:-- 0 100 176M 0 0 100 176M 0 1411k 0:02:07 0:02:07 --:--:-- 0 100 176M 0 92 100 176M 0 1401k 0:02:08 0:02:08 --:--:-- 18 100 176M 0 92 100 176M 0 1401k 0:02:08 0:02:08 --:--:-- 23 [Pipeline] echo <html><body><h1>504 Gateway Time-out</h1> The server didn't respond in time. </body></html> [Pipeline] readJSON [Pipeline] echo net.sf.json.JSONException: Invalid JSON String [Pipeline] echo 苏溪OTA未上传成功! [Pipeline] echo public [Pipeline] echo 上传失败:[daxie] [Pipeline] error [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo always [Pipeline] sh + rm -rf /senior/workspace/orin-module-slave64/slave/.catkin_tools /senior/workspace/orin-module-slave64/slave/build/ /senior/workspace/orin-module-slave64/slave/devel/ /senior/workspace/orin-module-slave64/slave/install /senior/workspace/orin-module-slave64/slave/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] echo failure: zip->post [Pipeline] sh + rm -rf /senior/workspace/commit/orin-module-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": "# 版本编译失败 ### [苏溪v2] --- - 任务名: [orin-module-slave64] - 任务号: # 1268 - 阶段:zip->post - 已上传平台: public - 状态:<font color=#FF5151> 编译失败 </font> - 执行人:weilikang --- > 请检查失败原因 "},"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 440 100 27 100 413 230 3529 --:--:-- --:--:-- --:--:-- 3760 [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