Console Output

Skipping 1,989 KB.. Full Log
In file included from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_pointcloud_filter_processor.h:16,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/impl/dld_pointcloud_filter_processor.cpp:11:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/common/dld_uniform_samplings.hpp:126:80: warning: ‘bool pcl_isfinite(T&&) [with T = const float&]’ is deprecated: use std::isfinite instead of pcl_isfinite [-Wdeprecated-declarations]
  126 |           if (!pcl_isfinite(input_->points[(*indices_)[cp]].x) || !pcl_isfinite(input_->points[(*indices_)[cp]].y) ||
      |                                                                    ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_base_processor.h:17,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_pointcloud_filter_processor.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/impl/dld_pointcloud_filter_processor.cpp:11:
/usr/include/pcl-1.10/pcl/pcl_macros.h:142:6: note: declared here
  142 | bool pcl_isfinite (T&& x) { return std::isfinite (std::forward<T> (x)); }
      |      ^~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_pointcloud_filter_processor.h:16,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/impl/dld_pointcloud_filter_processor.cpp:11:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/common/dld_uniform_samplings.hpp:126:80: warning: ‘bool pcl_isfinite(T&&) [with T = const float&]’ is deprecated: use std::isfinite instead of pcl_isfinite [-Wdeprecated-declarations]
  126 |           if (!pcl_isfinite(input_->points[(*indices_)[cp]].x) || !pcl_isfinite(input_->points[(*indices_)[cp]].y) ||
      |                                                                    ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_base_processor.h:17,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_pointcloud_filter_processor.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/impl/dld_pointcloud_filter_processor.cpp:11:
/usr/include/pcl-1.10/pcl/pcl_macros.h:142:6: note: declared here
  142 | bool pcl_isfinite (T&& x) { return std::isfinite (std::forward<T> (x)); }
      |      ^~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_pointcloud_filter_processor.h:16,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/impl/dld_pointcloud_filter_processor.cpp:11:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/common/dld_uniform_samplings.hpp:127:28: warning: ‘bool pcl_isfinite(T&&) [with T = const float&]’ is deprecated: use std::isfinite instead of pcl_isfinite [-Wdeprecated-declarations]
  127 |               !pcl_isfinite(input_->points[(*indices_)[cp]].z))
      |                ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_base_processor.h:17,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_pointcloud_filter_processor.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/impl/dld_pointcloud_filter_processor.cpp:11:
/usr/include/pcl-1.10/pcl/pcl_macros.h:142:6: note: declared here
  142 | bool pcl_isfinite (T&& x) { return std::isfinite (std::forward<T> (x)); }
      |      ^~~~~~~~~~~~
In file included from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_pointcloud_filter_processor.h:16,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/impl/dld_pointcloud_filter_processor.cpp:11:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/common/dld_uniform_samplings.hpp:127:28: warning: ‘bool pcl_isfinite(T&&) [with T = const float&]’ is deprecated: use std::isfinite instead of pcl_isfinite [-Wdeprecated-declarations]
  127 |               !pcl_isfinite(input_->points[(*indices_)[cp]].z))
      |                ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_base_processor.h:17,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/include/dld_pointcloud_filter_processor.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/lidar/impl/dld_pointcloud_filter_processor.cpp:11:
/usr/include/pcl-1.10/pcl/pcl_macros.h:142:6: note: declared here
  142 | bool pcl_isfinite (T&& x) { return std::isfinite (std::forward<T> (x)); }
      |      ^~~~~~~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:88:36: warning: ‘using uint8_t = uint8_t’ is deprecated: use std::uint8_t instead of pcl::uint8_t [-Wdeprecated-declarations]
   88 |                                   (uint8_t, intensity, intensity)
      |                                    ^~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/usr/include/pcl-1.10/pcl/pcl_macros.h:92:9: note: declared here
   92 |   using uint8_t [[deprecated("use std::uint8_t instead of pcl::uint8_t")]] = std::uint8_t;
      |         ^~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:89:36: warning: ‘using uint16_t = uint16_t’ is deprecated: use std::uint16_t instead of pcl::uint16_t [-Wdeprecated-declarations]
   89 |                                   (uint16_t, ring, ring)
      |                                    ^~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/usr/include/pcl-1.10/pcl/pcl_macros.h:94:9: note: declared here
   94 |   using uint16_t [[deprecated("use std::uint16_t instead of pcl::uint16_t")]] = std::uint16_t;
      |         ^~~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:96:9: warning: ‘using uint16_t = uint16_t’ is deprecated: use std::uint16_t instead of pcl::uint16_t [-Wdeprecated-declarations]
   96 |         uint16_t, ring, ring)(double, timestamp, timestamp))
      |         ^~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/usr/include/pcl-1.10/pcl/pcl_macros.h:94:9: note: declared here
   94 |   using uint16_t [[deprecated("use std::uint16_t instead of pcl::uint16_t")]] = std::uint16_t;
      |         ^~~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:103:2: warning: ‘using uint16_t = uint16_t’ is deprecated: use std::uint16_t instead of pcl::uint16_t [-Wdeprecated-declarations]
  103 | (uint16_t, ring, ring))
      |  ^~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/usr/include/pcl-1.10/pcl/pcl_macros.h:94:9: note: declared here
   94 |   using uint16_t [[deprecated("use std::uint16_t instead of pcl::uint16_t")]] = std::uint16_t;
      |         ^~~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:110:37: warning: ‘using uint16_t = uint16_t’ is deprecated: use std::uint16_t instead of pcl::uint16_t [-Wdeprecated-declarations]
  110 |                                    (uint16_t, ring, ring)
      |                                     ^~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/usr/include/pcl-1.10/pcl/pcl_macros.h:94:9: note: declared here
   94 |   using uint16_t [[deprecated("use std::uint16_t instead of pcl::uint16_t")]] = std::uint16_t;
      |         ^~~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:112:37: warning: ‘using uint8_t = uint8_t’ is deprecated: use std::uint8_t instead of pcl::uint8_t [-Wdeprecated-declarations]
  112 |                                    (uint8_t, b, b)
      |                                     ^~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/usr/include/pcl-1.10/pcl/pcl_macros.h:92:9: note: declared here
   92 |   using uint8_t [[deprecated("use std::uint8_t instead of pcl::uint8_t")]] = std::uint8_t;
      |         ^~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:113:37: warning: ‘using uint8_t = uint8_t’ is deprecated: use std::uint8_t instead of pcl::uint8_t [-Wdeprecated-declarations]
  113 |                                    (uint8_t, g, g)
      |                                     ^~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/usr/include/pcl-1.10/pcl/pcl_macros.h:92:9: note: declared here
   92 |   using uint8_t [[deprecated("use std::uint8_t instead of pcl::uint8_t")]] = std::uint8_t;
      |         ^~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:114:37: warning: ‘using uint8_t = uint8_t’ is deprecated: use std::uint8_t instead of pcl::uint8_t [-Wdeprecated-declarations]
  114 |                                    (uint8_t, r, r)
      |                                     ^~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/usr/include/pcl-1.10/pcl/pcl_macros.h:92:9: note: declared here
   92 |   using uint8_t [[deprecated("use std::uint8_t instead of pcl::uint8_t")]] = std::uint8_t;
      |         ^~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:115:37: warning: ‘using uint8_t = uint8_t’ is deprecated: use std::uint8_t instead of pcl::uint8_t [-Wdeprecated-declarations]
  115 |                                    (uint8_t, a, a)
      |                                     ^~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/dld_vehicle.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/services/impl/dld_vehicle.cpp:1:
/usr/include/pcl-1.10/pcl/pcl_macros.h:92:9: note: declared here
   92 |   using uint8_t [[deprecated("use std::uint8_t instead of pcl::uint8_t")]] = std::uint8_t;
      |         ^~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:88:36: warning: ‘using uint8_t = uint8_t’ is deprecated: use std::uint8_t instead of pcl::uint8_t [-Wdeprecated-declarations]
   88 |                                   (uint8_t, intensity, intensity)
      |                                    ^~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/usr/include/pcl-1.10/pcl/pcl_macros.h:92:9: note: declared here
   92 |   using uint8_t [[deprecated("use std::uint8_t instead of pcl::uint8_t")]] = std::uint8_t;
      |         ^~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:89:36: warning: ‘using uint16_t = uint16_t’ is deprecated: use std::uint16_t instead of pcl::uint16_t [-Wdeprecated-declarations]
   89 |                                   (uint16_t, ring, ring)
      |                                    ^~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/usr/include/pcl-1.10/pcl/pcl_macros.h:94:9: note: declared here
   94 |   using uint16_t [[deprecated("use std::uint16_t instead of pcl::uint16_t")]] = std::uint16_t;
      |         ^~~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:96:9: warning: ‘using uint16_t = uint16_t’ is deprecated: use std::uint16_t instead of pcl::uint16_t [-Wdeprecated-declarations]
   96 |         uint16_t, ring, ring)(double, timestamp, timestamp))
      |         ^~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/usr/include/pcl-1.10/pcl/pcl_macros.h:94:9: note: declared here
   94 |   using uint16_t [[deprecated("use std::uint16_t instead of pcl::uint16_t")]] = std::uint16_t;
      |         ^~~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:103:2: warning: ‘using uint16_t = uint16_t’ is deprecated: use std::uint16_t instead of pcl::uint16_t [-Wdeprecated-declarations]
  103 | (uint16_t, ring, ring))
      |  ^~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/usr/include/pcl-1.10/pcl/pcl_macros.h:94:9: note: declared here
   94 |   using uint16_t [[deprecated("use std::uint16_t instead of pcl::uint16_t")]] = std::uint16_t;
      |         ^~~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:110:37: warning: ‘using uint16_t = uint16_t’ is deprecated: use std::uint16_t instead of pcl::uint16_t [-Wdeprecated-declarations]
  110 |                                    (uint16_t, ring, ring)
      |                                     ^~~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/usr/include/pcl-1.10/pcl/pcl_macros.h:94:9: note: declared here
   94 |   using uint16_t [[deprecated("use std::uint16_t instead of pcl::uint16_t")]] = std::uint16_t;
      |         ^~~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:112:37: warning: ‘using uint8_t = uint8_t’ is deprecated: use std::uint8_t instead of pcl::uint8_t [-Wdeprecated-declarations]
  112 |                                    (uint8_t, b, b)
      |                                     ^~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/usr/include/pcl-1.10/pcl/pcl_macros.h:92:9: note: declared here
   92 |   using uint8_t [[deprecated("use std::uint8_t instead of pcl::uint8_t")]] = std::uint8_t;
      |         ^~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:113:37: warning: ‘using uint8_t = uint8_t’ is deprecated: use std::uint8_t instead of pcl::uint8_t [-Wdeprecated-declarations]
  113 |                                    (uint8_t, g, g)
      |                                     ^~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/usr/include/pcl-1.10/pcl/pcl_macros.h:92:9: note: declared here
   92 |   using uint8_t [[deprecated("use std::uint8_t instead of pcl::uint8_t")]] = std::uint8_t;
      |         ^~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:114:37: warning: ‘using uint8_t = uint8_t’ is deprecated: use std::uint8_t instead of pcl::uint8_t [-Wdeprecated-declarations]
  114 |                                    (uint8_t, r, r)
      |                                     ^~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/usr/include/pcl-1.10/pcl/pcl_macros.h:92:9: note: declared here
   92 |   using uint8_t [[deprecated("use std::uint8_t instead of pcl::uint8_t")]] = std::uint8_t;
      |         ^~~~~~~
In file included from /usr/include/boost/preprocessor/tuple/elem.hpp:23,
                 from /usr/include/boost/preprocessor/arithmetic/add.hpp:21,
                 from /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:66,
                 from /usr/include/boost/mpl/aux_/na_spec.hpp:28,
                 from /usr/include/boost/mpl/next_prior.hpp:18,
                 from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/list/aux_/push_front.hpp:18,
                 from /usr/include/boost/mpl/list/list0.hpp:19,
                 from /usr/include/boost/mpl/list/list10.hpp:18,
                 from /usr/include/boost/mpl/list/list20.hpp:18,
                 from /usr/include/boost/mpl/list.hpp:36,
                 from /usr/include/boost/math/policies/policy.hpp:9,
                 from /usr/include/boost/math/policies/error_handling.hpp:21,
                 from /usr/include/boost/math/special_functions/round.hpp:14,
                 from /opt/ros/noetic/include/ros/time.h:58,
                 from /opt/ros/noetic/include/ros/ros.h:38,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:4,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:115:37: warning: ‘using uint8_t = uint8_t’ is deprecated: use std::uint8_t instead of pcl::uint8_t [-Wdeprecated-declarations]
  115 |                                    (uint8_t, a, a)
      |                                     ^~~~~~~
In file included from /usr/include/pcl-1.10/pcl/PCLHeader.h:10,
                 from /usr/include/pcl-1.10/pcl/point_cloud.h:47,
                 from /opt/ros/noetic/include/pcl_ros/point_cloud.h:5,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/pcl_types.h:6,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/common/common_types.h:8,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.h:15,
                 from /senior/workspace/orin-module-slave32/slave/src/new_detection/perception/dl_detection/utils/dld_visualization_debug.cpp:12:
/usr/include/pcl-1.10/pcl/pcl_macros.h:92:9: note: declared here
   92 |   using uint8_t [[deprecated("use std::uint8_t instead of pcl::uint8_t")]] = std::uint8_t;
      |         ^~~~~~~
cd /senior/workspace/orin-module-slave32/slave/build/perception; catkin build --get-env perception | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 03:45.9 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:46.0 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:46.1 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:46.2 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:46.3 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:46.4 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:46.5 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:46.6 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:46.7 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:46.8 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:46.9 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:47.0 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:47.1 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:47.2 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:47.3 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:47.4 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:47.5 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:47.6 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:47.7 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:47.8 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:47.9 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:48.0 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:48.1 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:48.2 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:48.3 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:48.4 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:48.5 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:48.6 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:48.7 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:48.8 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:48.9 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:49.0 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:49.1 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:49.2 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:49.3 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:49.4 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:49.5 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:49.6 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:49.7 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:49.8 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:49.9 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:50.0 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:50.1 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:50.2 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:50.3 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:50.4 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:50.5 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:50.6 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:50.7 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:50.8 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:50.9 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:51.0 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:51.1 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:51.2 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:51.3 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:51.4 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:51.5 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:51.6 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:51.7 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:51.8 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:51.9 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:52.0 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:52.1 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:52.2 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:52.3 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:52.4 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:52.5 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:52.6 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:52.7 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:52.8 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:52.9 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:53.0 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:53.1 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:53.2 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:53.3 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:53.4 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:53.5 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:53.6 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:53.7 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:53.8 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:53.9 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:54.0 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:54.1 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:54.2 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:54.3 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:54.4 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:54.5 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:54.6 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:54.7 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:54.8 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:54.9 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:55.0 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:55.1 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:55.2 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:55.3 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:55.4 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:55.5 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:55.6 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:55.7 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:55.8 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:55.9 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:56.0 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:56.1 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:56.2 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:56.3 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:56.4 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
[build 03:56.5 s] [28/29 complete] [1/14 jobs] [0 queued] [perception:insta... 
...............................................................................
_______________________________________________________________________________
Warnings << perception:install /senior/workspace/orin-module-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-module-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 : 2.6.01.0b72918b
version : 2.6.01
CMake Warning at perception/dl_detection/CMakeLists.txt:166 (message):
  No matching region found: installing all models


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

...............................................................................
Finished <<< perception                           [ 3 minutes and 55.1 seconds ]
[build] Summary: All 29 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 16 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 3 minutes and 56.6 seconds total.                             
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] echo
不编译pnc或者缺少依赖
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo >>>>>>>>>>压缩成zip包>>>>>>>>>> [Pipeline] }
[Pipeline] // ansiColor [Pipeline] dir Running in /senior/workspace/orin-module-slave32/slave [Pipeline] { [Pipeline] sh + zip -rq module_slave_2026-01-17_10-15-07.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-module-slave32/slave build devel install logs module_slave_2026-01-17_10-15-07.zip src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-module-slave32/slave@tmp [Pipeline] echo /senior/workspace/orin-module-slave32/slave/module_slave_2026-01-17_10-15-07.zip,/senior/workspace/orin-module-slave32/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-module-slave32/slave/module_slave_2026-01-17_10-15-07.zip"' --form 'version=@"/senior/workspace/orin-module-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 34 659M 0 0 34 224M 0 298M 0:00:02 --:--:-- 0:00:02 298M 96 659M 0 0 96 636M 0 362M 0:00:01 0:00:01 --:--:-- 362M 100 659M 0 0 100 659M 0 233M 0:00:02 0:00:02 --:--:-- 233M 100 659M 0 0 100 659M 0 172M 0:00:03 0:00:03 --:--:-- 172M 100 659M 0 0 100 659M 0 136M 0:00:04 0:00:04 --:--:-- 136M 100 659M 0 0 100 659M 0 113M 0:00:05 0:00:05 --:--:-- 85.7M 100 659M 0 0 100 659M 0 96.6M 0:00:06 0:00:06 --:--:-- 4813k 100 659M 0 0 100 659M 0 84.2M 0:00:07 0:00:07 --:--:-- 0 100 659M 0 0 100 659M 0 74.7M 0:00:08 0:00:08 --:--:-- 0 100 659M 0 0 100 659M 0 67.1M 0:00:09 0:00:09 --:--:-- 0 100 659M 0 0 100 659M 0 60.9M 0:00:10 0:00:10 --:--:-- 0 100 659M 0 0 100 659M 0 55.7M 0:00:11 0:00:11 --:--:-- 0 100 659M 0 0 100 659M 0 51.4M 0:00:12 0:00:12 --:--:-- 0 100 659M 0 0 100 659M 0 47.6M 0:00:13 0:00:13 --:--:-- 0 100 659M 0 0 100 659M 0 44.4M 0:00:14 0:00:14 --:--:-- 0 100 659M 0 0 100 659M 0 41.6M 0:00:15 0:00:15 --:--:-- 0 100 659M 0 0 100 659M 0 39.1M 0:00:16 0:00:16 --:--:-- 0 100 659M 0 43 100 659M 2 39.1M 0:00:16 0:00:16 --:--:-- 10 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传大榭ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传苏溪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-slave32/slave/module_slave_2026-01-17_10-15-07.zip"' --form 'version=@"/senior/workspace/orin-module-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 659M 0 0 0 1856k 0 3603k 0:03:07 --:--:-- 0:03:07 3596k 1 659M 0 0 1 7104k 0 4732k 0:02:22 0:00:01 0:02:21 4729k 1 659M 0 0 1 12.4M 0 4071k 0:02:45 0:00:03 0:02:42 4071k 2 659M 0 0 2 13.6M 0 3980k 0:02:49 0:00:03 0:02:46 3979k 2 659M 0 0 2 17.0M 0 3864k 0:02:54 0:00:04 0:02:50 3863k 3 659M 0 0 3 21.1M 0 3929k 0:02:51 0:00:05 0:02:46 3962k 3 659M 0 0 3 22.8M 0 3407k 0:03:18 0:00:06 0:03:12 3037k 3 659M 0 0 3 24.1M 0 3285k 0:03:25 0:00:07 0:03:18 2725k 3 659M 0 0 3 25.9M 0 3125k 0:03:36 0:00:08 0:03:28 2519k 4 659M 0 0 4 28.4M 0 3063k 0:03:40 0:00:09 0:03:31 2336k 4 659M 0 0 4 31.6M 0 3090k 0:03:38 0:00:10 0:03:28 2165k 5 659M 0 0 5 35.4M 0 3104k 0:03:37 0:00:11 0:03:26 2670k 5 659M 0 0 5 38.0M 0 2928k 0:03:50 0:00:13 0:03:37 2463k 5 659M 0 0 5 38.7M 0 2933k 0:03:50 0:00:13 0:03:37 2610k 6 659M 0 0 6 41.1M 0 2905k 0:03:52 0:00:14 0:03:38 2605k 6 659M 0 0 6 44.5M 0 2939k 0:03:49 0:00:15 0:03:34 2622k 7 659M 0 0 7 48.0M 0 2977k 0:03:46 0:00:16 0:03:30 2669k 7 659M 0 0 7 51.5M 0 3016k 0:03:43 0:00:17 0:03:26 3294k 8 659M 0 0 8 54.1M 0 2992k 0:03:45 0:00:18 0:03:27 3152k 8 659M 0 0 8 55.4M 0 2909k 0:03:52 0:00:19 0:03:33 2923k 8 659M 0 0 8 57.9M 0 2816k 0:03:59 0:00:21 0:03:38 2474k 9 659M 0 0 9 59.7M 0 2845k 0:03:57 0:00:21 0:03:36 2407k 9 659M 0 0 9 61.0M 0 2779k 0:04:03 0:00:22 0:03:41 1946k 9 659M 0 0 9 63.1M 0 2751k 0:04:05 0:00:23 0:03:42 1857k 9 659M 0 0 9 65.6M 0 2712k 0:04:09 0:00:24 0:03:45 1982k 10 659M 0 0 10 68.1M 0 2672k 0:04:12 0:00:26 0:03:46 2070k 10 659M 0 0 10 69.9M 0 2700k 0:04:10 0:00:26 0:03:44 2080k 10 659M 0 0 10 71.1M 0 2623k 0:04:17 0:00:27 0:03:50 1960k 10 659M 0 0 10 71.1M 0 2532k 0:04:26 0:00:28 0:03:58 1553k 11 659M 0 0 11 73.2M 0 2467k 0:04:33 0:00:30 0:04:03 1386k 11 659M 0 0 11 73.6M 0 2471k 0:04:33 0:00:30 0:04:03 1279k 11 659M 0 0 11 75.3M 0 2423k 0:04:38 0:00:31 0:04:07 1036k 11 659M 0 0 11 76.0M 0 2395k 0:04:42 0:00:32 0:04:10 1056k 11 659M 0 0 11 78.5M 0 2360k 0:04:46 0:00:34 0:04:12 1428k 11 659M 0 0 11 78.6M 0 2320k 0:04:51 0:00:34 0:04:17 1282k 12 659M 0 0 12 80.6M 0 2321k 0:04:51 0:00:35 0:04:16 1416k 12 659M 0 0 12 83.1M 0 2298k 0:04:54 0:00:37 0:04:17 1539k 12 659M 0 0 12 83.2M 0 2268k 0:04:57 0:00:37 0:04:20 1449k 12 659M 0 0 12 85.3M 0 2232k 0:05:02 0:00:39 0:04:23 1365k 13 659M 0 0 13 86.6M 0 2246k 0:05:00 0:00:39 0:04:21 1712k 13 659M 0 0 13 87.8M 0 2207k 0:05:06 0:00:40 0:04:26 1425k 13 659M 0 0 13 90.7M 0 2193k 0:05:08 0:00:42 0:04:26 1463k 13 659M 0 0 13 90.8M 0 2147k 0:05:14 0:00:43 0:04:31 1354k 13 659M 0 0 13 91.6M 0 2157k 0:05:13 0:00:43 0:04:30 1492k 14 659M 0 0 14 92.8M 0 2125k 0:05:17 0:00:44 0:04:33 1205k 14 659M 0 0 14 92.8M 0 2079k 0:05:24 0:00:45 0:04:39 1027k 14 659M 0 0 14 95.7M 0 2067k 0:05:26 0:00:47 0:04:39 1010k 14 659M 0 0 14 95.8M 0 2049k 0:05:29 0:00:47 0:04:42 1120k 14 659M 0 0 14 97.8M 0 2040k 0:05:31 0:00:49 0:04:42 1130k 15 659M 0 0 15 99.2M 0 2053k 0:05:29 0:00:49 0:04:40 1379k 15 659M 0 0 15 100M 0 2022k 0:05:34 0:00:50 0:04:44 1514k 15 659M 0 0 15 100M 0 2005k 0:05:36 0:00:51 0:04:45 1286k 15 659M 0 0 15 102M 0 2000k 0:05:37 0:00:52 0:04:45 1509k 15 659M 0 0 15 105M 0 2007k 0:05:36 0:00:53 0:04:43 1655k 16 659M 0 0 16 107M 0 2022k 0:05:34 0:00:54 0:04:40 1729k 16 659M 0 0 16 110M 0 2046k 0:05:30 0:00:55 0:04:35 2298k 17 659M 0 0 17 114M 0 2068k 0:05:26 0:00:56 0:04:30 2720k 17 659M 0 0 17 117M 0 2096k 0:05:22 0:00:57 0:04:25 3152k 17 659M 0 0 17 117M 0 2062k 0:05:27 0:00:58 0:04:29 2684k 18 659M 0 0 18 120M 0 2045k 0:05:30 0:01:00 0:04:30 2254k 18 659M 0 0 18 120M 0 2032k 0:05:32 0:01:00 0:04:32 1883k 18 659M 0 0 18 122M 0 2021k 0:05:34 0:01:02 0:04:32 1554k 18 659M 0 0 18 123M 0 2028k 0:05:33 0:01:02 0:04:31 1242k 19 659M 0 0 19 125M 0 2027k 0:05:33 0:01:03 0:04:30 1612k 19 659M 0 0 19 128M 0 2043k 0:05:30 0:01:04 0:04:26 2013k 19 659M 0 0 19 131M 0 2050k 0:05:29 0:01:05 0:04:24 2285k 20 659M 0 0 20 133M 0 2055k 0:05:28 0:01:06 0:04:22 2540k 20 659M 0 0 20 135M 0 2050k 0:05:29 0:01:07 0:04:22 2329k 20 659M 0 0 20 137M 0 2051k 0:05:29 0:01:08 0:04:21 2348k 21 659M 0 0 21 140M 0 2043k 0:05:30 0:01:10 0:04:20 2047k 21 659M 0 0 21 140M 0 2039k 0:05:31 0:01:10 0:04:21 1903k 21 659M 0 0 21 143M 0 2032k 0:05:32 0:01:12 0:04:20 1764k 21 659M 0 0 21 143M 0 2004k 0:05:37 0:01:13 0:04:24 1445k 21 659M 0 0 21 144M 0 2009k 0:05:36 0:01:13 0:04:23 1391k 22 659M 0 0 22 145M 0 2003k 0:05:37 0:01:14 0:04:23 1309k 22 659M 0 0 22 147M 0 2004k 0:05:37 0:01:15 0:04:22 1508k 22 659M 0 0 22 150M 0 2015k 0:05:35 0:01:16 0:04:19 1727k 23 659M 0 0 23 152M 0 2019k 0:05:34 0:01:17 0:04:17 2278k 23 659M 0 0 23 155M 0 2012k 0:05:35 0:01:19 0:04:16 2052k 23 659M 0 0 23 155M 0 1996k 0:05:38 0:01:19 0:04:19 1904k 23 659M 0 0 23 157M 0 1987k 0:05:39 0:01:21 0:04:18 1761k 23 659M 0 0 23 157M 0 1980k 0:05:41 0:01:21 0:04:20 1471k 24 659M 0 0 24 160M 0 1979k 0:05:41 0:01:22 0:04:19 1411k 24 659M 0 0 24 162M 0 1995k 0:05:38 0:01:23 0:04:15 1697k 24 659M 0 0 24 164M 0 1996k 0:05:38 0:01:24 0:04:14 1992k 25 659M 0 0 25 167M 0 2000k 0:05:37 0:01:25 0:04:12 2222k 25 659M 0 0 25 170M 0 2013k 0:05:35 0:01:26 0:04:09 2564k 26 659M 0 0 26 172M 0 2020k 0:05:34 0:01:27 0:04:07 2759k 26 659M 0 0 26 175M 0 2029k 0:05:32 0:01:28 0:04:04 2588k 27 659M 0 0 27 179M 0 2053k 0:05:29 0:01:29 0:04:00 3023k 27 659M 0 0 27 182M 0 2053k 0:05:29 0:01:31 0:03:58 2928k 27 659M 0 0 27 184M 0 2059k 0:05:28 0:01:31 0:03:57 2848k 28 659M 0 0 28 185M 0 2042k 0:05:30 0:01:32 0:03:58 2411k 28 659M 0 0 28 186M 0 2046k 0:05:30 0:01:33 0:03:57 2344k 28 659M 0 0 28 187M 0 2032k 0:05:32 0:01:34 0:03:58 1659k 28 659M 0 0 28 190M 0 2035k 0:05:31 0:01:35 0:03:56 1688k 29 659M 0 0 29 192M 0 2043k 0:05:30 0:01:36 0:03:54 1762k 29 659M 0 0 29 195M 0 2043k 0:05:30 0:01:37 0:03:53 2052k 29 659M 0 0 29 197M 0 2054k 0:05:28 0:01:38 0:03:50 2212k 30 659M 0 0 30 198M 0 2036k 0:05:31 0:01:39 0:03:52 2112k 30 659M 0 0 30 198M 0 2025k 0:05:33 0:01:40 0:03:53 1826k 30 659M 0 0 30 200M 0 2023k 0:05:33 0:01:41 0:03:52 1621k 30 659M 0 0 30 203M 0 2029k 0:05:32 0:01:42 0:03:50 1741k 31 659M 0 0 31 206M 0 2037k 0:05:31 0:01:43 0:03:48 1703k 31 659M 0 0 31 207M 0 2027k 0:05:33 0:01:44 0:03:49 1870k 31 659M 0 0 31 209M 0 2035k 0:05:31 0:01:45 0:03:46 2228k 32 659M 0 0 32 212M 0 2038k 0:05:31 0:01:46 0:03:45 2354k 32 659M 0 0 32 215M 0 2049k 0:05:29 0:01:47 0:03:42 2441k 32 659M 0 0 32 215M 0 2032k 0:05:32 0:01:48 0:03:44 1925k 33 659M 0 0 33 217M 0 2032k 0:05:32 0:01:49 0:03:43 2148k 33 659M 0 0 33 220M 0 2040k 0:05:31 0:01:50 0:03:41 2138k 33 659M 0 0 33 222M 0 2039k 0:05:31 0:01:51 0:03:40 2059k 33 659M 0 0 33 223M 0 2035k 0:05:31 0:01:52 0:03:39 1743k 34 659M 0 0 34 225M 0 2029k 0:05:32 0:01:53 0:03:39 1964k 34 659M 0 0 34 227M 0 2034k 0:05:32 0:01:54 0:03:38 2064k 34 659M 0 0 34 230M 0 2042k 0:05:30 0:01:55 0:03:35 2084k 35 659M 0 0 35 233M 0 2051k 0:05:29 0:01:56 0:03:33 2322k 35 659M 0 0 35 237M 0 2067k 0:05:26 0:01:57 0:03:29 2785k 36 659M 0 0 36 240M 0 2075k 0:05:25 0:01:58 0:03:27 3201k 36 659M 0 0 36 241M 0 2065k 0:05:27 0:01:59 0:03:28 2805k 37 659M 0 0 37 244M 0 2070k 0:05:26 0:02:01 0:03:25 2647k 37 659M 0 0 37 246M 0 2074k 0:05:25 0:02:01 0:03:24 2598k 37 659M 0 0 37 248M 0 2067k 0:05:26 0:02:03 0:03:23 2071k 37 659M 0 0 37 248M 0 2063k 0:05:27 0:02:03 0:03:24 1766k 38 659M 0 0 38 252M 0 2063k 0:05:27 0:02:05 0:03:22 2028k 38 659M 0 0 38 252M 0 2047k 0:05:30 0:02:06 0:03:24 1519k 38 659M 0 0 38 255M 0 2048k 0:05:29 0:02:07 0:03:22 1536k 38 659M 0 0 38 257M 0 2044k 0:05:30 0:02:08 0:03:22 1519k 39 659M 0 0 39 260M 0 2058k 0:05:28 0:02:09 0:03:19 1961k 39 659M 0 0 39 260M 0 2045k 0:05:30 0:02:10 0:03:20 1605k 39 659M 0 0 39 260M 0 2029k 0:05:32 0:02:11 0:03:21 1605k 39 659M 0 0 39 262M 0 2025k 0:05:33 0:02:12 0:03:21 1432k 40 659M 0 0 40 265M 0 2023k 0:05:33 0:02:14 0:03:19 1523k 40 659M 0 0 40 265M 0 2008k 0:05:36 0:02:15 0:03:21 846k 40 659M 0 0 40 266M 0 2011k 0:05:35 0:02:15 0:03:20 1092k 40 659M 0 0 40 269M 0 2017k 0:05:34 0:02:16 0:03:18 1692k 41 659M 0 0 41 273M 0 2020k 0:05:34 0:02:18 0:03:16 1905k 41 659M 0 0 41 273M 0 2009k 0:05:36 0:02:19 0:03:17 1645k 41 659M 0 0 41 274M 0 2016k 0:05:35 0:02:19 0:03:16 2266k 41 659M 0 0 41 277M 0 2011k 0:05:35 0:02:21 0:03:14 2018k 41 659M 0 0 41 277M 0 2005k 0:05:36 0:02:21 0:03:15 1664k 42 659M 0 0 42 281M 0 2006k 0:05:36 0:02:23 0:03:13 1631k 42 659M 0 0 42 281M 0 1992k 0:05:39 0:02:24 0:03:15 1548k 42 659M 0 0 42 281M 0 1979k 0:05:41 0:02:25 0:03:16 1095k 42 659M 0 0 42 281M 0 1979k 0:05:41 0:02:25 0:03:16 961k 43 659M 0 0 43 285M 0 1982k 0:05:40 0:02:27 0:03:13 1416k 43 659M 0 0 43 285M 0 1968k 0:05:43 0:02:28 0:03:15 845k 43 659M 0 0 43 286M 0 1972k 0:05:42 0:02:28 0:03:14 1264k 43 659M 0 0 43 289M 0 1983k 0:05:40 0:02:29 0:03:11 2142k 44 659M 0 0 44 293M 0 1981k 0:05:41 0:02:31 0:03:10 2030k 44 659M 0 0 44 293M 0 1968k 0:05:43 0:02:32 0:03:11 1574k 44 659M 0 0 44 296M 0 1976k 0:05:41 0:02:33 0:03:08 2190k 45 659M 0 0 45 298M 0 1981k 0:05:41 0:02:34 0:03:07 2191k 45 659M 0 0 45 301M 0 1976k 0:05:41 0:02:36 0:03:05 1806k 45 659M 0 0 45 301M 0 1971k 0:05:42 0:02:36 0:03:06 1674k 46 659M 0 0 46 304M 0 1979k 0:05:41 0:02:37 0:03:04 2320k 46 659M 0 0 46 305M 0 1969k 0:05:43 0:02:38 0:03:05 1753k 46 659M 0 0 46 305M 0 1959k 0:05:44 0:02:39 0:03:05 1299k 46 659M 0 0 46 309M 0 1960k 0:05:44 0:02:41 0:03:03 1514k 46 659M 0 0 46 309M 0 1950k 0:05:46 0:02:42 0:03:04 1392k 46 659M 0 0 46 310M 0 1953k 0:05:45 0:02:42 0:03:03 1128k 47 659M 0 0 47 313M 0 1953k 0:05:45 0:02:44 0:03:01 1502k 47 659M 0 0 47 313M 0 1941k 0:05:47 0:02:45 0:03:02 1433k 47 659M 0 0 47 313M 0 1931k 0:05:49 0:02:46 0:03:03 919k 47 659M 0 0 47 315M 0 1940k 0:05:48 0:02:46 0:03:02 1561k 48 659M 0 0 48 317M 0 1936k 0:05:49 0:02:47 0:03:02 1402k 48 659M 0 0 48 317M 0 1932k 0:05:49 0:02:48 0:03:01 1114k 48 659M 0 0 48 321M 0 1932k 0:05:49 0:02:50 0:02:59 1622k 48 659M 0 0 48 321M 0 1927k 0:05:50 0:02:50 0:03:00 1775k 49 659M 0 0 49 325M 0 1940k 0:05:48 0:02:51 0:02:57 1934k 49 659M 0 0 49 325M 0 1930k 0:05:49 0:02:52 0:02:57 1739k 49 659M 0 0 49 325M 0 1919k 0:05:52 0:02:53 0:02:59 1496k 49 659M 0 0 49 325M 0 1908k 0:05:54 0:02:54 0:03:00 966k 49 659M 0 0 49 329M 0 1910k 0:05:53 0:02:56 0:02:57 1412k 49 659M 0 0 49 329M 0 1910k 0:05:53 0:02:56 0:02:57 882k 50 659M 0 0 50 333M 0 1915k 0:05:52 0:02:58 0:02:54 1454k 50 659M 0 0 50 333M 0 1904k 0:05:54 0:02:59 0:02:55 1454k 50 659M 0 0 50 333M 0 1899k 0:05:55 0:02:59 0:02:56 1612k 51 659M 0 0 51 337M 0 1903k 0:05:54 0:03:01 0:02:53 1650k 51 659M 0 0 51 337M 0 1893k 0:05:56 0:03:02 0:02:54 1372k 51 659M 0 0 51 337M 0 1892k 0:05:57 0:03:02 0:02:55 957k 51 659M 0 0 51 341M 0 1902k 0:05:55 0:03:03 0:02:52 1821k 51 659M 0 0 51 342M 0 1902k 0:05:55 0:03:04 0:02:51 1986k 52 659M 0 0 52 345M 0 1901k 0:05:55 0:03:06 0:02:49 1800k 52 659M 0 0 52 345M 0 1896k 0:05:56 0:03:06 0:02:50 2050k 52 659M 0 0 52 349M 0 1906k 0:05:54 0:03:07 0:02:47 2409k 53 659M 0 0 53 353M 0 1917k 0:05:52 0:03:08 0:02:44 2461k 53 659M 0 0 53 353M 0 1908k 0:05:53 0:03:09 0:02:44 2153k 53 659M 0 0 53 353M 0 1898k 0:05:55 0:03:10 0:02:45 1809k 54 659M 0 0 54 357M 0 1901k 0:05:55 0:03:12 0:02:43 2071k 54 659M 0 0 54 357M 0 1900k 0:05:55 0:03:12 0:02:43 1676k 54 659M 0 0 54 360M 0 1909k 0:05:53 0:03:13 0:02:40 1623k 54 659M 0 0 54 361M 0 1901k 0:05:55 0:03:14 0:02:41 1639k 55 659M 0 0 55 365M 0 1912k 0:05:53 0:03:15 0:02:38 2433k 55 659M 0 0 55 365M 0 1903k 0:05:54 0:03:16 0:02:38 1996k 55 659M 0 0 55 365M 0 1894k 0:05:56 0:03:17 0:02:39 1638k 55 659M 0 0 55 368M 0 1899k 0:05:55 0:03:18 0:02:37 1484k 56 659M 0 0 56 370M 0 1901k 0:05:55 0:03:19 0:02:36 1891k 56 659M 0 0 56 373M 0 1899k 0:05:55 0:03:21 0:02:34 1461k 56 659M 0 0 56 373M 0 1890k 0:05:57 0:03:22 0:02:35 1434k 56 659M 0 0 56 374M 0 1892k 0:05:57 0:03:22 0:02:35 1805k 57 659M 0 0 57 377M 0 1892k 0:05:57 0:03:24 0:02:33 1652k 57 659M 0 0 57 377M 0 1885k 0:05:58 0:03:25 0:02:33 1303k 57 659M 0 0 57 379M 0 1889k 0:05:57 0:03:25 0:02:32 1437k 57 659M 0 0 57 381M 0 1887k 0:05:58 0:03:27 0:02:31 1746k 58 659M 0 0 58 383M 0 1890k 0:05:57 0:03:27 0:02:30 1840k 58 659M 0 0 58 385M 0 1888k 0:05:57 0:03:29 0:02:28 1732k 58 659M 0 0 58 385M 0 1879k 0:05:59 0:03:30 0:02:29 1644k 58 659M 0 0 58 385M 0 1870k 0:06:01 0:03:31 0:02:30 1161k 58 659M 0 0 58 385M 0 1861k 0:06:02 0:03:32 0:02:30 814k 58 659M 0 0 58 386M 0 1863k 0:06:02 0:03:32 0:02:30 743k 59 659M 0 0 59 389M 0 1863k 0:06:02 0:03:34 0:02:28 816k 59 659M 0 0 59 389M 0 1854k 0:06:04 0:03:35 0:02:29 816k 59 659M 0 0 59 390M 0 1856k 0:06:03 0:03:35 0:02:28 1172k 59 659M 0 0 59 393M 0 1861k 0:06:03 0:03:36 0:02:27 1833k 60 659M 0 0 60 397M 0 1864k 0:06:02 0:03:38 0:02:24 1879k 60 659M 0 0 60 397M 0 1855k 0:06:04 0:03:39 0:02:25 1548k 60 659M 0 0 60 397M 0 1855k 0:06:04 0:03:39 0:02:25 1901k 60 659M 0 0 60 401M 0 1866k 0:06:02 0:03:40 0:02:22 2277k 61 659M 0 0 61 405M 0 1868k 0:06:01 0:03:42 0:02:19 2128k 61 659M 0 0 61 405M 0 1868k 0:06:01 0:03:42 0:02:19 2075k 62 659M 0 0 62 409M 0 1869k 0:06:01 0:03:44 0:02:17 2459k 62 659M 0 0 62 409M 0 1867k 0:06:01 0:03:44 0:02:17 2390k 62 659M 0 0 62 413M 0 1877k 0:05:59 0:03:45 0:02:14 2364k 62 659M 0 0 62 415M 0 1876k 0:06:00 0:03:46 0:02:14 2299k 63 659M 0 0 63 417M 0 1874k 0:06:00 0:03:48 0:02:12 2116k 63 659M 0 0 63 417M 0 1868k 0:06:01 0:03:48 0:02:13 1840k 63 659M 0 0 63 420M 0 1873k 0:06:00 0:03:49 0:02:11 2150k 63 659M 0 0 63 422M 0 1875k 0:06:00 0:03:50 0:02:10 1801k 64 659M 0 0 64 425M 0 1875k 0:06:00 0:03:52 0:02:08 1862k 64 659M 0 0 64 425M 0 1867k 0:06:01 0:03:53 0:02:08 1574k 64 659M 0 0 64 425M 0 1867k 0:06:01 0:03:53 0:02:08 1791k 65 659M 0 0 65 429M 0 1869k 0:06:01 0:03:55 0:02:06 1694k 65 659M 0 0 65 429M 0 1861k 0:06:02 0:03:56 0:02:06 1322k 65 659M 0 0 65 429M 0 1853k 0:06:04 0:03:57 0:02:07 821k 65 659M 0 0 65 429M 0 1850k 0:06:05 0:03:57 0:02:08 926k 65 659M 0 0 65 432M 0 1854k 0:06:04 0:03:58 0:02:06 1260k 65 659M 0 0 65 433M 0 1854k 0:06:04 0:03:59 0:02:05 997k 66 659M 0 0 66 437M 0 1863k 0:06:02 0:04:00 0:02:02 1969k 66 659M 0 0 66 437M 0 1856k 0:06:03 0:04:01 0:02:02 2018k 66 659M 0 0 66 439M 0 1857k 0:06:03 0:04:02 0:02:01 2212k 66 659M 0 0 66 441M 0 1855k 0:06:04 0:04:03 0:02:01 1886k 67 659M 0 0 67 443M 0 1855k 0:06:04 0:04:04 0:02:00 1935k 67 659M 0 0 67 445M 0 1855k 0:06:04 0:04:06 0:01:58 1505k 67 659M 0 0 67 445M 0 1847k 0:06:05 0:04:07 0:01:58 1464k 67 659M 0 0 67 446M 0 1842k 0:06:06 0:04:07 0:01:59 1188k 67 659M 0 0 67 448M 0 1847k 0:06:05 0:04:08 0:01:57 1405k 68 659M 0 0 68 450M 0 1843k 0:06:06 0:04:09 0:01:57 1287k 68 659M 0 0 68 450M 0 1838k 0:06:07 0:04:10 0:01:57 945k 68 659M 0 0 68 453M 0 1847k 0:06:05 0:04:11 0:01:54 1865k 69 659M 0 0 69 456M 0 1849k 0:06:05 0:04:12 0:01:53 2196k 69 659M 0 0 69 458M 0 1847k 0:06:05 0:04:13 0:01:52 1849k 69 659M 0 0 69 458M 0 1839k 0:06:07 0:04:14 0:01:53 1660k 69 659M 0 0 69 458M 0 1838k 0:06:07 0:04:15 0:01:52 1798k 70 659M 0 0 70 462M 0 1839k 0:06:07 0:04:17 0:01:50 1463k 70 659M 0 0 70 462M 0 1835k 0:06:08 0:04:17 0:01:51 1186k 70 659M 0 0 70 465M 0 1843k 0:06:06 0:04:18 0:01:48 1669k 70 659M 0 0 70 466M 0 1838k 0:06:07 0:04:19 0:01:48 1750k 70 659M 0 0 70 467M 0 1837k 0:06:07 0:04:20 0:01:47 1826k 71 659M 0 0 71 470M 0 1836k 0:06:07 0:04:22 0:01:45 1673k 71 659M 0 0 71 470M 0 1831k 0:06:08 0:04:22 0:01:46 1609k 71 659M 0 0 71 472M 0 1834k 0:06:08 0:04:23 0:01:45 1364k 71 659M 0 0 71 474M 0 1831k 0:06:08 0:04:25 0:01:43 1522k 71 659M 0 0 71 474M 0 1830k 0:06:09 0:04:25 0:01:44 1431k 72 659M 0 0 72 477M 0 1835k 0:06:08 0:04:26 0:01:42 1785k 72 659M 0 0 72 478M 0 1830k 0:06:09 0:04:27 0:01:42 1789k 73 659M 0 0 73 482M 0 1838k 0:06:07 0:04:28 0:01:39 2042k 73 659M 0 0 73 482M 0 1831k 0:06:08 0:04:29 0:01:39 1836k 73 659M 0 0 73 482M 0 1825k 0:06:10 0:04:30 0:01:40 1553k 73 659M 0 0 73 485M 0 1830k 0:06:09 0:04:31 0:01:38 1571k 73 659M 0 0 73 486M 0 1825k 0:06:10 0:04:32 0:01:38 1562k 73 659M 0 0 73 486M 0 1822k 0:06:10 0:04:33 0:01:37 968k 74 659M 0 0 74 490M 0 1823k 0:06:10 0:04:35 0:01:35 1426k 74 659M 0 0 74 490M 0 1816k 0:06:11 0:04:36 0:01:35 1426k 74 659M 0 0 74 490M 0 1816k 0:06:11 0:04:36 0:01:35 1061k 74 659M 0 0 74 494M 0 1821k 0:06:10 0:04:37 0:01:33 1626k 75 659M 0 0 75 497M 0 1828k 0:06:09 0:04:38 0:01:31 2164k 75 659M 0 0 75 498M 0 1824k 0:06:10 0:04:39 0:01:31 1883k 75 659M 0 0 75 498M 0 1818k 0:06:11 0:04:40 0:01:31 1939k 76 659M 0 0 76 502M 0 1821k 0:06:10 0:04:42 0:01:28 2063k 76 659M 0 0 76 502M 0 1815k 0:06:12 0:04:43 0:01:29 1481k 76 659M 0 0 76 502M 0 1812k 0:06:12 0:04:43 0:01:29 943k 76 659M 0 0 76 505M 0 1818k 0:06:11 0:04:44 0:01:27 1492k 76 659M 0 0 76 506M 0 1814k 0:06:12 0:04:45 0:01:27 1609k 77 659M 0 0 77 510M 0 1823k 0:06:10 0:04:46 0:01:24 1944k 77 659M 0 0 77 510M 0 1817k 0:06:11 0:04:47 0:01:24 1971k 77 659M 0 0 77 510M 0 1811k 0:06:13 0:04:48 0:01:25 1729k 77 659M 0 0 77 513M 0 1816k 0:06:11 0:04:49 0:01:22 1718k 77 659M 0 0 77 514M 0 1812k 0:06:12 0:04:50 0:01:22 1679k 78 659M 0 0 78 517M 0 1816k 0:06:11 0:04:51 0:01:20 1418k 78 659M 0 0 78 518M 0 1812k 0:06:12 0:04:52 0:01:20 1540k 78 659M 0 0 78 519M 0 1811k 0:06:13 0:04:53 0:01:20 1816k 79 659M 0 0 79 522M 0 1812k 0:06:12 0:04:55 0:01:17 1574k 79 659M 0 0 79 523M 0 1815k 0:06:12 0:04:55 0:01:17 1958k 79 659M 0 0 79 526M 0 1819k 0:06:11 0:04:56 0:01:15 1975k 80 659M 0 0 80 530M 0 1820k 0:06:11 0:04:58 0:01:13 2276k 80 659M 0 0 80 531M 0 1822k 0:06:10 0:04:58 0:01:12 2464k 81 659M 0 0 81 535M 0 1832k 0:06:08 0:04:59 0:01:09 3192k 81 659M 0 0 81 537M 0 1831k 0:06:08 0:05:00 0:01:08 2794k 82 659M 0 0 82 541M 0 1838k 0:06:07 0:05:01 0:01:06 2944k 82 659M 0 0 82 544M 0 1843k 0:06:06 0:05:02 0:01:04 3425k 82 659M 0 0 82 545M 0 1838k 0:06:07 0:05:03 0:01:04 2790k 82 659M 0 0 82 545M 0 1832k 0:06:08 0:05:04 0:01:04 1877k 82 659M 0 0 82 547M 0 1835k 0:06:08 0:05:05 0:01:03 2059k 83 659M 0 0 83 551M 0 1841k 0:06:06 0:05:06 0:01:00 2024k 83 659M 0 0 83 553M 0 1839k 0:06:07 0:05:08 0:00:59 1642k 83 659M 0 0 83 553M 0 1833k 0:06:08 0:05:09 0:00:59 1526k 83 659M 0 0 83 553M 0 1831k 0:06:08 0:05:09 0:00:59 1738k 84 659M 0 0 84 557M 0 1833k 0:06:08 0:05:11 0:00:57 1739k 84 659M 0 0 84 557M 0 1827k 0:06:09 0:05:12 0:00:57 1109k 84 659M 0 0 84 557M 0 1821k 0:06:10 0:05:13 0:00:57 781k 84 659M 0 0 84 557M 0 1820k 0:06:11 0:05:13 0:00:58 929k 85 659M 0 0 85 561M 0 1827k 0:06:09 0:05:14 0:00:55 1561k 85 659M 0 0 85 563M 0 1830k 0:06:09 0:05:15 0:00:54 1607k 85 659M 0 0 85 565M 0 1827k 0:06:09 0:05:16 0:00:53 1842k 86 659M 0 0 86 567M 0 1831k 0:06:08 0:05:17 0:00:51 2571k 86 659M 0 0 86 569M 0 1830k 0:06:09 0:05:18 0:00:51 2493k 86 659M 0 0 86 572M 0 1836k 0:06:08 0:05:19 0:00:49 2394k 87 659M 0 0 87 576M 0 1841k 0:06:06 0:05:20 0:00:46 2535k 87 659M 0 0 87 580M 0 1847k 0:06:05 0:05:21 0:00:44 3231k 87 659M 0 0 87 580M 0 1842k 0:06:06 0:05:22 0:00:44 2531k 87 659M 0 0 87 580M 0 1836k 0:06:07 0:05:23 0:00:44 2190k 88 659M 0 0 88 581M 0 1835k 0:06:08 0:05:24 0:00:44 1787k 88 659M 0 0 88 584M 0 1834k 0:06:08 0:05:26 0:00:42 1423k 88 659M 0 0 88 585M 0 1835k 0:06:08 0:05:26 0:00:42 1060k 89 659M 0 0 89 588M 0 1835k 0:06:08 0:05:28 0:00:40 1443k 89 659M 0 0 89 588M 0 1829k 0:06:09 0:05:29 0:00:40 1443k 89 659M 0 0 89 588M 0 1826k 0:06:09 0:05:29 0:00:40 1284k 89 659M 0 0 89 591M 0 1832k 0:06:08 0:05:30 0:00:38 1694k 89 659M 0 0 89 592M 0 1828k 0:06:09 0:05:31 0:00:38 1395k 89 659M 0 0 89 592M 0 1823k 0:06:10 0:05:32 0:00:38 932k 90 659M 0 0 90 596M 0 1825k 0:06:10 0:05:34 0:00:36 1571k 90 659M 0 0 90 596M 0 1824k 0:06:10 0:05:34 0:00:36 1675k 90 659M 0 0 90 599M 0 1829k 0:06:09 0:05:35 0:00:34 1650k 90 659M 0 0 90 600M 0 1825k 0:06:10 0:05:36 0:00:34 1637k 90 659M 0 0 90 600M 0 1820k 0:06:11 0:05:37 0:00:34 1650k 91 659M 0 0 91 603M 0 1826k 0:06:09 0:05:38 0:00:31 1922k 92 659M 0 0 92 607M 0 1831k 0:06:09 0:05:39 0:00:30 2316k 92 659M 0 0 92 608M 0 1828k 0:06:09 0:05:40 0:00:29 1733k 92 659M 0 0 92 609M 0 1826k 0:06:10 0:05:41 0:00:29 1848k 92 659M 0 0 92 612M 0 1827k 0:06:09 0:05:43 0:00:26 2242k 92 659M 0 0 92 612M 0 1824k 0:06:10 0:05:43 0:00:27 1669k 93 659M 0 0 93 616M 0 1832k 0:06:08 0:05:44 0:00:24 1893k 93 659M 0 0 93 619M 0 1834k 0:06:08 0:05:45 0:00:23 2330k 94 659M 0 0 94 620M 0 1832k 0:06:08 0:05:46 0:00:22 2246k 94 659M 0 0 94 624M 0 1839k 0:06:07 0:05:47 0:00:20 2780k 95 659M 0 0 95 626M 0 1842k 0:06:06 0:05:48 0:00:18 3142k 95 659M 0 0 95 630M 0 1848k 0:06:05 0:05:49 0:00:16 2956k 95 659M 0 0 95 632M 0 1845k 0:06:06 0:05:50 0:00:16 2556k 95 659M 0 0 95 632M 0 1842k 0:06:06 0:05:51 0:00:15 2567k 96 659M 0 0 96 635M 0 1847k 0:06:05 0:05:52 0:00:13 2406k 97 659M 0 0 97 640M 0 1849k 0:06:05 0:05:54 0:00:11 2267k 97 659M 0 0 97 640M 0 1844k 0:06:06 0:05:55 0:00:11 1602k 97 659M 0 0 97 640M 0 1841k 0:06:06 0:05:55 0:00:11 1543k 97 659M 0 0 97 642M 0 1844k 0:06:06 0:05:56 0:00:10 2010k 97 659M 0 0 97 646M 0 1850k 0:06:05 0:05:57 0:00:08 2075k 98 659M 0 0 98 648M 0 1849k 0:06:05 0:05:58 0:00:07 1830k 98 659M 0 0 98 648M 0 1843k 0:06:06 0:05:59 0:00:07 1830k 98 659M 0 0 98 648M 0 1839k 0:06:07 0:06:00 0:00:07 1670k 98 659M 0 0 98 651M 0 1844k 0:06:06 0:06:01 0:00:05 1825k 98 659M 0 0 98 652M 0 1841k 0:06:06 0:06:02 0:00:04 1214k 98 659M 0 0 98 652M 0 1838k 0:06:07 0:06:03 0:00:04 985k 99 659M 0 0 99 656M 0 1843k 0:06:06 0:06:04 0:00:02 1781k 100 659M 0 0 100 659M 0 1844k 0:06:06 0:06:06 --:--:-- 2170k 100 659M 0 0 100 659M 0 1839k 0:06:07 0:06:07 --:--:-- 1509k 100 659M 0 0 100 659M 0 1834k 0:06:08 0:06:08 --:--:-- 1376k 100 659M 0 0 100 659M 0 1829k 0:06:09 0:06:09 --:--:-- 1274k 100 659M 0 0 100 659M 0 1824k 0:06:10 0:06:10 --:--:-- 632k 100 659M 0 0 100 659M 0 1819k 0:06:11 0:06:11 --:--:-- 0 100 659M 0 0 100 659M 0 1814k 0:06:12 0:06:12 --:--:-- 0 100 659M 0 0 100 659M 0 1809k 0:06:13 0:06:13 --:--:-- 0 100 659M 0 0 100 659M 0 1804k 0:06:14 0:06:14 --:--:-- 0 100 659M 0 0 100 659M 0 1799k 0:06:15 0:06:15 --:--:-- 0 100 659M 0 0 100 659M 0 1795k 0:06:16 0:06:16 --:--:-- 0 100 659M 0 0 100 659M 0 1790k 0:06:17 0:06:17 --:--:-- 0 100 659M 0 0 100 659M 0 1785k 0:06:18 0:06:18 --:--:-- 0 100 659M 0 0 100 659M 0 1780k 0:06:19 0:06:19 --:--:-- 0 100 659M 0 0 100 659M 0 1776k 0:06:20 0:06:20 --:--:-- 0 100 659M 0 0 100 659M 0 1771k 0:06:21 0:06:21 --:--:-- 0 100 659M 0 0 100 659M 0 1766k 0:06:22 0:06:22 --:--:-- 0 100 659M 0 0 100 659M 0 1762k 0:06:23 0:06:23 --:--:-- 0 100 659M 0 0 100 659M 0 1757k 0:06:24 0:06:24 --:--:-- 0 100 659M 0 0 100 659M 0 1753k 0:06:25 0:06:25 --:--:-- 0 100 659M 0 0 100 659M 0 1748k 0:06:26 0:06:26 --:--:-- 0 100 659M 0 0 100 659M 0 1744k 0:06:27 0:06:27 --:--:-- 0 100 659M 0 0 100 659M 0 1739k 0:06:28 0:06:28 --:--:-- 0 100 659M 0 0 100 659M 0 1735k 0:06:29 0:06:29 --:--:-- 0 100 659M 0 0 100 659M 0 1730k 0:06:30 0:06:30 --:--:-- 0 100 659M 0 0 100 659M 0 1726k 0:06:31 0:06:31 --:--:-- 0 100 659M 0 0 100 659M 0 1721k 0:06:32 0:06:32 --:--:-- 0 100 659M 0 0 100 659M 0 1717k 0:06:33 0:06:33 --:--:-- 0 100 659M 0 0 100 659M 0 1713k 0:06:34 0:06:34 --:--:-- 0 100 659M 0 0 100 659M 0 1708k 0:06:35 0:06:35 --:--:-- 0 100 659M 0 0 100 659M 0 1704k 0:06:36 0:06:36 --:--:-- 0 100 659M 0 0 100 659M 0 1700k 0:06:37 0:06:37 --:--:-- 0 100 659M 0 0 100 659M 0 1695k 0:06:38 0:06:38 --:--:-- 0 100 659M 0 0 100 659M 0 1691k 0:06:39 0:06:39 --:--:-- 0 100 659M 0 0 100 659M 0 1687k 0:06:40 0:06:40 --:--:-- 0 100 659M 0 0 100 659M 0 1683k 0:06:41 0:06:41 --:--:-- 0 100 659M 0 0 100 659M 0 1679k 0:06:42 0:06:42 --:--:-- 0 100 659M 0 0 100 659M 0 1674k 0:06:43 0:06:43 --:--:-- 0 100 659M 0 0 100 659M 0 1670k 0:06:44 0:06:44 --:--:-- 0 100 659M 0 0 100 659M 0 1666k 0:06:45 0:06:45 --:--:-- 0 100 659M 0 43 100 659M 0 1664k 0:06:45 0:06:45 --:--:-- 9 100 659M 0 43 100 659M 0 1664k 0:06:45 0:06:45 --:--:-- 12 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo public 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-slave32/slave/.catkin_tools /senior/workspace/orin-module-slave32/slave/build/ /senior/workspace/orin-module-slave32/slave/devel/ /senior/workspace/orin-module-slave32/slave/install /senior/workspace/orin-module-slave32/slave/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] sh + cp -r /senior/workspace/commit/orin-module-slave32/slave_tmp/cache_bag_node /senior/workspace/commit/orin-module-slave32/slave_tmp/camera_driver /senior/workspace/commit/orin-module-slave32/slave_tmp/crane_align /senior/workspace/commit/orin-module-slave32/slave_tmp/dox /senior/workspace/commit/orin-module-slave32/slave_tmp/hdcontrol /senior/workspace/commit/orin-module-slave32/slave_tmp/hesai_lidar /senior/workspace/commit/orin-module-slave32/slave_tmp/imv_spreader_detection /senior/workspace/commit/orin-module-slave32/slave_tmp/lego-loam-bor /senior/workspace/commit/orin-module-slave32/slave_tmp/lidar_loc_v2 /senior/workspace/commit/orin-module-slave32/slave_tmp/lidar_manual_calib /senior/workspace/commit/orin-module-slave32/slave_tmp/login_sync_tool /senior/workspace/commit/orin-module-slave32/slave_tmp/mrpt2 /senior/workspace/commit/orin-module-slave32/slave_tmp/new_detection /senior/workspace/commit/orin-module-slave32/slave_tmp/new_truck_spreader_detection /senior/workspace/commit/orin-module-slave32/slave_tmp/node-manager /senior/workspace/commit/orin-module-slave32/slave_tmp/rcinterpreter /senior/workspace/commit/orin-module-slave32/slave_tmp/ros-bridge /senior/workspace/commit/orin-module-slave32/slave_tmp/rslidar_sdk /senior/workspace/commit/orin-module-slave32/slave_tmp/rslidar_sdk_new /senior/workspace/commit/orin-module-slave32/slave_tmp/senior_calibration /senior/workspace/commit/orin-module-slave32/slave_tmp/shared_msgs /senior/workspace/commit/orin-module-slave32/slave_tmp/slave /senior/workspace/commit/orin-module-slave32/slave_tmp/system_monitor /senior/workspace/commit/orin-module-slave32/slave_tmp/system-ros /senior/workspace/commit/orin-module-slave32/slave_tmp/thirdparty /senior/workspace/commit/orin-module-slave32/slave_tmp/unified-system-monitor /senior/workspace/commit/orin-module-slave32/slave_tmp/versions_observer /senior/workspace/commit/orin-module-slave32/slave_tmp/warningModule /senior/workspace/commit/orin-module-slave32/slave/ [Pipeline] sh + rm -rf /senior/workspace/commit/orin-module-slave32/slave_tmp [Pipeline] readJSON [Pipeline] echo webhtml准备完成 [Pipeline] echo top雷达NROI适配,标记车挂箱体面范围点云. [Pipeline] echo 车头点过滤时标记车挂点为240,输出时过滤. [Pipeline] echo webhtml准备完成 [Pipeline] echo 字段精度调整 [Pipeline] echo webhtml准备完成 [Pipeline] echo <!DOCTYPE html><html><head><meta charset="utf-8"><title>msg2html</title></head><body><h1>更新内容</h1><h2>模块名: dox</h2><h2>模块名: new_detection</h2><h3>note_out</h3><ul><li> top雷达NROI适配,标记车挂箱体面范围点云.</li><li>车头点过滤时标记车挂点为240,输出时过滤.</li></ul><h2>模块名: shared_msgs</h2><h3>feat_out</h3><ul><li>字段精度调整</li></ul></body></html> [Pipeline] echo msg已经准备完成 [Pipeline] sh + touch /senior/workspace/orin-module-slave32/slave/index.html [Pipeline] writeFile [Pipeline] echo html更新完成 [Pipeline] publishHTML [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /senior/workspace/orin-module-slave32/slave to /var/lib/jenkins/jobs/orin-module-slave32/builds/3157/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-01-17_10-15-07] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:lanxiaosong - 更新模块: [new_detection][shared_msgs] - 上传平台: public yantai - 任务号: [orin-module-slave32 #3157] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-module-slave32/3157/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 744 100 27 100 717 228 6076 --:--:-- --:--:-- --:--:-- 6358 [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