Console Output

Skipping 1,469 KB.. Full Log
_______________________________________________________________________________
Warnings << prediction_msgs:cmake /senior/workspace/orin-module-slave32/master/logs/prediction_msgs/build.cmake.001.log
CMake Warning (dev) at CMakeLists.txt:2 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    CMAKE_PROJECT_VERSION
    CMAKE_PROJECT_VERSION_MAJOR
    CMAKE_PROJECT_VERSION_MINOR
    CMAKE_PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

cd /senior/workspace/orin-module-slave32/master/build/prediction_msgs; catkin build --get-env prediction_msgs | catkin env -si  /usr/bin/cmake /senior/workspace/orin-module-slave32/master/src/shared_msgs/prediction_msgs --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/senior/workspace/orin-module-slave32/master/devel/.private/prediction_msgs -DCMAKE_INSTALL_PREFIX=/senior/workspace/orin-module-slave32/master/install -DENABLE_IMV=on -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Warnings << guardian_msgs:cmake /senior/workspace/orin-module-slave32/master/logs/guardian_msgs/build.cmake.001.log
CMake Warning (dev) at CMakeLists.txt:2 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    CMAKE_PROJECT_VERSION
    CMAKE_PROJECT_VERSION_MAJOR
    CMAKE_PROJECT_VERSION_MINOR
    CMAKE_PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

cd /senior/workspace/orin-module-slave32/master/build/guardian_msgs; catkin build --get-env guardian_msgs | catkin env -si  /usr/bin/cmake /senior/workspace/orin-module-slave32/master/src/shared_msgs/guardian_msgs --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/senior/workspace/orin-module-slave32/master/devel/.private/guardian_msgs -DCMAKE_INSTALL_PREFIX=/senior/workspace/orin-module-slave32/master/install -DENABLE_IMV=on -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Warnings << pnc_debug_msg:cmake /senior/workspace/orin-module-slave32/master/logs/pnc_debug_msg/build.cmake.001.log
CMake Warning (dev) at CMakeLists.txt:2 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    CMAKE_PROJECT_VERSION
    CMAKE_PROJECT_VERSION_MAJOR
    CMAKE_PROJECT_VERSION_MINOR
    CMAKE_PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

cd /senior/workspace/orin-module-slave32/master/build/pnc_debug_msg; catkin build --get-env pnc_debug_msg | catkin env -si  /usr/bin/cmake /senior/workspace/orin-module-slave32/master/src/shared_msgs/pnc_debug_msgs --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/senior/workspace/orin-module-slave32/master/devel/.private/pnc_debug_msg -DCMAKE_INSTALL_PREFIX=/senior/workspace/orin-module-slave32/master/install -DENABLE_IMV=on -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Warnings << pnc:make /senior/workspace/orin-module-slave32/master/logs/pnc/build.make.000.log
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/offboard/servers/crow.h:9,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/offboard/servers/scene_vis_server.cc:8:
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/offboard/servers/crow/json.h: In function ‘void crow::json::escape(const string&, std::string&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/offboard/servers/crow/json.h:60:31: warning: comparison is always true due to limited range of data type [-Wtype-limits]
   60 |                         if (c >= 0 && c < 0x20)
      |                             ~~^~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./replayer/logic.hpp:7,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/replayer/main.cpp:12:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./node/logic.hpp:17,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/node/main.cpp:10:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRouteForSmoothMode()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:559:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  559 |            static_cast<decimal_t>(cur_vt_pint[1] - pre_vt_point[1])});
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:558:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  558 |           {static_cast<decimal_t>(fmax(cur_vt_pint[0], pre_vt_point[0])),
      |                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRoute2()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:436:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  436 |            static_cast<decimal_t>(cur_vt_pint[1] - pre_vt_point[1])});
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:435:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  435 |           {static_cast<decimal_t>(fmax(cur_vt_pint[0], pre_vt_point[0])),
      |                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/common/zip/mini_zip.cpp: In static member function ‘static bool senior::common::MiniZip::ZipFiles(std::string, std::vector<std::__cxx11::basic_string<char> >, const senior::common::ZipParams&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/common/zip/mini_zip.cpp:311:9: warning: ‘fin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  311 |         if (fin) fclose(fin);
      |         ^~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp: In member function ‘bool senior::pnc::algorithm::TruckPathOptimization::TransToPath()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp:261:35: warning: ‘*((void*)& trailer_heading_data +16)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  261 |           trailer_heading_data[0] - trailer_heading_data[2];
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp:261:35: warning: ‘trailer_heading_data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::WBCAManager::UpdateRoute2()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/wbca_manager.cpp:653:41: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  653 |       const auto speed_limit = std::fmax(cur_vt_pint[0], pre_vt_point[0]);
      |                                ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/wbca_manager.cpp:655:27: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  655 |       const auto dt = fmin(ds / speed_limit, cur_vt_pint[1] - pre_vt_point[1]) * 0.5;
      |                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/core/replayer_reader_sync.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/core/snapshot_async.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRouteForSmoothMode()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:559:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  559 |            static_cast<decimal_t>(cur_vt_pint[1] - pre_vt_point[1])});
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:558:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  558 |           {static_cast<decimal_t>(fmax(cur_vt_pint[0], pre_vt_point[0])),
      |                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRoute2()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:436:50: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  436 |            static_cast<decimal_t>(cur_vt_pint[1] - pre_vt_point[1])});
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:435:39: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  435 |           {static_cast<decimal_t>(fmax(cur_vt_pint[0], pre_vt_point[0])),
      |                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp: In member function ‘bool senior::pnc::algorithm::TruckPathOptimization::TransToPath()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp:261:35: warning: ‘*((void*)& trailer_heading_data +16)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  261 |           trailer_heading_data[0] - trailer_heading_data[2];
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp:261:35: warning: ‘trailer_heading_data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::WBCAManager::UpdateRoute2()’:
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/wbca_manager.cpp:653:41: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  653 |       const auto speed_limit = std::fmax(cur_vt_pint[0], pre_vt_point[0]);
      |                                ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/algorithm/wbca/wbca_manager.cpp:655:27: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  655 |       const auto dt = fmin(ds / speed_limit, cur_vt_pint[1] - pre_vt_point[1]) * 0.5;
      |                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/data/snapshot_data.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/common/zip/mini_zip.cpp: In static member function ‘static bool senior::common::MiniZip::ZipFiles(std::string, std::vector<std::__cxx11::basic_string<char> >, const senior::common::ZipParams&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/common/zip/mini_zip.cpp:311:9: warning: ‘fin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  311 |         if (fin) fclose(fin);
      |         ^~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/core/replayer_reader_sync.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/core/snapshot_async.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp: In static member function ‘static int senior::StringCompress::DecompressString(const string&, std::string&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp:115:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
  115 |           ret = Z_DATA_ERROR; /* and fall through */
      |               ^
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp:116:9: note: here
  116 |         case Z_DATA_ERROR:
      |         ^~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/node/logic.hpp:17,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/node/logic.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/replayer/logic.hpp:7,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/replayer/logic.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/replayer/replayer_data_process/load_snap_data.hpp:2,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/replayer/replayer_data_process/load_snap_data.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/replayer/logic.cpp:4:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    4 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/replayer/replayer_data_process/replayer_data_extraction.cpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/replayer/replayer_data_process/load_snap_data.cpp:4:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    4 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/source/ros_source_ads_command.cpp:5:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    5 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/source/ros_source_ads_target.cpp:5:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    5 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/data/snapshot_data.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/replayer/../../../src/pnc/replayer/logic.hpp:7,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/replayer/moc_logic.cpp:9:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/node/../../../src/pnc/node/logic.hpp:17,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/node/moc_logic.cpp:9:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp: In static member function ‘static int senior::StringCompress::DecompressString(const string&, std::string&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp:115:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
  115 |           ret = Z_DATA_ERROR; /* and fall through */
      |               ^
/senior/workspace/orin-module-slave32/master/src/pnc/io/string_compress.cpp:116:9: note: here
  116 |         case Z_DATA_ERROR:
      |         ^~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/node/logic.hpp:17,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/node/logic.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/replayer/replayer_data_process/load_snap_data.hpp:2,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/replayer/replayer_data_process/load_snap_data.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/replayer/logic.hpp:7,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/replayer/logic.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/replayer/replayer_data_process/replayer_data_extraction.cpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/replayer/logic.cpp:4:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    4 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/replayer/replayer_data_process/load_snap_data.cpp:4:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    4 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/source/ros_source_ads_command.cpp:5:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    5 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-module-slave32/master/src/pnc/source/ros_source_ads_target.cpp:5:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    5 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/replayer/../../../src/pnc/replayer/logic.hpp:7,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/replayer/moc_logic.cpp:9:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/node/../../../src/pnc/node/logic.hpp:17,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/node/moc_logic.cpp:9:
/senior/workspace/orin-module-slave32/master/src/pnc/./data/snapshot_data.hpp:9:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    9 | #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cd /senior/workspace/orin-module-slave32/master/build/pnc; catkin build --get-env pnc | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 26:35.3 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install - 25... 
[build 26:35.4 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (0%)... 
[build 26:35.5 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (0%)... 
[build 26:35.6 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:35.7 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:35.8 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:35.9 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:36.0 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:36.1 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:36.2 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:36.3 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:36.4 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:36.5 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:36.6 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:36.7 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:36.8 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:36.9 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:37.0 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:37.1 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:37.2 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:37.3 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:37.4 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:37.5 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:37.6 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:37.7 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:37.8 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:37.9 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:38.0 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:38.1 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:38.2 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:38.3 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:38.4 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:38.5 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:38.6 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:38.7 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:38.8 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:38.9 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:39.0 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:39.1 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:39.2 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:39.3 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:39.4 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:39.5 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:39.6 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:39.7 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:39.8 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (7%)... 
[build 26:39.9 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:40.0 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:40.1 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:40.2 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:40.3 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:40.4 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:40.5 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:40.6 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:40.7 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:40.8 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:40.9 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:41.0 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:41.1 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:41.2 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:41.3 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:41.4 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:41.5 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:41.6 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:41.7 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:41.8 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:41.9 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:42.0 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:42.1 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:42.2 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:42.3 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:42.4 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:42.5 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:42.6 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:42.7 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:42.8 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:42.9 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:43.0 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:43.1 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:43.2 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:43.3 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:43.4 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:43.5 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:43.6 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:43.7 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:43.8 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:43.9 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:44.0 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (52%... 
[build 26:44.1 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (100... 
[build 26:44.2 s] [29/30 complete] [1/14 jobs] [0 queued] [pnc:install (100... 
...............................................................................
Finished <<< pnc                                  [ 25 minutes and 55.8 seconds ]
[build] Summary: All 30 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 17 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 26 minutes and 44.2 seconds total.                            
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-module-slave32/master/src/hdmap_analysis
[Pipeline] dir
Running in /senior/workspace/orin-module-slave32/master/src/hdmap_analysis
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 95ec724887af1b240b58915e6d1946ca3d6f4520 (origin/rc_dev)
Commit message: "Merge branch 'revert-1344c0e2' into 'rc_dev'"
Cloning repository http://159.27.226.4/map/hdmap_analysis.git
 > git init /senior/workspace/orin-module-slave32/master/src/hdmap_analysis # timeout=10
Fetching upstream changes from http://159.27.226.4/map/hdmap_analysis.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/map/hdmap_analysis.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/map/hdmap_analysis.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 95ec724887af1b240b58915e6d1946ca3d6f4520 # timeout=10
 > git rev-list --no-walk 95ec724887af1b240b58915e6d1946ca3d6f4520 # timeout=10
[Pipeline] sh
+ mkdir /senior/workspace/orin-module-slave32/master/install/lib/hdmap_analysis
[Pipeline] sh
+ cp -r /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/embedding_in_qt_sgskip.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/hdmap_analysis.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/hdmap_polygon_selector.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/hdmap.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/header.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/junction.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/lane.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/log_loader.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/main_window.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/map_loader.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/object.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/restricted_area.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/table_model.py /senior/workspace/orin-module-slave32/master/install/lib/hdmap_analysis/
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
-==========================================================================
[Pipeline] build
Scheduling project: module-pnc_replayer
[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-slave32/master [Pipeline] { [Pipeline] sh + zip -rq module_master_2026-01-30_09-33-43.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-module-slave32/master build devel install logs module_master_2026-01-30_09-33-43.zip src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-module-slave32/master@tmp [Pipeline] echo /senior/workspace/orin-module-slave32/master/module_master_2026-01-30_09-33-43.zip,/senior/workspace/orin-module-slave32/master/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-slave32/master/module_master_2026-01-30_09-33-43.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/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 46 31.7M 0 0 46 14.6M 0 33.0M --:--:-- --:--:-- --:--:-- 32.9M 100 31.7M 0 0 100 31.7M 0 20.6M 0:00:01 0:00:01 --:--:-- 20.6M 100 31.7M 0 43 100 31.7M 27 20.5M 0:00:01 0:00:01 --:--:-- 20.4M [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-module-slave32/master/module_master_2026-01-30_09-33-43.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/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 31.7M 0 0 100 31.7M 0 26.4M 0:00:01 0:00:01 --:--:-- 26.4M 100 31.7M 0 0 100 31.7M 0 14.4M 0:00:02 0:00:02 --:--:-- 14.4M 100 31.7M 0 0 100 31.7M 0 9.9M 0:00:03 0:00:03 --:--:-- 9.9M 100 31.7M 0 0 100 31.7M 0 7728k 0:00:04 0:00:04 --:--:-- 7728k 100 31.7M 0 0 100 31.7M 0 6242k 0:00:05 0:00:05 --:--:-- 6242k 100 31.7M 0 0 100 31.7M 0 5235k 0:00:06 0:00:06 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 4508k 0:00:07 0:00:07 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 3958k 0:00:08 0:00:08 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 3528k 0:00:09 0:00:09 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 3182k 0:00:10 0:00:10 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2898k 0:00:11 0:00:11 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2660k 0:00:12 0:00:12 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2459k 0:00:13 0:00:13 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2285k 0:00:14 0:00:14 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2135k 0:00:15 0:00:15 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2003k 0:00:16 0:00:16 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1887k 0:00:17 0:00:17 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1783k 0:00:18 0:00:18 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1690k 0:00:19 0:00:19 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1606k 0:00:20 0:00:20 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1531k 0:00:21 0:00:21 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1462k 0:00:22 0:00:22 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1399k 0:00:23 0:00:23 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1341k 0:00:24 0:00:24 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1288k 0:00:25 0:00:25 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1238k 0:00:26 0:00:26 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1193k 0:00:27 0:00:27 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1151k 0:00:28 0:00:28 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1111k 0:00:29 0:00:29 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1074k 0:00:30 0:00:30 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1040k 0:00:31 0:00:31 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1008k 0:00:32 0:00:32 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 977k 0:00:33 0:00:33 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 949k 0:00:34 0:00:34 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 922k 0:00:35 0:00:35 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 896k 0:00:36 0:00:36 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 872k 0:00:37 0:00:37 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 849k 0:00:38 0:00:38 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 828k 0:00:39 0:00:39 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 807k 0:00:40 0:00:40 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 787k 0:00:41 0:00:41 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 769k 0:00:42 0:00:42 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 751k 0:00:43 0:00:43 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 734k 0:00:44 0:00:44 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 718k 0:00:45 0:00:45 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 702k 0:00:46 0:00:46 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 687k 0:00:47 0:00:47 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 673k 0:00:48 0:00:48 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 659k 0:00:49 0:00:49 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 646k 0:00:50 0:00:50 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 633k 0:00:51 0:00:51 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 621k 0:00:52 0:00:52 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 610k 0:00:53 0:00:53 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 598k 0:00:54 0:00:54 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 588k 0:00:55 0:00:55 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 577k 0:00:56 0:00:56 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 567k 0:00:57 0:00:57 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 557k 0:00:58 0:00:58 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 548k 0:00:59 0:00:59 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 539k 0:01:00 0:01:00 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 530k 0:01:01 0:01:01 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 521k 0:01:02 0:01:02 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 513k 0:01:03 0:01:03 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 505k 0:01:04 0:01:04 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 497k 0:01:05 0:01:05 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 490k 0:01:06 0:01:06 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 483k 0:01:07 0:01:07 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 475k 0:01:08 0:01:08 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 469k 0:01:09 0:01:09 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 462k 0:01:10 0:01:10 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 455k 0:01:11 0:01:11 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 449k 0:01:12 0:01:12 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 443k 0:01:13 0:01:13 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 437k 0:01:14 0:01:14 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 431k 0:01:15 0:01:15 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 425k 0:01:16 0:01:16 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 420k 0:01:17 0:01:17 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 415k 0:01:18 0:01:18 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 409k 0:01:19 0:01:19 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 404k 0:01:20 0:01:20 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 399k 0:01:21 0:01:21 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 394k 0:01:22 0:01:22 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 390k 0:01:23 0:01:23 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 385k 0:01:24 0:01:24 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 380k 0:01:25 0:01:25 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 376k 0:01:26 0:01:26 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 372k 0:01:27 0:01:27 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 368k 0:01:28 0:01:28 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 363k 0:01:29 0:01:29 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 359k 0:01:30 0:01:30 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 355k 0:01:31 0:01:31 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 352k 0:01:32 0:01:32 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 348k 0:01:33 0:01:33 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 344k 0:01:34 0:01:34 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 340k 0:01:35 0:01:35 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 337k 0:01:36 0:01:36 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 333k 0:01:37 0:01:37 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 330k 0:01:38 0:01:38 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 327k 0:01:39 0:01:39 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 323k 0:01:40 0:01:40 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 320k 0:01:41 0:01:41 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 317k 0:01:42 0:01:42 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 314k 0:01:43 0:01:43 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 311k 0:01:44 0:01:44 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 308k 0:01:45 0:01:45 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 305k 0:01:46 0:01:46 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 302k 0:01:47 0:01:47 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 299k 0:01:48 0:01:48 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 297k 0:01:49 0:01:49 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 294k 0:01:50 0:01:50 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 291k 0:01:51 0:01:51 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 289k 0:01:52 0:01:52 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 286k 0:01:53 0:01:53 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 284k 0:01:54 0:01:54 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 281k 0:01:55 0:01:55 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 279k 0:01:56 0:01:56 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 276k 0:01:57 0:01:57 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 274k 0:01:58 0:01:58 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 272k 0:01:59 0:01:59 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 270k 0:02:00 0:02:00 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 267k 0:02:01 0:02:01 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 265k 0:02:02 0:02:02 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 263k 0:02:03 0:02:03 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 261k 0:02:04 0:02:04 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 259k 0:02:05 0:02:05 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 257k 0:02:06 0:02:06 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 255k 0:02:07 0:02:07 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 253k 0:02:08 0:02:08 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 251k 0:02:09 0:02:09 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 249k 0:02:10 0:02:10 --:--:-- 0 100 31.7M 100 166 100 31.7M 1 249k 0:02:46 0:02:10 0:00:36 41 100 31.7M 100 166 100 31.7M 1 249k 0:02:46 0:02:10 0:00:36 54 [Pipeline] echo <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</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] sh + curl -X POST http://159.27.225.200:6201/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2026-01-30_09-33-43.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/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 31.7M 0 0 100 31.7M 0 26.4M 0:00:01 0:00:01 --:--:-- 26.4M 100 31.7M 0 0 100 31.7M 0 14.4M 0:00:02 0:00:02 --:--:-- 14.4M 100 31.7M 0 0 100 31.7M 0 9.9M 0:00:03 0:00:03 --:--:-- 9.9M 100 31.7M 0 0 100 31.7M 0 7729k 0:00:04 0:00:04 --:--:-- 7729k 100 31.7M 0 0 100 31.7M 0 6243k 0:00:05 0:00:05 --:--:-- 6243k 100 31.7M 0 0 100 31.7M 0 5236k 0:00:06 0:00:06 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 4509k 0:00:07 0:00:07 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 3958k 0:00:08 0:00:08 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 3528k 0:00:09 0:00:09 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 3182k 0:00:10 0:00:10 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2898k 0:00:11 0:00:11 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2660k 0:00:12 0:00:12 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2459k 0:00:13 0:00:13 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2286k 0:00:14 0:00:14 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2135k 0:00:15 0:00:15 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2003k 0:00:16 0:00:16 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1887k 0:00:17 0:00:17 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1783k 0:00:18 0:00:18 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1690k 0:00:19 0:00:19 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1606k 0:00:20 0:00:20 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1531k 0:00:21 0:00:21 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1462k 0:00:22 0:00:22 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1399k 0:00:23 0:00:23 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1341k 0:00:24 0:00:24 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1288k 0:00:25 0:00:25 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1238k 0:00:26 0:00:26 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1193k 0:00:27 0:00:27 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1151k 0:00:28 0:00:28 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1111k 0:00:29 0:00:29 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1074k 0:00:30 0:00:30 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1040k 0:00:31 0:00:31 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1008k 0:00:32 0:00:32 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 977k 0:00:33 0:00:33 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 949k 0:00:34 0:00:34 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 922k 0:00:35 0:00:35 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 896k 0:00:36 0:00:36 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 872k 0:00:37 0:00:37 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 849k 0:00:38 0:00:38 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 828k 0:00:39 0:00:39 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 807k 0:00:40 0:00:40 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 787k 0:00:41 0:00:41 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 769k 0:00:42 0:00:42 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 751k 0:00:43 0:00:43 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 734k 0:00:44 0:00:44 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 718k 0:00:45 0:00:45 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 702k 0:00:46 0:00:46 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 687k 0:00:47 0:00:47 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 673k 0:00:48 0:00:48 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 659k 0:00:49 0:00:49 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 646k 0:00:50 0:00:50 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 633k 0:00:51 0:00:51 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 621k 0:00:52 0:00:52 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 610k 0:00:53 0:00:53 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 598k 0:00:54 0:00:54 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 588k 0:00:55 0:00:55 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 577k 0:00:56 0:00:56 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 567k 0:00:57 0:00:57 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 557k 0:00:58 0:00:58 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 548k 0:00:59 0:00:59 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 539k 0:01:00 0:01:00 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 530k 0:01:01 0:01:01 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 521k 0:01:02 0:01:02 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 513k 0:01:03 0:01:03 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 505k 0:01:04 0:01:04 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 497k 0:01:05 0:01:05 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 490k 0:01:06 0:01:06 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 483k 0:01:07 0:01:07 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 475k 0:01:08 0:01:08 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 469k 0:01:09 0:01:09 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 462k 0:01:10 0:01:10 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 455k 0:01:11 0:01:11 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 449k 0:01:12 0:01:12 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 443k 0:01:13 0:01:13 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 437k 0:01:14 0:01:14 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 431k 0:01:15 0:01:15 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 425k 0:01:16 0:01:16 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 420k 0:01:17 0:01:17 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 415k 0:01:18 0:01:18 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 409k 0:01:19 0:01:19 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 404k 0:01:20 0:01:20 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 399k 0:01:21 0:01:21 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 394k 0:01:22 0:01:22 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 390k 0:01:23 0:01:23 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 385k 0:01:24 0:01:24 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 380k 0:01:25 0:01:25 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 376k 0:01:26 0:01:26 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 372k 0:01:27 0:01:27 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 368k 0:01:28 0:01:28 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 363k 0:01:29 0:01:29 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 359k 0:01:30 0:01:30 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 355k 0:01:31 0:01:31 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 352k 0:01:32 0:01:32 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 348k 0:01:33 0:01:33 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 344k 0:01:34 0:01:34 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 340k 0:01:35 0:01:35 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 337k 0:01:36 0:01:36 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 333k 0:01:37 0:01:37 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 330k 0:01:38 0:01:38 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 327k 0:01:39 0:01:39 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 323k 0:01:40 0:01:40 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 320k 0:01:41 0:01:41 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 317k 0:01:42 0:01:42 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 314k 0:01:43 0:01:43 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 311k 0:01:44 0:01:44 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 308k 0:01:45 0:01:45 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 305k 0:01:46 0:01:46 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 302k 0:01:47 0:01:47 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 299k 0:01:48 0:01:48 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 297k 0:01:49 0:01:49 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 294k 0:01:50 0:01:50 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 291k 0:01:51 0:01:51 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 289k 0:01:52 0:01:52 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 286k 0:01:53 0:01:53 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 284k 0:01:54 0:01:54 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 281k 0:01:55 0:01:55 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 279k 0:01:56 0:01:56 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 276k 0:01:57 0:01:57 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 274k 0:01:58 0:01:58 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 272k 0:01:59 0:01:59 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 270k 0:02:00 0:02:00 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 267k 0:02:01 0:02:01 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 265k 0:02:02 0:02:02 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 263k 0:02:03 0:02:03 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 261k 0:02:04 0:02:04 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 259k 0:02:05 0:02:05 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 257k 0:02:06 0:02:06 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 255k 0:02:07 0:02:07 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 253k 0:02:08 0:02:08 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 251k 0:02:09 0:02:09 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 249k 0:02:10 0:02:10 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 247k 0:02:11 0:02:11 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 245k 0:02:12 0:02:12 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 243k 0:02:13 0:02:13 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 241k 0:02:14 0:02:14 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 240k 0:02:15 0:02:15 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 238k 0:02:16 0:02:16 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 236k 0:02:17 0:02:17 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 234k 0:02:18 0:02:18 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 233k 0:02:19 0:02:19 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 231k 0:02:20 0:02:20 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 229k 0:02:21 0:02:21 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 228k 0:02:22 0:02:22 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 226k 0:02:23 0:02:23 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 225k 0:02:24 0:02:24 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 223k 0:02:25 0:02:25 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 222k 0:02:26 0:02:26 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 220k 0:02:27 0:02:27 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 219k 0:02:28 0:02:28 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 217k 0:02:29 0:02:29 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 216k 0:02:30 0:02:30 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 214k 0:02:31 0:02:31 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 213k 0:02:32 0:02:32 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 211k 0:02:33 0:02:33 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 210k 0:02:34 0:02:34 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 209k 0:02:35 0:02:35 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 207k 0:02:36 0:02:36 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 206k 0:02:37 0:02:37 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 205k 0:02:38 0:02:38 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 203k 0:02:39 0:02:39 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 202k 0:02:40 0:02:40 --:--:-- 0 100 31.7M 0 43 100 31.7M 0 201k 0:02:41 0:02:41 --:--:-- 8 100 31.7M 0 43 100 31.7M 0 201k 0:02:41 0:02:41 --:--:-- 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] sh + curl -X POST http://172.16.110.148:60180/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2026-01-30_09-33-43.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/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 7 31.7M 0 0 7 2560k 0 3390k 0:00:09 --:--:-- 0:00:09 3386k 28 31.7M 0 0 28 9216k 0 5233k 0:00:06 0:00:01 0:00:05 5230k 48 31.7M 0 0 48 15.3M 0 5675k 0:00:05 0:00:02 0:00:03 5673k 61 31.7M 0 0 61 19.5M 0 5312k 0:00:06 0:00:03 0:00:03 5312k 74 31.7M 0 0 74 23.6M 0 5071k 0:00:06 0:00:04 0:00:02 5070k 89 31.7M 0 0 89 28.3M 0 5044k 0:00:06 0:00:05 0:00:01 5293k 100 31.7M 0 0 100 31.7M 0 4333k 0:00:07 0:00:07 --:--:-- 4057k 100 31.7M 0 43 100 31.7M 5 3888k 0:00:08 0:00:08 --:--:-- 3001k 100 31.7M 0 43 100 31.7M 5 3888k 0:00:08 0:00:08 --:--:-- 2717k [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://172.16.110.145:50080/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2026-01-30_09-33-43.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/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 31.7M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 31.7M 0 0 23 7616k 0 7006k 0:00:04 0:00:01 0:00:03 7006k 39 31.7M 0 0 39 12.5M 0 6235k 0:00:05 0:00:02 0:00:03 6232k 50 31.7M 0 0 50 15.9M 0 5312k 0:00:06 0:00:03 0:00:03 5310k 60 31.7M 0 0 60 19.0M 0 4822k 0:00:06 0:00:04 0:00:02 4820k 66 31.7M 0 0 66 21.1M 0 4237k 0:00:07 0:00:05 0:00:02 4410k 74 31.7M 0 0 74 23.5M 0 3982k 0:00:08 0:00:06 0:00:02 3320k 80 31.7M 0 0 80 25.5M 0 3714k 0:00:08 0:00:07 0:00:01 2670k 92 31.7M 0 0 92 29.5M 0 3746k 0:00:08 0:00:08 --:--:-- 2782k 100 31.7M 0 0 100 31.7M 0 3394k 0:00:09 0:00:09 --:--:-- 2348k 100 31.7M 0 0 100 31.7M 0 3072k 0:00:10 0:00:10 --:--:-- 1986k 100 31.7M 0 0 100 31.7M 0 2807k 0:00:11 0:00:11 --:--:-- 1516k 100 31.7M 0 0 100 31.7M 0 2583k 0:00:12 0:00:12 --:--:-- 1142k 100 31.7M 0 0 100 31.7M 0 2393k 0:00:13 0:00:13 --:--:-- 414k 100 31.7M 0 0 100 31.7M 0 2228k 0:00:14 0:00:14 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 2085k 0:00:15 0:00:15 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1959k 0:00:16 0:00:16 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1848k 0:00:17 0:00:17 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1748k 0:00:18 0:00:18 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1659k 0:00:19 0:00:19 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1578k 0:00:20 0:00:20 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1505k 0:00:21 0:00:21 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1438k 0:00:22 0:00:22 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1377k 0:00:23 0:00:23 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1321k 0:00:24 0:00:24 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1269k 0:00:25 0:00:25 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1221k 0:00:26 0:00:26 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1177k 0:00:27 0:00:27 --:--:-- 0 100 31.7M 0 0 100 31.7M 0 1136k 0:00:28 0:00:28 --:--:-- 0 100 31.7M 0 43 100 31.7M 1 1123k 0:00:28 0:00:28 --:--:-- 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 public daxie suxi yantai [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-module-slave32/master/.catkin_tools /senior/workspace/orin-module-slave32/master/build/ /senior/workspace/orin-module-slave32/master/devel/ /senior/workspace/orin-module-slave32/master/install /senior/workspace/orin-module-slave32/master/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] echo failure: zip->post [Pipeline] sh + rm -rf /senior/workspace/commit/orin-module-slave32/master_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专用(pnc 进堆场 gpu加速测试)] --- - 任务名: [orin-module-slave32] - 任务号: # 3242 - 阶段:zip->post - 已上传平台: public daxie suxi yantai - 状态:<font color=#FF5151> 编译失败 </font> - 执行人:wuyanjun --- > 请检查失败原因 "},"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 493 100 27 100 466 281 4854 --:--:-- --:--:-- --:--:-- 5135 100 493 100 27 100 466 281 4854 --:--:-- --:--:-- --:--:-- 5082 [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