Console Output

Skipping 3,598 KB.. Full Log
...............................................................................
_______________________________________________________________________________
Warnings << perception:install /senior/workspace/orin-slave32/slave/logs/perception/build.install.000.log
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
** WARNING ** io features related to libusb-1.0 will be disabled
DOX_INCLUDE_DIRS :/senior/workspace/orin-slave32/slave/install/include
WARNING: Package "perception" does not follow the version conventions. It should not contain leading zeros (unless the number is 0).
version : msg:rc_dev_jiningliangshangang.7d594c7&&2.6.01-rc_dev.871d2b30
version : 2.6.01
CMake Warning at perception/dl_detection/CMakeLists.txt:167 (message):
  No matching region found: installing all models


cd /senior/workspace/orin-slave32/slave/build/perception; catkin build --get-env perception | catkin env -si  /usr/bin/make install; cd -

...............................................................................
_______________________________________________________________________________
Warnings << lidar_loc_v2:make /senior/workspace/orin-slave32/slave/logs/lidar_loc_v2/build.make.000.log
In file included from /senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:5:
/senior/workspace/orin-slave32/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-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave32/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-slave32/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-slave32/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-slave32/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-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave32/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-slave32/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-slave32/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-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp: In member function ‘std::string common::OverlayTextIntegrator::MeasStatusToString(int)’:
/senior/workspace/orin-slave32/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-slave32/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-slave32/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-slave32/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-slave32/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-slave32/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-slave32/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-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp: In function ‘std::string loc::MeasStatusToString(int)’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:231:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  231 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:236:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  236 |   if (state >> 1U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:241:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  241 |   if (state >> 2U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:246:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  246 |   if (state >> 3U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:251:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  251 |   if (state >> 4U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:256:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  256 |   if (state >> 5U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:261:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  261 |   if (state >> 6U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/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-slave32/slave/src/lidar_loc_v2/loc/app/lidar_loc_v2_node_impl.cpp:1363:35: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
 1363 |   if (ins_meas_status >> 6U & 0x1 == 0x1) {
      |                               ~~~~^~~~~~
cd /senior/workspace/orin-slave32/slave/build/lidar_loc_v2; catkin build --get-env lidar_loc_v2 | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 14:45.7 s] [63/64 complete] [1/14 jobs] [1 queued]                      
[build 14:45.8 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:45.9 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:46.0 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:46.1 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:46.2 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:46.3 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:46.4 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:46.5 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:46.6 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:46.7 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:46.8 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:46.9 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.0 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.1 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.2 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.3 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.4 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.5 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.6 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.7 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.8 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:47.9 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.0 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.1 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.2 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.3 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.4 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.5 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.6 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.7 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.8 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:48.9 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.0 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.1 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.2 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.3 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.4 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.5 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.6 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.7 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.8 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:49.9 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.0 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.1 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.2 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.3 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.4 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.5 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.6 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.7 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.8 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:50.9 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.0 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.1 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.2 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.3 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.4 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.5 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.6 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.7 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.8 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:51.9 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.0 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.1 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.2 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.3 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.4 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.5 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.6 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.7 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.8 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:52.9 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:53.0 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:53.1 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
...............................................................................
Finished <<< lidar_loc_v2                          [ 8 minutes and 44.9 seconds ]
[build] Summary: All 64 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 42 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 14 minutes and 53.2 seconds total.                            
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] echo
不编译pnc或者缺少依赖
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo >>>>>>>>>>压缩成zip包>>>>>>>>>> [Pipeline] }
[Pipeline] // ansiColor [Pipeline] dir Running in /senior/workspace/orin-slave32/slave [Pipeline] { [Pipeline] sh + zip -rq all_slave_2026-09-08_09-55-34.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-slave32/slave all_slave_2026-09-08_09-55-34.zip build devel install logs src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-slave32/slave@tmp [Pipeline] echo /senior/workspace/orin-slave32/slave/all_slave_2026-09-08_09-55-34.zip,/senior/workspace/orin-slave32/slave/version.json [Pipeline] echo ------------------- 开始上传公网ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传大榭ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传苏溪ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传烟台ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传友谊关ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传洋浦ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传梁山港ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://159.27.114.184:31018/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-slave32/slave/all_slave_2026-09-08_09-55-34.zip"' --form 'version=@"/senior/workspace/orin-slave32/slave/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 1149M 0 0 0 7552k 0 8111k 0:02:25 --:--:-- 0:02:25 8103k 0 1149M 0 0 0 11.0M 0 5824k 0:03:22 0:00:01 0:03:21 5821k 1 1149M 0 0 1 15.3M 0 5399k 0:03:37 0:00:02 0:03:35 5397k 1 1149M 0 0 1 19.4M 0 5042k 0:03:53 0:00:03 0:03:50 5041k 1 1149M 0 0 1 22.6M 0 4732k 0:04:08 0:00:04 0:04:04 4731k 2 1149M 0 0 2 26.8M 0 4651k 0:04:12 0:00:05 0:04:07 4003k 2 1149M 0 0 2 31.1M 0 4601k 0:04:15 0:00:06 0:04:09 4127k 2 1149M 0 0 2 34.1M 0 4412k 0:04:26 0:00:07 0:04:19 3837k 3 1149M 0 0 3 37.4M 0 4299k 0:04:33 0:00:08 0:04:25 3707k 3 1149M 0 0 3 40.8M 0 4219k 0:04:38 0:00:09 0:04:29 3714k 3 1149M 0 0 3 44.6M 0 4188k 0:04:40 0:00:10 0:04:30 3642k 4 1149M 0 0 4 48.4M 0 4163k 0:04:42 0:00:11 0:04:31 3555k 4 1149M 0 0 4 52.8M 0 4193k 0:04:40 0:00:12 0:04:28 3846k 4 1149M 0 0 4 57.0M 0 4193k 0:04:40 0:00:13 0:04:27 4004k 5 1149M 0 0 5 60.8M 0 4176k 0:04:41 0:00:14 0:04:27 4091k 5 1149M 0 0 5 64.7M 0 4165k 0:04:42 0:00:15 0:04:27 4115k 5 1149M 0 0 5 67.8M 0 4097k 0:04:47 0:00:16 0:04:31 3941k 6 1149M 0 0 6 70.8M 0 4052k 0:04:50 0:00:17 0:04:33 3686k 6 1149M 0 0 6 74.7M 0 4048k 0:04:50 0:00:18 0:04:32 3642k 6 1149M 0 0 6 78.7M 0 4048k 0:04:50 0:00:19 0:04:31 3665k 7 1149M 0 0 7 82.9M 0 4060k 0:04:49 0:00:20 0:04:29 3727k 7 1149M 0 0 7 86.9M 0 4059k 0:04:49 0:00:21 0:04:28 3928k 7 1149M 0 0 7 91.0M 0 4065k 0:04:49 0:00:22 0:04:27 4112k 8 1149M 0 0 8 95.1M 0 4070k 0:04:49 0:00:23 0:04:26 4155k 8 1149M 0 0 8 99.0M 0 4073k 0:04:48 0:00:24 0:04:24 4173k 8 1149M 0 0 8 102M 0 4058k 0:04:49 0:00:25 0:04:24 4049k 9 1149M 0 0 9 106M 0 4065k 0:04:49 0:00:26 0:04:23 4092k 9 1149M 0 0 9 111M 0 4072k 0:04:49 0:00:27 0:04:22 4103k 10 1149M 0 0 10 115M 0 4089k 0:04:47 0:00:28 0:04:19 4181k 10 1149M 0 0 10 120M 0 4118k 0:04:45 0:00:29 0:04:16 4340k 10 1149M 0 0 10 123M 0 4089k 0:04:47 0:00:30 0:04:17 4249k 11 1149M 0 0 11 127M 0 4084k 0:04:48 0:00:31 0:04:17 4185k 11 1149M 0 0 11 130M 0 4066k 0:04:49 0:00:32 0:04:17 4033k 11 1149M 0 0 11 133M 0 4033k 0:04:51 0:00:33 0:04:18 3713k 11 1149M 0 0 11 137M 0 4026k 0:04:52 0:00:34 0:04:18 3479k 12 1149M 0 0 12 140M 0 4015k 0:04:53 0:00:35 0:04:18 3554k 12 1149M 0 0 12 144M 0 4006k 0:04:53 0:00:36 0:04:17 3506k 12 1149M 0 0 12 148M 0 3997k 0:04:54 0:00:37 0:04:17 3549k 13 1149M 0 0 13 150M 0 3947k 0:04:58 0:00:38 0:04:20 3361k 13 1149M 0 0 13 152M 0 3916k 0:05:00 0:00:39 0:04:21 3145k 13 1149M 0 0 13 155M 0 3898k 0:05:01 0:00:40 0:04:21 3065k 13 1149M 0 0 13 159M 0 3884k 0:05:02 0:00:41 0:04:21 2991k 14 1149M 0 0 14 162M 0 3876k 0:05:03 0:00:42 0:04:21 2952k 14 1149M 0 0 14 166M 0 3876k 0:05:03 0:00:43 0:04:20 3322k 14 1149M 0 0 14 170M 0 3882k 0:05:03 0:00:44 0:04:19 3608k 15 1149M 0 0 15 173M 0 3878k 0:05:03 0:00:45 0:04:18 3713k 15 1149M 0 0 15 175M 0 3839k 0:05:06 0:00:46 0:04:20 3458k 15 1149M 0 0 15 179M 0 3831k 0:05:07 0:00:47 0:04:20 3442k 15 1149M 0 0 15 183M 0 3841k 0:05:06 0:00:48 0:04:18 3537k 16 1149M 0 0 16 187M 0 3851k 0:05:05 0:00:49 0:04:16 3571k 16 1149M 0 0 16 191M 0 3859k 0:05:04 0:00:50 0:04:14 3686k 17 1149M 0 0 17 196M 0 3878k 0:05:03 0:00:51 0:04:12 4236k 17 1149M 0 0 17 199M 0 3864k 0:05:04 0:00:52 0:04:12 4190k 17 1149M 0 0 17 203M 0 3860k 0:05:04 0:00:53 0:04:11 4041k 17 1149M 0 0 17 206M 0 3855k 0:05:05 0:00:54 0:04:11 3900k 18 1149M 0 0 18 210M 0 3862k 0:05:04 0:00:55 0:04:09 3891k 18 1149M 0 0 18 214M 0 3857k 0:05:05 0:00:56 0:04:09 3643k 18 1149M 0 0 18 217M 0 3846k 0:05:05 0:00:57 0:04:08 3656k 19 1149M 0 0 19 221M 0 3852k 0:05:05 0:00:58 0:04:07 3763k 19 1149M 0 0 19 225M 0 3858k 0:05:05 0:00:59 0:04:06 3886k 19 1149M 0 0 19 228M 0 3847k 0:05:05 0:01:00 0:04:05 3676k 20 1149M 0 0 20 232M 0 3847k 0:05:05 0:01:01 0:04:04 3731k 20 1149M 0 0 20 236M 0 3845k 0:05:06 0:01:02 0:04:04 3828k 20 1149M 0 0 20 240M 0 3849k 0:05:05 0:01:03 0:04:02 3816k 21 1149M 0 0 21 244M 0 3850k 0:05:05 0:01:04 0:04:01 3760k 21 1149M 0 0 21 248M 0 3859k 0:05:04 0:01:05 0:03:59 4011k 21 1149M 0 0 21 252M 0 3866k 0:05:04 0:01:06 0:03:58 4106k 22 1149M 0 0 22 257M 0 3876k 0:05:03 0:01:07 0:03:56 4270k 22 1149M 0 0 22 260M 0 3874k 0:05:03 0:01:08 0:03:55 4193k 22 1149M 0 0 22 264M 0 3870k 0:05:04 0:01:09 0:03:55 4125k 23 1149M 0 0 23 267M 0 3865k 0:05:04 0:01:10 0:03:54 3943k 23 1149M 0 0 23 271M 0 3861k 0:05:04 0:01:11 0:03:53 3791k 23 1149M 0 0 23 275M 0 3863k 0:05:04 0:01:12 0:03:52 3687k 24 1149M 0 0 24 278M 0 3864k 0:05:04 0:01:13 0:03:51 3721k 24 1149M 0 0 24 281M 0 3852k 0:05:05 0:01:14 0:03:51 3608k 24 1149M 0 0 24 284M 0 3841k 0:05:06 0:01:15 0:03:51 3506k 25 1149M 0 0 25 287M 0 3825k 0:05:07 0:01:16 0:03:51 3312k 25 1149M 0 0 25 289M 0 3803k 0:05:09 0:01:17 0:03:52 2918k 25 1149M 0 0 25 292M 0 3789k 0:05:10 0:01:18 0:03:52 2688k 25 1149M 0 0 25 295M 0 3787k 0:05:10 0:01:19 0:03:51 2807k 26 1149M 0 0 26 298M 0 3781k 0:05:11 0:01:20 0:03:51 2861k 26 1149M 0 0 26 301M 0 3770k 0:05:12 0:01:21 0:03:51 2920k 26 1149M 0 0 26 304M 0 3753k 0:05:13 0:01:22 0:03:51 2987k 26 1149M 0 0 26 306M 0 3739k 0:05:14 0:01:23 0:03:51 2952k 26 1149M 0 0 26 310M 0 3739k 0:05:14 0:01:24 0:03:50 2973k 27 1149M 0 0 27 313M 0 3735k 0:05:15 0:01:25 0:03:50 2982k 27 1149M 0 0 27 317M 0 3735k 0:05:15 0:01:26 0:03:49 3166k 27 1149M 0 0 27 320M 0 3728k 0:05:15 0:01:27 0:03:48 3313k 28 1149M 0 0 28 323M 0 3721k 0:05:16 0:01:28 0:03:48 3419k 28 1149M 0 0 28 326M 0 3713k 0:05:16 0:01:29 0:03:47 3281k 28 1149M 0 0 28 330M 0 3716k 0:05:16 0:01:30 0:03:46 3393k 29 1149M 0 0 29 334M 0 3720k 0:05:16 0:01:31 0:03:45 3461k 29 1149M 0 0 29 337M 0 3719k 0:05:16 0:01:32 0:03:44 3563k 29 1149M 0 0 29 340M 0 3713k 0:05:16 0:01:33 0:03:43 3568k 29 1149M 0 0 29 343M 0 3705k 0:05:17 0:01:34 0:03:43 3551k 30 1149M 0 0 30 346M 0 3697k 0:05:18 0:01:35 0:03:43 3355k 30 1149M 0 0 30 349M 0 3687k 0:05:19 0:01:37 0:03:42 3076k 30 1149M 0 0 30 352M 0 3682k 0:05:19 0:01:37 0:03:42 2980k 30 1149M 0 0 30 356M 0 3684k 0:05:19 0:01:38 0:03:41 3142k 31 1149M 0 0 31 358M 0 3669k 0:05:20 0:01:39 0:03:41 2995k 31 1149M 0 0 31 360M 0 3658k 0:05:21 0:01:40 0:03:41 2907k 31 1149M 0 0 31 363M 0 3652k 0:05:22 0:01:41 0:03:41 2965k 31 1149M 0 0 31 365M 0 3638k 0:05:23 0:01:42 0:03:41 2783k 32 1149M 0 0 32 368M 0 3632k 0:05:24 0:01:43 0:03:41 2590k 32 1149M 0 0 32 372M 0 3631k 0:05:24 0:01:44 0:03:40 2877k 32 1149M 0 0 32 373M 0 3612k 0:05:25 0:01:45 0:03:40 2699k 32 1149M 0 0 32 375M 0 3594k 0:05:27 0:01:46 0:03:41 2409k 32 1149M 0 0 32 377M 0 3581k 0:05:28 0:01:47 0:03:41 2414k 33 1149M 0 0 33 379M 0 3571k 0:05:29 0:01:48 0:03:41 2304k 33 1149M 0 0 33 381M 0 3557k 0:05:30 0:01:49 0:03:41 1990k 33 1149M 0 0 33 384M 0 3550k 0:05:31 0:01:50 0:03:41 2215k 33 1149M 0 0 33 388M 0 3550k 0:05:31 0:01:51 0:03:40 2615k 34 1149M 0 0 34 391M 0 3553k 0:05:31 0:01:52 0:03:39 2941k 34 1149M 0 0 34 394M 0 3545k 0:05:31 0:01:53 0:03:38 2991k 34 1149M 0 0 34 398M 0 3547k 0:05:31 0:01:54 0:03:37 3334k 35 1149M 0 0 35 402M 0 3555k 0:05:30 0:01:55 0:03:35 3674k 35 1149M 0 0 35 405M 0 3550k 0:05:31 0:01:56 0:03:35 3549k 35 1149M 0 0 35 408M 0 3545k 0:05:31 0:01:57 0:03:34 3366k 35 1149M 0 0 35 411M 0 3542k 0:05:32 0:01:58 0:03:34 3456k 35 1149M 0 0 35 412M 0 3516k 0:05:34 0:02:00 0:03:34 2831k 36 1149M 0 0 36 414M 0 3507k 0:05:35 0:02:00 0:03:35 2384k 36 1149M 0 0 36 417M 0 3504k 0:05:35 0:02:01 0:03:34 2415k 36 1149M 0 0 36 420M 0 3504k 0:05:35 0:02:02 0:03:33 2551k 36 1149M 0 0 36 424M 0 3504k 0:05:35 0:02:03 0:03:32 2620k 37 1149M 0 0 37 427M 0 3505k 0:05:35 0:02:04 0:03:31 3242k 37 1149M 0 0 37 431M 0 3507k 0:05:35 0:02:05 0:03:30 3499k 37 1149M 0 0 37 434M 0 3504k 0:05:35 0:02:06 0:03:29 3508k 38 1149M 0 0 38 438M 0 3508k 0:05:35 0:02:07 0:03:28 3590k 38 1149M 0 0 38 441M 0 3509k 0:05:35 0:02:08 0:03:27 3630k 38 1149M 0 0 38 446M 0 3516k 0:05:34 0:02:09 0:03:25 3779k 39 1149M 0 0 39 450M 0 3520k 0:05:34 0:02:10 0:03:24 3854k 39 1149M 0 0 39 454M 0 3524k 0:05:33 0:02:11 0:03:22 4027k 39 1149M 0 0 39 457M 0 3523k 0:05:33 0:02:12 0:03:21 3920k 40 1149M 0 0 40 460M 0 3523k 0:05:34 0:02:13 0:03:21 3865k 40 1149M 0 0 40 465M 0 3529k 0:05:33 0:02:14 0:03:19 3876k 40 1149M 0 0 40 468M 0 3528k 0:05:33 0:02:15 0:03:18 3745k 40 1149M 0 0 40 470M 0 3517k 0:05:34 0:02:16 0:03:18 3334k 41 1149M 0 0 41 473M 0 3517k 0:05:34 0:02:17 0:03:17 3346k 41 1149M 0 0 41 477M 0 3521k 0:05:34 0:02:18 0:03:16 3485k 41 1149M 0 0 41 482M 0 3528k 0:05:33 0:02:19 0:03:14 3493k 42 1149M 0 0 42 486M 0 3532k 0:05:33 0:02:20 0:03:13 3632k 42 1149M 0 0 42 489M 0 3533k 0:05:33 0:02:21 0:03:12 3971k 42 1149M 0 0 42 494M 0 3540k 0:05:32 0:02:22 0:03:10 4166k 43 1149M 0 0 43 498M 0 3545k 0:05:31 0:02:23 0:03:08 4223k 43 1149M 0 0 43 502M 0 3552k 0:05:31 0:02:24 0:03:07 4230k 44 1149M 0 0 44 506M 0 3557k 0:05:30 0:02:25 0:03:05 4249k 44 1149M 0 0 44 510M 0 3557k 0:05:30 0:02:26 0:03:04 4248k 44 1149M 0 0 44 514M 0 3560k 0:05:30 0:02:27 0:03:03 4138k 45 1149M 0 0 45 518M 0 3566k 0:05:29 0:02:28 0:03:01 4152k 45 1149M 0 0 45 521M 0 3563k 0:05:30 0:02:29 0:03:01 3865k 45 1149M 0 0 45 525M 0 3565k 0:05:30 0:02:30 0:03:00 3822k 46 1149M 0 0 46 529M 0 3569k 0:05:29 0:02:31 0:02:58 3906k 46 1149M 0 0 46 533M 0 3572k 0:05:29 0:02:32 0:02:57 3946k 46 1149M 0 0 46 537M 0 3572k 0:05:29 0:02:33 0:02:56 3739k 47 1149M 0 0 47 540M 0 3570k 0:05:29 0:02:34 0:02:55 3790k 47 1149M 0 0 47 544M 0 3573k 0:05:29 0:02:35 0:02:54 3812k 47 1149M 0 0 47 546M 0 3565k 0:05:30 0:02:36 0:02:54 3438k 47 1149M 0 0 47 548M 0 3557k 0:05:30 0:02:37 0:02:53 3096k 48 1149M 0 0 48 552M 0 3556k 0:05:30 0:02:38 0:02:52 3083k 48 1149M 0 0 48 556M 0 3561k 0:05:30 0:02:39 0:02:51 3267k 48 1149M 0 0 48 560M 0 3563k 0:05:30 0:02:40 0:02:50 3249k 49 1149M 0 0 49 564M 0 3566k 0:05:30 0:02:41 0:02:49 3598k 49 1149M 0 0 49 567M 0 3568k 0:05:29 0:02:42 0:02:47 3898k 49 1149M 0 0 49 571M 0 3566k 0:05:29 0:02:43 0:02:46 3893k 49 1149M 0 0 49 574M 0 3564k 0:05:30 0:02:44 0:02:46 3663k 50 1149M 0 0 50 577M 0 3565k 0:05:30 0:02:45 0:02:45 3619k 50 1149M 0 0 50 579M 0 3555k 0:05:30 0:02:46 0:02:44 3210k 50 1149M 0 0 50 582M 0 3554k 0:05:31 0:02:47 0:02:44 3113k 51 1149M 0 0 51 586M 0 3556k 0:05:30 0:02:48 0:02:42 3221k 51 1149M 0 0 51 589M 0 3551k 0:05:31 0:02:49 0:02:42 3127k 51 1149M 0 0 51 592M 0 3551k 0:05:31 0:02:50 0:02:41 3093k 51 1149M 0 0 51 596M 0 3554k 0:05:31 0:02:51 0:02:40 3534k 52 1149M 0 0 52 600M 0 3557k 0:05:30 0:02:52 0:02:38 3670k 52 1149M 0 0 52 603M 0 3555k 0:05:31 0:02:53 0:02:38 3509k 52 1149M 0 0 52 606M 0 3551k 0:05:31 0:02:54 0:02:37 3574k 53 1149M 0 0 53 610M 0 3551k 0:05:31 0:02:55 0:02:36 3538k 53 1149M 0 0 53 612M 0 3545k 0:05:31 0:02:56 0:02:35 3225k 53 1149M 0 0 53 615M 0 3543k 0:05:32 0:02:57 0:02:35 3056k 53 1149M 0 0 53 618M 0 3542k 0:05:32 0:02:58 0:02:34 3083k 54 1149M 0 0 54 622M 0 3544k 0:05:32 0:02:59 0:02:33 3273k 54 1149M 0 0 54 627M 0 3549k 0:05:31 0:03:00 0:02:31 3508k 54 1149M 0 0 54 631M 0 3552k 0:05:31 0:03:01 0:02:30 3807k 55 1149M 0 0 55 635M 0 3555k 0:05:31 0:03:02 0:02:29 3964k 55 1149M 0 0 55 639M 0 3558k 0:05:30 0:03:03 0:02:27 4125k 55 1149M 0 0 55 642M 0 3557k 0:05:30 0:03:04 0:02:26 4025k 56 1149M 0 0 56 645M 0 3556k 0:05:30 0:03:05 0:02:25 3785k 56 1149M 0 0 56 648M 0 3554k 0:05:31 0:03:06 0:02:25 3604k 56 1149M 0 0 56 651M 0 3549k 0:05:31 0:03:07 0:02:24 3327k 56 1149M 0 0 56 654M 0 3549k 0:05:31 0:03:08 0:02:23 3238k 57 1149M 0 0 57 659M 0 3554k 0:05:31 0:03:09 0:02:22 3446k 57 1149M 0 0 57 663M 0 3557k 0:05:30 0:03:10 0:02:20 3588k 58 1149M 0 0 58 666M 0 3558k 0:05:30 0:03:11 0:02:19 3729k 58 1149M 0 0 58 670M 0 3558k 0:05:30 0:03:12 0:02:18 3892k 58 1149M 0 0 58 673M 0 3558k 0:05:30 0:03:13 0:02:17 3892k 58 1149M 0 0 58 677M 0 3557k 0:05:30 0:03:14 0:02:16 3676k 59 1149M 0 0 59 680M 0 3554k 0:05:31 0:03:15 0:02:16 3466k 59 1149M 0 0 59 683M 0 3552k 0:05:31 0:03:16 0:02:15 3332k 59 1149M 0 0 59 685M 0 3546k 0:05:31 0:03:17 0:02:14 3087k 59 1149M 0 0 59 687M 0 3540k 0:05:32 0:03:18 0:02:14 2861k 60 1149M 0 0 60 691M 0 3540k 0:05:32 0:03:19 0:02:13 2876k 60 1149M 0 0 60 694M 0 3538k 0:05:32 0:03:20 0:02:12 2902k 60 1149M 0 0 60 698M 0 3540k 0:05:32 0:03:21 0:02:11 3046k 61 1149M 0 0 61 701M 0 3539k 0:05:32 0:03:22 0:02:10 3259k 61 1149M 0 0 61 704M 0 3537k 0:05:32 0:03:23 0:02:09 3403k 61 1149M 0 0 61 708M 0 3540k 0:05:32 0:03:24 0:02:08 3531k 62 1149M 0 0 62 712M 0 3544k 0:05:32 0:03:25 0:02:07 3784k 62 1149M 0 0 62 715M 0 3540k 0:05:32 0:03:26 0:02:06 3558k 62 1149M 0 0 62 719M 0 3542k 0:05:32 0:03:27 0:02:05 3689k 62 1149M 0 0 62 723M 0 3543k 0:05:32 0:03:28 0:02:04 3800k 63 1149M 0 0 63 727M 0 3546k 0:05:31 0:03:29 0:02:02 3811k 63 1149M 0 0 63 727M 0 3530k 0:05:33 0:03:31 0:02:02 2970k 63 1149M 0 0 63 731M 0 3532k 0:05:33 0:03:31 0:02:02 3185k 63 1149M 0 0 63 734M 0 3532k 0:05:33 0:03:32 0:02:01 3093k 64 1149M 0 0 64 738M 0 3534k 0:05:32 0:03:33 0:01:59 3153k 64 1149M 0 0 64 742M 0 3538k 0:05:32 0:03:34 0:01:58 3203k 64 1149M 0 0 64 746M 0 3537k 0:05:32 0:03:35 0:01:57 3834k 65 1149M 0 0 65 749M 0 3536k 0:05:32 0:03:36 0:01:56 3719k 65 1149M 0 0 65 752M 0 3536k 0:05:32 0:03:37 0:01:55 3712k 65 1149M 0 0 65 756M 0 3539k 0:05:32 0:03:38 0:01:54 3724k 66 1149M 0 0 66 761M 0 3545k 0:05:31 0:03:39 0:01:52 3861k 66 1149M 0 0 66 764M 0 3543k 0:05:32 0:03:40 0:01:52 3821k 66 1149M 0 0 66 767M 0 3540k 0:05:32 0:03:41 0:01:51 3692k 67 1149M 0 0 67 770M 0 3540k 0:05:32 0:03:42 0:01:50 3742k 67 1149M 0 0 67 773M 0 3539k 0:05:32 0:03:43 0:01:49 3547k 67 1149M 0 0 67 777M 0 3541k 0:05:32 0:03:44 0:01:48 3338k 67 1149M 0 0 67 780M 0 3536k 0:05:32 0:03:45 0:01:47 3205k 68 1149M 0 0 68 782M 0 3530k 0:05:33 0:03:46 0:01:47 3083k 68 1149M 0 0 68 785M 0 3530k 0:05:33 0:03:47 0:01:46 3050k 68 1149M 0 0 68 789M 0 3529k 0:05:33 0:03:48 0:01:45 3071k 68 1149M 0 0 68 792M 0 3531k 0:05:33 0:03:49 0:01:44 3071k 69 1149M 0 0 69 797M 0 3536k 0:05:32 0:03:50 0:01:42 3532k 69 1149M 0 0 69 801M 0 3540k 0:05:32 0:03:51 0:01:41 4024k 70 1149M 0 0 70 805M 0 3543k 0:05:32 0:03:52 0:01:40 4134k 70 1149M 0 0 70 809M 0 3545k 0:05:31 0:03:53 0:01:38 4276k 70 1149M 0 0 70 813M 0 3544k 0:05:32 0:03:54 0:01:38 4133k 70 1149M 0 0 70 815M 0 3539k 0:05:32 0:03:55 0:01:37 3682k 71 1149M 0 0 71 818M 0 3535k 0:05:32 0:03:56 0:01:36 3309k 71 1149M 0 0 71 822M 0 3538k 0:05:32 0:03:57 0:01:35 3337k 71 1149M 0 0 71 826M 0 3541k 0:05:32 0:03:58 0:01:34 3383k 72 1149M 0 0 72 829M 0 3539k 0:05:32 0:03:59 0:01:33 3330k 72 1149M 0 0 72 832M 0 3536k 0:05:32 0:04:00 0:01:32 3412k 72 1149M 0 0 72 835M 0 3537k 0:05:32 0:04:01 0:01:31 3590k 73 1149M 0 0 73 839M 0 3538k 0:05:32 0:04:02 0:01:30 3527k 73 1149M 0 0 73 843M 0 3539k 0:05:32 0:04:03 0:01:29 3440k 73 1149M 0 0 73 847M 0 3542k 0:05:32 0:04:04 0:01:28 3697k 74 1149M 0 0 74 851M 0 3544k 0:05:31 0:04:05 0:01:26 3930k 74 1149M 0 0 74 855M 0 3549k 0:05:31 0:04:06 0:01:25 4150k 74 1149M 0 0 74 861M 0 3558k 0:05:30 0:04:07 0:01:23 4509k 75 1149M 0 0 75 865M 0 3558k 0:05:30 0:04:08 0:01:22 4483k 75 1149M 0 0 75 868M 0 3556k 0:05:30 0:04:09 0:01:21 4210k 75 1149M 0 0 75 871M 0 3557k 0:05:30 0:04:10 0:01:20 4163k 76 1149M 0 0 76 875M 0 3558k 0:05:30 0:04:11 0:01:19 4002k 76 1149M 0 0 76 878M 0 3556k 0:05:30 0:04:12 0:01:18 3461k 76 1149M 0 0 76 881M 0 3556k 0:05:30 0:04:13 0:01:17 3441k 77 1149M 0 0 77 885M 0 3555k 0:05:30 0:04:14 0:01:16 3520k 77 1149M 0 0 77 889M 0 3557k 0:05:30 0:04:15 0:01:15 3582k 77 1149M 0 0 77 892M 0 3557k 0:05:30 0:04:16 0:01:14 3511k 77 1149M 0 0 77 895M 0 3552k 0:05:31 0:04:17 0:01:14 3387k 78 1149M 0 0 78 898M 0 3551k 0:05:31 0:04:18 0:01:13 3290k 78 1149M 0 0 78 900M 0 3548k 0:05:31 0:04:19 0:01:12 3199k 78 1149M 0 0 78 904M 0 3549k 0:05:31 0:04:20 0:01:11 3130k 78 1149M 0 0 78 907M 0 3548k 0:05:31 0:04:21 0:01:10 3100k 79 1149M 0 0 79 911M 0 3550k 0:05:31 0:04:22 0:01:09 3409k 79 1149M 0 0 79 914M 0 3547k 0:05:31 0:04:23 0:01:08 3367k 79 1149M 0 0 79 917M 0 3545k 0:05:31 0:04:24 0:01:07 3385k 80 1149M 0 0 80 920M 0 3543k 0:05:32 0:04:25 0:01:07 3250k 80 1149M 0 0 80 922M 0 3535k 0:05:32 0:04:27 0:01:05 2861k 80 1149M 0 0 80 924M 0 3532k 0:05:33 0:04:27 0:01:06 2612k 80 1149M 0 0 80 927M 0 3531k 0:05:33 0:04:28 0:01:05 2653k 80 1149M 0 0 80 929M 0 3526k 0:05:33 0:04:29 0:01:04 2524k 81 1149M 0 0 81 932M 0 3525k 0:05:33 0:04:30 0:01:03 2552k 81 1149M 0 0 81 936M 0 3527k 0:05:33 0:04:31 0:01:02 3100k 81 1149M 0 0 81 940M 0 3529k 0:05:33 0:04:32 0:01:01 3383k 82 1149M 0 0 82 943M 0 3525k 0:05:33 0:04:33 0:01:00 3222k 82 1149M 0 0 82 945M 0 3522k 0:05:34 0:04:34 0:01:00 3288k 82 1149M 0 0 82 948M 0 3520k 0:05:34 0:04:35 0:00:59 3227k 82 1149M 0 0 82 951M 0 3519k 0:05:34 0:04:36 0:00:58 3078k 83 1149M 0 0 83 954M 0 3517k 0:05:34 0:04:37 0:00:57 2862k 83 1149M 0 0 83 957M 0 3516k 0:05:34 0:04:38 0:00:56 3022k 83 1149M 0 0 83 960M 0 3512k 0:05:35 0:04:39 0:00:56 2954k 83 1149M 0 0 83 962M 0 3508k 0:05:35 0:04:40 0:00:55 2846k 83 1149M 0 0 83 965M 0 3505k 0:05:35 0:04:41 0:00:54 2707k 84 1149M 0 0 84 968M 0 3505k 0:05:35 0:04:42 0:00:53 2804k 84 1149M 0 0 84 972M 0 3508k 0:05:35 0:04:43 0:00:52 3081k 84 1149M 0 0 84 975M 0 3506k 0:05:35 0:04:44 0:00:51 3174k 85 1149M 0 0 85 978M 0 3505k 0:05:35 0:04:45 0:00:50 3348k 85 1149M 0 0 85 981M 0 3501k 0:05:36 0:04:46 0:00:50 3300k 85 1149M 0 0 85 984M 0 3500k 0:05:36 0:04:47 0:00:49 3221k 85 1149M 0 0 85 987M 0 3499k 0:05:36 0:04:48 0:00:48 3003k 86 1149M 0 0 86 991M 0 3500k 0:05:36 0:04:49 0:00:47 3176k 86 1149M 0 0 86 995M 0 3503k 0:05:35 0:04:50 0:00:45 3406k 86 1149M 0 0 86 999M 0 3504k 0:05:35 0:04:51 0:00:44 3691k 87 1149M 0 0 87 1002M 0 3505k 0:05:35 0:04:52 0:00:43 3817k 87 1149M 0 0 87 1006M 0 3506k 0:05:35 0:04:53 0:00:42 3897k 87 1149M 0 0 87 1009M 0 3505k 0:05:35 0:04:54 0:00:41 3786k 88 1149M 0 0 88 1012M 0 3502k 0:05:36 0:04:55 0:00:41 3407k 88 1149M 0 0 88 1014M 0 3499k 0:05:36 0:04:56 0:00:40 3175k 88 1149M 0 0 88 1018M 0 3501k 0:05:36 0:04:57 0:00:39 3224k 88 1149M 0 0 88 1022M 0 3501k 0:05:36 0:04:58 0:00:38 3205k 89 1149M 0 0 89 1025M 0 3499k 0:05:36 0:04:59 0:00:37 3143k 89 1149M 0 0 89 1027M 0 3495k 0:05:36 0:05:00 0:00:36 3099k 89 1149M 0 0 89 1029M 0 3492k 0:05:36 0:05:01 0:00:35 3100k 89 1149M 0 0 89 1032M 0 3489k 0:05:37 0:05:02 0:00:35 2812k 90 1149M 0 0 90 1034M 0 3485k 0:05:37 0:05:03 0:00:34 2525k 90 1149M 0 0 90 1037M 0 3485k 0:05:37 0:05:04 0:00:33 2620k 90 1149M 0 0 90 1040M 0 3483k 0:05:37 0:05:05 0:00:32 2750k 90 1149M 0 0 90 1044M 0 3483k 0:05:37 0:05:06 0:00:31 2914k 91 1149M 0 0 91 1047M 0 3484k 0:05:37 0:05:07 0:00:30 3174k 91 1149M 0 0 91 1051M 0 3486k 0:05:37 0:05:08 0:00:29 3526k 91 1149M 0 0 91 1055M 0 3485k 0:05:37 0:05:09 0:00:28 3510k 92 1149M 0 0 92 1057M 0 3484k 0:05:37 0:05:10 0:00:27 3537k 92 1149M 0 0 92 1061M 0 3485k 0:05:37 0:05:11 0:00:26 3632k 92 1149M 0 0 92 1065M 0 3485k 0:05:37 0:05:12 0:00:25 3520k 92 1149M 0 0 92 1067M 0 3482k 0:05:37 0:05:13 0:00:24 3247k 93 1149M 0 0 93 1069M 0 3478k 0:05:38 0:05:14 0:00:24 3024k 93 1149M 0 0 93 1072M 0 3475k 0:05:38 0:05:15 0:00:23 2914k 93 1149M 0 0 93 1073M 0 3469k 0:05:39 0:05:16 0:00:23 2436k 93 1149M 0 0 93 1076M 0 3466k 0:05:39 0:05:17 0:00:22 2269k 93 1149M 0 0 93 1078M 0 3463k 0:05:39 0:05:18 0:00:21 2307k 94 1149M 0 0 94 1082M 0 3464k 0:05:39 0:05:19 0:00:20 2590k 94 1149M 0 0 94 1085M 0 3462k 0:05:39 0:05:20 0:00:19 2667k 94 1149M 0 0 94 1088M 0 3463k 0:05:39 0:05:21 0:00:18 3107k 95 1149M 0 0 95 1091M 0 3462k 0:05:39 0:05:22 0:00:17 3227k 95 1149M 0 0 95 1094M 0 3460k 0:05:40 0:05:23 0:00:17 3276k 95 1149M 0 0 95 1098M 0 3460k 0:05:40 0:05:24 0:00:16 3219k 95 1149M 0 0 95 1101M 0 3460k 0:05:40 0:05:25 0:00:15 3359k 96 1149M 0 0 96 1105M 0 3461k 0:05:39 0:05:26 0:00:13 3343k 96 1149M 0 0 96 1108M 0 3461k 0:05:40 0:05:27 0:00:13 3393k 96 1149M 0 0 96 1111M 0 3461k 0:05:40 0:05:28 0:00:12 3481k 97 1149M 0 0 97 1115M 0 3461k 0:05:39 0:05:29 0:00:10 3539k 97 1149M 0 0 97 1118M 0 3459k 0:05:40 0:05:30 0:00:10 3392k 97 1149M 0 0 97 1119M 0 3452k 0:05:40 0:05:32 0:00:08 2887k 97 1149M 0 0 97 1120M 0 3447k 0:05:41 0:05:32 0:00:09 2527k 97 1149M 0 0 97 1121M 0 3438k 0:05:42 0:05:34 0:00:08 1971k 97 1149M 0 0 97 1122M 0 3431k 0:05:42 0:05:35 0:00:07 1498k 97 1149M 0 0 97 1123M 0 3425k 0:05:43 0:05:35 0:00:08 1106k 97 1149M 0 0 97 1124M 0 3411k 0:05:44 0:05:37 0:00:07 950k 97 1149M 0 0 97 1124M 0 3407k 0:05:45 0:05:37 0:00:08 801k 97 1149M 0 0 97 1125M 0 3399k 0:05:46 0:05:38 0:00:08 757k 97 1149M 0 0 97 1126M 0 3391k 0:05:47 0:05:40 0:00:07 697k 98 1149M 0 0 98 1126M 0 3384k 0:05:47 0:05:40 0:00:07 664k 98 1149M 0 0 98 1128M 0 3379k 0:05:48 0:05:41 0:00:07 857k 98 1149M 0 0 98 1130M 0 3376k 0:05:48 0:05:42 0:00:06 1228k 98 1149M 0 0 98 1133M 0 3376k 0:05:48 0:05:43 0:00:05 1794k 99 1149M 0 0 99 1138M 0 3378k 0:05:48 0:05:44 0:00:04 2475k 99 1149M 0 0 99 1141M 0 3379k 0:05:48 0:05:45 0:00:03 3047k 99 1149M 0 0 99 1144M 0 3377k 0:05:48 0:05:46 0:00:02 3285k 99 1149M 0 0 99 1148M 0 3379k 0:05:48 0:05:47 0:00:01 3567k 100 1149M 0 0 100 1149M 0 3369k 0:05:49 0:05:49 --:--:-- 2961k 100 1149M 0 0 100 1149M 0 3360k 0:05:50 0:05:50 --:--:-- 2170k 100 1149M 0 0 100 1149M 0 3350k 0:05:51 0:05:51 --:--:-- 1460k 100 1149M 0 0 100 1149M 0 3341k 0:05:52 0:05:52 --:--:-- 953k 100 1149M 0 0 100 1149M 0 3331k 0:05:53 0:05:53 --:--:-- 223k 100 1149M 0 0 100 1149M 0 3322k 0:05:54 0:05:54 --:--:-- 0 100 1149M 0 0 100 1149M 0 3312k 0:05:55 0:05:55 --:--:-- 0 100 1149M 0 0 100 1149M 0 3303k 0:05:56 0:05:56 --:--:-- 0 100 1149M 0 0 100 1149M 0 3294k 0:05:57 0:05:57 --:--:-- 0 100 1149M 0 0 100 1149M 0 3284k 0:05:58 0:05:58 --:--:-- 0 100 1149M 0 0 100 1149M 0 3275k 0:05:59 0:05:59 --:--:-- 0 100 1149M 0 0 100 1149M 0 3266k 0:06:00 0:06:00 --:--:-- 0 100 1149M 0 0 100 1149M 0 3257k 0:06:01 0:06:01 --:--:-- 0 100 1149M 0 0 100 1149M 0 3248k 0:06:02 0:06:02 --:--:-- 0 100 1149M 0 0 100 1149M 0 3239k 0:06:03 0:06:03 --:--:-- 0 100 1149M 0 0 100 1149M 0 3230k 0:06:04 0:06:04 --:--:-- 0 100 1149M 0 0 100 1149M 0 3221k 0:06:05 0:06:05 --:--:-- 0 100 1149M 0 0 100 1149M 0 3213k 0:06:06 0:06:06 --:--:-- 0 100 1149M 0 0 100 1149M 0 3204k 0:06:07 0:06:07 --:--:-- 0 100 1149M 0 0 100 1149M 0 3195k 0:06:08 0:06:08 --:--:-- 0 100 1149M 0 0 100 1149M 0 3187k 0:06:09 0:06:09 --:--:-- 0 100 1149M 0 0 100 1149M 0 3178k 0:06:10 0:06:10 --:--:-- 0 100 1149M 0 0 100 1149M 0 3169k 0:06:11 0:06:11 --:--:-- 0 100 1149M 0 0 100 1149M 0 3161k 0:06:12 0:06:12 --:--:-- 0 100 1149M 0 0 100 1149M 0 3152k 0:06:13 0:06:13 --:--:-- 0 100 1149M 0 0 100 1149M 0 3144k 0:06:14 0:06:14 --:--:-- 0 100 1149M 0 0 100 1149M 0 3136k 0:06:15 0:06:15 --:--:-- 0 100 1149M 0 0 100 1149M 0 3127k 0:06:16 0:06:16 --:--:-- 0 100 1149M 0 0 100 1149M 0 3119k 0:06:17 0:06:17 --:--:-- 0 100 1149M 0 0 100 1149M 0 3111k 0:06:18 0:06:18 --:--:-- 0 100 1149M 0 0 100 1149M 0 3102k 0:06:19 0:06:19 --:--:-- 0 100 1149M 0 0 100 1149M 0 3094k 0:06:20 0:06:20 --:--:-- 0 100 1149M 0 0 100 1149M 0 3086k 0:06:21 0:06:21 --:--:-- 0 100 1149M 0 0 100 1149M 0 3078k 0:06:22 0:06:22 --:--:-- 0 100 1149M 0 0 100 1149M 0 3070k 0:06:23 0:06:23 --:--:-- 0 100 1149M 0 0 100 1149M 0 3062k 0:06:24 0:06:24 --:--:-- 0 100 1149M 0 0 100 1149M 0 3054k 0:06:25 0:06:25 --:--:-- 0 100 1149M 0 0 100 1149M 0 3046k 0:06:26 0:06:26 --:--:-- 0 100 1149M 0 0 100 1149M 0 3038k 0:06:27 0:06:27 --:--:-- 0 100 1149M 0 0 100 1149M 0 3030k 0:06:28 0:06:28 --:--:-- 0 100 1149M 0 0 100 1149M 0 3023k 0:06:29 0:06:29 --:--:-- 0 100 1149M 0 0 100 1149M 0 3015k 0:06:30 0:06:30 --:--:-- 0 100 1149M 0 0 100 1149M 0 3007k 0:06:31 0:06:31 --:--:-- 0 100 1149M 0 0 100 1149M 0 2999k 0:06:32 0:06:32 --:--:-- 0 100 1149M 0 0 100 1149M 0 2992k 0:06:33 0:06:33 --:--:-- 0 100 1149M 0 0 100 1149M 0 2984k 0:06:34 0:06:34 --:--:-- 0 100 1149M 0 0 100 1149M 0 2977k 0:06:35 0:06:35 --:--:-- 0 100 1149M 0 0 100 1149M 0 2969k 0:06:36 0:06:36 --:--:-- 0 100 1149M 0 0 100 1149M 0 2962k 0:06:37 0:06:37 --:--:-- 0 100 1149M 0 0 100 1149M 0 2954k 0:06:38 0:06:38 --:--:-- 0 100 1149M 0 0 100 1149M 0 2947k 0:06:39 0:06:39 --:--:-- 0 100 1149M 0 0 100 1149M 0 2939k 0:06:40 0:06:40 --:--:-- 0 100 1149M 0 0 100 1149M 0 2932k 0:06:41 0:06:41 --:--:-- 0 100 1149M 0 0 100 1149M 0 2925k 0:06:42 0:06:42 --:--:-- 0 100 1149M 0 0 100 1149M 0 2918k 0:06:43 0:06:43 --:--:-- 0 100 1149M 0 0 100 1149M 0 2910k 0:06:44 0:06:44 --:--:-- 0 100 1149M 0 0 100 1149M 0 2903k 0:06:45 0:06:45 --:--:-- 0 100 1149M 0 0 100 1149M 0 2896k 0:06:46 0:06:46 --:--:-- 0 100 1149M 0 0 100 1149M 0 2889k 0:06:47 0:06:47 --:--:-- 0 100 1149M 0 0 100 1149M 0 2882k 0:06:48 0:06:48 --:--:-- 0 100 1149M 0 43 100 1149M 0 2877k 0:06:49 0:06:49 --:--:-- 9 100 1149M 0 43 100 1149M 0 2877k 0:06:49 0:06:49 --:--:-- 11 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo liangshangang [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/slave/.catkin_tools /senior/workspace/orin-slave32/slave/build/ /senior/workspace/orin-slave32/slave/devel/ /senior/workspace/orin-slave32/slave/install /senior/workspace/orin-slave32/slave/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] sh + cp -r /senior/workspace/commit/orin-slave32/slave_tmp/cache_bag_node /senior/workspace/commit/orin-slave32/slave_tmp/camera_driver /senior/workspace/commit/orin-slave32/slave_tmp/crane_align /senior/workspace/commit/orin-slave32/slave_tmp/dox /senior/workspace/commit/orin-slave32/slave_tmp/fast_lio-port /senior/workspace/commit/orin-slave32/slave_tmp/hdcontrol /senior/workspace/commit/orin-slave32/slave_tmp/hesai_lidar /senior/workspace/commit/orin-slave32/slave_tmp/imv_spreader_detection /senior/workspace/commit/orin-slave32/slave_tmp/lego-loam-bor /senior/workspace/commit/orin-slave32/slave_tmp/lidar_camera_fusion /senior/workspace/commit/orin-slave32/slave_tmp/lidar_loc_v2 /senior/workspace/commit/orin-slave32/slave_tmp/lidar_manual_calib /senior/workspace/commit/orin-slave32/slave_tmp/login_sync_tool /senior/workspace/commit/orin-slave32/slave_tmp/mrpt2 /senior/workspace/commit/orin-slave32/slave_tmp/msg_recorder /senior/workspace/commit/orin-slave32/slave_tmp/new_detection /senior/workspace/commit/orin-slave32/slave_tmp/new_truck_spreader_detection /senior/workspace/commit/orin-slave32/slave_tmp/node-manager /senior/workspace/commit/orin-slave32/slave_tmp/node_manager_online /senior/workspace/commit/orin-slave32/slave_tmp/ole_lidar /senior/workspace/commit/orin-slave32/slave_tmp/performance_analyst /senior/workspace/commit/orin-slave32/slave_tmp/rcinterpreter /senior/workspace/commit/orin-slave32/slave_tmp/rminterpreter /senior/workspace/commit/orin-slave32/slave_tmp/ros-bridge /senior/workspace/commit/orin-slave32/slave_tmp/rslidar_sdk /senior/workspace/commit/orin-slave32/slave_tmp/rslidar_sdk_new /senior/workspace/commit/orin-slave32/slave_tmp/rtsp_relayer /senior/workspace/commit/orin-slave32/slave_tmp/schedule_manager /senior/workspace/commit/orin-slave32/slave_tmp/senior_calibration /senior/workspace/commit/orin-slave32/slave_tmp/shared_msgs /senior/workspace/commit/orin-slave32/slave_tmp/slave /senior/workspace/commit/orin-slave32/slave_tmp/system_monitor /senior/workspace/commit/orin-slave32/slave_tmp/system-ros /senior/workspace/commit/orin-slave32/slave_tmp/thirdparty /senior/workspace/commit/orin-slave32/slave_tmp/TruckUpLiDarCalibTool /senior/workspace/commit/orin-slave32/slave_tmp/unified-system-monitor /senior/workspace/commit/orin-slave32/slave_tmp/versions_observer /senior/workspace/commit/orin-slave32/slave_tmp/warningModule /senior/workspace/commit/orin-slave32/slave/ [Pipeline] sh + rm -rf /senior/workspace/commit/orin-slave32/slave_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 振石新模型. [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 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><h2>模块名: dox</h2><h2>模块名: hdcontrol</h2><h2>模块名: hesai_lidar</h2><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>振石新模型.</li></ul><h2>模块名: node-manager</h2><h2>模块名: node_manager_online</h2><h2>模块名: ole_lidar</h2><h2>模块名: performance_analyst</h2><h2>模块名: rcinterpreter</h2><h2>模块名: rminterpreter</h2><h2>模块名: rslidar_sdk</h2><h2>模块名: rslidar_sdk_new</h2><h2>模块名: rtsp_relayer</h2><h2>模块名: schedule_manager</h2><h2>模块名: senior_calibration</h2><h2>模块名: shared_msgs</h2><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-slave32/slave/index.html [Pipeline] writeFile [Pipeline] echo html更新完成 [Pipeline] publishHTML [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /senior/workspace/orin-slave32/slave to /var/lib/jenkins/jobs/orin-slave32/builds/464/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": "# 版本发布通知 ### [梁山从机全量-9.8] --- - 版本名: [all_slave_2026-09-08_09-55-34] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:wangshaojiang - 更新模块: [new_detection] - 上传平台: liangshangang - 任务号: [orin-slave32 #464] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-slave32/464/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 703 100 27 100 676 272 6828 --:--:-- --:--:-- --:--:-- 7101 [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