Console Output

Skipping 3,770 KB.. Full Log
...............................................................................
_______________________________________________________________________________
Warnings << pnc:make /senior/workspace/orin-slave32/master/logs/pnc/build.make.000.log
In file included from /senior/workspace/orin-slave32/master/src/pnc/ssep/offboard/servers/crow.h:9,
                 from /senior/workspace/orin-slave32/master/src/pnc/ssep/offboard/servers/scene_vis_server.cc:8:
/senior/workspace/orin-slave32/master/src/pnc/ssep/offboard/servers/crow/json.h: In function ‘void crow::json::escape(const string&, std::string&)’:
/senior/workspace/orin-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-slave32/master/src/pnc/./core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-slave32/master/src/pnc/./replayer/logic.hpp:7,
                 from /senior/workspace/orin-slave32/master/src/pnc/replayer/main.cpp:16:
/senior/workspace/orin-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-slave32/master/src/pnc/./core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-slave32/master/src/pnc/./node/logic.hpp:17,
                 from /senior/workspace/orin-slave32/master/src/pnc/node/main.cpp:10:
/senior/workspace/orin-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-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRouteForSmoothMode()’:
/senior/workspace/orin-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-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-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRoute2()’:
/senior/workspace/orin-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-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-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp: In member function ‘bool senior::pnc::algorithm::TruckPathOptimization::TransToPath()’:
/senior/workspace/orin-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-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-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-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-slave32/master/src/pnc/algorithm/wbca/wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::WBCAManager::UpdateRoute2()’:
/senior/workspace/orin-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-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;
      |                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRouteForSmoothMode()’:
/senior/workspace/orin-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-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-slave32/master/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRoute2()’:
/senior/workspace/orin-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-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])),
      |                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-slave32/master/src/pnc/core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-slave32/master/src/pnc/core/replayer_reader_sync.cpp:1:
/senior/workspace/orin-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-slave32/master/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp: In member function ‘bool senior::pnc::algorithm::TruckPathOptimization::TransToPath()’:
/senior/workspace/orin-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-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]
In file included from /senior/workspace/orin-slave32/master/src/pnc/core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-slave32/master/src/pnc/core/snapshot_async.cpp:1:
/senior/workspace/orin-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-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-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-slave32/master/src/pnc/core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-slave32/master/src/pnc/core/replayer_reader_sync.cpp:1:
/senior/workspace/orin-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-slave32/master/src/pnc/core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-slave32/master/src/pnc/core/snapshot_async.cpp:1:
/senior/workspace/orin-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-slave32/master/src/pnc/algorithm/wbca/wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::WBCAManager::UpdateRoute2()’:
/senior/workspace/orin-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-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-slave32/master/src/pnc/data/snapshot_data.cpp:1:
/senior/workspace/orin-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-slave32/master/src/pnc/data/snapshot_data.cpp:1:
/senior/workspace/orin-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-slave32/master/src/pnc/io/string_compress.cpp: In static member function ‘static int senior::StringCompress::DecompressString(const string&, std::string&)’:
/senior/workspace/orin-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-slave32/master/src/pnc/io/string_compress.cpp:116:9: note: here
  116 |         case Z_DATA_ERROR:
      |         ^~~~
In file included from /senior/workspace/orin-slave32/master/src/pnc/./core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-slave32/master/src/pnc/node/logic.hpp:17,
                 from /senior/workspace/orin-slave32/master/src/pnc/node/logic.cpp:1:
/senior/workspace/orin-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-slave32/master/src/pnc/replayer/replayer_data_process/load_snap_data.hpp:2,
                 from /senior/workspace/orin-slave32/master/src/pnc/replayer/replayer_data_process/load_snap_data.cpp:1:
/senior/workspace/orin-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-slave32/master/src/pnc/./core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-slave32/master/src/pnc/replayer/logic.hpp:7,
                 from /senior/workspace/orin-slave32/master/src/pnc/replayer/logic.cpp:1:
/senior/workspace/orin-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-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-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-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-slave32/master/src/pnc/io/string_compress.cpp: In static member function ‘static int senior::StringCompress::DecompressString(const string&, std::string&)’:
/senior/workspace/orin-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-slave32/master/src/pnc/io/string_compress.cpp:116:9: note: here
  116 |         case Z_DATA_ERROR:
      |         ^~~~
In file included from /senior/workspace/orin-slave32/master/src/pnc/./core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-slave32/master/src/pnc/node/logic.hpp:17,
                 from /senior/workspace/orin-slave32/master/src/pnc/node/logic.cpp:1:
/senior/workspace/orin-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-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-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-slave32/master/src/pnc/./core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-slave32/master/src/pnc/replayer/logic.hpp:7,
                 from /senior/workspace/orin-slave32/master/src/pnc/replayer/logic.cpp:1:
/senior/workspace/orin-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-slave32/master/src/pnc/replayer/replayer_data_process/load_snap_data.hpp:2,
                 from /senior/workspace/orin-slave32/master/src/pnc/replayer/replayer_data_process/load_snap_data.cpp:1:
/senior/workspace/orin-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-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-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-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-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-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-slave32/master/src/pnc/./core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-slave32/master/build/pnc/replayer/../../../src/pnc/replayer/logic.hpp:7,
                 from /senior/workspace/orin-slave32/master/build/pnc/replayer/moc_logic.cpp:9:
/senior/workspace/orin-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-slave32/master/src/pnc/./core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-slave32/master/build/pnc/node/../../../src/pnc/node/logic.hpp:17,
                 from /senior/workspace/orin-slave32/master/build/pnc/node/moc_logic.cpp:9:
/senior/workspace/orin-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-slave32/master/src/pnc/./core/replayer_reader_sync.hpp:4,
                 from /senior/workspace/orin-slave32/master/build/pnc/replayer/../../../src/pnc/replayer/logic.hpp:7,
                 from /senior/workspace/orin-slave32/master/build/pnc/replayer/moc_logic.cpp:9:
/senior/workspace/orin-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-slave32/master/src/pnc/./core/snapshot_async.hpp:5,
                 from /senior/workspace/orin-slave32/master/build/pnc/node/../../../src/pnc/node/logic.hpp:17,
                 from /senior/workspace/orin-slave32/master/build/pnc/node/moc_logic.cpp:9:
/senior/workspace/orin-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-slave32/master/build/pnc; catkin build --get-env pnc | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 36:36.3 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install - 27... 
[build 36:36.4 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install - 27... 
[build 36:36.5 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (1%)... 
[build 36:36.6 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (1%)... 
[build 36:36.7 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:36.8 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:36.9 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:37.0 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:37.1 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:37.2 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:37.3 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:37.4 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:37.5 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:37.6 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:37.7 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:37.9 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:38.0 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:38.1 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:38.2 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:38.3 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:38.4 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:38.5 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:38.6 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:38.7 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:38.8 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:38.9 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:39.0 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:39.1 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:39.2 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:39.3 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:39.4 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:39.5 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:39.6 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:39.7 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:39.8 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:39.9 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:40.0 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:40.1 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:40.2 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:40.3 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:40.4 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:40.5 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:40.6 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:40.7 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:40.8 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:40.9 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (8%)... 
[build 36:41.0 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:41.1 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:41.2 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:41.3 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:41.4 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:41.5 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:41.6 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:41.7 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:41.8 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:41.9 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:42.0 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:42.1 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:42.2 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:42.3 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:42.4 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:42.5 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:42.6 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:42.7 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:42.8 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:42.9 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:43.0 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:43.1 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:43.2 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:43.3 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:43.4 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:43.5 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:43.6 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:43.7 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:43.8 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:43.9 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:44.0 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:44.1 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:44.2 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:44.3 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:44.4 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:44.5 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:44.6 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:44.7 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:44.8 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:44.9 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:45.0 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:45.1 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (53%... 
[build 36:45.2 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (100... 
[build 36:45.3 s] [70/71 complete] [1/14 jobs] [0 queued] [pnc:install (100... 
...............................................................................
Finished <<< pnc                                         [ 27 minutes and 28.2 seconds ]
[build] Summary: All 71 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 45 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 36 minutes and 45.3 seconds total.                            
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/master/src/hdmap_analysis
[Pipeline] dir
Running in /senior/workspace/orin-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'"
First time build. Skipping changelog.
[Pipeline] sh
Cloning repository http://159.27.226.4/map/hdmap_analysis.git
 > git init /senior/workspace/orin-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
+ mkdir /senior/workspace/orin-slave32/master/install/lib/hdmap_analysis
[Pipeline] sh
+ cp -r /senior/workspace/orin-slave32/master/src/hdmap_analysis/embedding_in_qt_sgskip.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/hdmap_analysis.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/hdmap_polygon_selector.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/hdmap.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/header.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/junction.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/lane.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/log_loader.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/main_window.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/map_loader.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/object.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/restricted_area.py /senior/workspace/orin-slave32/master/src/hdmap_analysis/table_model.py /senior/workspace/orin-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-slave32/master [Pipeline] { [Pipeline] sh + zip -rq all_master_2026-02-03_10-46-37.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-slave32/master all_master_2026-02-03_10-46-37.zip build devel install logs src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-slave32/master@tmp [Pipeline] echo /senior/workspace/orin-slave32/master/all_master_2026-02-03_10-46-37.zip,/senior/workspace/orin-slave32/master/version.json [Pipeline] echo ------------------- 开始上传公网ota --------------------------------------------------------------------- [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-slave32/master/all_master_2026-02-03_10-46-37.zip"' --form 'version=@"/senior/workspace/orin-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 8 633M 0 0 8 56.6M 0 168M 0:00:03 --:--:-- 0:00:03 167M 46 633M 0 0 46 293M 0 219M 0:00:02 0:00:01 0:00:01 218M 83 633M 0 0 83 529M 0 226M 0:00:02 0:00:02 --:--:-- 226M 100 633M 0 0 100 633M 0 167M 0:00:03 0:00:03 --:--:-- 167M 100 633M 0 0 100 633M 0 132M 0:00:04 0:00:04 --:--:-- 132M 100 633M 0 0 100 633M 0 109M 0:00:05 0:00:05 --:--:-- 106M 100 633M 0 0 100 633M 0 93.4M 0:00:06 0:00:06 --:--:-- 62.5M 100 633M 0 0 100 633M 0 81.4M 0:00:07 0:00:07 --:--:-- 19.1M 100 633M 0 0 100 633M 0 72.1M 0:00:08 0:00:08 --:--:-- 0 100 633M 0 0 100 633M 0 64.7M 0:00:09 0:00:09 --:--:-- 0 100 633M 0 0 100 633M 0 58.7M 0:00:10 0:00:10 --:--:-- 0 100 633M 0 0 100 633M 0 53.7M 0:00:11 0:00:11 --:--:-- 0 100 633M 0 0 100 633M 0 49.5M 0:00:12 0:00:12 --:--:-- 0 100 633M 0 0 100 633M 0 45.9M 0:00:13 0:00:13 --:--:-- 0 100 633M 0 0 100 633M 0 42.8M 0:00:14 0:00:14 --:--:-- 0 100 633M 0 0 100 633M 0 40.1M 0:00:15 0:00:15 --:--:-- 0 100 633M 0 0 100 633M 0 37.7M 0:00:16 0:00:16 --:--:-- 0 100 633M 0 0 100 633M 0 35.6M 0:00:17 0:00:17 --:--:-- 0 100 633M 0 0 100 633M 0 33.7M 0:00:18 0:00:18 --:--:-- 0 100 633M 0 0 100 633M 0 32.0M 0:00:19 0:00:19 --:--:-- 0 100 633M 0 0 100 633M 0 30.4M 0:00:20 0:00:20 --:--:-- 0 100 633M 0 0 100 633M 0 29.0M 0:00:21 0:00:21 --:--:-- 0 100 633M 0 0 100 633M 0 27.7M 0:00:22 0:00:22 --:--:-- 0 100 633M 0 0 100 633M 0 26.6M 0:00:23 0:00:23 --:--:-- 0 100 633M 0 0 100 633M 0 25.5M 0:00:24 0:00:24 --:--:-- 0 100 633M 0 0 100 633M 0 24.5M 0:00:25 0:00:25 --:--:-- 0 100 633M 0 0 100 633M 0 23.6M 0:00:26 0:00:26 --:--:-- 0 100 633M 0 0 100 633M 0 22.7M 0:00:27 0:00:27 --:--:-- 0 100 633M 0 0 100 633M 0 22.0M 0:00:28 0:00:28 --:--:-- 0 100 633M 0 0 100 633M 0 21.2M 0:00:29 0:00:29 --:--:-- 0 100 633M 0 0 100 633M 0 20.5M 0:00:30 0:00:30 --:--:-- 0 100 633M 0 0 100 633M 0 19.9M 0:00:31 0:00:31 --:--:-- 0 100 633M 0 0 100 633M 0 19.3M 0:00:32 0:00:32 --:--:-- 0 100 633M 0 0 100 633M 0 18.7M 0:00:33 0:00:33 --:--:-- 0 100 633M 0 0 100 633M 0 18.2M 0:00:34 0:00:34 --:--:-- 0 100 633M 0 0 100 633M 0 17.6M 0:00:35 0:00:35 --:--:-- 0 100 633M 0 0 100 633M 0 17.2M 0:00:36 0:00:36 --:--:-- 0 100 633M 0 0 100 633M 0 16.7M 0:00:37 0:00:37 --:--:-- 0 100 633M 0 0 100 633M 0 16.3M 0:00:38 0:00:38 --:--:-- 0 100 633M 0 0 100 633M 0 15.9M 0:00:39 0:00:39 --:--:-- 0 100 633M 0 0 100 633M 0 15.5M 0:00:40 0:00:40 --:--:-- 0 100 633M 0 0 100 633M 0 15.1M 0:00:41 0:00:41 --:--:-- 0 100 633M 0 0 100 633M 0 14.8M 0:00:42 0:00:42 --:--:-- 0 100 633M 0 0 100 633M 0 14.4M 0:00:43 0:00:43 --:--:-- 0 100 633M 0 0 100 633M 0 14.1M 0:00:44 0:00:44 --:--:-- 0 100 633M 0 0 100 633M 0 13.8M 0:00:45 0:00:45 --:--:-- 0 100 633M 0 0 100 633M 0 13.5M 0:00:46 0:00:46 --:--:-- 0 100 633M 0 0 100 633M 0 13.2M 0:00:47 0:00:47 --:--:-- 0 100 633M 0 0 100 633M 0 12.9M 0:00:48 0:00:48 --:--:-- 0 100 633M 0 0 100 633M 0 12.7M 0:00:49 0:00:49 --:--:-- 0 100 633M 0 0 100 633M 0 12.4M 0:00:50 0:00:50 --:--:-- 0 100 633M 0 0 100 633M 0 12.2M 0:00:51 0:00:51 --:--:-- 0 100 633M 0 0 100 633M 0 11.9M 0:00:52 0:00:52 --:--:-- 0 100 633M 0 0 100 633M 0 11.7M 0:00:53 0:00:53 --:--:-- 0 100 633M 0 0 100 633M 0 11.5M 0:00:54 0:00:54 --:--:-- 0 100 633M 0 0 100 633M 0 11.3M 0:00:55 0:00:55 --:--:-- 0 100 633M 0 0 100 633M 0 11.1M 0:00:56 0:00:56 --:--:-- 0 100 633M 0 0 100 633M 0 10.9M 0:00:57 0:00:57 --:--:-- 0 100 633M 0 0 100 633M 0 10.7M 0:00:58 0:00:58 --:--:-- 0 100 633M 0 0 100 633M 0 10.5M 0:00:59 0:00:59 --:--:-- 0 100 633M 0 0 100 633M 0 10.4M 0:01:00 0:01:00 --:--:-- 0 100 633M 0 0 100 633M 0 10.2M 0:01:01 0:01:01 --:--:-- 0 100 633M 0 0 100 633M 0 10.0M 0:01:02 0:01:02 --:--:-- 0 100 633M 0 0 100 633M 0 9.9M 0:01:03 0:01:03 --:--:-- 0 100 633M 0 0 100 633M 0 9.7M 0:01:04 0:01:04 --:--:-- 0 100 633M 0 0 100 633M 0 9856k 0:01:05 0:01:05 --:--:-- 0 100 633M 0 0 100 633M 0 9708k 0:01:06 0:01:06 --:--:-- 0 100 633M 0 0 100 633M 0 9565k 0:01:07 0:01:07 --:--:-- 0 100 633M 0 0 100 633M 0 9426k 0:01:08 0:01:08 --:--:-- 0 100 633M 0 0 100 633M 0 9291k 0:01:09 0:01:09 --:--:-- 0 100 633M 0 0 100 633M 0 9159k 0:01:10 0:01:10 --:--:-- 0 100 633M 0 0 100 633M 0 9032k 0:01:11 0:01:11 --:--:-- 0 100 633M 0 0 100 633M 0 8908k 0:01:12 0:01:12 --:--:-- 0 100 633M 0 0 100 633M 0 8787k 0:01:13 0:01:13 --:--:-- 0 100 633M 0 0 100 633M 0 8670k 0:01:14 0:01:14 --:--:-- 0 100 633M 0 0 100 633M 0 8555k 0:01:15 0:01:15 --:--:-- 0 100 633M 0 0 100 633M 0 8444k 0:01:16 0:01:16 --:--:-- 0 100 633M 0 0 100 633M 0 8335k 0:01:17 0:01:17 --:--:-- 0 100 633M 0 0 100 633M 0 8229k 0:01:18 0:01:18 --:--:-- 0 100 633M 0 0 100 633M 0 8126k 0:01:19 0:01:19 --:--:-- 0 100 633M 0 0 100 633M 0 8026k 0:01:20 0:01:20 --:--:-- 0 100 633M 0 0 100 633M 0 7927k 0:01:21 0:01:21 --:--:-- 0 100 633M 0 0 100 633M 0 7832k 0:01:22 0:01:22 --:--:-- 0 100 633M 0 0 100 633M 0 7738k 0:01:23 0:01:23 --:--:-- 0 100 633M 0 0 100 633M 0 7647k 0:01:24 0:01:24 --:--:-- 0 100 633M 0 0 100 633M 0 7558k 0:01:25 0:01:25 --:--:-- 0 100 633M 0 0 100 633M 0 7471k 0:01:26 0:01:26 --:--:-- 0 100 633M 0 0 100 633M 0 7385k 0:01:27 0:01:27 --:--:-- 0 100 633M 0 0 100 633M 0 7302k 0:01:28 0:01:28 --:--:-- 0 100 633M 0 0 100 633M 0 7221k 0:01:29 0:01:29 --:--:-- 0 100 633M 0 0 100 633M 0 7141k 0:01:30 0:01:30 --:--:-- 0 100 633M 0 0 100 633M 0 7063k 0:01:31 0:01:31 --:--:-- 0 100 633M 0 0 100 633M 0 6987k 0:01:32 0:01:32 --:--:-- 0 100 633M 0 0 100 633M 0 6913k 0:01:33 0:01:33 --:--:-- 0 100 633M 0 0 100 633M 0 6840k 0:01:34 0:01:34 --:--:-- 0 100 633M 0 0 100 633M 0 6768k 0:01:35 0:01:35 --:--:-- 0 100 633M 0 0 100 633M 0 6699k 0:01:36 0:01:36 --:--:-- 0 100 633M 0 0 100 633M 0 6630k 0:01:37 0:01:37 --:--:-- 0 100 633M 0 0 100 633M 0 6563k 0:01:38 0:01:38 --:--:-- 0 100 633M 0 0 100 633M 0 6497k 0:01:39 0:01:39 --:--:-- 0 100 633M 0 0 100 633M 0 6433k 0:01:40 0:01:40 --:--:-- 0 100 633M 0 0 100 633M 0 6369k 0:01:41 0:01:41 --:--:-- 0 100 633M 0 0 100 633M 0 6307k 0:01:42 0:01:42 --:--:-- 0 100 633M 0 0 100 633M 0 6247k 0:01:43 0:01:43 --:--:-- 0 100 633M 0 0 100 633M 0 6187k 0:01:44 0:01:44 --:--:-- 0 100 633M 0 0 100 633M 0 6129k 0:01:45 0:01:45 --:--:-- 0 100 633M 0 0 100 633M 0 6071k 0:01:46 0:01:46 --:--:-- 0 100 633M 0 0 100 633M 0 6015k 0:01:47 0:01:47 --:--:-- 0 100 633M 0 0 100 633M 0 5959k 0:01:48 0:01:48 --:--:-- 0 100 633M 0 0 100 633M 0 5905k 0:01:49 0:01:49 --:--:-- 0 100 633M 0 0 100 633M 0 5852k 0:01:50 0:01:50 --:--:-- 0 100 633M 0 0 100 633M 0 5800k 0:01:51 0:01:51 --:--:-- 0 100 633M 0 0 100 633M 0 5748k 0:01:52 0:01:52 --:--:-- 0 100 633M 0 0 100 633M 0 5698k 0:01:53 0:01:53 --:--:-- 0 100 633M 0 0 100 633M 0 5648k 0:01:54 0:01:54 --:--:-- 0 100 633M 0 0 100 633M 0 5599k 0:01:55 0:01:55 --:--:-- 0 100 633M 0 0 100 633M 0 5551k 0:01:56 0:01:56 --:--:-- 0 100 633M 0 0 100 633M 0 5504k 0:01:57 0:01:57 --:--:-- 0 100 633M 0 0 100 633M 0 5458k 0:01:58 0:01:58 --:--:-- 0 100 633M 0 0 100 633M 0 5412k 0:01:59 0:01:59 --:--:-- 0 100 633M 0 0 100 633M 0 5367k 0:02:00 0:02:00 --:--:-- 0 100 633M 0 0 100 633M 0 5323k 0:02:01 0:02:01 --:--:-- 0 100 633M 0 0 100 633M 0 5280k 0:02:02 0:02:02 --:--:-- 0 100 633M 0 0 100 633M 0 5237k 0:02:03 0:02:03 --:--:-- 0 100 633M 0 0 100 633M 0 5195k 0:02:04 0:02:04 --:--:-- 0 100 633M 0 0 100 633M 0 5154k 0:02:05 0:02:05 --:--:-- 0 100 633M 0 0 100 633M 0 5113k 0:02:06 0:02:06 --:--:-- 0 100 633M 0 0 100 633M 0 5073k 0:02:07 0:02:07 --:--:-- 0 100 633M 0 0 100 633M 0 5034k 0:02:08 0:02:08 --:--:-- 0 100 633M 0 0 100 633M 0 4995k 0:02:09 0:02:09 --:--:-- 0 100 633M 0 0 100 633M 0 4957k 0:02:10 0:02:10 --:--:-- 0 100 633M 0 0 100 633M 0 4919k 0:02:11 0:02:11 --:--:-- 0 100 633M 0 0 100 633M 0 4882k 0:02:12 0:02:12 --:--:-- 0 100 633M 0 0 100 633M 0 4846k 0:02:13 0:02:13 --:--:-- 0 100 633M 0 0 100 633M 0 4810k 0:02:14 0:02:14 --:--:-- 0 100 633M 0 0 100 633M 0 4774k 0:02:15 0:02:15 --:--:-- 0 100 633M 0 0 100 633M 0 4739k 0:02:16 0:02:16 --:--:-- 0 100 633M 0 0 100 633M 0 4705k 0:02:17 0:02:17 --:--:-- 0 100 633M 0 0 100 633M 0 4671k 0:02:18 0:02:18 --:--:-- 0 100 633M 0 0 100 633M 0 4638k 0:02:19 0:02:19 --:--:-- 0 100 633M 0 0 100 633M 0 4605k 0:02:20 0:02:20 --:--:-- 0 100 633M 0 0 100 633M 0 4572k 0:02:21 0:02:21 --:--:-- 0 100 633M 0 0 100 633M 0 4540k 0:02:22 0:02:22 --:--:-- 0 100 633M 0 0 100 633M 0 4509k 0:02:23 0:02:23 --:--:-- 0 100 633M 0 0 100 633M 0 4477k 0:02:24 0:02:24 --:--:-- 0 100 633M 0 0 100 633M 0 4447k 0:02:25 0:02:25 --:--:-- 0 100 633M 0 0 100 633M 0 4416k 0:02:26 0:02:26 --:--:-- 0 100 633M 0 0 100 633M 0 4387k 0:02:27 0:02:27 --:--:-- 0 100 633M 0 0 100 633M 0 4357k 0:02:28 0:02:28 --:--:-- 0 100 633M 0 0 100 633M 0 4328k 0:02:29 0:02:29 --:--:-- 0 100 633M 0 0 100 633M 0 4299k 0:02:30 0:02:30 --:--:-- 0 100 633M 0 0 100 633M 0 4271k 0:02:31 0:02:31 --:--:-- 0 100 633M 0 0 100 633M 0 4243k 0:02:32 0:02:32 --:--:-- 0 100 633M 0 0 100 633M 0 4215k 0:02:33 0:02:33 --:--:-- 0 100 633M 0 0 100 633M 0 4188k 0:02:34 0:02:34 --:--:-- 0 100 633M 0 0 100 633M 0 4161k 0:02:35 0:02:35 --:--:-- 0 100 633M 0 0 100 633M 0 4135k 0:02:36 0:02:36 --:--:-- 0 100 633M 0 0 100 633M 0 4108k 0:02:37 0:02:37 --:--:-- 0 100 633M 0 0 100 633M 0 4083k 0:02:38 0:02:38 --:--:-- 0 100 633M 0 0 100 633M 0 4057k 0:02:39 0:02:39 --:--:-- 0 100 633M 0 0 100 633M 0 4032k 0:02:40 0:02:40 --:--:-- 0 100 633M 0 0 100 633M 0 4007k 0:02:41 0:02:41 --:--:-- 0 100 633M 0 0 100 633M 0 3982k 0:02:42 0:02:42 --:--:-- 0 100 633M 0 0 100 633M 0 3958k 0:02:43 0:02:43 --:--:-- 0 100 633M 0 0 100 633M 0 3934k 0:02:44 0:02:44 --:--:-- 0 100 633M 0 0 100 633M 0 3910k 0:02:45 0:02:45 --:--:-- 0 100 633M 0 0 100 633M 0 3887k 0:02:46 0:02:46 --:--:-- 0 100 633M 0 0 100 633M 0 3864k 0:02:47 0:02:47 --:--:-- 0 100 633M 0 0 100 633M 0 3841k 0:02:48 0:02:48 --:--:-- 0 100 633M 0 0 100 633M 0 3818k 0:02:49 0:02:49 --:--:-- 0 100 633M 0 0 100 633M 0 3796k 0:02:50 0:02:50 --:--:-- 0 100 633M 0 0 100 633M 0 3774k 0:02:51 0:02:51 --:--:-- 0 100 633M 0 0 100 633M 0 3752k 0:02:52 0:02:52 --:--:-- 0 100 633M 0 0 100 633M 0 3730k 0:02:53 0:02:53 --:--:-- 0 100 633M 0 0 100 633M 0 3709k 0:02:54 0:02:54 --:--:-- 0 100 633M 0 0 100 633M 0 3688k 0:02:55 0:02:55 --:--:-- 0 100 633M 0 0 100 633M 0 3667k 0:02:56 0:02:56 --:--:-- 0 100 633M 0 0 100 633M 0 3646k 0:02:57 0:02:57 --:--:-- 0 100 633M 0 0 100 633M 0 3626k 0:02:58 0:02:58 --:--:-- 0 100 633M 0 0 100 633M 0 3606k 0:02:59 0:02:59 --:--:-- 0 100 633M 0 0 100 633M 0 3586k 0:03:00 0:03:00 --:--:-- 0 100 633M 0 0 100 633M 0 3566k 0:03:01 0:03:01 --:--:-- 0 100 633M 0 0 100 633M 0 3546k 0:03:02 0:03:02 --:--:-- 0 100 633M 0 0 100 633M 0 3527k 0:03:03 0:03:03 --:--:-- 0 100 633M 0 0 100 633M 0 3508k 0:03:04 0:03:04 --:--:-- 0 100 633M 0 0 100 633M 0 3489k 0:03:05 0:03:05 --:--:-- 0 100 633M 0 0 100 633M 0 3471k 0:03:06 0:03:06 --:--:-- 0 100 633M 0 0 100 633M 0 3452k 0:03:07 0:03:07 --:--:-- 0 100 633M 0 0 100 633M 0 3434k 0:03:08 0:03:08 --:--:-- 0 100 633M 0 0 100 633M 0 3416k 0:03:09 0:03:09 --:--:-- 0 100 633M 0 0 100 633M 0 3398k 0:03:10 0:03:10 --:--:-- 0 100 633M 0 0 100 633M 0 3380k 0:03:11 0:03:11 --:--:-- 0 100 633M 0 0 100 633M 0 3362k 0:03:12 0:03:12 --:--:-- 0 100 633M 0 0 100 633M 0 3345k 0:03:14 0:03:14 --:--:-- 0 100 633M 0 0 100 633M 0 3328k 0:03:15 0:03:15 --:--:-- 0 100 633M 0 0 100 633M 0 3311k 0:03:16 0:03:16 --:--:-- 0 100 633M 0 0 100 633M 0 3294k 0:03:17 0:03:17 --:--:-- 0 100 633M 0 0 100 633M 0 3277k 0:03:18 0:03:18 --:--:-- 0 100 633M 0 0 100 633M 0 3261k 0:03:19 0:03:19 --:--:-- 0 100 633M 0 0 100 633M 0 3245k 0:03:20 0:03:20 --:--:-- 0 100 633M 0 0 100 633M 0 3228k 0:03:21 0:03:21 --:--:-- 0 100 633M 0 0 100 633M 0 3212k 0:03:22 0:03:22 --:--:-- 0 100 633M 0 0 100 633M 0 3197k 0:03:23 0:03:23 --:--:-- 0 100 633M 0 0 100 633M 0 3181k 0:03:24 0:03:24 --:--:-- 0 100 633M 0 0 100 633M 0 3165k 0:03:25 0:03:25 --:--:-- 0 100 633M 0 0 100 633M 0 3150k 0:03:26 0:03:26 --:--:-- 0 100 633M 0 0 100 633M 0 3135k 0:03:27 0:03:27 --:--:-- 0 100 633M 0 0 100 633M 0 3120k 0:03:28 0:03:28 --:--:-- 0 100 633M 0 0 100 633M 0 3105k 0:03:29 0:03:29 --:--:-- 0 100 633M 0 0 100 633M 0 3090k 0:03:30 0:03:30 --:--:-- 0 100 633M 0 0 100 633M 0 3075k 0:03:31 0:03:31 --:--:-- 0 100 633M 0 0 100 633M 0 3061k 0:03:32 0:03:32 --:--:-- 0 100 633M 0 0 100 633M 0 3046k 0:03:33 0:03:33 --:--:-- 0 100 633M 0 0 100 633M 0 3032k 0:03:34 0:03:34 --:--:-- 0 100 633M 0 0 100 633M 0 3018k 0:03:35 0:03:35 --:--:-- 0 100 633M 0 0 100 633M 0 3004k 0:03:36 0:03:36 --:--:-- 0 100 633M 0 0 100 633M 0 2990k 0:03:37 0:03:37 --:--:-- 0 100 633M 0 0 100 633M 0 2976k 0:03:38 0:03:38 --:--:-- 0 100 633M 0 0 100 633M 0 2963k 0:03:39 0:03:39 --:--:-- 0 100 633M 0 0 100 633M 0 2949k 0:03:40 0:03:40 --:--:-- 0 100 633M 0 0 100 633M 0 2936k 0:03:41 0:03:41 --:--:-- 0 100 633M 0 0 100 633M 0 2923k 0:03:42 0:03:42 --:--:-- 0 100 633M 0 0 100 633M 0 2910k 0:03:43 0:03:43 --:--:-- 0 100 633M 0 0 100 633M 0 2897k 0:03:44 0:03:44 --:--:-- 0 100 633M 0 0 100 633M 0 2884k 0:03:45 0:03:45 --:--:-- 0 100 633M 0 0 100 633M 0 2871k 0:03:46 0:03:46 --:--:-- 0 100 633M 0 0 100 633M 0 2858k 0:03:47 0:03:47 --:--:-- 0 100 633M 0 0 100 633M 0 2846k 0:03:48 0:03:48 --:--:-- 0 100 633M 0 0 100 633M 0 2833k 0:03:49 0:03:49 --:--:-- 0 100 633M 0 0 100 633M 0 2821k 0:03:50 0:03:50 --:--:-- 0 100 633M 0 0 100 633M 0 2809k 0:03:51 0:03:51 --:--:-- 0 100 633M 0 0 100 633M 0 2797k 0:03:52 0:03:52 --:--:-- 0 100 633M 0 0 100 633M 0 2785k 0:03:53 0:03:53 --:--:-- 0 100 633M 0 0 100 633M 0 2773k 0:03:54 0:03:54 --:--:-- 0 100 633M 0 0 100 633M 0 2761k 0:03:55 0:03:55 --:--:-- 0 100 633M 0 0 100 633M 0 2749k 0:03:56 0:03:56 --:--:-- 0 100 633M 0 0 100 633M 0 2738k 0:03:57 0:03:57 --:--:-- 0 100 633M 0 0 100 633M 0 2726k 0:03:58 0:03:58 --:--:-- 0 100 633M 0 0 100 633M 0 2715k 0:03:59 0:03:59 --:--:-- 0 100 633M 0 0 100 633M 0 2703k 0:04:00 0:04:00 --:--:-- 0 100 633M 0 0 100 633M 0 2692k 0:04:01 0:04:01 --:--:-- 0 100 633M 0 0 100 633M 0 2681k 0:04:02 0:04:02 --:--:-- 0 100 633M 0 0 100 633M 0 2670k 0:04:03 0:04:03 --:--:-- 0 100 633M 0 0 100 633M 0 2659k 0:04:04 0:04:04 --:--:-- 0 100 633M 0 0 100 633M 0 2648k 0:04:05 0:04:05 --:--:-- 0 100 633M 0 0 100 633M 0 2637k 0:04:06 0:04:06 --:--:-- 0 100 633M 0 0 100 633M 0 2627k 0:04:07 0:04:07 --:--:-- 0 100 633M 0 0 100 633M 0 2616k 0:04:08 0:04:08 --:--:-- 0 100 633M 0 0 100 633M 0 2605k 0:04:09 0:04:09 --:--:-- 0 100 633M 0 0 100 633M 0 2595k 0:04:10 0:04:10 --:--:-- 0 100 633M 0 0 100 633M 0 2585k 0:04:11 0:04:11 --:--:-- 0 100 633M 0 0 100 633M 0 2574k 0:04:12 0:04:12 --:--:-- 0 100 633M 0 0 100 633M 0 2564k 0:04:13 0:04:13 --:--:-- 0 100 633M 0 0 100 633M 0 2554k 0:04:14 0:04:14 --:--:-- 0 100 633M 0 0 100 633M 0 2544k 0:04:15 0:04:15 --:--:-- 0 100 633M 0 0 100 633M 0 2534k 0:04:16 0:04:16 --:--:-- 0 100 633M 0 0 100 633M 0 2524k 0:04:17 0:04:17 --:--:-- 0 100 633M 0 0 100 633M 0 2514k 0:04:18 0:04:18 --:--:-- 0 100 633M 0 0 100 633M 0 2505k 0:04:19 0:04:19 --:--:-- 0 100 633M 0 0 100 633M 0 2495k 0:04:20 0:04:20 --:--:-- 0 100 633M 0 0 100 633M 0 2486k 0:04:21 0:04:21 --:--:-- 0 100 633M 0 0 100 633M 0 2476k 0:04:22 0:04:22 --:--:-- 0 100 633M 0 0 100 633M 0 2467k 0:04:23 0:04:23 --:--:-- 0 100 633M 0 0 100 633M 0 2457k 0:04:24 0:04:24 --:--:-- 0 100 633M 0 0 100 633M 0 2448k 0:04:25 0:04:25 --:--:-- 0 100 633M 0 0 100 633M 0 2439k 0:04:26 0:04:26 --:--:-- 0 100 633M 0 0 100 633M 0 2430k 0:04:27 0:04:27 --:--:-- 0 100 633M 0 0 100 633M 0 2421k 0:04:28 0:04:28 --:--:-- 0 100 633M 0 0 100 633M 0 2412k 0:04:29 0:04:29 --:--:-- 0 100 633M 0 0 100 633M 0 2403k 0:04:30 0:04:30 --:--:-- 0 100 633M 0 0 100 633M 0 2394k 0:04:31 0:04:31 --:--:-- 0 100 633M 0 0 100 633M 0 2385k 0:04:32 0:04:32 --:--:-- 0 100 633M 0 0 100 633M 0 2376k 0:04:33 0:04:33 --:--:-- 0 100 633M 0 0 100 633M 0 2367k 0:04:34 0:04:34 --:--:-- 0 100 633M 0 0 100 633M 0 2359k 0:04:35 0:04:35 --:--:-- 0 100 633M 0 0 100 633M 0 2350k 0:04:36 0:04:36 --:--:-- 0 100 633M 0 0 100 633M 0 2342k 0:04:37 0:04:37 --:--:-- 0 100 633M 0 0 100 633M 0 2333k 0:04:38 0:04:38 --:--:-- 0 100 633M 0 0 100 633M 0 2325k 0:04:39 0:04:39 --:--:-- 0 100 633M 0 0 100 633M 0 2317k 0:04:40 0:04:40 --:--:-- 0 100 633M 0 0 100 633M 0 2308k 0:04:41 0:04:41 --:--:-- 0 100 633M 0 0 100 633M 0 2300k 0:04:42 0:04:42 --:--:-- 0 100 633M 0 0 100 633M 0 2292k 0:04:43 0:04:43 --:--:-- 0 100 633M 0 0 100 633M 0 2284k 0:04:44 0:04:44 --:--:-- 0 100 633M 0 0 100 633M 0 2276k 0:04:45 0:04:45 --:--:-- 0 100 633M 0 0 100 633M 0 2268k 0:04:46 0:04:46 --:--:-- 0 100 633M 0 0 100 633M 0 2260k 0:04:47 0:04:47 --:--:-- 0 100 633M 0 0 100 633M 0 2252k 0:04:48 0:04:48 --:--:-- 0 100 633M 0 0 100 633M 0 2244k 0:04:49 0:04:49 --:--:-- 0 100 633M 0 0 100 633M 0 2237k 0:04:50 0:04:50 --:--:-- 0 100 633M 0 0 100 633M 0 2229k 0:04:51 0:04:51 --:--:-- 0 100 633M 0 0 100 633M 0 2221k 0:04:52 0:04:52 --:--:-- 0 100 633M 0 0 100 633M 0 2214k 0:04:53 0:04:53 --:--:-- 0 100 633M 0 0 100 633M 0 2206k 0:04:54 0:04:54 --:--:-- 0 100 633M 0 0 100 633M 0 2199k 0:04:55 0:04:55 --:--:-- 0 100 633M 0 0 100 633M 0 2191k 0:04:56 0:04:56 --:--:-- 0 100 633M 0 0 100 633M 0 2184k 0:04:57 0:04:57 --:--:-- 0 100 633M 0 0 100 633M 0 2177k 0:04:58 0:04:58 --:--:-- 0 100 633M 0 0 100 633M 0 2169k 0:04:59 0:04:59 --:--:-- 0 100 633M 0 0 100 633M 0 2162k 0:05:00 0:05:00 --:--:-- 0 100 633M 0 0 100 633M 0 2155k 0:05:01 0:05:01 --:--:-- 0 100 633M 0 0 100 633M 0 2148k 0:05:02 0:05:02 --:--:-- 0 100 633M 0 0 100 633M 0 2141k 0:05:03 0:05:03 --:--:-- 0 100 633M 0 0 100 633M 0 2134k 0:05:04 0:05:04 --:--:-- 0 100 633M 0 0 100 633M 0 2127k 0:05:05 0:05:05 --:--:-- 0 100 633M 0 0 100 633M 0 2120k 0:05:06 0:05:06 --:--:-- 0 100 633M 0 0 100 633M 0 2113k 0:05:07 0:05:07 --:--:-- 0 100 633M 0 0 100 633M 0 2106k 0:05:08 0:05:08 --:--:-- 0 100 633M 0 0 100 633M 0 2099k 0:05:09 0:05:09 --:--:-- 0 100 633M 0 0 100 633M 0 2092k 0:05:10 0:05:10 --:--:-- 0 100 633M 0 0 100 633M 0 2086k 0:05:11 0:05:11 --:--:-- 0 100 633M 0 0 100 633M 0 2079k 0:05:12 0:05:12 --:--:-- 0 100 633M 0 0 100 633M 0 2072k 0:05:13 0:05:13 --:--:-- 0 100 633M 0 0 100 633M 0 2066k 0:05:14 0:05:14 --:--:-- 0 100 633M 0 0 100 633M 0 2059k 0:05:15 0:05:15 --:--:-- 0 100 633M 0 0 100 633M 0 2053k 0:05:16 0:05:16 --:--:-- 0 100 633M 0 0 100 633M 0 2046k 0:05:17 0:05:17 --:--:-- 0 100 633M 0 0 100 633M 0 2040k 0:05:18 0:05:18 --:--:-- 0 100 633M 0 0 100 633M 0 2033k 0:05:19 0:05:19 --:--:-- 0 100 633M 0 0 100 633M 0 2027k 0:05:20 0:05:20 --:--:-- 0 100 633M 0 0 100 633M 0 2021k 0:05:21 0:05:21 --:--:-- 0 100 633M 0 0 100 633M 0 2014k 0:05:22 0:05:22 --:--:-- 0 100 633M 0 0 100 633M 0 2008k 0:05:23 0:05:23 --:--:-- 0 100 633M 0 0 100 633M 0 2002k 0:05:24 0:05:24 --:--:-- 0 100 633M 0 0 100 633M 0 1996k 0:05:25 0:05:25 --:--:-- 0 100 633M 0 0 100 633M 0 1990k 0:05:26 0:05:26 --:--:-- 0 100 633M 0 0 100 633M 0 1983k 0:05:27 0:05:27 --:--:-- 0 100 633M 0 0 100 633M 0 1977k 0:05:28 0:05:28 --:--:-- 0 100 633M 0 0 100 633M 0 1971k 0:05:29 0:05:29 --:--:-- 0 100 633M 0 0 100 633M 0 1965k 0:05:30 0:05:30 --:--:-- 0 100 633M 0 0 100 633M 0 1959k 0:05:31 0:05:31 --:--:-- 0 100 633M 0 0 100 633M 0 1954k 0:05:32 0:05:32 --:--:-- 0 100 633M 0 0 100 633M 0 1948k 0:05:33 0:05:33 --:--:-- 0 100 633M 0 0 100 633M 0 1942k 0:05:34 0:05:34 --:--:-- 0 100 633M 0 0 100 633M 0 1936k 0:05:35 0:05:35 --:--:-- 0 100 633M 0 0 100 633M 0 1930k 0:05:36 0:05:36 --:--:-- 0 100 633M 0 0 100 633M 0 1925k 0:05:37 0:05:37 --:--:-- 0 100 633M 0 0 100 633M 0 1919k 0:05:38 0:05:38 --:--:-- 0 100 633M 0 0 100 633M 0 1913k 0:05:39 0:05:39 --:--:-- 0 100 633M 0 0 100 633M 0 1908k 0:05:40 0:05:40 --:--:-- 0 100 633M 0 0 100 633M 0 1902k 0:05:41 0:05:41 --:--:-- 0 100 633M 0 0 100 633M 0 1896k 0:05:42 0:05:42 --:--:-- 0 100 633M 0 0 100 633M 0 1891k 0:05:43 0:05:43 --:--:-- 0 100 633M 0 0 100 633M 0 1885k 0:05:44 0:05:44 --:--:-- 0 100 633M 0 0 100 633M 0 1880k 0:05:45 0:05:45 --:--:-- 0 100 633M 0 0 100 633M 0 1874k 0:05:46 0:05:46 --:--:-- 0 100 633M 0 0 100 633M 0 1869k 0:05:47 0:05:47 --:--:-- 0 100 633M 0 0 100 633M 0 1864k 0:05:48 0:05:48 --:--:-- 0 100 633M 0 0 100 633M 0 1858k 0:05:49 0:05:49 --:--:-- 0 100 633M 0 0 100 633M 0 1853k 0:05:50 0:05:50 --:--:-- 0 100 633M 0 0 100 633M 0 1848k 0:05:51 0:05:51 --:--:-- 0 100 633M 0 0 100 633M 0 1842k 0:05:52 0:05:52 --:--:-- 0 100 633M 0 0 100 633M 0 1837k 0:05:53 0:05:53 --:--:-- 0 100 633M 0 0 100 633M 0 1832k 0:05:54 0:05:54 --:--:-- 0 100 633M 0 0 100 633M 0 1827k 0:05:55 0:05:55 --:--:-- 0 100 633M 0 0 100 633M 0 1822k 0:05:56 0:05:56 --:--:-- 0 100 633M 0 0 100 633M 0 1817k 0:05:57 0:05:57 --:--:-- 0 100 633M 0 0 100 633M 0 1812k 0:05:58 0:05:58 --:--:-- 0 100 633M 0 0 100 633M 0 1806k 0:05:59 0:05:59 --:--:-- 0 100 633M 0 43 100 633M 0 1806k 0:05:59 0:05:59 --:--:-- 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 daxie [Pipeline] echo 上传失败:[] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo always [Pipeline] sh + rm -rf /senior/workspace/orin-slave32/master/.catkin_tools /senior/workspace/orin-slave32/master/build/ /senior/workspace/orin-slave32/master/devel/ /senior/workspace/orin-slave32/master/install /senior/workspace/orin-slave32/master/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] sh + cp -r /senior/workspace/commit/orin-slave32/master_tmp/avm /senior/workspace/commit/orin-slave32/master_tmp/cache_bag_node /senior/workspace/commit/orin-slave32/master_tmp/calibration_tools /senior/workspace/commit/orin-slave32/master_tmp/camera_driver /senior/workspace/commit/orin-slave32/master_tmp/chassis /senior/workspace/commit/orin-slave32/master_tmp/control /senior/workspace/commit/orin-slave32/master_tmp/crane_align /senior/workspace/commit/orin-slave32/master_tmp/data_collection /senior/workspace/commit/orin-slave32/master_tmp/fms_agent /senior/workspace/commit/orin-slave32/master_tmp/groundmarker_detection /senior/workspace/commit/orin-slave32/master_tmp/guardian /senior/workspace/commit/orin-slave32/master_tmp/hdcontrol /senior/workspace/commit/orin-slave32/master_tmp/hdmap /senior/workspace/commit/orin-slave32/master_tmp/hdmap_cloud /senior/workspace/commit/orin-slave32/master_tmp/hdmap_interface /senior/workspace/commit/orin-slave32/master_tmp/hesai_lidar /senior/workspace/commit/orin-slave32/master_tmp/imv_spreader_detection /senior/workspace/commit/orin-slave32/master_tmp/lane_detection /senior/workspace/commit/orin-slave32/master_tmp/login_sync_tool /senior/workspace/commit/orin-slave32/master_tmp/master /senior/workspace/commit/orin-slave32/master_tmp/mrpt2 /senior/workspace/commit/orin-slave32/master_tmp/msf_assistant /senior/workspace/commit/orin-slave32/master_tmp/msf_localization /senior/workspace/commit/orin-slave32/master_tmp/msg_recorder /senior/workspace/commit/orin-slave32/master_tmp/new_truck_spreader_detection /senior/workspace/commit/orin-slave32/master_tmp/node-manager /senior/workspace/commit/orin-slave32/master_tmp/node-manager-hmi /senior/workspace/commit/orin-slave32/master_tmp/node_manager_online /senior/workspace/commit/orin-slave32/master_tmp/perception_publisher /senior/workspace/commit/orin-slave32/master_tmp/performance_analyst /senior/workspace/commit/orin-slave32/master_tmp/peripheral_controller /senior/workspace/commit/orin-slave32/master_tmp/pnc /senior/workspace/commit/orin-slave32/master_tmp/prediction /senior/workspace/commit/orin-slave32/master_tmp/rcinterpreter /senior/workspace/commit/orin-slave32/master_tmp/rminterpreter /senior/workspace/commit/orin-slave32/master_tmp/ros-bridge /senior/workspace/commit/orin-slave32/master_tmp/rslidar_sdk /senior/workspace/commit/orin-slave32/master_tmp/rslidar_sdk_new /senior/workspace/commit/orin-slave32/master_tmp/rtsp_relayer /senior/workspace/commit/orin-slave32/master_tmp/schedule_manager /senior/workspace/commit/orin-slave32/master_tmp/segmentation /senior/workspace/commit/orin-slave32/master_tmp/shared_msgs /senior/workspace/commit/orin-slave32/master_tmp/sins_calibration_hmi /senior/workspace/commit/orin-slave32/master_tmp/snapshot_upload /senior/workspace/commit/orin-slave32/master_tmp/spreader_segmentation /senior/workspace/commit/orin-slave32/master_tmp/static_transform /senior/workspace/commit/orin-slave32/master_tmp/system_monitor /senior/workspace/commit/orin-slave32/master_tmp/system-ros /senior/workspace/commit/orin-slave32/master_tmp/thirdparty /senior/workspace/commit/orin-slave32/master_tmp/tools /senior/workspace/commit/orin-slave32/master_tmp/tos_visualize /senior/workspace/commit/orin-slave32/master_tmp/traffic_light_detection /senior/workspace/commit/orin-slave32/master_tmp/unified-system-monitor /senior/workspace/commit/orin-slave32/master_tmp/versions_observer /senior/workspace/commit/orin-slave32/master_tmp/warningModule /senior/workspace/commit/orin-slave32/master/ [Pipeline] sh + rm -rf /senior/workspace/commit/orin-slave32/master_tmp [Pipeline] readJSON [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 着箱阈值收紧&&同时计算top下一行的宽差 [Pipeline] echo 着箱保持逻辑取消->投票确定着箱 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 降低报警级别 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo command改为使用reserved_float_64_2 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 增加yaml-cpp [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 增加can 304 305报文发送 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo <!DOCTYPE html><html><head><meta charset="utf-8"><title>msg2html</title></head><body><h1>更新内容</h1><h2>模块名: cache_bag_node</h2><h2>模块名: calibration_tools</h2><h2>模块名: camera_driver</h2><h2>模块名: control</h2><h2>模块名: crane_align</h2><h2>模块名: data_collection</h2><h2>模块名: groundmarker_detection</h2><h2>模块名: guardian</h2><h2>模块名: hdcontrol</h2><h2>模块名: hdmap_cloud</h2><h2>模块名: hdmap_interface</h2><h2>模块名: hesai_lidar</h2><h2>模块名: imv_spreader_detection</h2><h3>note_out</h3><ul><li> 着箱阈值收紧&&同时计算top下一行的宽差</li><li> 着箱保持逻辑取消->投票确定着箱</li></ul><h2>模块名: lane_detection</h2><h2>模块名: mrpt2</h2><h2>模块名: msf_assistant</h2><h2>模块名: msf_localization</h2><h2>模块名: new_truck_spreader_detection</h2><h3>note_out</h3><ul><li> 降低报警级别</li></ul><h2>模块名: node-manager</h2><h2>模块名: node-manager-hmi</h2><h2>模块名: node_manager_online</h2><h2>模块名: perception_publisher</h2><h2>模块名: performance_analyst</h2><h2>模块名: peripheral_controller</h2><h2>模块名: pnc</h2><h2>模块名: prediction</h2><h2>模块名: rcinterpreter</h2><h3>feat_out</h3><ul><li>command改为使用reserved_float_64_2</li></ul><h2>模块名: rminterpreter</h2><h2>模块名: rslidar_sdk</h2><h2>模块名: rslidar_sdk_new</h2><h2>模块名: rtsp_relayer</h2><h2>模块名: segmentation</h2><h2>模块名: shared_msgs</h2><h2>模块名: sins_calibration_hmi</h2><h2>模块名: snapshot_upload</h2><h2>模块名: static_transform</h2><h2>模块名: system_monitor</h2><h2>模块名: system-ros</h2><h2>模块名: thirdparty</h2><h3>feat_out</h3><ul><li>增加yaml-cpp</li></ul><h2>模块名: tools</h2><h2>模块名: tos_visualize</h2><h2>模块名: unified-system-monitor</h2><h3>feat_out</h3><ul><li>增加can 304 305报文发送</li></ul><h2>模块名: versions_observer</h2><h2>模块名: warningModule</h2></body></html> [Pipeline] echo msg已经准备完成 [Pipeline] sh + touch /senior/workspace/orin-slave32/master/index.html [Pipeline] writeFile [Pipeline] echo html更新完成 [Pipeline] publishHTML [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /senior/workspace/orin-slave32/master to /var/lib/jenkins/jobs/orin-slave32/builds/353/htmlreports/update_20message [Pipeline] wrap [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo user: , telphone: null [Pipeline] echo 用户不存在列表中 [Pipeline] } [Pipeline] // script [Pipeline] sh + curl -X POST 'http://143.64.81.104:8080/robot/send?access_token=c4e318472bbd19d0449efb4060de213f730dc32b4bf44819381a8fa7adf61983' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"jenkins通知","text": "# 版本发布通知 ### [大榭全量包主机] --- - 版本名: [all_master_2026-02-03_10-46-37] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:liuhuan - 更新模块: [imv_spreader_detection][new_truck_spreader_detection][rcinterpreter][thirdparty][unified-system-monitor] - 上传平台: daxie - 任务号: [orin-slave32 #353] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-slave32/353/update_20message/index.html) > 请ota发布同学尽快发布验证,并在群里同步发布信息~ "},"at": {"atMobiles": [""],"isAtAll": "false"} }' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 779 100 27 100 752 207 5784 --:--:-- --:--:-- --:--:-- 5992 [Pipeline] echo {"errcode":0,"errmsg":"ok"} [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } Lock released on resource [Label: orin-arm, Quantity: 1] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS