Console Output

Skipping 371 KB.. Full Log
                 from /senior/workspace/orin-slave32/slave/src/mrpt2/libs/rtti/include/mrpt/rtti/CObject.h:12,
                 from /senior/workspace/orin-slave32/slave/src/mrpt2/libs/serialization/include/mrpt/serialization/CSerializable.h:11,
                 from /senior/workspace/orin-slave32/slave/src/mrpt2/libs/serialization/include/mrpt/serialization/CArchive.h:15,
                 from /senior/workspace/orin-slave32/slave/src/mrpt2/libs/maps/src/maps-precomp.h:13,
                 from /senior/workspace/orin-slave32/slave/src/mrpt2/libs/maps/src/obs/CObservationRotatingScan.cpp:10:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/core/include/mrpt/core/common.h:105:27: note: #pragma message: TODO: toPointCloud / calibration
  105 | #define MRPT_DO_PRAGMA(x) _Pragma(#x)
      |                           ^~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/core/include/mrpt/core/common.h:106:31: note: in expansion of macro ‘MRPT_DO_PRAGMA’
  106 | #define MRPT_MSG_PRAGMA(_msg) MRPT_DO_PRAGMA(message(_msg))
      |                               ^~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/core/include/mrpt/core/common.h:113:22: note: in expansion of macro ‘MRPT_MSG_PRAGMA’
  113 | #define MRPT_TODO(x) MRPT_MSG_PRAGMA("TODO: " x)
      |                      ^~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/maps/src/obs/CObservationRotatingScan.cpp:133:1: note: in expansion of macro ‘MRPT_TODO’
  133 | MRPT_TODO("toPointCloud / calibration");
      | ^~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/maps/src/obs/CObservationRotatingScan.cpp: In member function ‘void mrpt::obs::CObservationRotatingScan::fromPointCloud(const mrpt::obs::CObservationPointCloud&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/core/include/mrpt/core/common.h:105:27: note: #pragma message: TODO: fromPointCloud
  105 | #define MRPT_DO_PRAGMA(x) _Pragma(#x)
      |                           ^~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/core/include/mrpt/core/common.h:106:31: note: in expansion of macro ‘MRPT_DO_PRAGMA’
  106 | #define MRPT_MSG_PRAGMA(_msg) MRPT_DO_PRAGMA(message(_msg))
      |                               ^~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/core/include/mrpt/core/common.h:113:22: note: in expansion of macro ‘MRPT_MSG_PRAGMA’
  113 | #define MRPT_TODO(x) MRPT_MSG_PRAGMA("TODO: " x)
      |                      ^~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/maps/src/obs/CObservationRotatingScan.cpp:404:2: note: in expansion of macro ‘MRPT_TODO’
  404 |  MRPT_TODO("fromPointCloud");
      |  ^~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPosePDF::Ptr mrpt::slam::CICP::ICP_Method_Classic(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPosePDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:320:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  320 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:350:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  350 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:374:57: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  374 |   if (!options.skip_cov_calculation && nCorrespondences >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:504:24: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  504 |   if (nCorrespondences < options.min_correspondence || options.skip_quality_calculation)
      |       ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /senior/workspace/orin-slave32/slave/src/mrpt2/libs/core/include/mrpt/core/exceptions.h:13,
                 from /senior/workspace/orin-slave32/slave/src/mrpt2/libs/config/include/mrpt/config/CConfigFileBase.h:12,
                 from /senior/workspace/orin-slave32/slave/src/mrpt2/libs/config/include/mrpt/config/CConfigFilePrefixer.h:11,
                 from /senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CIncrementalMapPartitioner.cpp:12:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CIncrementalMapPartitioner.cpp: In member function ‘virtual void mrpt::slam::CIncrementalMapPartitioner::TOptions::loadFromConfigFile(const mrpt::config::CConfigFileBase&, const string&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/core/include/mrpt/core/common.h:105:27: note: #pragma message: TODO: Add link to example INI file
  105 | #define MRPT_DO_PRAGMA(x) _Pragma(#x)
      |                           ^~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/core/include/mrpt/core/common.h:106:31: note: in expansion of macro ‘MRPT_DO_PRAGMA’
  106 | #define MRPT_MSG_PRAGMA(_msg) MRPT_DO_PRAGMA(message(_msg))
      |                               ^~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/core/include/mrpt/core/common.h:113:22: note: in expansion of macro ‘MRPT_MSG_PRAGMA’
  113 | #define MRPT_TODO(x) MRPT_MSG_PRAGMA("TODO: " x)
      |                      ^~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CIncrementalMapPartitioner.cpp:81:2: note: in expansion of macro ‘MRPT_TODO’
   81 |  MRPT_TODO("Add link to example INI file");
      |  ^~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPosePDF::Ptr mrpt::slam::CICP::ICP_Method_LM(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPosePDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:687:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  687 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:931:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  931 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:949:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<mrpt::tfest::TMatchingPairTempl<float>, std::allocator<mrpt::tfest::TMatchingPairTempl<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  949 |    for(int i = 0; i < correspondences.size(); i++){
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPosePDF::Ptr mrpt::slam::CICP::ICP_Method_LM_Height_Restrict(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPosePDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1060:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1060 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1304:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1304 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1322:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<mrpt::tfest::TMatchingPairTempl<float>, std::allocator<mrpt::tfest::TMatchingPairTempl<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
 1322 |             for(int i = 0; i < correspondences.size(); i++){
      |                            ~~^~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPosePDF::Ptr mrpt::slam::CICP::ICP_Method_LM_Test(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPosePDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1431:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1431 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1675:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1675 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPosePDF::Ptr mrpt::slam::CICP::ICP_Method_LM_3D_Asso(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPosePDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1798:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1798 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:2038:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2038 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPosePDF::Ptr mrpt::slam::CICP::ICP_Method_LM_3D_Asso_Simplified(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPosePDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:2159:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2159 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:2403:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2403 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPosePDF::Ptr mrpt::slam::CICP::ICP_Method_LM_3D_Asso_Test(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPosePDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:2524:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2524 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:2768:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2768 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPose3DPDF::Ptr mrpt::slam::CICP::ICP3D_Method_Classic(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPose3DPDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:2948:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2948 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:2987:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2987 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3011:57: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3011 |   if (!options.skip_cov_calculation && nCorrespondences >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3028:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<mrpt::tfest::TMatchingPairTempl<float>, std::allocator<mrpt::tfest::TMatchingPairTempl<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
 3028 |         for(int i = 0; i < correspondences.size(); i++){
      |                        ~~^~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPose3DPDF::Ptr mrpt::slam::CICP::ICP3D_Method_SVD(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPose3DPDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3125:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3125 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3162:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3162 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3186:57: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3186 |   if (!options.skip_cov_calculation && nCorrespondences >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3203:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<mrpt::tfest::TMatchingPairTempl<float>, std::allocator<mrpt::tfest::TMatchingPairTempl<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
 3203 |         for(int i = 0; i < correspondences.size(); i++){
      |                        ~~^~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPose3DPDF::Ptr mrpt::slam::CICP::ICP3D_Method_CERES_P2P_AUTO(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPose3DPDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3293:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3293 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3330:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3330 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3354:57: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3354 |   if (!options.skip_cov_calculation && nCorrespondences >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3371:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<mrpt::tfest::TMatchingPairTempl<float>, std::allocator<mrpt::tfest::TMatchingPairTempl<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
 3371 |         for(int i = 0; i < correspondences.size(); i++){
      |                        ~~^~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPose3DPDF::Ptr mrpt::slam::CICP::ICP3D_Method_CERES_P2P_ANALYTIC(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPose3DPDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3461:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3461 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3497:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3497 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3521:57: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3521 |   if (!options.skip_cov_calculation && nCorrespondences >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3538:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<mrpt::tfest::TMatchingPairTempl<float>, std::allocator<mrpt::tfest::TMatchingPairTempl<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
 3538 |         for(int i = 0; i < correspondences.size(); i++){
      |                        ~~^~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPose3DPDF::Ptr mrpt::slam::CICP::ICP3D_Method_CERES_P2L_AUTO(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPose3DPDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3635:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3635 |    if (n_p2l_other < options.min_correspondence) // min_correspondence = 5
      |        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3671:22: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3671 |      if (n_p2l_other >= options.min_correspondence) {
      |          ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3695:52: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3695 |   if (!options.skip_cov_calculation && n_p2l_other >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3562:9: warning: unused variable ‘nCorrespondences’ [-Wunused-variable]
 3562 |  size_t nCorrespondences = 0;
      |         ^~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPose3DPDF::Ptr mrpt::slam::CICP::ICP3D_Method_CERES_P2L_ANALYTIC(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPose3DPDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3810:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3810 |    if (n_p2l_other < options.min_correspondence) // min_correspondence = 5
      |        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3846:22: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3846 |      if (n_p2l_other >= options.min_correspondence) {
      |          ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3870:52: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3870 |   if (!options.skip_cov_calculation && n_p2l_other >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3737:9: warning: unused variable ‘nCorrespondences’ [-Wunused-variable]
 3737 |  size_t nCorrespondences = 0;
      |         ^~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPose3DPDF::Ptr mrpt::slam::CICP::ICP3D_Method_CERES_P2PL_AUTO(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPose3DPDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3985:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3985 |    if (n_p2l_other < options.min_correspondence) // min_correspondence = 5
      |        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4021:22: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4021 |      if (n_p2l_other >= options.min_correspondence) {
      |          ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4045:52: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4045 |   if (!options.skip_cov_calculation && n_p2l_other >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3912:9: warning: unused variable ‘nCorrespondences’ [-Wunused-variable]
 3912 |  size_t nCorrespondences = 0;
      |         ^~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPose3DPDF::Ptr mrpt::slam::CICP::ICP3D_Method_CERES_P2PL_ANALYTIC(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPose3DPDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4160:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4160 |    if (n_p2l_other < options.min_correspondence) // min_correspondence = 5
      |        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4196:22: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4196 |      if (n_p2l_other >= options.min_correspondence) {
      |          ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4220:52: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4220 |   if (!options.skip_cov_calculation && n_p2l_other >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4087:9: warning: unused variable ‘nCorrespondences’ [-Wunused-variable]
 4087 |  size_t nCorrespondences = 0;
      |         ^~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In member function ‘mrpt::poses::CPosePDF::Ptr mrpt::slam::CICP::ICP_Method_LM_Weighted(const mrpt::maps::CMetricMap*, const mrpt::maps::CMetricMap*, const mrpt::poses::CPosePDFGaussian&, mrpt::slam::CICP::TReturnInfo&)’:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4333:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4333 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4645:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4645 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4664:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<mrpt::tfest::TMatchingPairTempl<float>, std::allocator<mrpt::tfest::TMatchingPairTempl<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
 4664 |             for(int i = 0; i < correspondences.size(); i++){
      |                            ~~^~~~~~~~~~~~~~~~~~~~~~~~
cd /senior/workspace/orin-slave32/slave/build/mrpt; catkin build --get-env mrpt | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 03:21.8 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install - 0... 
[build 03:21.9 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (1%... 
[build 03:22.0 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (8%... 
[build 03:22.1 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
[build 03:22.2 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (11... 
[build 03:22.3 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (22... 
[build 03:22.4 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (25... 
[build 03:22.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (31... 
[build 03:22.6 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (41... 
[build 03:22.7 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (43... 
[build 03:22.8 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (51... 
[build 03:22.9 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (57... 
[build 03:23.0 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (64... 
[build 03:23.1 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (67... 
[build 03:23.2 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (72... 
[build 03:23.3 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (93... 
[build 03:23.4 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (93... 
[build 03:23.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (93... 
[build 03:23.6 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (94... 
[build 03:23.7 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (94... 
[build 03:23.8 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (94... 
[build 03:23.9 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (94... 
[build 03:24.0 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (95... 
[build 03:24.1 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (95... 
[build 03:24.2 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (95... 
[build 03:24.3 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (96... 
[build 03:24.4 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (96... 
[build 03:24.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (97... 
[build 03:24.6 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (97... 
[build 03:24.7 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:24.8 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:24.9 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:25.0 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:25.1 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:25.2 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:25.3 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:25.4 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:25.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:25.6 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:25.7 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:25.8 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:25.9 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:26.0 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:26.1 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:26.2 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:26.3 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:26.4 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:26.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:26.6 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:26.7 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:26.8 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:26.9 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:27.0 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:27.1 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:27.2 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:27.3 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:27.4 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:27.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:27.6 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:27.7 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
[build 03:27.8 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
[build 03:27.9 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
[build 03:28.0 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
[build 03:28.1 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
[build 03:28.2 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
[build 03:28.3 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
[build 03:28.4 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
[build 03:28.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
...............................................................................
Finished <<< mrpt                                 [ 3 minutes and 27.1 seconds ]
[build] Summary: All 29 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 1 packages succeeded with warnings.                          
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 3 minutes and 28.5 seconds total.                             
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/login_sync_tool
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/login_sync_tool
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision dd159a843880991c2b6930e358e8c8c4b67b7b68 (origin/rc_dev)
Commit message: "fix service name"
Cloning repository http://159.27.226.4/system/login-sync-tool.git
 > git init /senior/workspace/orin-slave32/slave/src/login_sync_tool # timeout=10
Fetching upstream changes from http://159.27.226.4/system/login-sync-tool.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/login-sync-tool.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/system/login-sync-tool.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dd159a843880991c2b6930e358e8c8c4b67b7b68 # timeout=30
 > git rev-list --no-walk dd159a843880991c2b6930e358e8c8c4b67b7b68 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/new_detection
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/new_detection
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/lidar/new_detection.git
 > git init /senior/workspace/orin-slave32/slave/src/new_detection # timeout=10
Fetching upstream changes from http://159.27.226.4/lidar/new_detection.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/lidar/new_detection.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
Checking out Revision 1ff2c8860807c1359ad7aec95986d0bfb3cd3b74 (origin/rc_dev)
 > git config remote.origin.url http://159.27.226.4/lidar/new_detection.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1ff2c8860807c1359ad7aec95986d0bfb3cd3b74 # timeout=30
Commit message: "note_out:董分垫子检出优化."
 > git rev-list --no-walk d65b95c5975c8d1085761d90dd4cdbd1253aad31 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] sh
+ git submodule update --init --recursive
Submodule 'perception/dl_detection/lib/centerpoint' (git@159.27.226.4:lidar/centerpoint.git) registered for path 'perception/dl_detection/lib/centerpoint'
Submodule 'perception/dl_detection/lib/pointpillars' (git@159.27.226.4:lidar/pointpillars.git) registered for path 'perception/dl_detection/lib/pointpillars'
Submodule 'perception/dl_detection/params/model' (git@159.27.226.4:lidar/lidar-infermodel.git) registered for path 'perception/dl_detection/params/model'
Cloning into '/senior/workspace/orin-slave32/slave/src/new_detection/perception/dl_detection/lib/centerpoint'...
Cloning into '/senior/workspace/orin-slave32/slave/src/new_detection/perception/dl_detection/lib/pointpillars'...
Cloning into '/senior/workspace/orin-slave32/slave/src/new_detection/perception/dl_detection/params/model'...
Submodule path 'perception/dl_detection/lib/centerpoint': checked out 'd41167a9e96e471e925230f1a675a1d16f0fc821'
Submodule path 'perception/dl_detection/lib/pointpillars': checked out '386ff5038dcbe2109587292a56c9dc6a1c47ffac'
Filtering content:  35% (7/20)
Filtering content:  40% (8/20)
Filtering content:  45% (9/20)
Filtering content:  50% (10/20)
Filtering content:  55% (11/20), 257.94 MiB | 446.09 MiB/s
Filtering content:  60% (12/20), 257.94 MiB | 446.09 MiB/s
Filtering content:  65% (13/20), 257.94 MiB | 446.09 MiB/s
Filtering content:  70% (14/20), 257.94 MiB | 446.09 MiB/s
Filtering content:  75% (15/20), 257.94 MiB | 446.09 MiB/s
Filtering content:  80% (16/20), 257.94 MiB | 446.09 MiB/s
Filtering content:  85% (17/20), 257.94 MiB | 446.09 MiB/s
Filtering content:  90% (18/20), 257.94 MiB | 446.09 MiB/s
Filtering content:  95% (19/20), 257.94 MiB | 446.09 MiB/s
Filtering content: 100% (20/20), 257.94 MiB | 446.09 MiB/s
Filtering content: 100% (20/20), 393.98 MiB | 285.72 MiB/s, done.
Submodule path 'perception/dl_detection/params/model': checked out '4fa8547fbce766789e0cced82f3b95a95c78c5d4'
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/new_detection/perception/dl_detection/params/model
[Pipeline] {
[Pipeline] sh
+ git lfs pull
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /senior/workspace/orin-slave32/slave/src/new_detection/dl_detection/params/model@tmp
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/imv_spreader_detection
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/imv_spreader_detection
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/lidar/imv_spreader_detection.git
 > git init /senior/workspace/orin-slave32/slave/src/imv_spreader_detection # timeout=10
Fetching upstream changes from http://159.27.226.4/lidar/imv_spreader_detection.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/lidar/imv_spreader_detection.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
Checking out Revision e788d7a83f9a62b3155cbc48e6319da778e826b8 (origin/rc_dev)
 > git config remote.origin.url http://159.27.226.4/lidar/imv_spreader_detection.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e788d7a83f9a62b3155cbc48e6319da778e826b8 # timeout=30
Commit message: "note_out: 点云中载+相机后载时,箱体去除范围前扩1m"
 > git rev-list --no-walk e788d7a83f9a62b3155cbc48e6319da778e826b8 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/camera_driver
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/camera_driver
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/lidar/camera_driver.git
 > git init /senior/workspace/orin-slave32/slave/src/camera_driver # timeout=10
Fetching upstream changes from http://159.27.226.4/lidar/camera_driver.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/lidar/camera_driver.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
Checking out Revision ee62b146462f97560bd534fd380bf07ff856f5ae (origin/rc_dev)
Commit message: "note_out: 降低推流帧率"
 > git config remote.origin.url http://159.27.226.4/lidar/camera_driver.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ee62b146462f97560bd534fd380bf07ff856f5ae # timeout=30
 > git rev-list --no-walk ee62b146462f97560bd534fd380bf07ff856f5ae # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/senior_calibration
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/senior_calibration
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/lidar_localization_mapping/senior_calibration.git
 > git init /senior/workspace/orin-slave32/slave/src/senior_calibration # timeout=10
Fetching upstream changes from http://159.27.226.4/lidar_localization_mapping/senior_calibration.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/lidar_localization_mapping/senior_calibration.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
Checking out Revision d102f673d35032ed96d96989146dc1cf1f7d235c (origin/rc_dev)
Commit message: "feat_out: 取消场地专用配置(之后再说);增加集卡3Airy配置"
 > git config remote.origin.url http://159.27.226.4/lidar_localization_mapping/senior_calibration.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d102f673d35032ed96d96989146dc1cf1f7d235c # timeout=30
 > git rev-list --no-walk d102f673d35032ed96d96989146dc1cf1f7d235c # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/rslidar_sdk
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/rslidar_sdk
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision ee6a23d8545fb6bc325a264c67ad93e04a68575c (origin/rc_dev)
Commit message: "Merge branch 'dev' into 'rc_dev'"
Cloning repository http://159.27.226.4/driver_and_tools/rslidar_sdk.git
 > git init /senior/workspace/orin-slave32/slave/src/rslidar_sdk # timeout=10
Fetching upstream changes from http://159.27.226.4/driver_and_tools/rslidar_sdk.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/driver_and_tools/rslidar_sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/driver_and_tools/rslidar_sdk.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ee6a23d8545fb6bc325a264c67ad93e04a68575c # timeout=30
 > git rev-list --no-walk ee6a23d8545fb6bc325a264c67ad93e04a68575c # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/lidar_camera_fusion
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/lidar_camera_fusion
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/lidar/lidar_camera_fusion.git
 > git init /senior/workspace/orin-slave32/slave/src/lidar_camera_fusion # timeout=10
Fetching upstream changes from http://159.27.226.4/lidar/lidar_camera_fusion.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/lidar/lidar_camera_fusion.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
Checking out Revision addcc86522daf1af7f853a180030ca51056e8cb0 (origin/rc_dev)
Commit message: "note: mirror fix"
 > git config remote.origin.url http://159.27.226.4/lidar/lidar_camera_fusion.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f addcc86522daf1af7f853a180030ca51056e8cb0 # timeout=30
 > git rev-list --no-walk addcc86522daf1af7f853a180030ca51056e8cb0 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/new_truck_spreader_detection
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/new_truck_spreader_detection
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 34f3100a928b31ee8e94a86d05051a8f9374d0bb (origin/rc_dev)
Commit message: "note_out: 地图加下沙空地图"
Cloning repository http://159.27.226.4/lidar/new_truck_spreader_detection.git
 > git init /senior/workspace/orin-slave32/slave/src/new_truck_spreader_detection # timeout=10
Fetching upstream changes from http://159.27.226.4/lidar/new_truck_spreader_detection.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/lidar/new_truck_spreader_detection.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/lidar/new_truck_spreader_detection.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 34f3100a928b31ee8e94a86d05051a8f9374d0bb # timeout=30
 > git rev-list --no-walk 34f3100a928b31ee8e94a86d05051a8f9374d0bb # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/hesai_lidar
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/hesai_lidar
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision a076f577e38b4bbff1d082ee1a571547a5946ec5 (origin/rc_dev)
Commit message: "feat_out: 增加青岛董分车辆外参submodule"
Cloning repository http://159.27.226.4/driver_and_tools/hesai_lidar.git
 > git init /senior/workspace/orin-slave32/slave/src/hesai_lidar # timeout=10
Fetching upstream changes from http://159.27.226.4/driver_and_tools/hesai_lidar.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/driver_and_tools/hesai_lidar.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/driver_and_tools/hesai_lidar.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a076f577e38b4bbff1d082ee1a571547a5946ec5 # timeout=30
 > git rev-list --no-walk a076f577e38b4bbff1d082ee1a571547a5946ec5 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/system-ros
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/system-ros
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/system/system-ros.git
 > git init /senior/workspace/orin-slave32/slave/src/system-ros # timeout=10
Fetching upstream changes from http://159.27.226.4/system/system-ros.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/system-ros.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
Checking out Revision 2da8a8e2f3b3c6eeabf913ec6640fdc27ae66c88 (origin/rc_dev)
Commit message: "fix_bug:修复心跳时间戳不更新问题"
 > git config remote.origin.url http://159.27.226.4/system/system-ros.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2da8a8e2f3b3c6eeabf913ec6640fdc27ae66c88 # timeout=30
 > git rev-list --no-walk 2da8a8e2f3b3c6eeabf913ec6640fdc27ae66c88 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/node-manager
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/node-manager
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision c69165d588e89cfeccea5c8b6261c60cccb21809 (origin/rc_dev)
Commit message: "feat_out:rosmaster重启后ros节点重连"
Cloning repository http://159.27.226.4/system/node-manager.git
 > git init /senior/workspace/orin-slave32/slave/src/node-manager # timeout=10
Fetching upstream changes from http://159.27.226.4/system/node-manager.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/node-manager.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/system/node-manager.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c69165d588e89cfeccea5c8b6261c60cccb21809 # timeout=30
 > git rev-list --no-walk c69165d588e89cfeccea5c8b6261c60cccb21809 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/thirdparty
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/thirdparty
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/system/thirdparty.git
 > git init /senior/workspace/orin-slave32/slave/src/thirdparty # timeout=10
Fetching upstream changes from http://159.27.226.4/system/thirdparty.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/thirdparty.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
Checking out Revision ec58104e7665a2b3e74face26e9d18f19aee139e (origin/rc_dev)
 > git config remote.origin.url http://159.27.226.4/system/thirdparty.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec58104e7665a2b3e74face26e9d18f19aee139e # timeout=30
Commit message: "feat_out:spdlog降到1.10.0版本"
 > git rev-list --no-walk ec58104e7665a2b3e74face26e9d18f19aee139e # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/unified-system-monitor
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/unified-system-monitor
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 3c686b86c261e41caefb5b21603449678d7ab1b9 (origin/rc_dev)
Commit message: "feat_out:增加模式切换开启模式自检log"
Cloning repository http://159.27.226.4/system/unified-system-monitor.git
 > git init /senior/workspace/orin-slave32/slave/src/unified-system-monitor # timeout=10
Fetching upstream changes from http://159.27.226.4/system/unified-system-monitor.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/unified-system-monitor.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/system/unified-system-monitor.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3c686b86c261e41caefb5b21603449678d7ab1b9 # timeout=30
 > git rev-list --no-walk 3c686b86c261e41caefb5b21603449678d7ab1b9 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/ros-bridge
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/ros-bridge
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/system/ros-bridge.git
 > git init /senior/workspace/orin-slave32/slave/src/ros-bridge # timeout=10
Fetching upstream changes from http://159.27.226.4/system/ros-bridge.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/ros-bridge.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
Checking out Revision 14b3ab42d11cd4c46f9cbcf75ec0e10727ded113 (origin/rc_dev)
Commit message: "feat_out:优化标准输出内容"
 > git config remote.origin.url http://159.27.226.4/system/ros-bridge.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 14b3ab42d11cd4c46f9cbcf75ec0e10727ded113 # timeout=30
 > git rev-list --no-walk 14b3ab42d11cd4c46f9cbcf75ec0e10727ded113 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/hdcontrol
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/hdcontrol
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/system/hdcontrol.git
 > git init /senior/workspace/orin-slave32/slave/src/hdcontrol # timeout=10
Fetching upstream changes from http://159.27.226.4/system/hdcontrol.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/hdcontrol.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
Checking out Revision 714a3300842658ddd61989b1e45215c33f12bfbc (origin/rc_dev)
Commit message: "feat_out:调整心跳初始化顺序"
 > git config remote.origin.url http://159.27.226.4/system/hdcontrol.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 714a3300842658ddd61989b1e45215c33f12bfbc # timeout=30
 > git rev-list --no-walk 714a3300842658ddd61989b1e45215c33f12bfbc # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/warningModule
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/warningModule
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 5387df446b592974d1bba8506c2d000ee9107f04 (origin/rc_dev)
Commit message: "feat_out: 增加GLOG,禁用warn_test"
Cloning repository http://159.27.226.4/driver_and_tools/warningmodule.git
 > git init /senior/workspace/orin-slave32/slave/src/warningModule # timeout=10
Fetching upstream changes from http://159.27.226.4/driver_and_tools/warningmodule.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/driver_and_tools/warningmodule.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/driver_and_tools/warningmodule.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5387df446b592974d1bba8506c2d000ee9107f04 # timeout=30
 > git rev-list --no-walk 5387df446b592974d1bba8506c2d000ee9107f04 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/versions_observer
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/versions_observer
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 86517252b542f80ec6fd63654aadd5466e9591fc (origin/rc_dev)
Commit message: "feat_out:模块心跳名称修改"
Cloning repository http://159.27.226.4/system/versions_observer.git
 > git init /senior/workspace/orin-slave32/slave/src/versions_observer # timeout=10
Fetching upstream changes from http://159.27.226.4/system/versions_observer.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/versions_observer.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/system/versions_observer.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86517252b542f80ec6fd63654aadd5466e9591fc # timeout=30
 > git rev-list --no-walk 86517252b542f80ec6fd63654aadd5466e9591fc # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/cache_bag_node
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/cache_bag_node
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 1e6c29be9e17d2d6eed718424bad84c1f1c933ec (origin/rc_dev)
Commit message: "feat_out:改为release版本"
Cloning repository http://159.27.226.4/system/cache_bag_node.git
 > git init /senior/workspace/orin-slave32/slave/src/cache_bag_node # timeout=10
Fetching upstream changes from http://159.27.226.4/system/cache_bag_node.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/cache_bag_node.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/system/cache_bag_node.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1e6c29be9e17d2d6eed718424bad84c1f1c933ec # timeout=30
 > git rev-list --no-walk 1e6c29be9e17d2d6eed718424bad84c1f1c933ec # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/system_monitor
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/system_monitor
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision af646f9d4dcd86d657c5d54ef6fc4b14a406d2ef (origin/rc_dev)
Commit message: "Merge branch 'rc_dev' of http://159.27.226.4/system/system_monitor into rc_dev"
Cloning repository http://159.27.226.4/system/system_monitor.git
 > git init /senior/workspace/orin-slave32/slave/src/system_monitor # timeout=10
Fetching upstream changes from http://159.27.226.4/system/system_monitor.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/system_monitor.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/system/system_monitor.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f af646f9d4dcd86d657c5d54ef6fc4b14a406d2ef # timeout=30
 > git rev-list --no-walk af646f9d4dcd86d657c5d54ef6fc4b14a406d2ef # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/performance_analyst
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/performance_analyst
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 73e95137391591b7c905e6dd4eb404e52e4b8c39 (origin/rc_dev)
Commit message: "feat_out:改为release版程序"
Cloning repository http://159.27.226.4/system/performance_analyst.git
 > git init /senior/workspace/orin-slave32/slave/src/performance_analyst # timeout=10
Fetching upstream changes from http://159.27.226.4/system/performance_analyst.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/performance_analyst.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/system/performance_analyst.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 73e95137391591b7c905e6dd4eb404e52e4b8c39 # timeout=30
 > git rev-list --no-walk 73e95137391591b7c905e6dd4eb404e52e4b8c39 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/schedule_manager
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/schedule_manager
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 7b064e3b80995303611ab5324265fecfed3eaef8 (origin/rc_dev)
Commit message: "feat_out:修复问题"
Cloning repository http://159.27.226.4/system/schedule_manager.git
 > git init /senior/workspace/orin-slave32/slave/src/schedule_manager # timeout=10
Fetching upstream changes from http://159.27.226.4/system/schedule_manager.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/schedule_manager.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/system/schedule_manager.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7b064e3b80995303611ab5324265fecfed3eaef8 # timeout=30
 > git rev-list --no-walk 7b064e3b80995303611ab5324265fecfed3eaef8 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/rcinterpreter
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/rcinterpreter
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/system/rcinterpreter.git
 > git init /senior/workspace/orin-slave32/slave/src/rcinterpreter # timeout=10
Fetching upstream changes from http://159.27.226.4/system/rcinterpreter.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/system/rcinterpreter.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
Checking out Revision c48918a411e911364263b295f68f39e6998b3ebf (origin/rc_dev)
Commit message: "feat_out:增加平滑滤波"
 > git config remote.origin.url http://159.27.226.4/system/rcinterpreter.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c48918a411e911364263b295f68f39e6998b3ebf # timeout=30
 > git rev-list --no-walk c48918a411e911364263b295f68f39e6998b3ebf # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/lidar_loc_v2
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/lidar_loc_v2
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 650851692062bb9c4543b1c970bfdfe1a0ad6fa9 (origin/rc_dev)
Commit message: "feat_out: 移除sn_logger依赖"
Cloning repository http://159.27.226.4/lidar_localization_mapping/lidar_loc_v2.git
 > git init /senior/workspace/orin-slave32/slave/src/lidar_loc_v2 # timeout=10
Fetching upstream changes from http://159.27.226.4/lidar_localization_mapping/lidar_loc_v2.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/lidar_localization_mapping/lidar_loc_v2.git +refs/heads/*:refs/remotes/origin/* # timeout=30
 > git config remote.origin.url http://159.27.226.4/lidar_localization_mapping/lidar_loc_v2.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 650851692062bb9c4543b1c970bfdfe1a0ad6fa9 # timeout=30
 > git rev-list --no-walk 650851692062bb9c4543b1c970bfdfe1a0ad6fa9 # timeout=10
[Pipeline] sh
+ git checkout -b rc_dev
Switched to a new branch 'rc_dev'
[Pipeline] sh
+ mkdir /senior/workspace/orin-slave32/slave/src/ethzasl_msf
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/ethzasl_msf
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 9ce44567c95981f7cde0e17c37dfafcbcaac8dfd (refs/remotes/origin/ry/dev)
Commit message: "log gps lambda."
Cloning repository http://159.27.226.4/lidar/ethzasl_msf
 > git init /senior/workspace/orin-slave32/slave/src/ethzasl_msf # timeout=10
Fetching upstream changes from http://159.27.226.4/lidar/ethzasl_msf
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/lidar/ethzasl_msf +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/lidar/ethzasl_msf # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/ry/dev^{commit} # timeout=10
 > git rev-parse ry/dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9ce44567c95981f7cde0e17c37dfafcbcaac8dfd # timeout=10
 > git rev-list --no-walk 9ce44567c95981f7cde0e17c37dfafcbcaac8dfd # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-slave32/slave/src/crane_align
[Pipeline] dir
Running in /senior/workspace/orin-slave32/slave/src/crane_align
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/lidar_localization_mapping/crane_align.git
 > git init /senior/workspace/orin-slave32/slave/src/crane_align # timeout=10
Fetching upstream changes from http://159.27.226.4/lidar_localization_mapping/crane_align.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/lidar_localization_mapping/crane_align.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
[Pipeline] }
 > git config remote.origin.url http://159.27.226.4/lidar_localization_mapping/crane_align.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git rev-parse rc_dev^{commit} # timeout=10
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (version)
Stage "version" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
Stage "build" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
Stage "zip->post" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
always
[Pipeline] sh
+ rm -rf /senior/workspace/orin-slave32/slave/.catkin_tools /senior/workspace/orin-slave32/slave/build/ /senior/workspace/orin-slave32/slave/devel/ /senior/workspace/orin-slave32/slave/install /senior/workspace/orin-slave32/slave/logs/
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] echo
failure: checkout
[Pipeline] sh
+ rm -rf /senior/workspace/commit/orin-slave32/slave_tmp
[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=0e635ba9c724e48482d5e4146087ccb44e6b324d34f5e351b80db04fcf41017a' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"Jenkins通知","text": "# 版本编译失败    
    
### [沈汽初始全量包-从机] 
 ---  
  - 任务名: [orin-slave32] 
  - 任务号: # 271  
  - 阶段:checkout  
  - 已上传平台:   
  - 状态:<font color=#FF5151> 编译失败 </font> 
  - 执行人:sunyufu 
   ---  
   > 请检查失败原因  "},"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   442  100    27  100   415    184   2842 --:--:-- --:--:-- --:--:--  3006
100   442  100    27  100   415    184   2842 --:--:-- --:--:-- --:--:--  3006
[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
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE