Console Output

Skipping 3,501 KB.. Full Log
...............................................................................
_______________________________________________________________________________
Warnings << ros_can_interpreter:make /senior/workspace/orin-slave64/slave/logs/ros_can_interpreter/build.make.000.log
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/ros_can_interpreter.cpp:337: warning: ignoring #pragma region  [-Wunknown-pragmas]
  337 | #pragma region // 0x401 报文解析数据log输出
      | 
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/ros_can_interpreter.cpp:455: warning: ignoring #pragma endregion  [-Wunknown-pragmas]
  455 | #pragma endregion
      | 
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/ros_can_interpreter.cpp:486: warning: ignoring #pragma region  [-Wunknown-pragmas]
  486 | #pragma region // 0x400 报文解析数据log输出
      | 
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/ros_can_interpreter.cpp:574: warning: ignoring #pragma endregion  [-Wunknown-pragmas]
  574 | #pragma endregion
      | 
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/ros_can_interpreter.cpp:613: warning: ignoring #pragma region  [-Wunknown-pragmas]
  613 | #pragma region // 0x401 报文解析数据log输出
      | 
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/ros_can_interpreter.cpp:628: warning: ignoring #pragma endregion  [-Wunknown-pragmas]
  628 | #pragma endregion
      | 
In file included from /senior/workspace/orin-slave64/slave/src/rcinterpreter/base/bounded_queue.h:12,
                 from /senior/workspace/orin-slave64/slave/src/rcinterpreter/base/thread_pool.h:13,
                 from /senior/workspace/orin-slave64/slave/src/rcinterpreter/src/ros_can_interpreter.h:7,
                 from /senior/workspace/orin-slave64/slave/src/rcinterpreter/src/ros_can_interpreter_node.cpp:6:
/senior/workspace/orin-slave64/slave/src/rcinterpreter/base/macros.h:16: warning: "DEFINE_TYPE_TRAIT" redefined
   16 | #define DEFINE_TYPE_TRAIT(name, func)                            \
      | 
In file included from /senior/workspace/orin-slave64/slave/install/include/heartbeat/heart_beat_sender.h:5,
                 from /senior/workspace/orin-slave64/slave/src/rcinterpreter/src/ros_can_interpreter_node.cpp:4:
/senior/workspace/orin-slave64/slave/install/include/common/macros.h:20: note: this is the location of the previous definition
   20 | #define DEFINE_TYPE_TRAIT(name, func)                      \
      | 
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/CanFrame/socketcanclient.cpp: In member function ‘void SocketCanClient::can_rcv()’:
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/CanFrame/socketcanclient.cpp:63:44: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct Canframe’; use assignment or value-initialization instead [-Wclass-memaccess]
   63 |     memset(&one_frame, 0, sizeof(one_frame));
      |                                            ^
In file included from /senior/workspace/orin-slave64/slave/src/rcinterpreter/src/CanFrame/socketcanclient.h:20,
                 from /senior/workspace/orin-slave64/slave/src/rcinterpreter/src/CanFrame/socketcanclient.cpp:1:
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/CanFrame/can_adaptor.h:17:8: note: ‘struct Canframe’ declared here
   17 | struct Canframe {
      |        ^~~~~~~~
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/CanFrame/socketcanclient.cpp:64:9: warning: unused variable ‘size’ [-Wunused-variable]
   64 |     int size = sizeof(one_frame.frame);
      |         ^~~~
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/ros_traffic.cpp: In lambda function:
/senior/workspace/orin-slave64/slave/src/rcinterpreter/src/ros_traffic.cpp:202:3: warning: control reaches end of non-void function [-Wreturn-type]
  202 |   };
      |   ^
cd /senior/workspace/orin-slave64/slave/build/ros_can_interpreter; catkin build --get-env ros_can_interpreter | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -

...............................................................................
_______________________________________________________________________________
Warnings << lidar_loc_v2:make /senior/workspace/orin-slave64/slave/logs/lidar_loc_v2/build.make.000.log
In file included from /senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:5:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h: In instantiation of ‘update::MapEvaluate<PointType>::MapEvaluate(const typename pcl::PointCloud<PointT>::Ptr&) [with PointType = pcl::PointXYZI; typename pcl::PointCloud<PointT>::Ptr = boost::shared_ptr<pcl::PointCloud<pcl::PointXYZI> >]’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:65:44: warning: ‘update::MapEvaluate<pcl::PointXYZI>::map_pcl_ptr_’ will be initialized after [-Wreorder]
   65 |   typename pcl::PointCloud<PointType>::Ptr map_pcl_ptr_ = nullptr;
      |                                            ^~~~~~~~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:49:40: warning:   ‘pcl::PointCloud<pcl::PointXYZI>::Ptr update::MapEvaluate<pcl::PointXYZI>::pcl_with_color’ [-Wreorder]
   49 |   pcl::PointCloud<pcl::PointXYZI>::Ptr pcl_with_color = nullptr;
      |                                        ^~~~~~~~~~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:41:3: warning:   when initialized here [-Wreorder]
   41 |   MapEvaluate(const typename pcl::PointCloud<PointType>::Ptr& map_pcl_ptr)
      |   ^~~~~~~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp: In instantiation of ‘void update::MapEvaluate<PointType>::ComEigenValue(update::OCTO_TREE_NODE<PointType>&) [with PointType = pcl::PointXYZI]’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:363:23: warning: variable ‘Uev’ set but not used [-Wunused-but-set-variable]
  363 |       Eigen::Matrix3f Uev = saes.eigenvectors();
      |                       ^~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp: In member function ‘void update::MapEvaluate<PointType>::DividePoints() [with PointType = pcl::PointXYZI]’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:309:9: warning: ‘child_index’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  309 |     int child_index;
      |         ^~~~~~~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp: In member function ‘std::string common::OverlayTextIntegrator::MeasStatusToString(int)’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:134:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  134 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:139:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  139 |   if (state >> 1U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:144:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  144 |   if (state >> 2U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:149:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  149 |   if (state >> 3U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:154:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  154 |   if (state >> 4U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:159:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  159 |   if (state >> 5U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:164:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  164 |   if (state >> 6U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/reflect_match/feature/feature_extractor.cpp: In member function ‘void loc::feature::FeatureExtractor::AccumulateFeature(const loc::feature::Feature&, const common::TimePose&, const PclPcdPtr&, loc::PclPcdPtr&)’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/reflect_match/feature/feature_extractor.cpp:285:8: warning: variable ‘stay_still’ set but not used [-Wunused-but-set-variable]
  285 |   bool stay_still = false;
      |        ^~~~~~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp: In function ‘std::string loc::MeasStatusToString(int)’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:187:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  187 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:192:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  192 |   if (state >> 1U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:197:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  197 |   if (state >> 2U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:202:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  202 |   if (state >> 3U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:207:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  207 |   if (state >> 4U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:212:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  212 |   if (state >> 5U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:217:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  217 |   if (state >> 6U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/app/lidar_loc_v2_node_impl.cpp: In member function ‘bool loc::LidarLocV2NodeImpl::ReceiveResetSignal(const int&)’:
/senior/workspace/orin-slave64/slave/src/lidar_loc_v2/loc/app/lidar_loc_v2_node_impl.cpp:746:35: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  746 |   if (ins_meas_status >> 6U & 0x1 == 0x1) {
      |                               ~~~~^~~~~~
cd /senior/workspace/orin-slave64/slave/build/lidar_loc_v2; catkin build --get-env lidar_loc_v2 | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 14:45.2 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:45.3 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:45.4 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:45.5 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:45.6 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 14:45.7 s] [63/64 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[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... 
...............................................................................
Finished <<< lidar_loc_v2                          [ 8 minutes and 11.2 seconds ]
[build] Summary: All 64 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 38 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 14 minutes and 51.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-slave64/slave [Pipeline] { [Pipeline] sh + zip -rq all_slave_2026-02-27_22-22-00.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-slave64/slave all_slave_2026-02-27_22-22-00.zip build devel install logs src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-slave64/slave@tmp [Pipeline] echo /senior/workspace/orin-slave64/slave/all_slave_2026-02-27_22-22-00.zip,/senior/workspace/orin-slave64/slave/version.json [Pipeline] echo ------------------- 开始上传公网ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://ota.senior.auto/prod-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-slave64/slave/all_slave_2026-02-27_22-22-00.zip"' --form 'version=@"/senior/workspace/orin-slave64/slave/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 936M 0 0 3 36.9M 0 46.7M 0:00:20 --:--:-- 0:00:20 46.6M 37 936M 0 0 37 350M 0 195M 0:00:04 0:00:01 0:00:03 195M 70 936M 0 0 70 663M 0 237M 0:00:03 0:00:02 0:00:01 237M 100 936M 0 0 100 936M 0 200M 0:00:04 0:00:04 --:--:-- 200M 100 936M 0 0 100 936M 0 165M 0:00:05 0:00:05 --:--:-- 165M 100 936M 0 0 100 936M 0 140M 0:00:06 0:00:06 --:--:-- 153M 100 936M 0 0 100 936M 0 122M 0:00:07 0:00:07 --:--:-- 99.7M 100 936M 0 0 100 936M 0 108M 0:00:08 0:00:08 --:--:-- 46.3M 100 936M 0 0 100 936M 0 96.8M 0:00:09 0:00:09 --:--:-- 0 100 936M 0 0 100 936M 0 87.7M 0:00:10 0:00:10 --:--:-- 0 100 936M 0 0 100 936M 0 80.2M 0:00:11 0:00:11 --:--:-- 0 100 936M 0 0 100 936M 0 73.8M 0:00:12 0:00:12 --:--:-- 0 100 936M 0 0 100 936M 0 68.4M 0:00:13 0:00:13 --:--:-- 0 100 936M 0 0 100 936M 0 63.8M 0:00:14 0:00:14 --:--:-- 0 100 936M 0 0 100 936M 0 59.7M 0:00:15 0:00:15 --:--:-- 0 100 936M 0 0 100 936M 0 56.1M 0:00:16 0:00:16 --:--:-- 0 100 936M 0 0 100 936M 0 52.9M 0:00:17 0:00:17 --:--:-- 0 100 936M 0 0 100 936M 0 50.1M 0:00:18 0:00:18 --:--:-- 0 100 936M 0 0 100 936M 0 47.5M 0:00:19 0:00:19 --:--:-- 0 100 936M 0 0 100 936M 0 45.2M 0:00:20 0:00:20 --:--:-- 0 100 936M 0 0 100 936M 0 43.1M 0:00:21 0:00:21 --:--:-- 0 100 936M 0 0 100 936M 0 41.2M 0:00:22 0:00:22 --:--:-- 0 100 936M 0 0 100 936M 0 39.5M 0:00:23 0:00:23 --:--:-- 0 100 936M 0 0 100 936M 0 37.9M 0:00:24 0:00:24 --:--:-- 0 100 936M 0 0 100 936M 0 36.4M 0:00:25 0:00:25 --:--:-- 0 100 936M 0 0 100 936M 0 35.0M 0:00:26 0:00:26 --:--:-- 0 100 936M 0 43 100 936M 1 34.2M 0:00:27 0:00:27 --:--:-- 9 100 936M 0 43 100 936M 1 34.2M 0:00:27 0:00:27 --:--:-- 11 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传大榭ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传苏溪ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传烟台ota --------------------------------------------------------------------- [Pipeline] echo public [Pipeline] echo 上传失败:[] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo always [Pipeline] sh + rm -rf /senior/workspace/orin-slave64/slave/.catkin_tools /senior/workspace/orin-slave64/slave/build/ /senior/workspace/orin-slave64/slave/devel/ /senior/workspace/orin-slave64/slave/install /senior/workspace/orin-slave64/slave/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] sh + cp -r /senior/workspace/commit/orin-slave64/slave_tmp/cache_bag_node /senior/workspace/commit/orin-slave64/slave_tmp/camera_driver /senior/workspace/commit/orin-slave64/slave_tmp/crane_align /senior/workspace/commit/orin-slave64/slave_tmp/dox /senior/workspace/commit/orin-slave64/slave_tmp/guardian /senior/workspace/commit/orin-slave64/slave_tmp/hdcontrol /senior/workspace/commit/orin-slave64/slave_tmp/hdmap /senior/workspace/commit/orin-slave64/slave_tmp/hdmap_interface /senior/workspace/commit/orin-slave64/slave_tmp/hesai_lidar /senior/workspace/commit/orin-slave64/slave_tmp/imv_spreader_detection /senior/workspace/commit/orin-slave64/slave_tmp/lidar_camera_fusion /senior/workspace/commit/orin-slave64/slave_tmp/lidar_loc_v2 /senior/workspace/commit/orin-slave64/slave_tmp/lidar_manual_calib /senior/workspace/commit/orin-slave64/slave_tmp/login_sync_tool /senior/workspace/commit/orin-slave64/slave_tmp/mrpt2 /senior/workspace/commit/orin-slave64/slave_tmp/msg_recorder /senior/workspace/commit/orin-slave64/slave_tmp/new_detection /senior/workspace/commit/orin-slave64/slave_tmp/new_truck_spreader_detection /senior/workspace/commit/orin-slave64/slave_tmp/node-manager /senior/workspace/commit/orin-slave64/slave_tmp/node_manager_online /senior/workspace/commit/orin-slave64/slave_tmp/performance_analyst /senior/workspace/commit/orin-slave64/slave_tmp/prediction /senior/workspace/commit/orin-slave64/slave_tmp/rcinterpreter /senior/workspace/commit/orin-slave64/slave_tmp/rminterpreter /senior/workspace/commit/orin-slave64/slave_tmp/ros-bridge /senior/workspace/commit/orin-slave64/slave_tmp/rslidar_sdk /senior/workspace/commit/orin-slave64/slave_tmp/rtsp_relayer /senior/workspace/commit/orin-slave64/slave_tmp/schedule_manager /senior/workspace/commit/orin-slave64/slave_tmp/senior_calibration /senior/workspace/commit/orin-slave64/slave_tmp/shared_msgs /senior/workspace/commit/orin-slave64/slave_tmp/slave /senior/workspace/commit/orin-slave64/slave_tmp/system_monitor /senior/workspace/commit/orin-slave64/slave_tmp/system-ros /senior/workspace/commit/orin-slave64/slave_tmp/thirdparty /senior/workspace/commit/orin-slave64/slave_tmp/TruckUpLiDarCalibTool /senior/workspace/commit/orin-slave64/slave_tmp/unified-system-monitor /senior/workspace/commit/orin-slave64/slave_tmp/versions_observer /senior/workspace/commit/orin-slave64/slave_tmp/warningModule /senior/workspace/commit/orin-slave64/slave/ [Pipeline] sh + rm -rf /senior/workspace/commit/orin-slave64/slave_tmp [Pipeline] readJSON [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo add lane name [Pipeline] echo Region新增REGION_REDUCE_FOLLOW_DISTANCE,REGION_MORE_LOWER_SECURITY_THRESHOLD [Pipeline] echo Region新增REGION_REDUCE_FOLLOW_DISTANCE,REGION_MORE_LOWER_SECURITY_THRESHOLD [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 防止203点捞回挂点(洋浦挂散点). [Pipeline] echo 修改额外NROI区域,接受list参数去除多个位置. [Pipeline] echo 烟台低矮柱子保留策略. [Pipeline] echo 增加历史约束参考. [Pipeline] echo 关闭调试日志. [Pipeline] echo 非堆场补一层反射强度过滤. [Pipeline] echo 烟台矮柱保留功能限制在立体车库位置生效. [Pipeline] echo top雷达NROI适配,标记车挂箱体面范围点云. [Pipeline] echo 车头点过滤时标记车挂点为240,输出时过滤. [Pipeline] echo 董分超宽货物处理. [Pipeline] echo 洋浦过滤钢制栅板地面散点. [Pipeline] echo 高反锥桶点保留. [Pipeline] echo 识别出的土堆降低邻域参数. [Pipeline] echo 洋浦更新锁框识别,正面吊及其抓夹识别模型. [Pipeline] echo 去除装料口集卡车挂. [Pipeline] echo 程序判定是否在码头面,非码头面过滤锁框,开关控制开启. [Pipeline] echo 洋浦栅板散点过滤扩大范围. [Pipeline] echo 堆场内土堆下缘通过聚类保留. [Pipeline] echo 修改时间间隔过大车挂EKF reset条件,实时且EKF及检测等均在0°附近时拒绝reset. [Pipeline] echo 车头栅格悬空&&薄层&&点数少去除,主要解决主雷达或补盲雷达吸点问题. [Pipeline] echo 近雷达噪声过滤增加地图草区限制. [Pipeline] echo 日志修改. [Pipeline] echo 无定位时输出ex_det. [Pipeline] echo 程序版本号加上消息分支和提交号. [Pipeline] echo 烟台深度学习输入去自车顶点云. [Pipeline] echo 苏溪岸桥轨道散点过滤. [Pipeline] echo 行人地图外判定增加中心点投票. [Pipeline] echo 修复新栅格历史聚类未清空导致误用有散点bug. [Pipeline] echo 堆场小车过滤尺寸调整. [Pipeline] echo 雨天高反路牌过滤,地图+悬空. [Pipeline] echo 苏溪膨胀路牌撤销默认区域改用地图. [Pipeline] echo webhtml准备完成 [Pipeline] echo 录包整分钟启动 [Pipeline] echo 增加消息版本号 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 增加电刹车命令与反馈 [Pipeline] echo command改为使用reserved_float_64_2 [Pipeline] echo webhtml准备完成 [Pipeline] echo 太阳纸业侧倾保护 [Pipeline] echo 增加无心跳停车机制 [Pipeline] echo 崩溃防护 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 增加yaml-cpp [Pipeline] echo webhtml准备完成 [Pipeline] echo 增加can 304 305报文发送 [Pipeline] echo 从机发出can消息 [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>模块名: guardian</h2><h2>模块名: hdcontrol</h2><h2>模块名: hdmap_interface</h2><h3>feat_out</h3><ul><li> add lane name</li><li> Region新增REGION_REDUCE_FOLLOW_DISTANCE,REGION_MORE_LOWER_SECURITY_THRESHOLD</li><li> Region新增REGION_REDUCE_FOLLOW_DISTANCE,REGION_MORE_LOWER_SECURITY_THRESHOLD</li></ul><h2>模块名: hesai_lidar</h2><h2>模块名: lidar_loc_v2</h2><h2>模块名: login_sync_tool</h2><h2>模块名: mrpt2</h2><h2>模块名: new_detection</h2><h3>note_out</h3><ul><li>防止203点捞回挂点(洋浦挂散点).</li><li>修改额外NROI区域,接受list参数去除多个位置.</li><li>烟台低矮柱子保留策略.</li><li>增加历史约束参考.</li><li>关闭调试日志.</li><li>非堆场补一层反射强度过滤.</li><li>烟台矮柱保留功能限制在立体车库位置生效.</li><li> top雷达NROI适配,标记车挂箱体面范围点云.</li><li>车头点过滤时标记车挂点为240,输出时过滤.</li><li>董分超宽货物处理.</li><li>洋浦过滤钢制栅板地面散点.</li><li>高反锥桶点保留.</li><li>识别出的土堆降低邻域参数.</li><li>洋浦更新锁框识别,正面吊及其抓夹识别模型.</li><li>去除装料口集卡车挂.</li><li>程序判定是否在码头面,非码头面过滤锁框,开关控制开启.</li><li>洋浦栅板散点过滤扩大范围.</li><li>堆场内土堆下缘通过聚类保留.</li><li>修改时间间隔过大车挂EKF reset条件,实时且EKF及检测等均在0°附近时拒绝reset.</li><li>车头栅格悬空&&薄层&&点数少去除,主要解决主雷达或补盲雷达吸点问题.</li><li>近雷达噪声过滤增加地图草区限制.</li><li>日志修改.</li><li> 无定位时输出ex_det.</li><li>程序版本号加上消息分支和提交号.</li><li>烟台深度学习输入去自车顶点云.</li><li>苏溪岸桥轨道散点过滤.</li><li>行人地图外判定增加中心点投票.</li><li>修复新栅格历史聚类未清空导致误用有散点bug.</li><li>堆场小车过滤尺寸调整.</li><li>雨天高反路牌过滤,地图+悬空.</li><li>苏溪膨胀路牌撤销默认区域改用地图.</li></ul><h2>模块名: node-manager</h2><h3>feat_out</h3><ul><li>录包整分钟启动</li><li>增加消息版本号</li></ul><h2>模块名: node_manager_online</h2><h2>模块名: performance_analyst</h2><h2>模块名: prediction</h2><h2>模块名: rcinterpreter</h2><h3>feat_out</h3><ul><li>增加电刹车命令与反馈</li><li>command改为使用reserved_float_64_2</li></ul><h2>模块名: rminterpreter</h2><h3>feat_out</h3><ul><li>太阳纸业侧倾保护</li><li>增加无心跳停车机制</li><li>崩溃防护</li></ul><h2>模块名: rslidar_sdk</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><h3>feat_out</h3><ul><li>增加yaml-cpp</li></ul><h2>模块名: unified-system-monitor</h2><h3>feat_out</h3><ul><li>增加can 304 305报文发送</li><li>从机发出can消息</li></ul><h2>模块名: versions_observer</h2><h2>模块名: warningModule</h2></body></html> [Pipeline] echo msg已经准备完成 [Pipeline] sh + touch /senior/workspace/orin-slave64/slave/index.html [Pipeline] writeFile [Pipeline] echo html更新完成 [Pipeline] publishHTML [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /senior/workspace/orin-slave64/slave to /var/lib/jenkins/jobs/orin-slave64/builds/259/htmlreports/update_20message [Pipeline] wrap [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo user: , telphone: null [Pipeline] echo 用户不存在列表中 [Pipeline] } [Pipeline] // script [Pipeline] sh + curl -X POST 'http://143.64.81.104:8080/robot/send?access_token=c4e318472bbd19d0449efb4060de213f730dc32b4bf44819381a8fa7adf61983' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"jenkins通知","text": "# 版本发布通知 ### [东方特钢从机全量] --- - 版本名: [all_slave_2026-02-27_22-22-00] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:wangshaojiang - 更新模块: [hdmap_interface][new_detection][node-manager][rcinterpreter][rminterpreter][thirdparty][unified-system-monitor] - 上传平台: public - 任务号: [orin-slave64 #259] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-slave64/259/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 795 100 27 100 768 250 7111 --:--:-- --:--:-- --:--:-- 7361 [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