Console Output

Skipping 384 KB.. Full Log
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:716:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  716 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:970:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  970 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:988: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]
  988 |    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:1099:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1099 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1353:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1353 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1371: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]
 1371 |             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:1480:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1480 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1739:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1739 |      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:1862:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1862 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp: In lambda function:
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1918:13: warning: declaration of ‘w1’ shadows a previous local [-Wshadow]
 1918 |      double w1, w2, w3;
      |             ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1881:12: note: shadowed declaration is here
 1881 |     double w1, w2, w3;
      |            ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1918:17: warning: declaration of ‘w2’ shadows a previous local [-Wshadow]
 1918 |      double w1, w2, w3;
      |                 ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1881:16: note: shadowed declaration is here
 1881 |     double w1, w2, w3;
      |                ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1918:21: warning: declaration of ‘w3’ shadows a previous local [-Wshadow]
 1918 |      double w1, w2, w3;
      |                     ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1881:20: note: shadowed declaration is here
 1881 |     double w1, w2, w3;
      |                    ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1919:13: warning: declaration of ‘q1’ shadows a previous local [-Wshadow]
 1919 |      double q1, q2, q3;
      |             ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1882:12: note: shadowed declaration is here
 1882 |     double q1, q2, q3;
      |            ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1919:17: warning: declaration of ‘q2’ shadows a previous local [-Wshadow]
 1919 |      double q1, q2, q3;
      |                 ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1882:16: note: shadowed declaration is here
 1882 |     double q1, q2, q3;
      |                ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1919:21: warning: declaration of ‘q3’ shadows a previous local [-Wshadow]
 1919 |      double q1, q2, q3;
      |                     ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1882:20: note: shadowed declaration is here
 1882 |     double q1, q2, q3;
      |                    ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1920:13: warning: declaration of ‘A’ shadows a previous local [-Wshadow]
 1920 |      double A, B;
      |             ^
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1883:12: note: shadowed declaration is here
 1883 |     double A, B;
      |            ^
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1920:16: warning: declaration of ‘B’ shadows a previous local [-Wshadow]
 1920 |      double A, B;
      |                ^
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1883:15: note: shadowed declaration is here
 1883 |     double A, B;
      |               ^
/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:2158:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2158 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1881:12: warning: unused variable ‘w1’ [-Wunused-variable]
 1881 |     double w1, w2, w3;
      |            ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1881:16: warning: unused variable ‘w2’ [-Wunused-variable]
 1881 |     double w1, w2, w3;
      |                ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1881:20: warning: unused variable ‘w3’ [-Wunused-variable]
 1881 |     double w1, w2, w3;
      |                    ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1882:12: warning: unused variable ‘q1’ [-Wunused-variable]
 1882 |     double q1, q2, q3;
      |            ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1882:16: warning: unused variable ‘q2’ [-Wunused-variable]
 1882 |     double q1, q2, q3;
      |                ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1882:20: warning: unused variable ‘q3’ [-Wunused-variable]
 1882 |     double q1, q2, q3;
      |                    ^~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1883:12: warning: unused variable ‘A’ [-Wunused-variable]
 1883 |     double A, B;
      |            ^
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:1883:15: warning: unused variable ‘B’ [-Wunused-variable]
 1883 |     double A, B;
      |               ^
/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:2287:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2287 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:2540:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2540 |      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:2661:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2661 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:2914:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2914 |      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:3094:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3094 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3133:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3133 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3157:57: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3157 |   if (!options.skip_cov_calculation && nCorrespondences >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3174: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]
 3174 |         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:3271:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3271 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3308:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3308 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3332:57: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3332 |   if (!options.skip_cov_calculation && nCorrespondences >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3349: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]
 3349 |         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:3439:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3439 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3476:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3476 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3500:57: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3500 |   if (!options.skip_cov_calculation && nCorrespondences >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3517: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]
 3517 |         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:3607:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3607 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3643:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3643 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3667:57: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3667 |   if (!options.skip_cov_calculation && nCorrespondences >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3684: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]
 3684 |         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:3781:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3781 |    if (n_p2l_other < options.min_correspondence) // min_correspondence = 5
      |        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3817:22: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3817 |      if (n_p2l_other >= options.min_correspondence) {
      |          ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3841:52: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3841 |   if (!options.skip_cov_calculation && n_p2l_other >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3708:9: warning: unused variable ‘nCorrespondences’ [-Wunused-variable]
 3708 |  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:3956:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3956 |    if (n_p2l_other < options.min_correspondence) // min_correspondence = 5
      |        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3992:22: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3992 |      if (n_p2l_other >= options.min_correspondence) {
      |          ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4016:52: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4016 |   if (!options.skip_cov_calculation && n_p2l_other >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:3883:9: warning: unused variable ‘nCorrespondences’ [-Wunused-variable]
 3883 |  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:4131:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4131 |    if (n_p2l_other < options.min_correspondence) // min_correspondence = 5
      |        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4167:22: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4167 |      if (n_p2l_other >= options.min_correspondence) {
      |          ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4191:52: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4191 |   if (!options.skip_cov_calculation && n_p2l_other >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4058:9: warning: unused variable ‘nCorrespondences’ [-Wunused-variable]
 4058 |  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:4306:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4306 |    if (n_p2l_other < options.min_correspondence) // min_correspondence = 5
      |        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4347:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4347 |       if (n_p2l_other >= options.min_correspondence) {
      |           ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4372:52: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4372 |   if (!options.skip_cov_calculation && n_p2l_other >= options.min_correspondence)
      |                                        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4233:9: warning: unused variable ‘nCorrespondences’ [-Wunused-variable]
 4233 |  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:4485:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4485 |    if (nCorrespondences < options.min_correspondence)
      |        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4797:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4797 |      if (nCorrespondences >= options.min_correspondence) {
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/mrpt2/libs/slam/src/slam/CICP.cpp:4816: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]
 4816 |             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.4 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (0%... 
[build 03:21.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (4%... 
[build 03:21.6 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (9%... 
[build 03:21.7 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (11... 
[build 03:21.8 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (20... 
[build 03:21.9 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (22... 
[build 03:22.0 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (31... 
[build 03:22.1 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (40... 
[build 03:22.2 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (43... 
[build 03:22.3 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (51... 
[build 03:22.4 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (57... 
[build 03:22.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (57... 
[build 03:22.6 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (67... 
[build 03:22.7 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (67... 
[build 03:22.8 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (72... 
[build 03:22.9 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (93... 
[build 03:23.0 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (93... 
[build 03:23.1 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (93... 
[build 03:23.2 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (94... 
[build 03:23.3 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (94... 
[build 03:23.4 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (94... 
[build 03:23.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (94... 
[build 03:23.6 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (95... 
[build 03:23.7 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (95... 
[build 03:23.8 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (95... 
[build 03:23.9 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (96... 
[build 03:24.0 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (96... 
[build 03:24.1 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (97... 
[build 03:24.2 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (97... 
[build 03:24.3 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:24.4 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:24.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[build 03:24.6 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (98... 
[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 (99... 
[build 03:25.9 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:26.0 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[build 03:26.1 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (99... 
[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 (10... 
[build 03:27.5 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
[build 03:27.6 s] [28/29 complete] [1/14 jobs] [0 queued] [mrpt:install (10... 
[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... 
...............................................................................
Finished <<< mrpt                                 [ 3 minutes and 26.9 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.2 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 032302b20d0d28ec11f8dd75cab7058af997544d (origin/rc_dev)
Commit message: "Merge branch 'rc_dev' of 159.27.226.4:lidar/new_detection into 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 032302b20d0d28ec11f8dd75cab7058af997544d # timeout=30
 > git rev-list --no-walk 871d2b3046826e94a2544260bff549e5706412bb # 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 '068e2ddbf2e9025896b626047e64f85309013221'
Submodule path 'perception/dl_detection/lib/pointpillars': checked out 'af67324711509052ffd670a23b82e1d338526389'
Filtering content:  11% (4/34)
Filtering content:  14% (5/34)
Filtering content:  17% (6/34), 200.68 MiB | 328.30 MiB/s
Filtering content:  20% (7/34), 200.68 MiB | 328.30 MiB/s
Filtering content:  23% (8/34), 200.68 MiB | 328.30 MiB/s
Filtering content:  26% (9/34), 200.68 MiB | 328.30 MiB/s
Filtering content:  29% (10/34), 200.68 MiB | 328.30 MiB/s
Filtering content:  32% (11/34), 200.68 MiB | 328.30 MiB/s
Filtering content:  35% (12/34), 200.68 MiB | 328.30 MiB/s
Filtering content:  38% (13/34), 200.68 MiB | 328.30 MiB/s
Filtering content:  41% (14/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  44% (15/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  47% (16/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  50% (17/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  52% (18/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  55% (19/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  58% (20/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  61% (21/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  64% (22/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  67% (23/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  70% (24/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  73% (25/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  76% (26/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  79% (27/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  82% (28/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  85% (29/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  88% (30/34), 465.88 MiB | 409.36 MiB/s
Filtering content:  91% (31/34), 742.73 MiB | 446.84 MiB/s
Filtering content:  94% (32/34), 742.73 MiB | 446.84 MiB/s
Filtering content:  97% (33/34), 742.73 MiB | 446.84 MiB/s
Filtering content: 100% (34/34), 742.73 MiB | 446.84 MiB/s
Filtering content: 100% (34/34), 789.94 MiB | 320.48 MiB/s, done.
Submodule path 'perception/dl_detection/params/model': checked out 'c1dc34260d511ba26fec7f1984490ed7305d7649'
[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 20c4bf7da1cab2575626a5cb8097e23ae9170131 (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 20c4bf7da1cab2575626a5cb8097e23ae9170131 # timeout=30
Commit message: "去除中面比寻找中面范围扩大"
 > git rev-list --no-walk 20c4bf7da1cab2575626a5cb8097e23ae9170131 # 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 8b8cb456d61816c40a20eeb915f89843af304a5a (origin/rc_dev)
Commit message: "feat_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 8b8cb456d61816c40a20eeb915f89843af304a5a # timeout=30
 > git rev-list --no-walk 8b8cb456d61816c40a20eeb915f89843af304a5a # 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 9ee25fad9a2ac1f2f8e248d073cff8396fff4ef2 (origin/rc_dev)
Commit message: "copy rc"
 > 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 9ee25fad9a2ac1f2f8e248d073cff8396fff4ef2 # timeout=30
 > git rev-list --no-walk 9ee25fad9a2ac1f2f8e248d073cff8396fff4ef2 # 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 378d00df455683c9571a7bf0793880b8730e900a (origin/rc_dev)
Commit message: "fix: 补齐 imv/truck 下 38 个单雷达 config 的 pose_frame_id"
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 378d00df455683c9571a7bf0793880b8730e900a # timeout=30
 > git rev-list --no-walk 378d00df455683c9571a7bf0793880b8730e900a # 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 ce8d8a25313213d222e43563c89e8a6675bfa6e2 (origin/rc_dev)
Commit message: "添加实时显示TF调整&扩大调整范围"
 > 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 ce8d8a25313213d222e43563c89e8a6675bfa6e2 # timeout=30
 > git rev-list --no-walk ce8d8a25313213d222e43563c89e8a6675bfa6e2 # 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 173bf38969ebb0109c038f00a8dcf11e38cda6a5 (origin/rc_dev)
Commit message: "下沙吊具检出区"
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 173bf38969ebb0109c038f00a8dcf11e38cda6a5 # timeout=30
 > git rev-list --no-walk 173bf38969ebb0109c038f00a8dcf11e38cda6a5 # 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 d91c9baf1266754a6750c1cdf83f0680b65ea683 (origin/rc_dev)
Commit message: "feat_out:增加原始数据问题的log记录"
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 d91c9baf1266754a6750c1cdf83f0680b65ea683 # timeout=30
 > git rev-list --no-walk d91c9baf1266754a6750c1cdf83f0680b65ea683 # 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 8a48972ce17db52d38a5c52d3dc616802dcee407 (origin/rc_dev)
Commit message: "feat_out:移除不必要依赖"
 > 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 8a48972ce17db52d38a5c52d3dc616802dcee407 # timeout=30
 > git rev-list --no-walk 8a48972ce17db52d38a5c52d3dc616802dcee407 # 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 52dfd9a8906f552a38920cce38900959c344ceae (origin/rc_dev)
Commit message: "feat_out:取消ros检测逻辑,防止进入ros bug"
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 52dfd9a8906f552a38920cce38900959c344ceae # timeout=30
 > git rev-list --no-walk 52dfd9a8906f552a38920cce38900959c344ceae # 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 26906400d8641ad3fe03f32af57bf855c1078876 (origin/rc_dev)
Commit message: "feat_out:updaet zenoh"
 > 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 26906400d8641ad3fe03f32af57bf855c1078876 # timeout=30
 > git rev-list --no-walk 26906400d8641ad3fe03f32af57bf855c1078876 # 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 91e374b975fadbcae69278e49958fcd7a062a0dd (origin/rc_dev)
Commit message: "feat_out:增加sudo 密码读取逻辑"
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 91e374b975fadbcae69278e49958fcd7a062a0dd # timeout=30
 > git rev-list --no-walk 91e374b975fadbcae69278e49958fcd7a062a0dd # 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
Avoid second fetch
Checking out Revision bfa235c7c71e059475fdfcbc3b8b376bc89f9e4f (origin/rc_dev)
Commit message: "feat_out:根据配置文件执行休眠及唤醒项"
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
 > 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 bfa235c7c71e059475fdfcbc3b8b376bc89f9e4f # timeout=30
 > git rev-list --no-walk bfa235c7c71e059475fdfcbc3b8b376bc89f9e4f # 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 1aedd76cbc401db5befe42f441bb6f2160c3e079 (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 1aedd76cbc401db5befe42f441bb6f2160c3e079 # timeout=30
 > git rev-list --no-walk 1aedd76cbc401db5befe42f441bb6f2160c3e079 # 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 47768260121e52f51866cefa071834322385064f (origin/rc_dev)
Commit message: "feat_out:修改版本号连接符"
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 47768260121e52f51866cefa071834322385064f # timeout=30
 > git rev-list --no-walk 47768260121e52f51866cefa071834322385064f # 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 a77a4638b727045c8c5cc0b2b6b301a2577e6e06 (origin/rc_dev)
Commit message: "feat_out:增加版本获取"
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 a77a4638b727045c8c5cc0b2b6b301a2577e6e06 # timeout=30
 > git rev-list --no-walk a77a4638b727045c8c5cc0b2b6b301a2577e6e06 # 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 a1fd3a3d0ef6de6f95e15c74208bd2a60f400d31 (origin/rc_dev)
 > 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 a1fd3a3d0ef6de6f95e15c74208bd2a60f400d31 # timeout=30
Commit message: "feat_out:TOPIC_APP_VERSION_ACK = "/system/ack";"
 > git rev-list --no-walk a1fd3a3d0ef6de6f95e15c74208bd2a60f400d31 # 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
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
Avoid second fetch
Checking out Revision 733ea42604b433c5350254da75b82ad5247798ca (origin/rc_dev)
Commit message: ":new: region增加配置cov设置R矩阵"
 > 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 733ea42604b433c5350254da75b82ad5247798ca # timeout=30
 > git rev-list --no-walk 733ea42604b433c5350254da75b82ad5247798ca # 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 5e273776009e4048b6d3ec55cecc9f273426a76f (refs/remotes/origin/ry/dev)
Commit message: ":new: 增加不对RTK进行卡方检验的配置"
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 5e273776009e4048b6d3ec55cecc9f273426a76f # timeout=10
 > git rev-list --no-walk 5e273776009e4048b6d3ec55cecc9f273426a76f # 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] 
  - 任务号: # 468  
  - 阶段:checkout  
  - 已上传平台:   
  - 状态:<font color=#FF5151> 编译失败 </font> 
  - 执行人:wuhuairui 
   ---  
   > 请检查失败原因  "},"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   434  100    27  100   407    254   3839 --:--:-- --:--:-- --:--:--  4094
[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