Console Output

Skipping 953 KB.. Full Log
_______________________________________________________________________________
Warnings << msf_updates:make /senior/workspace/orin-module-slave64/slave/logs/msf_updates/build.make.000.log
the rosdep view is empty: call 'sudo rosdep init' and 'rosdep update'
the rosdep view is empty: call 'sudo rosdep init' and 'rosdep update'
the rosdep view is empty: call 'sudo rosdep init' and 'rosdep update'
the rosdep view is empty: call 'sudo rosdep init' and 'rosdep update'
the rosdep view is empty: call 'sudo rosdep init' and 'rosdep update'
cd /senior/workspace/orin-module-slave64/slave/build/msf_updates; catkin build --get-env msf_updates | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -

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

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

    BackwardConfig.cmake
    backward-config.cmake

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


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

...............................................................................
_______________________________________________________________________________
Warnings << lidar_loc_v2:make /senior/workspace/orin-module-slave64/slave/logs/lidar_loc_v2/build.make.000.log
In file included from /senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:5:
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h: In instantiation of ‘update::MapEvaluate<PointType>::MapEvaluate(const typename pcl::PointCloud<PointT>::Ptr&) [with PointType = pcl::PointXYZI; typename pcl::PointCloud<PointT>::Ptr = boost::shared_ptr<pcl::PointCloud<pcl::PointXYZI> >]’:
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:65:44: warning: ‘update::MapEvaluate<pcl::PointXYZI>::map_pcl_ptr_’ will be initialized after [-Wreorder]
   65 |   typename pcl::PointCloud<PointType>::Ptr map_pcl_ptr_ = nullptr;
      |                                            ^~~~~~~~~~~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:49:40: warning:   ‘pcl::PointCloud<pcl::PointXYZI>::Ptr update::MapEvaluate<pcl::PointXYZI>::pcl_with_color’ [-Wreorder]
   49 |   pcl::PointCloud<pcl::PointXYZI>::Ptr pcl_with_color = nullptr;
      |                                        ^~~~~~~~~~~~~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:41:3: warning:   when initialized here [-Wreorder]
   41 |   MapEvaluate(const typename pcl::PointCloud<PointType>::Ptr& map_pcl_ptr)
      |   ^~~~~~~~~~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp: In instantiation of ‘void update::MapEvaluate<PointType>::ComEigenValue(update::OCTO_TREE_NODE<PointType>&) [with PointType = pcl::PointXYZI]’:
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:363:23: warning: variable ‘Uev’ set but not used [-Wunused-but-set-variable]
  363 |       Eigen::Matrix3f Uev = saes.eigenvectors();
      |                       ^~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp: In member function ‘void update::MapEvaluate<PointType>::DividePoints() [with PointType = pcl::PointXYZI]’:
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:309:9: warning: ‘child_index’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  309 |     int child_index;
      |         ^~~~~~~~~~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp: In member function ‘std::string common::OverlayTextIntegrator::MeasStatusToString(int)’:
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:134:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  134 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:139:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  139 |   if (state >> 1U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:144:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  144 |   if (state >> 2U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:149:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  149 |   if (state >> 3U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:154:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  154 |   if (state >> 4U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:159:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  159 |   if (state >> 5U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:164:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  164 |   if (state >> 6U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp: In function ‘std::string loc::MeasStatusToString(int)’:
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:231:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  231 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/senior/workspace/orin-module-slave64/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-module-slave64/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-module-slave64/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-module-slave64/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-module-slave64/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-module-slave64/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-module-slave64/slave/src/lidar_loc_v2/loc/app/lidar_loc_v2_node_impl.cpp: In member function ‘bool loc::LidarLocV2NodeImpl::ReceiveResetSignal(const int&)’:
/senior/workspace/orin-module-slave64/slave/src/lidar_loc_v2/loc/app/lidar_loc_v2_node_impl.cpp:1363:35: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
 1363 |   if (ins_meas_status >> 6U & 0x1 == 0x1) {
      |                               ~~~~^~~~~~
cd /senior/workspace/orin-module-slave64/slave/build/lidar_loc_v2; catkin build --get-env lidar_loc_v2 | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 09:42.1 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:42.2 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:42.3 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:42.4 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:42.5 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:42.6 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:42.7 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:42.8 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:42.9 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:43.0 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:43.1 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:43.2 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:43.3 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:43.4 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:43.5 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:43.6 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:43.7 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:43.8 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:43.9 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:44.0 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:44.1 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:44.2 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:44.3 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:44.4 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:44.5 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:44.6 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:44.7 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:44.8 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:44.9 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:45.0 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:45.1 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:45.2 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:45.3 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:45.4 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:45.5 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:45.6 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:45.7 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:45.8 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:45.9 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:46.0 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:46.1 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:46.2 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:46.3 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:46.4 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:46.5 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:46.6 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:46.7 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:46.8 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:46.9 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:47.0 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:47.1 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:47.2 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:47.3 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:47.4 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:47.5 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:47.6 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:47.7 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:47.8 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:47.9 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:48.0 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:48.1 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:48.2 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:48.3 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:48.4 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:48.5 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 09:48.6 s] [36/37 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
...............................................................................
Finished <<< lidar_loc_v2                         [ 8 minutes and 3.7 seconds ]
[build] Summary: All 37 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 20 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 9 minutes and 48.7 seconds total.                             
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] echo
不编译pnc或者缺少依赖
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo >>>>>>>>>>压缩成zip包>>>>>>>>>> [Pipeline] }
[Pipeline] // ansiColor [Pipeline] dir Running in /senior/workspace/orin-module-slave64/slave [Pipeline] { [Pipeline] sh + zip -rq module_slave_2026-09-04_17-49-04.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-module-slave64/slave build devel install logs module_slave_2026-09-04_17-49-04.zip src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-module-slave64/slave@tmp [Pipeline] echo /senior/workspace/orin-module-slave64/slave/module_slave_2026-09-04_17-49-04.zip,/senior/workspace/orin-module-slave64/slave/version.json [Pipeline] echo ------------------- 开始上传公网ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传大榭ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传苏溪ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传烟台ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://172.16.110.145:50080/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave64/slave/module_slave_2026-09-04_17-49-04.zip"' --form 'version=@"/senior/workspace/orin-module-slave64/slave/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 1 204M 0 0 1 3072k 0 1781k 0:01:57 0:00:01 0:01:56 1780k 4 204M 0 0 4 9280k 0 3421k 0:01:01 0:00:02 0:00:59 3420k 5 204M 0 0 5 10.3M 0 2704k 0:01:17 0:00:03 0:01:14 2704k 5 204M 0 0 5 10.3M 0 2152k 0:01:37 0:00:04 0:01:33 2152k 5 204M 0 0 5 10.3M 0 1787k 0:01:57 0:00:05 0:01:52 2176k 5 204M 0 0 5 10.3M 0 1528k 0:02:16 0:00:06 0:02:10 1444k 5 204M 0 0 5 10.3M 0 1335k 0:02:36 0:00:07 0:02:29 246k 5 204M 0 0 5 10.3M 0 1185k 0:02:56 0:00:08 0:02:48 0 5 204M 0 0 5 10.3M 0 1065k 0:03:16 0:00:09 0:03:07 0 5 204M 0 0 5 10.3M 0 967k 0:03:36 0:00:10 0:03:26 0 5 204M 0 0 5 10.3M 0 886k 0:03:56 0:00:11 0:03:45 0 5 204M 0 0 5 10.3M 0 834k 0:04:10 0:00:12 0:03:58 13599 7 204M 0 0 7 14.3M 0 1004k 0:03:28 0:00:14 0:03:14 723k 7 204M 0 0 7 14.3M 0 939k 0:03:42 0:00:15 0:03:27 723k 7 204M 0 0 7 14.3M 0 883k 0:03:56 0:00:16 0:03:40 723k 7 204M 0 0 7 14.3M 0 833k 0:04:11 0:00:17 0:03:54 723k 7 204M 0 0 7 14.4M 0 808k 0:04:18 0:00:18 0:04:00 748k 8 204M 0 0 8 16.5M 0 905k 0:03:51 0:00:18 0:03:33 549k 8 204M 0 0 8 18.3M 0 937k 0:03:43 0:00:20 0:03:23 928k 8 204M 0 0 8 18.3M 0 892k 0:03:54 0:00:21 0:03:33 928k 8 204M 0 0 8 18.3M 0 852k 0:04:05 0:00:22 0:03:43 928k 8 204M 0 0 8 18.3M 0 815k 0:04:16 0:00:23 0:03:53 842k 10 204M 0 0 10 20.6M 0 893k 0:03:54 0:00:23 0:03:31 848k 10 204M 0 0 10 22.4M 0 915k 0:03:48 0:00:25 0:03:23 829k 10 204M 0 0 10 22.4M 0 880k 0:03:57 0:00:26 0:03:31 829k 10 204M 0 0 10 22.4M 0 848k 0:04:06 0:00:27 0:03:39 829k 10 204M 0 0 10 22.4M 0 817k 0:04:15 0:00:28 0:03:47 829k 11 204M 0 0 11 23.8M 0 851k 0:04:05 0:00:28 0:03:37 651k 12 204M 0 0 12 26.4M 0 894k 0:03:54 0:00:30 0:03:24 789k 12 204M 0 0 12 26.4M 0 865k 0:04:01 0:00:31 0:03:30 789k 12 204M 0 0 12 26.4M 0 838k 0:04:09 0:00:32 0:03:37 789k 12 204M 0 0 12 26.4M 0 813k 0:04:17 0:00:33 0:03:44 789k 13 204M 0 0 13 27.8M 0 846k 0:04:07 0:00:33 0:03:34 819k 14 204M 0 0 14 30.4M 0 885k 0:03:56 0:00:35 0:03:21 829k 14 204M 0 0 14 30.4M 0 860k 0:04:03 0:00:36 0:03:27 829k 14 204M 0 0 14 30.4M 0 837k 0:04:09 0:00:37 0:03:32 829k 14 204M 0 0 14 30.4M 0 815k 0:04:16 0:00:38 0:03:38 829k 14 204M 0 0 14 30.4M 0 794k 0:04:23 0:00:39 0:03:44 477k 14 204M 0 0 14 30.4M 0 774k 0:04:30 0:00:40 0:03:50 0 14 204M 0 0 14 30.4M 0 756k 0:04:36 0:00:41 0:03:55 0 14 204M 0 0 14 30.4M 0 738k 0:04:43 0:00:42 0:04:01 0 14 204M 0 0 14 30.4M 0 721k 0:04:50 0:00:43 0:04:07 0 15 204M 0 0 15 31.0M 0 726k 0:04:48 0:00:43 0:04:05 128k 16 204M 0 0 16 34.5M 0 779k 0:04:28 0:00:45 0:03:43 811k 16 204M 0 0 16 34.5M 0 762k 0:04:34 0:00:46 0:03:48 811k 16 204M 0 0 16 34.5M 0 746k 0:04:40 0:00:47 0:03:53 811k 16 204M 0 0 16 34.5M 0 730k 0:04:46 0:00:48 0:03:58 811k 16 204M 0 0 16 34.5M 0 715k 0:04:52 0:00:49 0:04:03 635k 16 204M 0 0 16 34.5M 0 701k 0:04:58 0:00:50 0:04:08 0 16 204M 0 0 16 34.5M 0 687k 0:05:04 0:00:51 0:04:13 0 16 204M 0 0 16 34.5M 0 674k 0:05:10 0:00:52 0:04:18 0 16 204M 0 0 16 34.5M 0 662k 0:05:16 0:00:53 0:04:23 0 16 204M 0 0 16 34.5M 0 649k 0:05:22 0:00:54 0:04:28 0 16 204M 0 0 16 34.5M 0 640k 0:05:27 0:00:55 0:04:32 13277 18 204M 0 0 18 36.8M 0 677k 0:05:09 0:00:55 0:04:14 554k 18 204M 0 0 18 38.3M 0 691k 0:05:02 0:00:56 0:04:06 897k 18 204M 0 0 18 38.5M 0 682k 0:05:06 0:00:57 0:04:09 933k 18 204M 0 0 18 38.5M 0 671k 0:05:11 0:00:58 0:04:13 933k 18 204M 0 0 18 38.5M 0 659k 0:05:17 0:00:59 0:04:18 905k 20 204M 0 0 20 42.5M 0 717k 0:04:51 0:01:00 0:03:51 1171k 20 204M 0 0 20 42.5M 0 706k 0:04:56 0:01:01 0:03:55 870k 20 204M 0 0 20 42.5M 0 695k 0:05:01 0:01:02 0:03:59 838k 20 204M 0 0 20 42.5M 0 684k 0:05:06 0:01:03 0:04:03 838k 20 204M 0 0 20 42.5M 0 673k 0:05:10 0:01:04 0:04:06 837k 20 204M 0 0 20 42.5M 0 663k 0:05:15 0:01:05 0:04:10 0 20 204M 0 0 20 42.5M 0 653k 0:05:20 0:01:06 0:04:14 0 20 204M 0 0 20 42.5M 0 643k 0:05:25 0:01:07 0:04:18 0 20 204M 0 0 20 42.5M 0 634k 0:05:30 0:01:08 0:04:22 0 20 204M 0 0 20 42.5M 0 625k 0:05:34 0:01:09 0:04:25 0 21 204M 0 0 21 44.0M 0 637k 0:05:28 0:01:10 0:04:18 306k 22 204M 0 0 22 46.5M 0 658k 0:05:17 0:01:12 0:04:05 719k 22 204M 0 0 22 46.5M 0 649k 0:05:22 0:01:13 0:04:09 719k 22 204M 0 0 22 46.5M 0 640k 0:05:26 0:01:14 0:04:12 719k 22 204M 0 0 22 46.5M 0 632k 0:05:31 0:01:15 0:04:16 719k 22 204M 0 0 22 46.5M 0 627k 0:05:33 0:01:15 0:04:18 490k 23 204M 0 0 23 48.8M 0 652k 0:05:21 0:01:16 0:04:05 546k 24 204M 0 0 24 50.5M 0 661k 0:05:16 0:01:18 0:03:58 843k 24 204M 0 0 24 50.5M 0 653k 0:05:20 0:01:19 0:04:01 843k 24 204M 0 0 24 50.5M 0 645k 0:05:24 0:01:20 0:04:04 843k 24 204M 0 0 24 50.5M 0 637k 0:05:28 0:01:21 0:04:07 770k 24 204M 0 0 24 50.5M 0 629k 0:05:32 0:01:22 0:04:10 312k 24 204M 0 0 24 50.5M 0 621k 0:05:36 0:01:23 0:04:13 0 24 204M 0 0 24 50.5M 0 614k 0:05:40 0:01:24 0:04:16 0 25 204M 0 0 25 51.8M 0 626k 0:05:34 0:01:24 0:04:10 287k 26 204M 0 0 26 54.6M 0 646k 0:05:23 0:01:26 0:03:57 796k 26 204M 0 0 26 54.6M 0 639k 0:05:27 0:01:27 0:04:00 796k 26 204M 0 0 26 54.6M 0 632k 0:05:31 0:01:28 0:04:03 796k 26 204M 0 0 26 54.6M 0 625k 0:05:34 0:01:29 0:04:05 796k 26 204M 0 0 26 54.6M 0 618k 0:05:38 0:01:30 0:04:08 498k 26 204M 0 0 26 54.6M 0 611k 0:05:42 0:01:31 0:04:11 0 26 204M 0 0 26 54.6M 0 607k 0:05:44 0:01:32 0:04:12 13943 27 204M 0 0 27 56.5M 0 624k 0:05:35 0:01:32 0:04:03 454k 28 204M 0 0 28 58.6M 0 636k 0:05:29 0:01:34 0:03:55 844k 28 204M 0 0 28 58.6M 0 629k 0:05:32 0:01:35 0:03:57 844k 28 204M 0 0 28 58.6M 0 625k 0:05:34 0:01:36 0:03:58 914k 29 204M 0 0 29 61.0M 0 646k 0:05:23 0:01:36 0:03:47 1443k 30 204M 0 0 30 62.6M 0 652k 0:05:20 0:01:38 0:03:42 1112k 30 204M 0 0 30 62.6M 0 645k 0:05:24 0:01:39 0:03:45 820k 30 204M 0 0 30 62.6M 0 639k 0:05:27 0:01:40 0:03:47 820k 30 204M 0 0 30 62.6M 0 632k 0:05:30 0:01:41 0:03:49 762k 30 204M 0 0 30 62.6M 0 626k 0:05:34 0:01:42 0:03:52 291k 30 204M 0 0 30 62.6M 0 620k 0:05:37 0:01:43 0:03:54 0 30 204M 0 0 30 62.7M 0 615k 0:05:40 0:01:44 0:03:56 13255 31 204M 0 0 31 64.3M 0 628k 0:05:32 0:01:44 0:03:48 385k 32 204M 0 0 32 66.6M 0 642k 0:05:25 0:01:46 0:03:39 844k 32 204M 0 0 32 66.6M 0 636k 0:05:28 0:01:47 0:03:41 844k 32 204M 0 0 32 66.7M 0 633k 0:05:30 0:01:47 0:03:43 941k 34 204M 0 0 34 70.5M 0 664k 0:05:15 0:01:48 0:03:27 1825k 34 204M 0 0 34 70.6M 0 659k 0:05:17 0:01:49 0:03:28 1303k 34 204M 0 0 34 70.6M 0 653k 0:05:20 0:01:50 0:03:30 914k 34 204M 0 0 34 70.6M 0 647k 0:05:23 0:01:51 0:03:32 914k 34 204M 0 0 34 70.6M 0 642k 0:05:26 0:01:52 0:03:34 821k 34 204M 0 0 34 70.6M 0 636k 0:05:28 0:01:53 0:03:35 38994 34 204M 0 0 34 70.6M 0 630k 0:05:31 0:01:54 0:03:37 0 34 204M 0 0 34 70.6M 0 625k 0:05:34 0:01:55 0:03:39 0 35 204M 0 0 35 71.9M 0 631k 0:05:31 0:01:56 0:03:35 256k 36 204M 0 0 36 74.7M 0 646k 0:05:23 0:01:58 0:03:25 739k 36 204M 0 0 36 74.7M 0 641k 0:05:26 0:01:59 0:03:27 739k 36 204M 0 0 36 74.7M 0 635k 0:05:29 0:02:00 0:03:29 739k 36 204M 0 0 36 74.7M 0 630k 0:05:31 0:02:01 0:03:30 739k 36 204M 0 0 36 74.7M 0 625k 0:05:34 0:02:02 0:03:32 510k 36 204M 0 0 36 74.7M 0 620k 0:05:37 0:02:03 0:03:34 0 37 204M 0 0 37 75.6M 0 626k 0:05:34 0:02:03 0:03:31 221k 38 204M 0 0 38 78.7M 0 642k 0:05:25 0:02:05 0:03:20 809k 38 204M 0 0 38 78.8M 0 641k 0:05:26 0:02:05 0:03:21 951k 40 204M 0 0 40 82.7M 0 664k 0:05:15 0:02:07 0:03:08 1568k 40 204M 0 0 40 82.7M 0 658k 0:05:17 0:02:08 0:03:09 1568k 40 204M 0 0 40 82.7M 0 653k 0:05:20 0:02:09 0:03:11 1228k 40 204M 0 0 40 82.7M 0 648k 0:05:22 0:02:10 0:03:12 792k 40 204M 0 0 40 82.7M 0 643k 0:05:25 0:02:11 0:03:14 688k 40 204M 0 0 40 82.7M 0 638k 0:05:27 0:02:12 0:03:15 0 40 204M 0 0 40 82.7M 0 634k 0:05:30 0:02:13 0:03:17 0 40 204M 0 0 40 82.7M 0 629k 0:05:32 0:02:14 0:03:18 0 40 204M 0 0 40 82.8M 0 628k 0:05:32 0:02:14 0:03:18 15376 42 204M 0 0 42 86.4M 0 652k 0:05:21 0:02:15 0:03:06 916k 42 204M 0 0 42 86.8M 0 649k 0:05:22 0:02:16 0:03:06 999k 42 204M 0 0 42 86.8M 0 645k 0:05:24 0:02:17 0:03:07 999k 42 204M 0 0 42 86.8M 0 640k 0:05:26 0:02:18 0:03:08 999k 42 204M 0 0 42 86.8M 0 635k 0:05:29 0:02:19 0:03:10 834k 42 204M 0 0 42 86.8M 0 631k 0:05:31 0:02:20 0:03:11 77926 42 204M 0 0 42 86.8M 0 627k 0:05:33 0:02:21 0:03:12 0 43 204M 0 0 43 88.8M 0 637k 0:05:28 0:02:22 0:03:06 425k 44 204M 0 0 44 90.8M 0 644k 0:05:24 0:02:24 0:03:00 752k 44 204M 0 0 44 90.8M 0 640k 0:05:26 0:02:25 0:03:01 752k 44 204M 0 0 44 90.8M 0 637k 0:05:28 0:02:25 0:03:03 813k 46 204M 0 0 46 94.0M 0 656k 0:05:18 0:02:26 0:02:52 1506k 46 204M 0 0 46 94.8M 0 656k 0:05:18 0:02:27 0:02:51 1191k 46 204M 0 0 46 94.8M 0 652k 0:05:20 0:02:28 0:02:52 890k 46 204M 0 0 46 94.8M 0 648k 0:05:23 0:02:29 0:02:54 890k 46 204M 0 0 46 94.8M 0 643k 0:05:25 0:02:30 0:02:55 818k 46 204M 0 0 46 94.8M 0 639k 0:05:27 0:02:31 0:02:56 160k 46 204M 0 0 46 94.8M 0 635k 0:05:29 0:02:32 0:02:57 0 46 204M 0 0 46 95.3M 0 635k 0:05:29 0:02:33 0:02:56 105k 48 204M 0 0 48 98.8M 0 653k 0:05:20 0:02:34 0:02:46 833k 48 204M 0 0 48 98.8M 0 650k 0:05:22 0:02:35 0:02:47 845k 48 204M 0 0 48 98.8M 0 645k 0:05:24 0:02:36 0:02:48 845k 48 204M 0 0 48 99.6M 0 647k 0:05:23 0:02:37 0:02:46 1024k 50 204M 0 0 50 102M 0 660k 0:05:16 0:02:39 0:02:37 1332k 50 204M 0 0 50 102M 0 656k 0:05:18 0:02:40 0:02:38 721k 50 204M 0 0 50 102M 0 652k 0:05:20 0:02:41 0:02:39 711k 50 204M 0 0 50 102M 0 648k 0:05:22 0:02:42 0:02:40 711k 50 204M 0 0 50 102M 0 644k 0:05:24 0:02:43 0:02:41 563k 50 204M 0 0 50 102M 0 640k 0:05:26 0:02:44 0:02:42 0 50 204M 0 0 50 102M 0 637k 0:05:28 0:02:45 0:02:43 0 50 204M 0 0 50 104M 0 643k 0:05:25 0:02:45 0:02:40 317k 52 204M 0 0 52 106M 0 653k 0:05:20 0:02:47 0:02:33 828k 52 204M 0 0 52 106M 0 649k 0:05:22 0:02:48 0:02:34 828k 52 204M 0 0 52 106M 0 645k 0:05:24 0:02:49 0:02:35 828k 52 204M 0 0 52 106M 0 642k 0:05:26 0:02:50 0:02:36 789k 52 204M 0 0 52 106M 0 638k 0:05:27 0:02:51 0:02:36 486k 52 204M 0 0 52 106M 0 634k 0:05:29 0:02:52 0:02:37 0 52 204M 0 0 52 106M 0 631k 0:05:31 0:02:53 0:02:38 0 52 204M 0 0 52 106M 0 628k 0:05:33 0:02:54 0:02:39 0 52 204M 0 0 52 108M 0 634k 0:05:30 0:02:54 0:02:36 304k 54 204M 0 0 54 110M 0 644k 0:05:25 0:02:56 0:02:29 840k 54 204M 0 0 54 110M 0 640k 0:05:26 0:02:57 0:02:29 840k 54 204M 0 0 54 110M 0 636k 0:05:28 0:02:58 0:02:30 840k 54 204M 0 0 54 111M 0 640k 0:05:26 0:02:58 0:02:28 1123k 56 204M 0 0 56 115M 0 652k 0:05:20 0:03:00 0:02:20 1212k 56 204M 0 0 56 115M 0 648k 0:05:22 0:03:01 0:02:21 819k 56 204M 0 0 56 115M 0 645k 0:05:24 0:03:02 0:02:22 819k 56 204M 0 0 56 115M 0 641k 0:05:26 0:03:03 0:02:23 819k 56 204M 0 0 56 115M 0 638k 0:05:27 0:03:04 0:02:23 578k 56 204M 0 0 56 115M 0 634k 0:05:29 0:03:05 0:02:24 0 56 204M 0 0 56 115M 0 631k 0:05:31 0:03:06 0:02:25 0 56 204M 0 0 56 115M 0 628k 0:05:32 0:03:07 0:02:25 13413 57 204M 0 0 57 116M 0 636k 0:05:28 0:03:07 0:02:21 421k 58 204M 0 0 58 119M 0 644k 0:05:25 0:03:09 0:02:16 871k 58 204M 0 0 58 119M 0 640k 0:05:26 0:03:10 0:02:16 871k 58 204M 0 0 58 119M 0 637k 0:05:28 0:03:11 0:02:17 871k 58 204M 0 0 58 119M 0 634k 0:05:30 0:03:12 0:02:18 835k 58 204M 0 0 58 120M 0 639k 0:05:27 0:03:12 0:02:15 730k 60 204M 0 0 60 123M 0 647k 0:05:23 0:03:14 0:02:09 784k 60 204M 0 0 60 123M 0 644k 0:05:24 0:03:15 0:02:09 784k 60 204M 0 0 60 123M 0 641k 0:05:26 0:03:16 0:02:10 784k 60 204M 0 0 60 123M 0 638k 0:05:28 0:03:17 0:02:11 784k 60 204M 0 0 60 123M 0 634k 0:05:29 0:03:18 0:02:11 483k 60 204M 0 0 60 123M 0 631k 0:05:31 0:03:19 0:02:12 0 60 204M 0 0 60 123M 0 628k 0:05:33 0:03:20 0:02:13 0 60 204M 0 0 60 123M 0 627k 0:05:33 0:03:20 0:02:13 14483 61 204M 0 0 61 126M 0 640k 0:05:26 0:03:21 0:02:05 743k 62 204M 0 0 62 127M 0 641k 0:05:26 0:03:22 0:02:04 926k 62 204M 0 0 62 127M 0 638k 0:05:28 0:03:23 0:02:05 926k 62 204M 0 0 62 127M 0 634k 0:05:29 0:03:24 0:02:05 926k 63 204M 0 0 63 129M 0 645k 0:05:24 0:03:25 0:01:59 1417k 64 204M 0 0 64 131M 0 648k 0:05:22 0:03:26 0:01:56 959k 64 204M 0 0 64 131M 0 645k 0:05:24 0:03:27 0:01:57 806k 64 204M 0 0 64 132M 0 647k 0:05:23 0:03:28 0:01:55 1047k 66 204M 0 0 66 135M 0 657k 0:05:18 0:03:30 0:01:48 1502k 66 204M 0 0 66 135M 0 654k 0:05:19 0:03:31 0:01:48 979k 66 204M 0 0 66 135M 0 651k 0:05:21 0:03:32 0:01:49 767k 66 204M 0 0 66 135M 0 650k 0:05:21 0:03:32 0:01:49 893k 67 204M 0 0 67 139M 0 666k 0:05:14 0:03:33 0:01:41 1439k 68 204M 0 0 68 139M 0 663k 0:05:15 0:03:34 0:01:41 948k 68 204M 0 0 68 140M 0 668k 0:05:13 0:03:35 0:01:38 1329k 70 204M 0 0 70 143M 0 674k 0:05:10 0:03:37 0:01:33 1624k 70 204M 0 0 70 143M 0 670k 0:05:12 0:03:38 0:01:34 1416k 70 204M 0 0 70 143M 0 667k 0:05:13 0:03:39 0:01:34 736k 70 204M 0 0 70 143M 0 664k 0:05:14 0:03:40 0:01:34 714k 70 204M 0 0 70 143M 0 661k 0:05:16 0:03:41 0:01:35 425k 70 204M 0 0 70 143M 0 658k 0:05:17 0:03:42 0:01:35 0 70 204M 0 0 70 143M 0 660k 0:05:17 0:03:42 0:01:35 119k 71 204M 0 0 71 147M 0 670k 0:05:12 0:03:44 0:01:28 793k 71 204M 0 0 71 147M 0 667k 0:05:13 0:03:45 0:01:28 793k 71 204M 0 0 71 147M 0 664k 0:05:14 0:03:46 0:01:28 793k 71 204M 0 0 71 147M 0 661k 0:05:16 0:03:47 0:01:29 793k 71 204M 0 0 71 147M 0 659k 0:05:17 0:03:48 0:01:29 610k 71 204M 0 0 71 147M 0 656k 0:05:19 0:03:49 0:01:30 0 71 204M 0 0 71 147M 0 653k 0:05:20 0:03:50 0:01:30 0 72 204M 0 0 72 147M 0 651k 0:05:21 0:03:51 0:01:30 14130 72 204M 0 0 72 148M 0 657k 0:05:18 0:03:51 0:01:27 426k 73 204M 0 0 73 151M 0 663k 0:05:15 0:03:53 0:01:22 896k 73 204M 0 0 73 151M 0 660k 0:05:16 0:03:54 0:01:22 896k 73 204M 0 0 73 151M 0 658k 0:05:18 0:03:55 0:01:23 896k 73 204M 0 0 73 151M 0 656k 0:05:19 0:03:55 0:01:24 880k 75 204M 0 0 75 154M 0 667k 0:05:13 0:03:56 0:01:17 1127k 75 204M 0 0 75 155M 0 668k 0:05:13 0:03:57 0:01:16 885k 75 204M 0 0 75 155M 0 665k 0:05:14 0:03:58 0:01:16 885k 75 204M 0 0 75 155M 0 662k 0:05:16 0:03:59 0:01:17 885k 75 204M 0 0 75 155M 0 659k 0:05:17 0:04:00 0:01:17 822k 75 204M 0 0 75 155M 0 657k 0:05:18 0:04:01 0:01:17 171k 75 204M 0 0 75 155M 0 654k 0:05:19 0:04:02 0:01:17 0 75 204M 0 0 75 155M 0 652k 0:05:21 0:04:03 0:01:18 13361 77 204M 0 0 77 158M 0 664k 0:05:15 0:04:04 0:01:11 740k 77 204M 0 0 77 159M 0 663k 0:05:15 0:04:05 0:01:10 841k 77 204M 0 0 77 159M 0 660k 0:05:16 0:04:06 0:01:10 841k 77 204M 0 0 77 159M 0 657k 0:05:18 0:04:07 0:01:11 841k 77 204M 0 0 77 159M 0 655k 0:05:19 0:04:08 0:01:11 811k 77 204M 0 0 77 159M 0 652k 0:05:20 0:04:09 0:01:11 112k 77 204M 0 0 77 159M 0 650k 0:05:22 0:04:10 0:01:12 0 77 204M 0 0 77 159M 0 647k 0:05:23 0:04:11 0:01:12 0 79 204M 0 0 79 161M 0 654k 0:05:19 0:04:12 0:01:07 484k 79 204M 0 0 79 163M 0 657k 0:05:18 0:04:14 0:01:04 760k 79 204M 0 0 79 163M 0 654k 0:05:19 0:04:15 0:01:04 760k 79 204M 0 0 79 163M 0 653k 0:05:20 0:04:15 0:01:05 804k 81 204M 0 0 81 165M 0 661k 0:05:16 0:04:16 0:01:00 1402k 81 204M 0 0 81 167M 0 663k 0:05:15 0:04:18 0:00:57 1094k 81 204M 0 0 81 167M 0 661k 0:05:16 0:04:19 0:00:57 851k 81 204M 0 0 81 167M 0 658k 0:05:17 0:04:20 0:00:57 851k 81 204M 0 0 81 167M 0 656k 0:05:19 0:04:21 0:00:58 803k 81 204M 0 0 81 167M 0 653k 0:05:20 0:04:22 0:00:58 261k 81 204M 0 0 81 167M 0 651k 0:05:21 0:04:23 0:00:58 0 81 204M 0 0 81 167M 0 649k 0:05:22 0:04:23 0:00:59 13855 83 204M 0 0 83 171M 0 661k 0:05:16 0:04:24 0:00:52 844k 83 204M 0 0 83 171M 0 660k 0:05:17 0:04:25 0:00:52 878k 83 204M 0 0 83 171M 0 657k 0:05:18 0:04:26 0:00:52 878k 84 204M 0 0 84 172M 0 659k 0:05:17 0:04:27 0:00:50 1152k 85 204M 0 0 85 175M 0 666k 0:05:14 0:04:29 0:00:45 1489k 85 204M 0 0 85 175M 0 664k 0:05:15 0:04:30 0:00:45 770k 85 204M 0 0 85 175M 0 661k 0:05:16 0:04:31 0:00:45 741k 85 204M 0 0 85 175M 0 659k 0:05:17 0:04:32 0:00:45 741k 85 204M 0 0 85 175M 0 656k 0:05:18 0:04:33 0:00:45 516k 85 204M 0 0 85 175M 0 654k 0:05:19 0:04:34 0:00:45 0 86 204M 0 0 86 176M 0 656k 0:05:18 0:04:34 0:00:44 216k 87 204M 0 0 87 179M 0 664k 0:05:14 0:04:36 0:00:38 826k 87 204M 0 0 87 179M 0 662k 0:05:16 0:04:37 0:00:39 826k 87 204M 0 0 87 179M 0 659k 0:05:17 0:04:38 0:00:39 826k 87 204M 0 0 87 179M 0 657k 0:05:18 0:04:39 0:00:39 826k 87 204M 0 0 87 179M 0 655k 0:05:19 0:04:40 0:00:39 571k 87 204M 0 0 87 179M 0 652k 0:05:20 0:04:41 0:00:39 0 87 204M 0 0 87 179M 0 651k 0:05:21 0:04:41 0:00:40 14586 89 204M 0 0 89 183M 0 662k 0:05:16 0:04:43 0:00:33 780k 89 204M 0 0 89 183M 0 659k 0:05:17 0:04:44 0:00:33 780k 89 204M 0 0 89 183M 0 657k 0:05:18 0:04:45 0:00:33 780k 89 204M 0 0 89 183M 0 655k 0:05:19 0:04:46 0:00:33 780k 89 204M 0 0 89 183M 0 655k 0:05:19 0:04:46 0:00:33 872k 91 204M 0 0 91 187M 0 665k 0:05:14 0:04:48 0:00:26 862k 91 204M 0 0 91 187M 0 663k 0:05:15 0:04:49 0:00:26 862k 91 204M 0 0 91 187M 0 660k 0:05:16 0:04:50 0:00:26 862k 91 204M 0 0 91 187M 0 658k 0:05:17 0:04:51 0:00:26 862k 91 204M 0 0 91 187M 0 656k 0:05:18 0:04:52 0:00:26 688k 91 204M 0 0 91 187M 0 654k 0:05:19 0:04:53 0:00:26 13204 92 204M 0 0 92 189M 0 660k 0:05:16 0:04:53 0:00:23 490k 93 204M 0 0 93 191M 0 664k 0:05:15 0:04:55 0:00:20 890k 93 204M 0 0 93 191M 0 662k 0:05:16 0:04:56 0:00:20 890k 93 204M 0 0 93 191M 0 660k 0:05:17 0:04:57 0:00:20 890k 93 204M 0 0 93 191M 0 657k 0:05:18 0:04:58 0:00:20 868k 94 204M 0 0 94 193M 0 662k 0:05:15 0:04:58 0:00:17 793k 95 204M 0 0 95 195M 0 666k 0:05:14 0:05:00 0:00:14 772k 95 204M 0 0 95 195M 0 664k 0:05:15 0:05:01 0:00:14 772k 95 204M 0 0 95 195M 0 661k 0:05:16 0:05:02 0:00:14 772k 95 204M 0 0 95 195M 0 659k 0:05:17 0:05:03 0:00:14 772k 95 204M 0 0 95 195M 0 657k 0:05:18 0:05:04 0:00:14 376k 95 204M 0 0 95 195M 0 655k 0:05:19 0:05:05 0:00:14 0 95 204M 0 0 95 195M 0 653k 0:05:20 0:05:06 0:00:14 0 95 204M 0 0 95 195M 0 654k 0:05:20 0:05:06 0:00:14 115k 97 204M 0 0 97 199M 0 661k 0:05:16 0:05:08 0:00:08 777k 97 204M 0 0 97 199M 0 659k 0:05:17 0:05:09 0:00:08 777k 97 204M 0 0 97 199M 0 657k 0:05:18 0:05:10 0:00:08 777k 97 204M 0 0 97 199M 0 655k 0:05:19 0:05:11 0:00:08 777k 97 204M 0 0 97 199M 0 653k 0:05:20 0:05:12 0:00:08 614k 97 204M 0 0 97 199M 0 651k 0:05:21 0:05:13 0:00:08 0 97 204M 0 0 97 199M 0 649k 0:05:22 0:05:14 0:00:08 0 97 204M 0 0 97 199M 0 647k 0:05:23 0:05:15 0:00:08 0 97 204M 0 0 97 199M 0 645k 0:05:24 0:05:16 0:00:08 0 97 204M 0 0 97 199M 0 644k 0:05:24 0:05:16 0:00:08 15149 98 204M 0 0 98 202M 0 651k 0:05:21 0:05:17 0:00:04 681k 99 204M 0 0 99 203M 0 653k 0:05:20 0:05:19 0:00:01 929k 99 204M 0 0 99 203M 0 651k 0:05:21 0:05:20 0:00:01 929k 99 204M 0 0 99 203M 0 649k 0:05:22 0:05:21 0:00:01 929k 99 204M 0 0 99 204M 0 650k 0:05:21 0:05:21 --:--:-- 1046k 100 204M 0 0 100 204M 0 648k 0:05:22 0:05:22 --:--:-- 460k 100 204M 0 0 100 204M 0 646k 0:05:23 0:05:23 --:--:-- 208k 100 204M 0 0 100 204M 0 644k 0:05:24 0:05:24 --:--:-- 208k 100 204M 0 0 100 204M 0 642k 0:05:25 0:05:25 --:--:-- 208k 100 204M 0 0 100 204M 0 640k 0:05:26 0:05:26 --:--:-- 15806 100 204M 0 0 100 204M 0 638k 0:05:27 0:05:27 --:--:-- 0 100 204M 0 0 100 204M 0 636k 0:05:28 0:05:28 --:--:-- 0 100 204M 0 0 100 204M 0 634k 0:05:29 0:05:29 --:--:-- 0 100 204M 0 0 100 204M 0 632k 0:05:30 0:05:30 --:--:-- 0 100 204M 0 0 100 204M 0 631k 0:05:31 0:05:31 --:--:-- 0 100 204M 0 0 100 204M 0 629k 0:05:32 0:05:32 --:--:-- 0 100 204M 0 0 100 204M 0 627k 0:05:33 0:05:33 --:--:-- 0 100 204M 0 0 100 204M 0 625k 0:05:34 0:05:34 --:--:-- 0 100 204M 0 0 100 204M 0 623k 0:05:35 0:05:35 --:--:-- 0 100 204M 0 0 100 204M 0 621k 0:05:36 0:05:36 --:--:-- 0 100 204M 0 0 100 204M 0 619k 0:05:37 0:05:37 --:--:-- 0 100 204M 0 0 100 204M 0 618k 0:05:38 0:05:38 --:--:-- 0 100 204M 0 0 100 204M 0 616k 0:05:39 0:05:39 --:--:-- 0 100 204M 0 0 100 204M 0 614k 0:05:40 0:05:40 --:--:-- 0 100 204M 0 0 100 204M 0 612k 0:05:41 0:05:41 --:--:-- 0 100 204M 0 0 100 204M 0 610k 0:05:42 0:05:42 --:--:-- 0 100 204M 0 0 100 204M 0 609k 0:05:43 0:05:43 --:--:-- 0 100 204M 0 0 100 204M 0 607k 0:05:44 0:05:44 --:--:-- 0 100 204M 0 0 100 204M 0 605k 0:05:45 0:05:45 --:--:-- 0 100 204M 0 0 100 204M 0 603k 0:05:46 0:05:46 --:--:-- 0 100 204M 0 0 100 204M 0 601k 0:05:47 0:05:47 --:--:-- 0 100 204M 0 0 100 204M 0 600k 0:05:48 0:05:48 --:--:-- 0 100 204M 0 0 100 204M 0 598k 0:05:49 0:05:49 --:--:-- 0 100 204M 0 0 100 204M 0 596k 0:05:50 0:05:50 --:--:-- 0 100 204M 0 0 100 204M 0 595k 0:05:51 0:05:51 --:--:-- 0 100 204M 0 0 100 204M 0 593k 0:05:52 0:05:52 --:--:-- 0 100 204M 0 0 100 204M 0 591k 0:05:53 0:05:53 --:--:-- 0 100 204M 0 0 100 204M 0 590k 0:05:54 0:05:54 --:--:-- 0 100 204M 0 0 100 204M 0 588k 0:05:55 0:05:55 --:--:-- 0 100 204M 0 0 100 204M 0 586k 0:05:56 0:05:56 --:--:-- 0 100 204M 0 0 100 204M 0 585k 0:05:57 0:05:57 --:--:-- 0 100 204M 0 0 100 204M 0 583k 0:05:58 0:05:58 --:--:-- 0 100 204M 0 0 100 204M 0 581k 0:05:59 0:05:59 --:--:-- 0 100 204M 0 0 100 204M 0 580k 0:06:00 0:06:00 --:--:-- 0 100 204M 0 0 100 204M 0 578k 0:06:01 0:06:01 --:--:-- 0 100 204M 0 0 100 204M 0 577k 0:06:02 0:06:02 --:--:-- 0 100 204M 0 0 100 204M 0 575k 0:06:03 0:06:03 --:--:-- 0 100 204M 0 0 100 204M 0 573k 0:06:04 0:06:04 --:--:-- 0 100 204M 0 43 100 204M 0 573k 0:06:05 0:06:05 --:--:-- 9 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传友谊关ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传洋浦ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传梁山港ota --------------------------------------------------------------------- [Pipeline] echo yantai [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-module-slave64/slave/.catkin_tools /senior/workspace/orin-module-slave64/slave/build/ /senior/workspace/orin-module-slave64/slave/devel/ /senior/workspace/orin-module-slave64/slave/install /senior/workspace/orin-module-slave64/slave/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] sh + cp -r /senior/workspace/commit/orin-module-slave64/slave_tmp/cache_bag_node /senior/workspace/commit/orin-module-slave64/slave_tmp/camera_driver /senior/workspace/commit/orin-module-slave64/slave_tmp/crane_align /senior/workspace/commit/orin-module-slave64/slave_tmp/dox /senior/workspace/commit/orin-module-slave64/slave_tmp/guardian /senior/workspace/commit/orin-module-slave64/slave_tmp/hdcontrol /senior/workspace/commit/orin-module-slave64/slave_tmp/hdmap /senior/workspace/commit/orin-module-slave64/slave_tmp/hdmap_interface /senior/workspace/commit/orin-module-slave64/slave_tmp/hesai_lidar /senior/workspace/commit/orin-module-slave64/slave_tmp/imv_spreader_detection /senior/workspace/commit/orin-module-slave64/slave_tmp/lidar_loc_v2 /senior/workspace/commit/orin-module-slave64/slave_tmp/mrpt2 /senior/workspace/commit/orin-module-slave64/slave_tmp/new_detection /senior/workspace/commit/orin-module-slave64/slave_tmp/new_truck_spreader_detection /senior/workspace/commit/orin-module-slave64/slave_tmp/node-manager /senior/workspace/commit/orin-module-slave64/slave_tmp/node_manager_online /senior/workspace/commit/orin-module-slave64/slave_tmp/ole_lidar /senior/workspace/commit/orin-module-slave64/slave_tmp/performance_analyst /senior/workspace/commit/orin-module-slave64/slave_tmp/prediction /senior/workspace/commit/orin-module-slave64/slave_tmp/rcinterpreter /senior/workspace/commit/orin-module-slave64/slave_tmp/rminterpreter /senior/workspace/commit/orin-module-slave64/slave_tmp/ros-bridge /senior/workspace/commit/orin-module-slave64/slave_tmp/rslidar_sdk /senior/workspace/commit/orin-module-slave64/slave_tmp/schedule_manager /senior/workspace/commit/orin-module-slave64/slave_tmp/senior_calibration /senior/workspace/commit/orin-module-slave64/slave_tmp/shared_msgs /senior/workspace/commit/orin-module-slave64/slave_tmp/slave /senior/workspace/commit/orin-module-slave64/slave_tmp/system_monitor /senior/workspace/commit/orin-module-slave64/slave_tmp/system-ros /senior/workspace/commit/orin-module-slave64/slave_tmp/thirdparty /senior/workspace/commit/orin-module-slave64/slave_tmp/unified-system-monitor /senior/workspace/commit/orin-module-slave64/slave_tmp/versions_observer /senior/workspace/commit/orin-module-slave64/slave_tmp/warningModule /senior/workspace/commit/orin-module-slave64/slave/ [Pipeline] sh + rm -rf /senior/workspace/commit/orin-module-slave64/slave_tmp [Pipeline] readJSON [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>模块名: lidar_loc_v2</h2><h2>模块名: mrpt2</h2><h2>模块名: shared_msgs</h2><h2>模块名: warningModule</h2></body></html> [Pipeline] echo msg已经准备完成 [Pipeline] sh + touch /senior/workspace/orin-module-slave64/slave/index.html [Pipeline] writeFile [Pipeline] echo html更新完成 [Pipeline] publishHTML [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /senior/workspace/orin-module-slave64/slave to /var/lib/jenkins/jobs/orin-module-slave64/builds/1755/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": "# 版本发布通知 ### [烟台激光定位] --- - 版本名: [module_slave_2026-09-04_17-49-04] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:liuyang - 更新模块: - 上传平台: yantai - 任务号: [orin-module-slave64 #1755] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-module-slave64/1755/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 690 100 27 100 663 306 7534 --:--:-- --:--:-- --:--:-- 7840 [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