Console Output

Skipping 3,708 KB.. Full Log
...............................................................................
_______________________________________________________________________________
Warnings << lidar_loc_v2:make /senior/workspace/orin-slave64/slave/logs/lidar_loc_v2/build.make.000.log
In file included from /senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:5:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h: In instantiation of ‘update::MapEvaluate<PointType>::MapEvaluate(const typename pcl::PointCloud<PointT>::Ptr&) [with PointType = pcl::PointXYZI; typename pcl::PointCloud<PointT>::Ptr = boost::shared_ptr<pcl::PointCloud<pcl::PointXYZI> >]’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:65:44: warning: ‘update::MapEvaluate<pcl::PointXYZI>::map_pcl_ptr_’ will be initialized after [-Wreorder]
   65 |   typename pcl::PointCloud<PointType>::Ptr map_pcl_ptr_ = nullptr;
      |                                            ^~~~~~~~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:49:40: warning:   ‘pcl::PointCloud<pcl::PointXYZI>::Ptr update::MapEvaluate<pcl::PointXYZI>::pcl_with_color’ [-Wreorder]
   49 |   pcl::PointCloud<pcl::PointXYZI>::Ptr pcl_with_color = nullptr;
      |                                        ^~~~~~~~~~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:41:3: warning:   when initialized here [-Wreorder]
   41 |   MapEvaluate(const typename pcl::PointCloud<PointType>::Ptr& map_pcl_ptr)
      |   ^~~~~~~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp: In instantiation of ‘void update::MapEvaluate<PointType>::ComEigenValue(update::OCTO_TREE_NODE<PointType>&) [with PointType = pcl::PointXYZI]’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:363:23: warning: variable ‘Uev’ set but not used [-Wunused-but-set-variable]
  363 |       Eigen::Matrix3f Uev = saes.eigenvectors();
      |                       ^~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp: In member function ‘void update::MapEvaluate<PointType>::DividePoints() [with PointType = pcl::PointXYZI]’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:309:9: warning: ‘child_index’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  309 |     int child_index;
      |         ^~~~~~~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp: In member function ‘std::string common::OverlayTextIntegrator::MeasStatusToString(int)’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:134:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  134 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:139:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  139 |   if (state >> 1U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:144:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  144 |   if (state >> 2U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:149:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  149 |   if (state >> 3U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:154:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  154 |   if (state >> 4U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:159:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  159 |   if (state >> 5U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:164:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  164 |   if (state >> 6U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/reflect_match/feature/feature_extractor.cpp: In member function ‘void loc::feature::FeatureExtractor::AccumulateFeature(const loc::feature::Feature&, const common::TimePose&, const PclPcdPtr&, loc::PclPcdPtr&)’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/reflect_match/feature/feature_extractor.cpp:266:8: warning: variable ‘stay_still’ set but not used [-Wunused-but-set-variable]
  266 |   bool stay_still = false;
      |        ^~~~~~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp: In function ‘std::string loc::MeasStatusToString(int)’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:187:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  187 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:192:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  192 |   if (state >> 1U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:197:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  197 |   if (state >> 2U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:202:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  202 |   if (state >> 3U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:207:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  207 |   if (state >> 4U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:212:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  212 |   if (state >> 5U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:217:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  217 |   if (state >> 6U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/app/lidar_loc_v2_node_impl.cpp: In member function ‘bool loc::LidarLocV2NodeImpl::ReceiveResetSignal(const int&)’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/app/lidar_loc_v2_node_impl.cpp:746:35: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  746 |   if (ins_meas_status >> 6U & 0x1 == 0x1) {
      |                               ~~~~^~~~~~
cd /senior/workspace/orin-slave64/slave/build/lidar_loc_v2; catkin build --get-env lidar_loc_v2 | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 15:18.6 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:18.7 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:18.8 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:18.9 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:19.0 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:19.1 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:19.2 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:19.3 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:19.4 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:19.5 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:19.6 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:19.7 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:19.8 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:19.9 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:20.0 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:20.1 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:20.2 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:20.3 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:20.4 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:20.5 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:20.6 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:20.7 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:20.8 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:20.9 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:21.0 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:21.1 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:21.2 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:21.3 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:21.4 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:21.5 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:21.6 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:21.7 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:21.8 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:21.9 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:22.0 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:22.1 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:22.2 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:22.3 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:22.4 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:22.5 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:22.6 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:22.7 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:22.8 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:22.9 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:23.0 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:23.1 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:23.2 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:23.3 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:23.4 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:23.5 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:23.6 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:23.7 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:23.8 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:23.9 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:24.0 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:24.1 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:24.2 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:24.3 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:24.4 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:24.5 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 15:24.6 s] [60/61 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
...............................................................................
Finished <<< lidar_loc_v2                                [ 8 minutes and 48.5 seconds ]
[build] Summary: All 61 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 39 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 15 minutes and 24.6 seconds total.                            
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] echo
不编译pnc或者缺少依赖
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo >>>>>>>>>>压缩成zip包>>>>>>>>>> [Pipeline] }
[Pipeline] // ansiColor [Pipeline] dir Running in /senior/workspace/orin-slave64/slave [Pipeline] { [Pipeline] sh + zip -rq all_slave_2025-06-20_21-47-02.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-slave64/slave all_slave_2025-06-20_21-47-02.zip build devel install logs src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-slave64/slave@tmp [Pipeline] echo /senior/workspace/orin-slave64/slave/all_slave_2025-06-20_21-47-02.zip,/senior/workspace/orin-slave64/slave/version.json [Pipeline] echo ------------------- 开始上传公网ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://ota.senior.auto/prod-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-slave64/slave/all_slave_2025-06-20_21-47-02.zip"' --form 'version=@"/senior/workspace/orin-slave64/slave/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 729M 0 0 15 109M 0 181M 0:00:04 --:--:-- 0:00:04 181M 58 729M 0 0 58 428M 0 267M 0:00:02 0:00:01 0:00:01 267M 100 729M 0 0 100 729M 0 205M 0:00:03 0:00:03 --:--:-- 205M 100 729M 0 0 100 729M 0 160M 0:00:04 0:00:04 --:--:-- 160M 100 729M 0 0 100 729M 0 131M 0:00:05 0:00:05 --:--:-- 131M 100 729M 0 0 100 729M 0 111M 0:00:06 0:00:06 --:--:-- 104M 100 729M 0 0 100 729M 0 96.6M 0:00:07 0:00:07 --:--:-- 50.6M 100 729M 0 0 100 729M 0 85.3M 0:00:08 0:00:08 --:--:-- 0 100 729M 0 0 100 729M 0 76.3M 0:00:09 0:00:09 --:--:-- 0 100 729M 0 0 100 729M 0 69.1M 0:00:10 0:00:10 --:--:-- 0 100 729M 0 0 100 729M 0 63.1M 0:00:11 0:00:11 --:--:-- 0 100 729M 0 0 100 729M 0 58.1M 0:00:12 0:00:12 --:--:-- 0 100 729M 0 0 100 729M 0 53.8M 0:00:13 0:00:13 --:--:-- 0 100 729M 0 0 100 729M 0 50.1M 0:00:14 0:00:14 --:--:-- 0 100 729M 0 0 100 729M 0 46.9M 0:00:15 0:00:15 --:--:-- 0 100 729M 0 0 100 729M 0 44.0M 0:00:16 0:00:16 --:--:-- 0 100 729M 0 0 100 729M 0 41.5M 0:00:17 0:00:17 --:--:-- 0 100 729M 0 0 100 729M 0 39.3M 0:00:18 0:00:18 --:--:-- 0 100 729M 0 0 100 729M 0 37.3M 0:00:19 0:00:19 --:--:-- 0 100 729M 0 0 100 729M 0 35.4M 0:00:20 0:00:20 --:--:-- 0 100 729M 0 0 100 729M 0 33.8M 0:00:21 0:00:21 --:--:-- 0 100 729M 0 0 100 729M 0 32.3M 0:00:22 0:00:22 --:--:-- 0 100 729M 0 0 100 729M 0 30.9M 0:00:23 0:00:23 --:--:-- 0 100 729M 0 43 100 729M 1 30.2M 0:00:24 0:00:24 --:--:-- 9 100 729M 0 43 100 729M 1 30.2M 0:00:24 0:00:24 --:--:-- 12 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://143.64.91.51:18081/prod-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-slave64/slave/all_slave_2025-06-20_21-47-02.zip"' --form 'version=@"/senior/workspace/orin-slave64/slave/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 46 729M 0 0 46 341M 0 367M 0:00:01 --:--:-- 0:00:01 367M 99 729M 0 0 99 726M 0 371M 0:00:01 0:00:01 --:--:-- 371M 100 729M 0 0 100 729M 0 222M 0:00:03 0:00:03 --:--:-- 222M 100 729M 0 0 100 729M 0 170M 0:00:04 0:00:04 --:--:-- 170M 100 729M 0 0 100 729M 0 138M 0:00:05 0:00:05 --:--:-- 138M 100 729M 0 0 100 729M 0 116M 0:00:06 0:00:06 --:--:-- 72.6M 100 729M 0 0 100 729M 0 100M 0:00:07 0:00:07 --:--:-- 568k 100 729M 0 0 100 729M 0 88.1M 0:00:08 0:00:08 --:--:-- 0 100 729M 0 0 100 729M 0 78.6M 0:00:09 0:00:09 --:--:-- 0 100 729M 0 0 100 729M 0 70.9M 0:00:10 0:00:10 --:--:-- 0 100 729M 0 0 100 729M 0 64.6M 0:00:11 0:00:11 --:--:-- 0 100 729M 0 0 100 729M 0 59.4M 0:00:12 0:00:12 --:--:-- 0 100 729M 0 0 100 729M 0 54.9M 0:00:13 0:00:13 --:--:-- 0 100 729M 0 0 100 729M 0 51.0M 0:00:14 0:00:14 --:--:-- 0 100 729M 0 0 100 729M 0 47.7M 0:00:15 0:00:15 --:--:-- 0 100 729M 0 0 100 729M 0 44.8M 0:00:16 0:00:16 --:--:-- 0 100 729M 0 0 100 729M 0 42.2M 0:00:17 0:00:17 --:--:-- 0 100 729M 0 0 100 729M 0 39.8M 0:00:18 0:00:18 --:--:-- 0 100 729M 0 0 100 729M 0 37.8M 0:00:19 0:00:19 --:--:-- 0 100 729M 0 0 100 729M 0 35.9M 0:00:20 0:00:20 --:--:-- 0 100 729M 0 0 100 729M 0 34.2M 0:00:21 0:00:21 --:--:-- 0 100 729M 0 0 100 729M 0 32.7M 0:00:22 0:00:22 --:--:-- 0 100 729M 0 0 100 729M 0 31.3M 0:00:23 0:00:23 --:--:-- 0 100 729M 0 0 100 729M 0 30.0M 0:00:24 0:00:24 --:--:-- 0 100 729M 0 0 100 729M 0 28.8M 0:00:25 0:00:25 --:--:-- 0 100 729M 0 0 100 729M 0 27.7M 0:00:26 0:00:26 --:--:-- 0 100 729M 0 0 100 729M 0 26.7M 0:00:27 0:00:27 --:--:-- 0 100 729M 0 0 100 729M 0 25.7M 0:00:28 0:00:28 --:--:-- 0 100 729M 0 0 100 729M 0 24.9M 0:00:29 0:00:29 --:--:-- 0 100 729M 0 0 100 729M 0 24.0M 0:00:30 0:00:30 --:--:-- 0 100 729M 0 0 100 729M 0 23.3M 0:00:31 0:00:31 --:--:-- 0 100 729M 0 0 100 729M 0 22.5M 0:00:32 0:00:32 --:--:-- 0 100 729M 0 0 100 729M 0 21.9M 0:00:33 0:00:33 --:--:-- 0 100 729M 0 0 100 729M 0 21.2M 0:00:34 0:00:34 --:--:-- 0 100 729M 0 0 100 729M 0 20.6M 0:00:35 0:00:35 --:--:-- 0 100 729M 0 0 100 729M 0 20.0M 0:00:36 0:00:36 --:--:-- 0 100 729M 0 0 100 729M 0 19.5M 0:00:37 0:00:37 --:--:-- 0 100 729M 0 0 100 729M 0 19.0M 0:00:38 0:00:38 --:--:-- 0 100 729M 0 0 100 729M 0 18.5M 0:00:39 0:00:39 --:--:-- 0 100 729M 0 0 100 729M 0 18.1M 0:00:40 0:00:40 --:--:-- 0 100 729M 0 0 100 729M 0 17.6M 0:00:41 0:00:41 --:--:-- 0 100 729M 0 0 100 729M 0 17.2M 0:00:42 0:00:42 --:--:-- 0 100 729M 0 0 100 729M 0 16.8M 0:00:43 0:00:43 --:--:-- 0 100 729M 0 0 100 729M 0 16.4M 0:00:44 0:00:44 --:--:-- 0 100 729M 0 0 100 729M 0 16.1M 0:00:45 0:00:45 --:--:-- 0 100 729M 0 0 100 729M 0 15.7M 0:00:46 0:00:46 --:--:-- 0 100 729M 0 0 100 729M 0 15.4M 0:00:47 0:00:47 --:--:-- 0 100 729M 0 0 100 729M 0 15.1M 0:00:48 0:00:48 --:--:-- 0 100 729M 0 0 100 729M 0 14.7M 0:00:49 0:00:49 --:--:-- 0 100 729M 0 0 100 729M 0 14.5M 0:00:50 0:00:50 --:--:-- 0 100 729M 0 0 100 729M 0 14.2M 0:00:51 0:00:51 --:--:-- 0 100 729M 0 0 100 729M 0 13.9M 0:00:52 0:00:52 --:--:-- 0 100 729M 0 0 100 729M 0 13.6M 0:00:53 0:00:53 --:--:-- 0 100 729M 0 0 100 729M 0 13.4M 0:00:54 0:00:54 --:--:-- 0 100 729M 0 0 100 729M 0 13.1M 0:00:55 0:00:55 --:--:-- 0 100 729M 0 0 100 729M 0 12.9M 0:00:56 0:00:56 --:--:-- 0 100 729M 0 0 100 729M 0 12.7M 0:00:57 0:00:57 --:--:-- 0 100 729M 0 0 100 729M 0 12.5M 0:00:58 0:00:58 --:--:-- 0 100 729M 0 0 100 729M 0 12.2M 0:00:59 0:00:59 --:--:-- 0 100 729M 0 0 100 729M 0 12.0M 0:01:00 0:01:00 --:--:-- 0 100 729M 0 0 100 729M 0 11.8M 0:01:01 0:01:01 --:--:-- 0 100 729M 0 0 100 729M 0 11.7M 0:01:02 0:01:02 --:--:-- 0 100 729M 0 0 100 729M 0 11.5M 0:01:03 0:01:03 --:--:-- 0 100 729M 0 0 100 729M 0 11.3M 0:01:04 0:01:04 --:--:-- 0 100 729M 0 0 100 729M 0 11.1M 0:01:05 0:01:05 --:--:-- 0 100 729M 0 0 100 729M 0 10.9M 0:01:06 0:01:06 --:--:-- 0 100 729M 0 0 100 729M 0 10.8M 0:01:07 0:01:07 --:--:-- 0 100 729M 0 0 100 729M 0 10.6M 0:01:08 0:01:08 --:--:-- 0 100 729M 0 0 100 729M 0 10.5M 0:01:09 0:01:09 --:--:-- 0 100 729M 0 0 100 729M 0 10.3M 0:01:10 0:01:10 --:--:-- 0 100 729M 0 0 100 729M 0 10.2M 0:01:11 0:01:11 --:--:-- 0 100 729M 0 0 100 729M 0 10.0M 0:01:12 0:01:12 --:--:-- 0 100 729M 0 0 100 729M 0 9.9M 0:01:13 0:01:13 --:--:-- 0 100 729M 0 0 100 729M 0 9.8M 0:01:14 0:01:14 --:--:-- 0 100 729M 0 0 100 729M 0 9916k 0:01:15 0:01:15 --:--:-- 0 100 729M 0 0 100 729M 0 9786k 0:01:16 0:01:16 --:--:-- 0 100 729M 0 0 100 729M 0 9659k 0:01:17 0:01:17 --:--:-- 0 100 729M 0 0 100 729M 0 9536k 0:01:18 0:01:18 --:--:-- 0 100 729M 0 0 100 729M 0 9416k 0:01:19 0:01:19 --:--:-- 0 100 729M 0 0 100 729M 0 9298k 0:01:20 0:01:20 --:--:-- 0 100 729M 0 0 100 729M 0 9184k 0:01:21 0:01:21 --:--:-- 0 100 729M 0 0 100 729M 0 9072k 0:01:22 0:01:22 --:--:-- 0 100 729M 0 0 100 729M 0 8963k 0:01:23 0:01:23 --:--:-- 0 100 729M 0 0 100 729M 0 8857k 0:01:24 0:01:24 --:--:-- 0 100 729M 0 0 100 729M 0 8753k 0:01:25 0:01:25 --:--:-- 0 100 729M 0 0 100 729M 0 8652k 0:01:26 0:01:26 --:--:-- 0 100 729M 0 0 100 729M 0 8552k 0:01:27 0:01:27 --:--:-- 0 100 729M 0 0 100 729M 0 8456k 0:01:28 0:01:28 --:--:-- 0 100 729M 0 0 100 729M 0 8361k 0:01:29 0:01:29 --:--:-- 0 100 729M 0 0 100 729M 0 8268k 0:01:30 0:01:30 --:--:-- 0 100 729M 0 0 100 729M 0 8178k 0:01:31 0:01:31 --:--:-- 0 100 729M 0 0 100 729M 0 8089k 0:01:32 0:01:32 --:--:-- 0 100 729M 0 0 100 729M 0 8002k 0:01:33 0:01:33 --:--:-- 0 100 729M 0 0 100 729M 0 7917k 0:01:34 0:01:34 --:--:-- 0 100 729M 0 0 100 729M 0 7834k 0:01:35 0:01:35 --:--:-- 0 100 729M 0 0 100 729M 0 7753k 0:01:36 0:01:36 --:--:-- 0 100 729M 0 0 100 729M 0 7673k 0:01:37 0:01:37 --:--:-- 0 100 729M 0 0 100 729M 0 7595k 0:01:38 0:01:38 --:--:-- 0 100 729M 0 0 100 729M 0 7519k 0:01:39 0:01:39 --:--:-- 0 100 729M 0 0 100 729M 0 7444k 0:01:40 0:01:40 --:--:-- 0 100 729M 0 0 100 729M 0 7370k 0:01:41 0:01:41 --:--:-- 0 100 729M 0 0 100 729M 0 7298k 0:01:42 0:01:42 --:--:-- 0 100 729M 0 0 100 729M 0 7227k 0:01:43 0:01:43 --:--:-- 0 100 729M 0 0 100 729M 0 7158k 0:01:44 0:01:44 --:--:-- 0 100 729M 0 0 100 729M 0 7090k 0:01:45 0:01:45 --:--:-- 0 100 729M 0 0 100 729M 0 7023k 0:01:46 0:01:46 --:--:-- 0 100 729M 0 0 100 729M 0 6958k 0:01:47 0:01:47 --:--:-- 0 100 729M 0 0 100 729M 0 6894k 0:01:48 0:01:48 --:--:-- 0 100 729M 0 0 100 729M 0 6830k 0:01:49 0:01:49 --:--:-- 0 100 729M 0 0 100 729M 0 6768k 0:01:50 0:01:50 --:--:-- 0 100 729M 0 0 100 729M 0 6708k 0:01:51 0:01:51 --:--:-- 0 100 729M 0 0 100 729M 0 6648k 0:01:52 0:01:52 --:--:-- 0 100 729M 0 0 100 729M 0 6589k 0:01:53 0:01:53 --:--:-- 0 100 729M 0 0 100 729M 0 6532k 0:01:54 0:01:54 --:--:-- 0 100 729M 0 0 100 729M 0 6475k 0:01:55 0:01:55 --:--:-- 0 100 729M 0 0 100 729M 0 6419k 0:01:56 0:01:56 --:--:-- 0 100 729M 0 0 100 729M 0 6364k 0:01:57 0:01:57 --:--:-- 0 100 729M 0 0 100 729M 0 6311k 0:01:58 0:01:58 --:--:-- 0 100 729M 0 0 100 729M 0 6258k 0:01:59 0:01:59 --:--:-- 0 100 729M 0 0 100 729M 0 6206k 0:02:00 0:02:00 --:--:-- 0 100 729M 0 0 100 729M 0 6154k 0:02:01 0:02:01 --:--:-- 0 100 729M 0 0 100 729M 0 6104k 0:02:02 0:02:02 --:--:-- 0 100 729M 0 0 100 729M 0 6055k 0:02:03 0:02:03 --:--:-- 0 100 729M 0 0 100 729M 0 6006k 0:02:04 0:02:04 --:--:-- 0 100 729M 0 0 100 729M 0 5958k 0:02:05 0:02:05 --:--:-- 0 100 729M 0 0 100 729M 0 5911k 0:02:06 0:02:06 --:--:-- 0 100 729M 0 0 100 729M 0 5864k 0:02:07 0:02:07 --:--:-- 0 100 729M 0 0 100 729M 0 5819k 0:02:08 0:02:08 --:--:-- 0 100 729M 0 0 100 729M 0 5774k 0:02:09 0:02:09 --:--:-- 0 100 729M 0 0 100 729M 0 5729k 0:02:10 0:02:10 --:--:-- 0 100 729M 0 0 100 729M 0 5686k 0:02:11 0:02:11 --:--:-- 0 100 729M 0 0 100 729M 0 5643k 0:02:12 0:02:12 --:--:-- 0 100 729M 0 0 100 729M 0 5600k 0:02:13 0:02:13 --:--:-- 0 100 729M 0 0 100 729M 0 5559k 0:02:14 0:02:14 --:--:-- 0 100 729M 0 0 100 729M 0 5517k 0:02:15 0:02:15 --:--:-- 0 100 729M 0 0 100 729M 0 5477k 0:02:16 0:02:16 --:--:-- 0 100 729M 0 0 100 729M 0 5437k 0:02:17 0:02:17 --:--:-- 0 100 729M 0 0 100 729M 0 5398k 0:02:18 0:02:18 --:--:-- 0 100 729M 0 0 100 729M 0 5359k 0:02:19 0:02:19 --:--:-- 0 100 729M 0 0 100 729M 0 5321k 0:02:20 0:02:20 --:--:-- 0 100 729M 0 0 100 729M 0 5283k 0:02:21 0:02:21 --:--:-- 0 100 729M 0 0 100 729M 0 5246k 0:02:22 0:02:22 --:--:-- 0 100 729M 0 0 100 729M 0 5209k 0:02:23 0:02:23 --:--:-- 0 100 729M 0 0 100 729M 0 5173k 0:02:24 0:02:24 --:--:-- 0 100 729M 0 0 100 729M 0 5138k 0:02:25 0:02:25 --:--:-- 0 100 729M 0 0 100 729M 0 5102k 0:02:26 0:02:26 --:--:-- 0 100 729M 0 0 100 729M 0 5068k 0:02:27 0:02:27 --:--:-- 0 100 729M 0 0 100 729M 0 5034k 0:02:28 0:02:28 --:--:-- 0 100 729M 0 0 100 729M 0 5000k 0:02:29 0:02:29 --:--:-- 0 100 729M 0 0 100 729M 0 4967k 0:02:30 0:02:30 --:--:-- 0 100 729M 0 0 100 729M 0 4934k 0:02:31 0:02:31 --:--:-- 0 100 729M 0 0 100 729M 0 4901k 0:02:32 0:02:32 --:--:-- 0 100 729M 0 0 100 729M 0 4869k 0:02:33 0:02:33 --:--:-- 0 100 729M 0 0 100 729M 0 4838k 0:02:34 0:02:34 --:--:-- 0 100 729M 0 0 100 729M 0 4807k 0:02:35 0:02:35 --:--:-- 0 100 729M 0 0 100 729M 0 4776k 0:02:36 0:02:36 --:--:-- 0 100 729M 0 0 100 729M 0 4746k 0:02:37 0:02:37 --:--:-- 0 100 729M 0 0 100 729M 0 4716k 0:02:38 0:02:38 --:--:-- 0 100 729M 0 0 100 729M 0 4686k 0:02:39 0:02:39 --:--:-- 0 100 729M 0 0 100 729M 0 4657k 0:02:40 0:02:40 --:--:-- 0 100 729M 0 0 100 729M 0 4628k 0:02:41 0:02:41 --:--:-- 0 100 729M 0 0 100 729M 0 4599k 0:02:42 0:02:42 --:--:-- 0 100 729M 0 0 100 729M 0 4571k 0:02:43 0:02:43 --:--:-- 0 100 729M 0 0 100 729M 0 4543k 0:02:44 0:02:44 --:--:-- 0 100 729M 0 0 100 729M 0 4516k 0:02:45 0:02:45 --:--:-- 0 100 729M 0 0 100 729M 0 4489k 0:02:46 0:02:46 --:--:-- 0 100 729M 0 0 100 729M 0 4462k 0:02:47 0:02:47 --:--:-- 0 100 729M 0 0 100 729M 0 4435k 0:02:48 0:02:48 --:--:-- 0 100 729M 0 0 100 729M 0 4409k 0:02:49 0:02:49 --:--:-- 0 100 729M 0 0 100 729M 0 4383k 0:02:50 0:02:50 --:--:-- 0 100 729M 0 0 100 729M 0 4358k 0:02:51 0:02:51 --:--:-- 0 100 729M 0 0 100 729M 0 4332k 0:02:52 0:02:52 --:--:-- 0 100 729M 0 0 100 729M 0 4307k 0:02:53 0:02:53 --:--:-- 0 100 729M 0 0 100 729M 0 4283k 0:02:54 0:02:54 --:--:-- 0 100 729M 0 0 100 729M 0 4258k 0:02:55 0:02:55 --:--:-- 0 100 729M 0 0 100 729M 0 4234k 0:02:56 0:02:56 --:--:-- 0 100 729M 0 0 100 729M 0 4210k 0:02:57 0:02:57 --:--:-- 0 100 729M 0 0 100 729M 0 4186k 0:02:58 0:02:58 --:--:-- 0 100 729M 0 0 100 729M 0 4163k 0:02:59 0:02:59 --:--:-- 0 100 729M 0 0 100 729M 0 4140k 0:03:00 0:03:00 --:--:-- 0 100 729M 0 0 100 729M 0 4117k 0:03:01 0:03:01 --:--:-- 0 100 729M 0 0 100 729M 0 4095k 0:03:02 0:03:02 --:--:-- 0 100 729M 0 0 100 729M 0 4072k 0:03:03 0:03:03 --:--:-- 0 100 729M 0 0 100 729M 0 4050k 0:03:04 0:03:04 --:--:-- 0 100 729M 0 0 100 729M 0 4028k 0:03:05 0:03:05 --:--:-- 0 100 729M 0 0 100 729M 0 4007k 0:03:06 0:03:06 --:--:-- 0 100 729M 0 0 100 729M 0 3985k 0:03:07 0:03:07 --:--:-- 0 100 729M 0 0 100 729M 0 3964k 0:03:08 0:03:08 --:--:-- 0 100 729M 0 0 100 729M 0 3943k 0:03:09 0:03:09 --:--:-- 0 100 729M 0 0 100 729M 0 3922k 0:03:10 0:03:10 --:--:-- 0 100 729M 0 0 100 729M 0 3902k 0:03:11 0:03:11 --:--:-- 0 100 729M 0 0 100 729M 0 3882k 0:03:12 0:03:12 --:--:-- 0 100 729M 0 0 100 729M 0 3862k 0:03:13 0:03:13 --:--:-- 0 100 729M 0 0 100 729M 0 3842k 0:03:14 0:03:14 --:--:-- 0 100 729M 0 0 100 729M 0 3822k 0:03:15 0:03:15 --:--:-- 0 100 729M 0 0 100 729M 0 3802k 0:03:16 0:03:16 --:--:-- 0 100 729M 0 0 100 729M 0 3783k 0:03:17 0:03:17 --:--:-- 0 100 729M 0 0 100 729M 0 3764k 0:03:18 0:03:18 --:--:-- 0 100 729M 0 0 100 729M 0 3745k 0:03:19 0:03:19 --:--:-- 0 100 729M 0 0 100 729M 0 3727k 0:03:20 0:03:20 --:--:-- 0 100 729M 0 0 100 729M 0 3708k 0:03:21 0:03:21 --:--:-- 0 100 729M 0 0 100 729M 0 3690k 0:03:22 0:03:22 --:--:-- 0 100 729M 0 0 100 729M 0 3672k 0:03:23 0:03:23 --:--:-- 0 100 729M 0 0 100 729M 0 3654k 0:03:24 0:03:24 --:--:-- 0 100 729M 0 0 100 729M 0 3636k 0:03:25 0:03:25 --:--:-- 0 100 729M 0 0 100 729M 0 3618k 0:03:26 0:03:26 --:--:-- 0 100 729M 0 0 100 729M 0 3601k 0:03:27 0:03:27 --:--:-- 0 100 729M 0 0 100 729M 0 3583k 0:03:28 0:03:28 --:--:-- 0 100 729M 0 0 100 729M 0 3566k 0:03:29 0:03:29 --:--:-- 0 100 729M 0 0 100 729M 0 3549k 0:03:30 0:03:30 --:--:-- 0 100 729M 0 0 100 729M 0 3532k 0:03:31 0:03:31 --:--:-- 0 100 729M 0 0 100 729M 0 3516k 0:03:32 0:03:32 --:--:-- 0 100 729M 0 0 100 729M 0 3499k 0:03:33 0:03:33 --:--:-- 0 100 729M 0 0 100 729M 0 3483k 0:03:34 0:03:34 --:--:-- 0 100 729M 0 0 100 729M 0 3467k 0:03:35 0:03:35 --:--:-- 0 100 729M 0 0 100 729M 0 3451k 0:03:36 0:03:36 --:--:-- 0 100 729M 0 0 100 729M 0 3435k 0:03:37 0:03:37 --:--:-- 0 100 729M 0 0 100 729M 0 3419k 0:03:38 0:03:38 --:--:-- 0 100 729M 0 0 100 729M 0 3404k 0:03:39 0:03:39 --:--:-- 0 100 729M 0 0 100 729M 0 3388k 0:03:40 0:03:40 --:--:-- 0 100 729M 0 0 100 729M 0 3373k 0:03:41 0:03:41 --:--:-- 0 100 729M 0 0 100 729M 0 3358k 0:03:42 0:03:42 --:--:-- 0 100 729M 0 0 100 729M 0 3343k 0:03:43 0:03:43 --:--:-- 0 100 729M 0 0 100 729M 0 3328k 0:03:44 0:03:44 --:--:-- 0 100 729M 0 0 100 729M 0 3313k 0:03:45 0:03:45 --:--:-- 0 100 729M 0 0 100 729M 0 3298k 0:03:46 0:03:46 --:--:-- 0 100 729M 0 0 100 729M 0 3284k 0:03:47 0:03:47 --:--:-- 0 100 729M 0 0 100 729M 0 3269k 0:03:48 0:03:48 --:--:-- 0 100 729M 0 0 100 729M 0 3255k 0:03:49 0:03:49 --:--:-- 0 100 729M 0 0 100 729M 0 3241k 0:03:50 0:03:50 --:--:-- 0 100 729M 0 0 100 729M 0 3227k 0:03:51 0:03:51 --:--:-- 0 100 729M 0 0 100 729M 0 3213k 0:03:52 0:03:52 --:--:-- 0 100 729M 0 0 100 729M 0 3199k 0:03:53 0:03:53 --:--:-- 0 100 729M 0 0 100 729M 0 3186k 0:03:54 0:03:54 --:--:-- 0 100 729M 0 0 100 729M 0 3172k 0:03:55 0:03:55 --:--:-- 0 100 729M 0 0 100 729M 0 3159k 0:03:56 0:03:56 --:--:-- 0 100 729M 0 0 100 729M 0 3145k 0:03:57 0:03:57 --:--:-- 0 100 729M 0 0 100 729M 0 3132k 0:03:58 0:03:58 --:--:-- 0 100 729M 0 0 100 729M 0 3119k 0:03:59 0:03:59 --:--:-- 0 100 729M 0 0 100 729M 0 3106k 0:04:00 0:04:00 --:--:-- 0 100 729M 0 0 100 729M 0 3093k 0:04:01 0:04:01 --:--:-- 0 100 729M 0 0 100 729M 0 3080k 0:04:02 0:04:02 --:--:-- 0 100 729M 0 0 100 729M 0 3068k 0:04:03 0:04:03 --:--:-- 0 100 729M 0 0 100 729M 0 3055k 0:04:04 0:04:04 --:--:-- 0 100 729M 0 0 100 729M 0 3043k 0:04:05 0:04:05 --:--:-- 0 100 729M 0 0 100 729M 0 3030k 0:04:06 0:04:06 --:--:-- 0 100 729M 0 0 100 729M 0 3018k 0:04:07 0:04:07 --:--:-- 0 100 729M 0 0 100 729M 0 3006k 0:04:08 0:04:08 --:--:-- 0 100 729M 0 0 100 729M 0 2994k 0:04:09 0:04:09 --:--:-- 0 100 729M 0 0 100 729M 0 2982k 0:04:10 0:04:10 --:--:-- 0 100 729M 0 0 100 729M 0 2970k 0:04:11 0:04:11 --:--:-- 0 100 729M 0 0 100 729M 0 2958k 0:04:12 0:04:12 --:--:-- 0 100 729M 0 0 100 729M 0 2947k 0:04:13 0:04:13 --:--:-- 0 100 729M 0 0 100 729M 0 2935k 0:04:14 0:04:14 --:--:-- 0 100 729M 0 0 100 729M 0 2924k 0:04:15 0:04:15 --:--:-- 0 100 729M 0 0 100 729M 0 2912k 0:04:16 0:04:16 --:--:-- 0 100 729M 0 0 100 729M 0 2901k 0:04:17 0:04:17 --:--:-- 0 100 729M 0 0 100 729M 0 2890k 0:04:18 0:04:18 --:--:-- 0 100 729M 0 0 100 729M 0 2878k 0:04:19 0:04:19 --:--:-- 0 100 729M 0 0 100 729M 0 2867k 0:04:20 0:04:20 --:--:-- 0 100 729M 0 0 100 729M 0 2856k 0:04:21 0:04:21 --:--:-- 0 100 729M 0 0 100 729M 0 2845k 0:04:22 0:04:22 --:--:-- 0 100 729M 0 0 100 729M 0 2835k 0:04:23 0:04:23 --:--:-- 0 100 729M 0 0 100 729M 0 2824k 0:04:24 0:04:24 --:--:-- 0 100 729M 0 0 100 729M 0 2813k 0:04:25 0:04:25 --:--:-- 0 100 729M 0 0 100 729M 0 2803k 0:04:26 0:04:26 --:--:-- 0 100 729M 0 0 100 729M 0 2792k 0:04:27 0:04:27 --:--:-- 0 100 729M 0 0 100 729M 0 2782k 0:04:28 0:04:28 --:--:-- 0 100 729M 0 0 100 729M 0 2771k 0:04:29 0:04:29 --:--:-- 0 100 729M 0 0 100 729M 0 2761k 0:04:30 0:04:30 --:--:-- 0 100 729M 0 0 100 729M 0 2751k 0:04:31 0:04:31 --:--:-- 0 100 729M 0 0 100 729M 0 2741k 0:04:32 0:04:32 --:--:-- 0 100 729M 0 0 100 729M 0 2731k 0:04:33 0:04:33 --:--:-- 0 100 729M 0 0 100 729M 0 2721k 0:04:34 0:04:34 --:--:-- 0 100 729M 0 0 100 729M 0 2711k 0:04:35 0:04:35 --:--:-- 0 100 729M 0 0 100 729M 0 2701k 0:04:36 0:04:36 --:--:-- 0 100 729M 0 0 100 729M 0 2692k 0:04:37 0:04:37 --:--:-- 0 100 729M 0 0 100 729M 0 2682k 0:04:38 0:04:38 --:--:-- 0 100 729M 0 0 100 729M 0 2672k 0:04:39 0:04:39 --:--:-- 0 100 729M 0 0 100 729M 0 2663k 0:04:40 0:04:40 --:--:-- 0 100 729M 0 0 100 729M 0 2653k 0:04:41 0:04:41 --:--:-- 0 100 729M 0 0 100 729M 0 2644k 0:04:42 0:04:42 --:--:-- 0 100 729M 0 0 100 729M 0 2634k 0:04:43 0:04:43 --:--:-- 0 100 729M 0 0 100 729M 0 2625k 0:04:44 0:04:44 --:--:-- 0 100 729M 0 0 100 729M 0 2616k 0:04:45 0:04:45 --:--:-- 0 100 729M 0 0 100 729M 0 2607k 0:04:46 0:04:46 --:--:-- 0 100 729M 0 0 100 729M 0 2598k 0:04:47 0:04:47 --:--:-- 0 100 729M 0 0 100 729M 0 2589k 0:04:48 0:04:48 --:--:-- 0 100 729M 0 0 100 729M 0 2580k 0:04:49 0:04:49 --:--:-- 0 100 729M 0 0 100 729M 0 2571k 0:04:50 0:04:50 --:--:-- 0 100 729M 0 0 100 729M 0 2562k 0:04:51 0:04:51 --:--:-- 0 100 729M 0 0 100 729M 0 2553k 0:04:52 0:04:52 --:--:-- 0 100 729M 0 0 100 729M 0 2545k 0:04:53 0:04:53 --:--:-- 0 100 729M 0 0 100 729M 0 2536k 0:04:54 0:04:54 --:--:-- 0 100 729M 0 0 100 729M 0 2527k 0:04:55 0:04:55 --:--:-- 0 100 729M 0 0 100 729M 0 2519k 0:04:56 0:04:56 --:--:-- 0 100 729M 0 0 100 729M 0 2510k 0:04:57 0:04:57 --:--:-- 0 100 729M 0 0 100 729M 0 2502k 0:04:58 0:04:58 --:--:-- 0 100 729M 0 0 100 729M 0 2494k 0:04:59 0:04:59 --:--:-- 0 100 729M 0 0 100 729M 0 2485k 0:05:00 0:05:00 --:--:-- 0 100 729M 0 0 100 729M 0 2477k 0:05:01 0:05:01 --:--:-- 0 100 729M 0 0 100 729M 0 2469k 0:05:02 0:05:02 --:--:-- 0 100 729M 0 0 100 729M 0 2461k 0:05:03 0:05:03 --:--:-- 0 100 729M 0 0 100 729M 0 2453k 0:05:04 0:05:04 --:--:-- 0 100 729M 0 0 100 729M 0 2445k 0:05:05 0:05:05 --:--:-- 0 100 729M 0 0 100 729M 0 2437k 0:05:06 0:05:06 --:--:-- 0 100 729M 0 0 100 729M 0 2429k 0:05:07 0:05:07 --:--:-- 0 100 729M 0 0 100 729M 0 2421k 0:05:08 0:05:08 --:--:-- 0 100 729M 0 0 100 729M 0 2413k 0:05:09 0:05:09 --:--:-- 0 100 729M 0 0 100 729M 0 2405k 0:05:10 0:05:10 --:--:-- 0 100 729M 0 0 100 729M 0 2397k 0:05:11 0:05:11 --:--:-- 0 100 729M 0 0 100 729M 0 2390k 0:05:12 0:05:12 --:--:-- 0 100 729M 0 0 100 729M 0 2382k 0:05:13 0:05:13 --:--:-- 0 100 729M 0 0 100 729M 0 2375k 0:05:14 0:05:14 --:--:-- 0 100 729M 0 0 100 729M 0 2367k 0:05:15 0:05:15 --:--:-- 0 100 729M 0 0 100 729M 0 2360k 0:05:16 0:05:16 --:--:-- 0 100 729M 0 0 100 729M 0 2352k 0:05:17 0:05:17 --:--:-- 0 100 729M 0 0 100 729M 0 2345k 0:05:18 0:05:18 --:--:-- 0 100 729M 0 0 100 729M 0 2337k 0:05:19 0:05:19 --:--:-- 0 100 729M 0 0 100 729M 0 2330k 0:05:20 0:05:20 --:--:-- 0 100 729M 0 0 100 729M 0 2323k 0:05:21 0:05:21 --:--:-- 0 100 729M 0 0 100 729M 0 2316k 0:05:22 0:05:22 --:--:-- 0 100 729M 0 0 100 729M 0 2308k 0:05:23 0:05:23 --:--:-- 0 100 729M 0 0 100 729M 0 2301k 0:05:24 0:05:24 --:--:-- 0 100 729M 0 0 100 729M 0 2294k 0:05:25 0:05:25 --:--:-- 0 100 729M 0 0 100 729M 0 2287k 0:05:26 0:05:26 --:--:-- 0 100 729M 0 0 100 729M 0 2280k 0:05:27 0:05:27 --:--:-- 0 100 729M 0 0 100 729M 0 2273k 0:05:28 0:05:28 --:--:-- 0 100 729M 0 0 100 729M 0 2266k 0:05:29 0:05:29 --:--:-- 0 100 729M 0 0 100 729M 0 2259k 0:05:30 0:05:30 --:--:-- 0 100 729M 0 0 100 729M 0 2253k 0:05:31 0:05:31 --:--:-- 0 100 729M 0 0 100 729M 0 2246k 0:05:32 0:05:32 --:--:-- 0 100 729M 0 0 100 729M 0 2239k 0:05:33 0:05:33 --:--:-- 0 100 729M 0 0 100 729M 0 2232k 0:05:34 0:05:34 --:--:-- 0 100 729M 0 0 100 729M 0 2226k 0:05:35 0:05:35 --:--:-- 0 100 729M 0 0 100 729M 0 2219k 0:05:36 0:05:36 --:--:-- 0 100 729M 0 0 100 729M 0 2213k 0:05:37 0:05:37 --:--:-- 0 100 729M 0 0 100 729M 0 2206k 0:05:38 0:05:38 --:--:-- 0 100 729M 0 0 100 729M 0 2200k 0:05:39 0:05:39 --:--:-- 0 100 729M 0 0 100 729M 0 2193k 0:05:40 0:05:40 --:--:-- 0 100 729M 0 0 100 729M 0 2187k 0:05:41 0:05:41 --:--:-- 0 100 729M 0 0 100 729M 0 2180k 0:05:42 0:05:42 --:--:-- 0 100 729M 0 0 100 729M 0 2174k 0:05:43 0:05:43 --:--:-- 0 100 729M 0 0 100 729M 0 2168k 0:05:44 0:05:44 --:--:-- 0 100 729M 0 0 100 729M 0 2161k 0:05:45 0:05:45 --:--:-- 0 100 729M 0 0 100 729M 0 2155k 0:05:46 0:05:46 --:--:-- 0 100 729M 0 0 100 729M 0 2149k 0:05:47 0:05:47 --:--:-- 0 100 729M 0 0 100 729M 0 2143k 0:05:48 0:05:48 --:--:-- 0 100 729M 0 0 100 729M 0 2137k 0:05:49 0:05:49 --:--:-- 0 100 729M 0 0 100 729M 0 2130k 0:05:50 0:05:50 --:--:-- 0 100 729M 0 0 100 729M 0 2124k 0:05:51 0:05:51 --:--:-- 0 100 729M 0 0 100 729M 0 2118k 0:05:52 0:05:52 --:--:-- 0 100 729M 0 0 100 729M 0 2112k 0:05:53 0:05:53 --:--:-- 0 100 729M 0 0 100 729M 0 2106k 0:05:54 0:05:54 --:--:-- 0 100 729M 0 0 100 729M 0 2100k 0:05:55 0:05:55 --:--:-- 0 100 729M 0 0 100 729M 0 2095k 0:05:56 0:05:56 --:--:-- 0 100 729M 0 0 100 729M 0 2089k 0:05:57 0:05:57 --:--:-- 0 100 729M 0 0 100 729M 0 2083k 0:05:58 0:05:58 --:--:-- 0 100 729M 0 0 100 729M 0 2077k 0:05:59 0:05:59 --:--:-- 0 100 729M 0 0 100 729M 0 2071k 0:06:00 0:06:00 --:--:-- 0 100 729M 0 0 100 729M 0 2066k 0:06:01 0:06:01 --:--:-- 0 100 729M 0 0 100 729M 0 2060k 0:06:02 0:06:02 --:--:-- 0 100 729M 0 0 100 729M 0 2054k 0:06:03 0:06:03 --:--:-- 0 100 729M 0 0 100 729M 0 2049k 0:06:04 0:06:04 --:--:-- 0 100 729M 0 0 100 729M 0 2043k 0:06:05 0:06:05 --:--:-- 0 100 729M 0 0 100 729M 0 2037k 0:06:06 0:06:06 --:--:-- 0 100 729M 0 0 100 729M 0 2032k 0:06:07 0:06:07 --:--:-- 0 100 729M 0 0 100 729M 0 2026k 0:06:08 0:06:08 --:--:-- 0 100 729M 0 0 100 729M 0 2021k 0:06:09 0:06:09 --:--:-- 0 100 729M 0 0 100 729M 0 2015k 0:06:10 0:06:10 --:--:-- 0 100 729M 0 0 100 729M 0 2010k 0:06:11 0:06:11 --:--:-- 0 100 729M 0 0 100 729M 0 2005k 0:06:12 0:06:12 --:--:-- 0 100 729M 0 0 100 729M 0 1999k 0:06:13 0:06:13 --:--:-- 0 100 729M 0 0 100 729M 0 1994k 0:06:14 0:06:14 --:--:-- 0 100 729M 0 0 100 729M 0 1988k 0:06:15 0:06:15 --:--:-- 0 100 729M 0 0 100 729M 0 1983k 0:06:16 0:06:16 --:--:-- 0 100 729M 0 0 100 729M 0 1978k 0:06:17 0:06:17 --:--:-- 0 100 729M 0 0 100 729M 0 1973k 0:06:18 0:06:18 --:--:-- 0 100 729M 0 0 100 729M 0 1968k 0:06:19 0:06:19 --:--:-- 0 100 729M 0 0 100 729M 0 1962k 0:06:20 0:06:20 --:--:-- 0 100 729M 0 0 100 729M 0 1957k 0:06:21 0:06:21 --:--:-- 0 100 729M 0 0 100 729M 0 1952k 0:06:22 0:06:22 --:--:-- 0 100 729M 0 0 100 729M 0 1947k 0:06:23 0:06:23 --:--:-- 0 100 729M 0 0 100 729M 0 1942k 0:06:24 0:06:24 --:--:-- 0 100 729M 0 0 100 729M 0 1937k 0:06:25 0:06:25 --:--:-- 0 100 729M 0 0 100 729M 0 1932k 0:06:26 0:06:26 --:--:-- 0 100 729M 0 0 100 729M 0 1927k 0:06:27 0:06:27 --:--:-- 0 100 729M 0 0 100 729M 0 1922k 0:06:28 0:06:28 --:--:-- 0 100 729M 0 0 100 729M 0 1917k 0:06:29 0:06:29 --:--:-- 0 100 729M 0 0 100 729M 0 1912k 0:06:30 0:06:30 --:--:-- 0 100 729M 0 0 100 729M 0 1907k 0:06:31 0:06:31 --:--:-- 0 100 729M 0 0 100 729M 0 1902k 0:06:32 0:06:32 --:--:-- 0 100 729M 0 0 100 729M 0 1897k 0:06:33 0:06:33 --:--:-- 0 100 729M 0 0 100 729M 0 1893k 0:06:34 0:06:34 --:--:-- 0 100 729M 0 0 100 729M 0 1888k 0:06:35 0:06:35 --:--:-- 0 100 729M 0 0 100 729M 0 1883k 0:06:36 0:06:36 --:--:-- 0 100 729M 0 0 100 729M 0 1878k 0:06:37 0:06:37 --:--:-- 0 100 729M 0 0 100 729M 0 1874k 0:06:38 0:06:38 --:--:-- 0 100 729M 0 0 100 729M 0 1869k 0:06:39 0:06:39 --:--:-- 0 100 729M 0 0 100 729M 0 1864k 0:06:40 0:06:40 --:--:-- 0 100 729M 0 0 100 729M 0 1860k 0:06:41 0:06:41 --:--:-- 0 100 729M 0 0 100 729M 0 1855k 0:06:42 0:06:42 --:--:-- 0 100 729M 0 0 100 729M 0 1850k 0:06:43 0:06:43 --:--:-- 0 100 729M 0 0 100 729M 0 1846k 0:06:44 0:06:44 --:--:-- 0 100 729M 0 0 100 729M 0 1841k 0:06:45 0:06:45 --:--:-- 0 100 729M 0 0 100 729M 0 1837k 0:06:46 0:06:46 --:--:-- 0 100 729M 0 0 100 729M 0 1832k 0:06:47 0:06:47 --:--:-- 0 100 729M 0 0 100 729M 0 1828k 0:06:48 0:06:48 --:--:-- 0 100 729M 0 0 100 729M 0 1823k 0:06:49 0:06:49 --:--:-- 0 100 729M 0 43 100 729M 0 1821k 0:06:50 0:06:50 --:--:-- 9 100 729M 0 43 100 729M 0 1821k 0:06:50 0:06:50 --:--:-- 12 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传潍坊ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传大榭ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传苏溪ota --------------------------------------------------------------------- [Pipeline] echo public xiamen [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-slave64/slave/.catkin_tools /senior/workspace/orin-slave64/slave/build/ /senior/workspace/orin-slave64/slave/devel/ /senior/workspace/orin-slave64/slave/install /senior/workspace/orin-slave64/slave/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] sh + cp -r /senior/workspace/commit/orin-slave64/slave_tmp/cache_bag_node /senior/workspace/commit/orin-slave64/slave_tmp/camera_driver /senior/workspace/commit/orin-slave64/slave_tmp/crane_align /senior/workspace/commit/orin-slave64/slave_tmp/dox /senior/workspace/commit/orin-slave64/slave_tmp/guardian /senior/workspace/commit/orin-slave64/slave_tmp/hdcontrol /senior/workspace/commit/orin-slave64/slave_tmp/hdmap /senior/workspace/commit/orin-slave64/slave_tmp/hdmap_interface /senior/workspace/commit/orin-slave64/slave_tmp/hesai_lidar /senior/workspace/commit/orin-slave64/slave_tmp/imv_spreader_detection /senior/workspace/commit/orin-slave64/slave_tmp/lidar_camera_fusion /senior/workspace/commit/orin-slave64/slave_tmp/lidar_loc_v2 /senior/workspace/commit/orin-slave64/slave_tmp/lidar_manual_calib /senior/workspace/commit/orin-slave64/slave_tmp/login_sync_tool /senior/workspace/commit/orin-slave64/slave_tmp/mrpt2 /senior/workspace/commit/orin-slave64/slave_tmp/msg_recorder /senior/workspace/commit/orin-slave64/slave_tmp/new_detection /senior/workspace/commit/orin-slave64/slave_tmp/new_truck_spreader_detection /senior/workspace/commit/orin-slave64/slave_tmp/node-manager /senior/workspace/commit/orin-slave64/slave_tmp/performance_analyst /senior/workspace/commit/orin-slave64/slave_tmp/prediction /senior/workspace/commit/orin-slave64/slave_tmp/rcinterpreter /senior/workspace/commit/orin-slave64/slave_tmp/ros-bridge /senior/workspace/commit/orin-slave64/slave_tmp/rslidar_sdk /senior/workspace/commit/orin-slave64/slave_tmp/schedule_manager /senior/workspace/commit/orin-slave64/slave_tmp/senior_calibration /senior/workspace/commit/orin-slave64/slave_tmp/shared_msgs /senior/workspace/commit/orin-slave64/slave_tmp/slave /senior/workspace/commit/orin-slave64/slave_tmp/system_monitor /senior/workspace/commit/orin-slave64/slave_tmp/system-ros /senior/workspace/commit/orin-slave64/slave_tmp/thirdparty /senior/workspace/commit/orin-slave64/slave_tmp/TruckUpLiDarCalibTool /senior/workspace/commit/orin-slave64/slave_tmp/unified-system-monitor /senior/workspace/commit/orin-slave64/slave_tmp/versions_observer /senior/workspace/commit/orin-slave64/slave_tmp/warningModule /senior/workspace/commit/orin-slave64/slave/ [Pipeline] sh + rm -rf /senior/workspace/commit/orin-slave64/slave_tmp [Pipeline] readJSON [Pipeline] echo webhtml准备完成 [Pipeline] echo 降低推流帧率 [Pipeline] echo webhtml准备完成 [Pipeline] echo 修复循环等待tf造成的问题 [Pipeline] echo 修复箱门方向判断问题,使用PNC实际车辆朝向覆盖pnc_target中的车辆作业方向 [Pipeline] echo 在PncTarget不定义车辆行驶朝向时,使用PNC给出的车辆实际朝向代替 [Pipeline] echo 在PncTarget不定义车辆行驶朝向时,使用PNC给出的车辆实际朝向代替 [Pipeline] echo 修复车辆朝向判断问题,区分physical_direction(0/1)和actual_operation_status(0/10/11/12) [Pipeline] echo 1.箱门朝向问题修复;2.锁站二次停车相关改动 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 修复参数加载问题 [Pipeline] echo 调整launch时指定车号的方式,直接在launch命令中添加vehicle_id [Pipeline] echo webhtml准备完成 [Pipeline] echo 几个新港口加地图region [Pipeline] echo 没有吊具检出地图时不适用地图过滤 [Pipeline] echo airy无ring字段导致的崩溃适配 [Pipeline] echo 增加吊具检出区域-义乌 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo check revised angle when ekf reset using det angle. [Pipeline] echo 龙须点发出1.25-1.55部分,参数控制 [Pipeline] echo 草区不聚类 [Pipeline] echo 重汽车头行人误检过滤策略(未启用). [Pipeline] echo 修改深度学习模型车头过滤范围. [Pipeline] echo 近处吸点误检行人过滤策略高度+范围. [Pipeline] echo 近处吸点误检行人过滤策略高度+范围调整. [Pipeline] echo 宝世顺去除路沿散(0.4米以下低矮障碍物会有风险.) [Pipeline] echo 宝世顺树冠区 [Pipeline] echo ROI去除范围下限修改 [Pipeline] echo 车头行人误检过滤范围扩大(810误检). [Pipeline] echo 修复满都拉无地图只保留动态障碍物功能. [Pipeline] echo 满都拉不使用地图只保留动态障碍物时增加一个高阈值静态障碍物留存. [Pipeline] echo retain_obj_nomap在使用地图时不生效. [Pipeline] echo 宝世顺钢板宽度检测 [Pipeline] echo 车挂部分加log记录yaw和倒车 [Pipeline] echo 友谊关隧道曲线拟合(初版简单不抗噪版本,参数未开启使用). [Pipeline] echo 发出隧道管壁点. [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 溯源消息增加task_id [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo <!DOCTYPE html><html><head><meta charset="utf-8"><title>msg2html</title></head><body><h1>更新内容</h1><h2>模块名: cache_bag_node</h2><h2>模块名: camera_driver</h2><h3>note_out</h3><ul><li> 降低推流帧率</li></ul><h2>模块名: crane_align</h2><h3>feat_out</h3><ul><li> 1.箱门朝向问题修复;2.锁站二次停车相关改动</li></ul><h2>模块名: dox</h2><h2>模块名: guardian</h2><h2>模块名: hdcontrol</h2><h2>模块名: hdmap</h2><h2>模块名: hdmap_interface</h2><h2>模块名: hesai_lidar</h2><h3>feat_out</h3><ul><li> 调整launch时指定车号的方式,直接在launch命令中添加vehicle_id</li></ul><h2>模块名: imv_spreader_detection</h2><h3>note_out</h3><ul><li>几个新港口加地图region</li><li>没有吊具检出地图时不适用地图过滤</li><li>airy无ring字段导致的崩溃适配</li><li>增加吊具检出区域-义乌</li></ul><h2>模块名: lidar_camera_fusion</h2><h2>模块名: lidar_loc_v2</h2><h2>模块名: login_sync_tool</h2><h2>模块名: mrpt2</h2><h2>模块名: new_detection</h2><h3>note_out</h3><ul><li>check revised angle when ekf reset using det angle.</li><li> 龙须点发出1.25-1.55部分,参数控制</li><li> 草区不聚类</li><li>重汽车头行人误检过滤策略(未启用).</li><li>修改深度学习模型车头过滤范围.</li><li>近处吸点误检行人过滤策略高度+范围.</li><li>近处吸点误检行人过滤策略高度+范围调整.</li><li>宝世顺去除路沿散(0.4米以下低矮障碍物会有风险.)</li><li> 宝世顺树冠区</li><li>ROI去除范围下限修改</li><li>车头行人误检过滤范围扩大(810误检).</li><li>修复满都拉无地图只保留动态障碍物功能.</li><li>满都拉不使用地图只保留动态障碍物时增加一个高阈值静态障碍物留存.</li><li>retain_obj_nomap在使用地图时不生效.</li><li>宝世顺钢板宽度检测</li><li>车挂部分加log记录yaw和倒车</li><li>友谊关隧道曲线拟合(初版简单不抗噪版本,参数未开启使用).</li><li>发出隧道管壁点.</li></ul><h2>模块名: new_truck_spreader_detection</h2><h2>模块名: node-manager</h2><h2>模块名: performance_analyst</h2><h2>模块名: prediction</h2><h2>模块名: rcinterpreter</h2><h2>模块名: ros-bridge</h2><h2>模块名: rslidar_sdk</h2><h2>模块名: schedule_manager</h2><h2>模块名: shared_msgs</h2><h3>feat_out</h3><ul><li>溯源消息增加task_id</li></ul><h2>模块名: system_monitor</h2><h2>模块名: system-ros</h2><h2>模块名: thirdparty</h2><h2>模块名: unified-system-monitor</h2><h2>模块名: versions_observer</h2><h2>模块名: warningModule</h2></body></html> [Pipeline] echo msg已经准备完成 [Pipeline] sh + touch /senior/workspace/orin-slave64/slave/index.html [Pipeline] writeFile [Pipeline] echo html更新完成 [Pipeline] publishHTML [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /senior/workspace/orin-slave64/slave to /var/lib/jenkins/jobs/orin-slave64/builds/194/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": "# 版本发布通知 ### [IMV专用()] --- - 版本名: [all_slave_2025-06-20_21-47-02] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:linshaoyang - 更新模块: [camera_driver][crane_align][hesai_lidar][imv_spreader_detection][new_detection][shared_msgs] - 上传平台: public xiamen - 任务号: [orin-slave64 #194] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-slave64/194/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 772 100 27 100 745 232 6422 --:--:-- --:--:-- --:--:-- 6655 [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