Console Output

Skipping 1,450 KB.. Full Log
 2623 |     #define LSS_BODY(type,name,args...)                                       \
      |                                    ^~~
In file included from /usr/local/include/breakpad/client/linux/dump_writer_common/mapping_info.h:37,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/linux_dumper.h:53,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/minidump_writer.h:42,
                 from /usr/local/include/breakpad/client/linux/handler/exception_handler.h:42,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/node/../../../src/pnc/node/logic.hpp:42,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/node/moc_logic.cpp:9:
/usr/local/include/breakpad/google_breakpad/common/minidump_format.h:1094:44: warning: ISO C++ forbids zero-size array ‘entries’ [-Wpedantic]
 1094 |   MDRawSimpleStringDictionaryEntry entries[0];
      |                                            ^
/usr/local/include/breakpad/google_breakpad/common/minidump_format.h:1110:32: warning: ISO C++ forbids zero-size array ‘modules’ [-Wpedantic]
 1110 |   MDLocationDescriptor modules[0];  /* MDRawModuleCrashpadInfoLink */
      |                                ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.h:15,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateInitNode(const senior::pnc::ssep::geometric_searcher::State&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:54:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   54 |         .state = state,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:55:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   55 |         .parent_edge_id = -1,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:56:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   56 |         .accumulated_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:57:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   57 |         .heuristic_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:58:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   58 |         .node_level = 0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateEdgeAndSuccessorNode(senior::pnc::ssep::geometric_searcher::MotionPrimitive&&, int, double, double)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:76:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   76 |         .state = edges_.back().motion_primitive.GetEndState(),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:77:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   77 |         .parent_edge_id = edge_id,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:78:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   78 |         .accumulated_cost = parent.accumulated_cost + cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:79:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   79 |         .heuristic_cost = heur_cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:80:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   80 |         .node_level = parent.node_level + 1,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc: In member function ‘bool senior::pnc::ssep::geometric_searcher::BulkYardGeometricSearcher::Plan(double, double, double, double, double, double, double, const std::vector<double>&, std::shared_ptr<senior::pnc::ssep::OGM>, const std::vector<std::array<double, 3> >&, senior::pnc::ssep::SsepPath*, senior::pnc::ssep::SsepDebugData*, std::vector<double>&, std::vector<double>&, std::mutex&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:60:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   60 |       .x = ex,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:61:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   61 |       .y = ey,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:62:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   62 |       .heading = eheading,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:80:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   80 |       .x = sx,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:81:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   81 |       .y = sy,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:82:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   82 |       .heading = sheading,
      |       ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/preprocessed_curves/trajectories_reader.cc:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:35:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   35 |         .x = GetX(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:36:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   36 |         .y = GetY(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:37:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   37 |         .phi_tractor = GetTractorTheta(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:38:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   38 |         .phi_trailer = GetTrailerTheta(idx),
      |         ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve_manager.h:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/preprocessed_curves/tt_curve_manager.cc:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:35:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   35 |         .x = GetX(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:36:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   36 |         .y = GetY(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:37:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   37 |         .phi_tractor = GetTractorTheta(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:38:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   38 |         .phi_trailer = GetTrailerTheta(idx),
      |         ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star_tt.h:21,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:35:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   35 |         .x = GetX(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:36:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   36 |         .y = GetY(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:37:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   37 |         .phi_tractor = GetTractorTheta(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:38:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   38 |         .phi_trailer = GetTrailerTheta(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc: In member function ‘bool senior::pnc::ssep::HybridAStarTT::Plan(double, double, double, double, double, double, double, double, double, double, double, double, double, const std::vector<double>&, const std::vector<std::vector<senior::pnc::ssep::Vec2d> >&, const std::vector<std::vector<senior::pnc::ssep::Vec2d> >&, std::shared_ptr<senior::pnc::ssep::OGM>, std::shared_ptr<senior::pnc::ssep::ObstacleDisLayer>, std::shared_ptr<senior::pnc::ssep::ObstacleDisLayer>, const std::vector<std::array<double, 3> >&, senior::pnc::ssep::SsepPath*, senior::pnc::ssep::SsepDebugData*, std::vector<double>&, std::vector<double>&, std::mutex&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:240:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  240 |       .x = ex,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:241:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  241 |       .y = ey,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:242:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  242 |       .phi_tractor = ephi_tractor,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:243:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  243 |       .phi_trailer = ephi_trailer,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:246:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  246 |       .x = px,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:247:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  247 |       .y = py,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:248:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  248 |       .phi_tractor = pphi_tractor,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:249:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  249 |       .phi_trailer = pphi_trailer,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc: In member function ‘bool senior::pnc::ssep::HybridAStarTT::IlqrCurveExpansion(std::shared_ptr<senior::pnc::ssep::NodeTT>, bool)’:
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1175:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
 1175 |       .x = current_node->GetX(),
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1176:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
 1176 |       .y = current_node->GetY(),
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1177:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
 1177 |       .phi_tractor = current_node->GetPhiTractor(),
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1178:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
 1178 |       .phi_trailer = current_node->GetPhiTrailer(),
      |       ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.h:15,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star.hpp:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.h:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateInitNode(const senior::pnc::ssep::geometric_searcher::State&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:54:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   54 |         .state = state,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:55:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   55 |         .parent_edge_id = -1,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:56:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   56 |         .accumulated_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:57:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   57 |         .heuristic_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:58:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   58 |         .node_level = 0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateEdgeAndSuccessorNode(senior::pnc::ssep::geometric_searcher::MotionPrimitive&&, int, double, double)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:76:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   76 |         .state = edges_.back().motion_primitive.GetEndState(),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:77:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   77 |         .parent_edge_id = edge_id,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:78:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   78 |         .accumulated_cost = parent.accumulated_cost + cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:79:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   79 |         .heuristic_cost = heur_cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:80:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   80 |         .node_level = parent.node_level + 1,
      |         ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star_tt.h:21,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star.hpp:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.h:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:35:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   35 |         .x = GetX(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:36:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   36 |         .y = GetY(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:37:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   37 |         .phi_tractor = GetTractorTheta(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:38:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   38 |         .phi_trailer = GetTrailerTheta(idx),
      |         ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.h:15,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star.hpp:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/ssep_planner.h:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/other_tasks/stitch_path_to_reference_line.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/other_tasks/stitch_path_to_reference_line.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateInitNode(const senior::pnc::ssep::geometric_searcher::State&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:54:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   54 |         .state = state,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:55:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   55 |         .parent_edge_id = -1,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:56:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   56 |         .accumulated_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:57:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   57 |         .heuristic_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:58:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   58 |         .node_level = 0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateEdgeAndSuccessorNode(senior::pnc::ssep::geometric_searcher::MotionPrimitive&&, int, double, double)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:76:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   76 |         .state = edges_.back().motion_primitive.GetEndState(),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:77:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   77 |         .parent_edge_id = edge_id,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:78:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   78 |         .accumulated_cost = parent.accumulated_cost + cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:79:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   79 |         .heuristic_cost = heur_cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:80:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   80 |         .node_level = parent.node_level + 1,
      |         ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star_tt.h:21,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star.hpp:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/ssep_planner.h:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/other_tasks/stitch_path_to_reference_line.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/other_tasks/stitch_path_to_reference_line.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:35:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   35 |         .x = GetX(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:36:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   36 |         .y = GetY(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:37:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   37 |         .phi_tractor = GetTractorTheta(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:38:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   38 |         .phi_trailer = GetTrailerTheta(idx),
      |         ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.h:15,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star.hpp:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/ssep_planner.h:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/other_tasks/stitch_trailer_path_to_ref_line.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/other_tasks/stitch_trailer_path_to_ref_line.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateInitNode(const senior::pnc::ssep::geometric_searcher::State&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:54:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   54 |         .state = state,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:55:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   55 |         .parent_edge_id = -1,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:56:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   56 |         .accumulated_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:57:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   57 |         .heuristic_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:58:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   58 |         .node_level = 0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateEdgeAndSuccessorNode(senior::pnc::ssep::geometric_searcher::MotionPrimitive&&, int, double, double)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:76:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   76 |         .state = edges_.back().motion_primitive.GetEndState(),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:77:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   77 |         .parent_edge_id = edge_id,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:78:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   78 |         .accumulated_cost = parent.accumulated_cost + cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:79:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   79 |         .heuristic_cost = heur_cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:80:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   80 |         .node_level = parent.node_level + 1,
      |         ^
In file included from /usr/local/include/breakpad/common/memory_allocator.h:50,
                 from /usr/local/include/breakpad/client/linux/dump_writer_common/thread_info.h:37,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/linux_dumper.h:54,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/minidump_writer.h:42,
                 from /usr/local/include/breakpad/client/linux/handler/exception_handler.h:42,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/plan/ssep_task.hpp:14,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/plan/ssep_task.cpp:1:
/usr/local/include/breakpad/third_party/lss/linux_syscall_support.h:2623:36: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
 2623 |     #define LSS_BODY(type,name,args...)                                       \
      |                                    ^~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star_tt.h:21,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star.hpp:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/ssep_planner.h:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/other_tasks/stitch_trailer_path_to_ref_line.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/other_tasks/stitch_trailer_path_to_ref_line.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:35:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   35 |         .x = GetX(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:36:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   36 |         .y = GetY(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:37:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   37 |         .phi_tractor = GetTractorTheta(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:38:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   38 |         .phi_trailer = GetTrailerTheta(idx),
      |         ^
In file included from /usr/local/include/breakpad/common/memory_allocator.h:50,
                 from /usr/local/include/breakpad/client/linux/dump_writer_common/thread_info.h:37,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/linux_dumper.h:54,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/minidump_writer.h:42,
                 from /usr/local/include/breakpad/client/linux/handler/exception_handler.h:42,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./tasks/plan/ssep_task.hpp:14,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/task_factory.cpp:50:
/usr/local/include/breakpad/third_party/lss/linux_syscall_support.h:2623:36: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
 2623 |     #define LSS_BODY(type,name,args...)                                       \
      |                                    ^~~
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.h:15,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star.hpp:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/ssep_planner.h:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./data/ssep/ssep_activation.hpp:7,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/plan/ssep_task.hpp:10,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/plan/ssep_task.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateInitNode(const senior::pnc::ssep::geometric_searcher::State&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:54:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   54 |         .state = state,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:55:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   55 |         .parent_edge_id = -1,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:56:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   56 |         .accumulated_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:57:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   57 |         .heuristic_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:58:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   58 |         .node_level = 0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateEdgeAndSuccessorNode(senior::pnc::ssep::geometric_searcher::MotionPrimitive&&, int, double, double)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:76:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   76 |         .state = edges_.back().motion_primitive.GetEndState(),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:77:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   77 |         .parent_edge_id = edge_id,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:78:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   78 |         .accumulated_cost = parent.accumulated_cost + cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:79:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   79 |         .heuristic_cost = heur_cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:80:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   80 |         .node_level = parent.node_level + 1,
      |         ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star_tt.h:21,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star.hpp:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/ssep_planner.h:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./data/ssep/ssep_activation.hpp:7,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/plan/ssep_task.hpp:10,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/plan/ssep_task.cpp:1:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:35:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   35 |         .x = GetX(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:36:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   36 |         .y = GetY(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:37:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   37 |         .phi_tractor = GetTractorTheta(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:38:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   38 |         .phi_trailer = GetTrailerTheta(idx),
      |         ^
In file included from /usr/local/include/breakpad/client/linux/dump_writer_common/mapping_info.h:37,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/linux_dumper.h:53,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/minidump_writer.h:42,
                 from /usr/local/include/breakpad/client/linux/handler/exception_handler.h:42,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/plan/ssep_task.hpp:14,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/plan/ssep_task.cpp:1:
/usr/local/include/breakpad/google_breakpad/common/minidump_format.h: At global scope:
/usr/local/include/breakpad/google_breakpad/common/minidump_format.h:1094:44: warning: ISO C++ forbids zero-size array ‘entries’ [-Wpedantic]
 1094 |   MDRawSimpleStringDictionaryEntry entries[0];
      |                                            ^
/usr/local/include/breakpad/google_breakpad/common/minidump_format.h:1110:32: warning: ISO C++ forbids zero-size array ‘modules’ [-Wpedantic]
 1110 |   MDLocationDescriptor modules[0];  /* MDRawModuleCrashpadInfoLink */
      |                                ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.h:15,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star.hpp:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/ssep_planner.h:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./tasks/other_tasks/stitch_path_to_reference_line.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/task_factory.cpp:40:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateInitNode(const senior::pnc::ssep::geometric_searcher::State&)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:54:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   54 |         .state = state,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:55:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   55 |         .parent_edge_id = -1,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:56:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   56 |         .accumulated_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:57:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   57 |         .heuristic_cost = 0.0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:58:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   58 |         .node_level = 0,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h: In member function ‘senior::pnc::ssep::geometric_searcher::Node::ID senior::pnc::ssep::geometric_searcher::SearchGraph::CreateEdgeAndSuccessorNode(senior::pnc::ssep::geometric_searcher::MotionPrimitive&&, int, double, double)’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:76:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   76 |         .state = edges_.back().motion_primitive.GetEndState(),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:77:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   77 |         .parent_edge_id = edge_id,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:78:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   78 |         .accumulated_cost = parent.accumulated_cost + cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:79:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   79 |         .heuristic_cost = heur_cost,
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/geometric_searcher/search_graph.h:80:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   80 |         .node_level = parent.node_level + 1,
      |         ^
In file included from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star_tt.h:21,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/hybrid_a_star.hpp:6,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./ssep/ssep_planner.h:3,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./tasks/other_tasks/stitch_path_to_reference_line.hpp:5,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/task_factory.cpp:40:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:35:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   35 |         .x = GetX(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:36:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   36 |         .y = GetY(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:37:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   37 |         .phi_tractor = GetTractorTheta(idx),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/./ssep/coarse_search/preprocessed_curves/tt_curve.h:38:9: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   38 |         .phi_trailer = GetTrailerTheta(idx),
      |         ^
In file included from /usr/local/include/breakpad/client/linux/dump_writer_common/mapping_info.h:37,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/linux_dumper.h:53,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/minidump_writer.h:42,
                 from /usr/local/include/breakpad/client/linux/handler/exception_handler.h:42,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/./tasks/plan/ssep_task.hpp:14,
                 from /senior/workspace/orin-module-slave32/master/src/pnc/tasks/task_factory.cpp:50:
/usr/local/include/breakpad/google_breakpad/common/minidump_format.h: At global scope:
/usr/local/include/breakpad/google_breakpad/common/minidump_format.h:1094:44: warning: ISO C++ forbids zero-size array ‘entries’ [-Wpedantic]
 1094 |   MDRawSimpleStringDictionaryEntry entries[0];
      |                                            ^
/usr/local/include/breakpad/google_breakpad/common/minidump_format.h:1110:32: warning: ISO C++ forbids zero-size array ‘modules’ [-Wpedantic]
 1110 |   MDLocationDescriptor modules[0];  /* MDRawModuleCrashpadInfoLink */
      |                                ^
In file included from /usr/local/include/breakpad/common/memory_allocator.h:50,
                 from /usr/local/include/breakpad/client/linux/dump_writer_common/thread_info.h:37,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/linux_dumper.h:54,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/minidump_writer.h:42,
                 from /usr/local/include/breakpad/client/linux/handler/exception_handler.h:42,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/node/../../../src/pnc/node/logic.hpp:42,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/node/moc_logic.cpp:9:
/usr/local/include/breakpad/third_party/lss/linux_syscall_support.h:2623:36: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros]
 2623 |     #define LSS_BODY(type,name,args...)                                       \
      |                                    ^~~
In file included from /usr/local/include/breakpad/client/linux/dump_writer_common/mapping_info.h:37,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/linux_dumper.h:53,
                 from /usr/local/include/breakpad/client/linux/minidump_writer/minidump_writer.h:42,
                 from /usr/local/include/breakpad/client/linux/handler/exception_handler.h:42,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/node/../../../src/pnc/node/logic.hpp:42,
                 from /senior/workspace/orin-module-slave32/master/build/pnc/node/moc_logic.cpp:9:
/usr/local/include/breakpad/google_breakpad/common/minidump_format.h:1094:44: warning: ISO C++ forbids zero-size array ‘entries’ [-Wpedantic]
 1094 |   MDRawSimpleStringDictionaryEntry entries[0];
      |                                            ^
/usr/local/include/breakpad/google_breakpad/common/minidump_format.h:1110:32: warning: ISO C++ forbids zero-size array ‘modules’ [-Wpedantic]
 1110 |   MDLocationDescriptor modules[0];  /* MDRawModuleCrashpadInfoLink */
      |                                ^
cd /senior/workspace/orin-module-slave32/master/build/pnc; catkin build --get-env pnc | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 22:45.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:45.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:45.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:45.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:45.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:45.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:46.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:46.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:46.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:46.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:46.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:46.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:46.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:46.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:46.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:46.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:47.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:47.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:47.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:47.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:47.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:47.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:47.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:47.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:47.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:47.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:48.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:48.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:48.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:48.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:48.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:48.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:48.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:48.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:48.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:48.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:49.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:49.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:49.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:49.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:49.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:49.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:49.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:49.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:49.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:49.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:50.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:50.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:50.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:50.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:50.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:50.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:50.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:50.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:50.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:50.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:51.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:51.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:51.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:51.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:51.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:51.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:51.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:51.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:51.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:51.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:52.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:52.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:52.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:52.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:52.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:52.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:52.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:52.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:52.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:52.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:53.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:53.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (100... 
...............................................................................
Finished <<< pnc                                  [ 22 minutes and 9.5 seconds ]
[build] Summary: All 29 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 17 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 22 minutes and 53.2 seconds total.                            
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] sh
+ mkdir -p /senior/workspace/orin-module-slave32/master/src/hdmap_analysis
[Pipeline] dir
Running in /senior/workspace/orin-module-slave32/master/src/hdmap_analysis
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 95ec724887af1b240b58915e6d1946ca3d6f4520 (origin/rc_dev)
Commit message: "Merge branch 'revert-1344c0e2' into 'rc_dev'"
Cloning repository http://159.27.226.4/map/hdmap_analysis.git
 > git init /senior/workspace/orin-module-slave32/master/src/hdmap_analysis # timeout=10
Fetching upstream changes from http://159.27.226.4/map/hdmap_analysis.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/map/hdmap_analysis.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/map/hdmap_analysis.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 95ec724887af1b240b58915e6d1946ca3d6f4520 # timeout=10
 > git rev-list --no-walk 95ec724887af1b240b58915e6d1946ca3d6f4520 # timeout=10
[Pipeline] sh
+ mkdir /senior/workspace/orin-module-slave32/master/install/lib/hdmap_analysis
[Pipeline] sh
+ cp -r /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/embedding_in_qt_sgskip.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/hdmap_analysis.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/hdmap_polygon_selector.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/hdmap.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/header.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/junction.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/lane.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/log_loader.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/main_window.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/map_loader.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/object.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/restricted_area.py /senior/workspace/orin-module-slave32/master/src/hdmap_analysis/table_model.py /senior/workspace/orin-module-slave32/master/install/lib/hdmap_analysis/
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
-==========================================================================
[Pipeline] build
Scheduling project: module-pnc_replayer
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo >>>>>>>>>>压缩成zip包>>>>>>>>>> [Pipeline] }
[Pipeline] // ansiColor [Pipeline] dir Running in /senior/workspace/orin-module-slave32/master [Pipeline] { [Pipeline] sh + zip -rq module_master_2025-07-19_15-20-45.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-module-slave32/master build devel install logs module_master_2025-07-19_15-20-45.zip src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-module-slave32/master@tmp [Pipeline] echo /senior/workspace/orin-module-slave32/master/module_master_2025-07-19_15-20-45.zip,/senior/workspace/orin-module-slave32/master/version.json [Pipeline] echo ------------------- 开始上传公网ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://ota.senior.auto/prod-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2025-07-19_15-20-45.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27.4M 0 43 100 27.4M 34 21.9M 0:00:01 0:00:01 --:--:-- 21.9M 100 27.4M 0 43 100 27.4M 34 21.9M 0:00:01 0:00:01 --:--:-- 21.9M [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://143.64.91.51:18081/prod-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2025-07-19_15-20-45.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27.4M 0 0 100 27.4M 0 22.7M 0:00:01 0:00:01 --:--:-- 22.7M 100 27.4M 0 0 100 27.4M 0 12.4M 0:00:02 0:00:02 --:--:-- 12.4M 100 27.4M 0 0 100 27.4M 0 8772k 0:00:03 0:00:03 --:--:-- 8772k 100 27.4M 0 0 100 27.4M 0 6685k 0:00:04 0:00:04 --:--:-- 6685k 100 27.4M 0 0 100 27.4M 0 5400k 0:00:05 0:00:05 --:--:-- 5400k 100 27.4M 0 0 100 27.4M 0 4529k 0:00:06 0:00:06 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 3900k 0:00:07 0:00:07 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 3425k 0:00:08 0:00:08 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 3053k 0:00:09 0:00:09 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2754k 0:00:10 0:00:10 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2508k 0:00:11 0:00:11 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2302k 0:00:12 0:00:12 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2128k 0:00:13 0:00:13 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1978k 0:00:14 0:00:14 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1848k 0:00:15 0:00:15 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1734k 0:00:16 0:00:16 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1633k 0:00:17 0:00:17 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1543k 0:00:18 0:00:18 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1463k 0:00:19 0:00:19 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1390k 0:00:20 0:00:20 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1325k 0:00:21 0:00:21 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1265k 0:00:22 0:00:22 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1211k 0:00:23 0:00:23 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1161k 0:00:24 0:00:24 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1114k 0:00:25 0:00:25 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1072k 0:00:26 0:00:26 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1033k 0:00:27 0:00:27 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 996k 0:00:28 0:00:28 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 962k 0:00:29 0:00:29 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 930k 0:00:30 0:00:30 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 900k 0:00:31 0:00:31 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 872k 0:00:32 0:00:32 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 846k 0:00:33 0:00:33 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 821k 0:00:34 0:00:34 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 798k 0:00:35 0:00:35 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 776k 0:00:36 0:00:36 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 755k 0:00:37 0:00:37 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 735k 0:00:38 0:00:38 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 716k 0:00:39 0:00:39 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 698k 0:00:40 0:00:40 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 682k 0:00:41 0:00:41 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 665k 0:00:42 0:00:42 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 650k 0:00:43 0:00:43 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 635k 0:00:44 0:00:44 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 621k 0:00:45 0:00:45 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 608k 0:00:46 0:00:46 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 595k 0:00:47 0:00:47 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 582k 0:00:48 0:00:48 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 571k 0:00:49 0:00:49 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 559k 0:00:50 0:00:50 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 548k 0:00:51 0:00:51 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 538k 0:00:52 0:00:52 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 528k 0:00:53 0:00:53 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 518k 0:00:54 0:00:54 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 509k 0:00:55 0:00:55 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 499k 0:00:56 0:00:56 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 491k 0:00:57 0:00:57 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 482k 0:00:58 0:00:58 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 474k 0:00:59 0:00:59 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 466k 0:01:00 0:01:00 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 459k 0:01:01 0:01:01 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 451k 0:01:02 0:01:02 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 444k 0:01:03 0:01:03 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 437k 0:01:04 0:01:04 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 430k 0:01:05 0:01:05 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 424k 0:01:06 0:01:06 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 418k 0:01:07 0:01:07 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 412k 0:01:08 0:01:08 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 406k 0:01:09 0:01:09 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 400k 0:01:10 0:01:10 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 394k 0:01:11 0:01:11 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 389k 0:01:12 0:01:12 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 383k 0:01:13 0:01:13 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 378k 0:01:14 0:01:14 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 373k 0:01:15 0:01:15 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 368k 0:01:16 0:01:16 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 363k 0:01:17 0:01:17 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 359k 0:01:18 0:01:18 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 354k 0:01:19 0:01:19 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 350k 0:01:20 0:01:20 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 346k 0:01:21 0:01:21 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 341k 0:01:22 0:01:22 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 337k 0:01:23 0:01:23 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 333k 0:01:24 0:01:24 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 329k 0:01:25 0:01:25 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 325k 0:01:26 0:01:26 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 322k 0:01:27 0:01:27 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 318k 0:01:28 0:01:28 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 315k 0:01:29 0:01:29 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 311k 0:01:30 0:01:30 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 308k 0:01:31 0:01:31 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 304k 0:01:32 0:01:32 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 301k 0:01:33 0:01:33 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 298k 0:01:34 0:01:34 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 295k 0:01:35 0:01:35 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 292k 0:01:36 0:01:36 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 289k 0:01:37 0:01:37 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 286k 0:01:38 0:01:38 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 283k 0:01:39 0:01:39 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 280k 0:01:40 0:01:40 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 277k 0:01:41 0:01:41 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 274k 0:01:42 0:01:42 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 272k 0:01:43 0:01:43 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 269k 0:01:44 0:01:44 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 267k 0:01:45 0:01:45 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 264k 0:01:46 0:01:46 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 262k 0:01:47 0:01:47 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 259k 0:01:48 0:01:48 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 257k 0:01:49 0:01:49 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 254k 0:01:50 0:01:50 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 252k 0:01:51 0:01:51 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 250k 0:01:52 0:01:52 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 248k 0:01:53 0:01:53 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 246k 0:01:54 0:01:54 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 243k 0:01:55 0:01:55 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 241k 0:01:56 0:01:56 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 239k 0:01:57 0:01:57 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 237k 0:01:58 0:01:58 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 235k 0:01:59 0:01:59 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 233k 0:02:00 0:02:00 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 231k 0:02:01 0:02:01 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 229k 0:02:02 0:02:02 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 228k 0:02:03 0:02:03 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 226k 0:02:04 0:02:04 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 224k 0:02:05 0:02:05 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 222k 0:02:06 0:02:06 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 220k 0:02:07 0:02:07 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 219k 0:02:08 0:02:08 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 217k 0:02:09 0:02:09 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 215k 0:02:10 0:02:10 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 214k 0:02:11 0:02:11 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 212k 0:02:12 0:02:12 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 210k 0:02:13 0:02:13 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 209k 0:02:14 0:02:14 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 207k 0:02:15 0:02:15 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 206k 0:02:16 0:02:16 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 204k 0:02:17 0:02:17 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 203k 0:02:18 0:02:18 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 201k 0:02:19 0:02:19 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 200k 0:02:20 0:02:20 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 199k 0:02:21 0:02:21 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 197k 0:02:22 0:02:22 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 196k 0:02:23 0:02:23 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 194k 0:02:24 0:02:24 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 193k 0:02:25 0:02:25 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 192k 0:02:26 0:02:26 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 190k 0:02:27 0:02:27 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 189k 0:02:28 0:02:28 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 188k 0:02:29 0:02:29 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 187k 0:02:30 0:02:30 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 185k 0:02:31 0:02:31 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 184k 0:02:32 0:02:32 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 183k 0:02:33 0:02:33 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 182k 0:02:34 0:02:34 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 181k 0:02:35 0:02:35 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 179k 0:02:36 0:02:36 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 178k 0:02:37 0:02:37 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 177k 0:02:38 0:02:38 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 176k 0:02:39 0:02:39 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 175k 0:02:40 0:02:40 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 174k 0:02:41 0:02:41 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 173k 0:02:42 0:02:42 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 172k 0:02:43 0:02:43 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 171k 0:02:44 0:02:44 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 170k 0:02:45 0:02:45 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 169k 0:02:46 0:02:46 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 168k 0:02:47 0:02:47 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 167k 0:02:48 0:02:48 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 166k 0:02:49 0:02:49 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 165k 0:02:50 0:02:50 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 164k 0:02:51 0:02:51 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 163k 0:02:52 0:02:52 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 162k 0:02:53 0:02:53 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 161k 0:02:54 0:02:54 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 160k 0:02:55 0:02:55 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 159k 0:02:56 0:02:56 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 158k 0:02:57 0:02:57 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 157k 0:02:58 0:02:58 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 156k 0:02:59 0:02:59 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 155k 0:03:00 0:03:00 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 155k 0:03:01 0:03:01 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 154k 0:03:02 0:03:02 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 153k 0:03:03 0:03:03 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 152k 0:03:04 0:03:04 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 151k 0:03:05 0:03:05 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 150k 0:03:06 0:03:06 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 150k 0:03:07 0:03:07 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 149k 0:03:08 0:03:08 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 148k 0:03:09 0:03:09 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 147k 0:03:10 0:03:10 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 146k 0:03:11 0:03:11 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 146k 0:03:12 0:03:12 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 145k 0:03:13 0:03:13 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 144k 0:03:14 0:03:14 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 143k 0:03:15 0:03:15 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 143k 0:03:16 0:03:16 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 142k 0:03:17 0:03:17 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 141k 0:03:18 0:03:18 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 141k 0:03:19 0:03:19 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 140k 0:03:20 0:03:20 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 139k 0:03:21 0:03:21 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 138k 0:03:22 0:03:22 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 138k 0:03:23 0:03:23 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 137k 0:03:24 0:03:24 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 136k 0:03:25 0:03:25 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 136k 0:03:26 0:03:26 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 135k 0:03:27 0:03:27 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 134k 0:03:28 0:03:28 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 134k 0:03:29 0:03:29 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 133k 0:03:30 0:03:30 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 133k 0:03:31 0:03:31 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 132k 0:03:32 0:03:32 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 131k 0:03:33 0:03:33 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 131k 0:03:34 0:03:34 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 130k 0:03:35 0:03:35 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 129k 0:03:36 0:03:36 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 129k 0:03:37 0:03:37 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 128k 0:03:38 0:03:38 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 128k 0:03:39 0:03:39 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 127k 0:03:40 0:03:40 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 127k 0:03:41 0:03:41 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 126k 0:03:42 0:03:42 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 125k 0:03:43 0:03:43 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 125k 0:03:44 0:03:44 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 124k 0:03:45 0:03:45 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 124k 0:03:46 0:03:46 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 123k 0:03:47 0:03:47 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 123k 0:03:48 0:03:48 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 122k 0:03:49 0:03:49 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 122k 0:03:50 0:03:50 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 121k 0:03:51 0:03:51 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 121k 0:03:52 0:03:52 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 120k 0:03:53 0:03:53 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 119k 0:03:54 0:03:54 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 119k 0:03:55 0:03:55 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 118k 0:03:56 0:03:56 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 118k 0:03:57 0:03:57 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 117k 0:03:58 0:03:58 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 117k 0:03:59 0:03:59 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 116k 0:04:00 0:04:00 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 116k 0:04:01 0:04:01 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 116k 0:04:02 0:04:02 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 115k 0:04:03 0:04:03 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 115k 0:04:04 0:04:04 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 114k 0:04:05 0:04:05 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 114k 0:04:06 0:04:06 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 113k 0:04:07 0:04:07 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 113k 0:04:08 0:04:08 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 112k 0:04:09 0:04:09 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 112k 0:04:10 0:04:10 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 111k 0:04:11 0:04:11 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 111k 0:04:12 0:04:12 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 110k 0:04:13 0:04:13 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 110k 0:04:14 0:04:14 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 110k 0:04:15 0:04:15 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 109k 0:04:16 0:04:16 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 109k 0:04:17 0:04:17 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 108k 0:04:18 0:04:18 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 108k 0:04:19 0:04:19 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 107k 0:04:20 0:04:20 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 107k 0:04:21 0:04:21 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 107k 0:04:22 0:04:22 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 106k 0:04:23 0:04:23 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 106k 0:04:24 0:04:24 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 105k 0:04:25 0:04:25 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 105k 0:04:26 0:04:26 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 105k 0:04:27 0:04:27 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 104k 0:04:28 0:04:28 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 104k 0:04:29 0:04:29 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 103k 0:04:30 0:04:30 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 103k 0:04:31 0:04:31 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 103k 0:04:32 0:04:32 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 102k 0:04:33 0:04:33 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 102k 0:04:34 0:04:34 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 102k 0:04:35 0:04:35 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 101k 0:04:36 0:04:36 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 101k 0:04:37 0:04:37 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 101k 0:04:38 0:04:38 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 100k 0:04:39 0:04:39 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 100k 0:04:40 0:04:40 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 99k 0:04:41 0:04:41 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 99k 0:04:42 0:04:42 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 99k 0:04:43 0:04:43 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 98k 0:04:44 0:04:44 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 98k 0:04:45 0:04:45 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 98k 0:04:46 0:04:46 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 97k 0:04:47 0:04:47 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 99841 0:04:48 0:04:48 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 99496 0:04:49 0:04:49 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 99153 0:04:50 0:04:50 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 98812 0:04:51 0:04:51 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 98474 0:04:52 0:04:52 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 98139 0:04:53 0:04:53 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 97805 0:04:54 0:04:54 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 97474 0:04:55 0:04:55 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 97144 0:04:56 0:04:56 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 96818 0:04:57 0:04:57 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 96493 0:04:58 0:04:58 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 96171 0:04:59 0:04:59 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 95850 0:05:00 0:05:00 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 95532 0:05:01 0:05:01 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 95216 0:05:02 0:05:02 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 94902 0:05:03 0:05:03 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 94590 0:05:04 0:05:04 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 94280 0:05:05 0:05:05 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 93972 0:05:06 0:05:06 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 93666 0:05:07 0:05:07 --:--:-- 0 100 27.4M 0 43 100 27.4M 0 93524 0:05:08 0:05:08 --:--:-- 9 100 27.4M 0 43 100 27.4M 0 93524 0:05:08 0:05:08 --:--:-- 12 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传大榭ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://159.27.225.200:6201/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2025-07-19_15-20-45.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 88 27.4M 0 0 88 24.3M 0 145M --:--:-- --:--:-- --:--:-- 144M 100 27.4M 0 0 100 27.4M 0 22.8M 0:00:01 0:00:01 --:--:-- 22.8M 100 27.4M 0 0 100 27.4M 0 12.4M 0:00:02 0:00:02 --:--:-- 12.4M 100 27.4M 0 0 100 27.4M 0 8780k 0:00:03 0:00:03 --:--:-- 8780k 100 27.4M 0 0 100 27.4M 0 6690k 0:00:04 0:00:04 --:--:-- 6688k 100 27.4M 0 0 100 27.4M 0 5403k 0:00:05 0:00:05 --:--:-- 629k 100 27.4M 0 0 100 27.4M 0 4532k 0:00:06 0:00:06 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 3902k 0:00:07 0:00:07 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 3427k 0:00:08 0:00:08 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 3054k 0:00:09 0:00:09 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2754k 0:00:10 0:00:10 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2508k 0:00:11 0:00:11 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2303k 0:00:12 0:00:12 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2128k 0:00:13 0:00:13 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1978k 0:00:14 0:00:14 --:--:-- 0 100 27.4M 0 43 100 27.4M 2 1947k 0:00:14 0:00:14 --:--:-- 10 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传苏溪ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://159.27.114.184:62480/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2025-07-19_15-20-45.zip"' --form 'version=@"/senior/workspace/orin-module-slave32/master/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27.4M 0 0 100 27.4M 0 22.8M 0:00:01 0:00:01 --:--:-- 22.8M 100 27.4M 0 0 100 27.4M 0 12.4M 0:00:02 0:00:02 --:--:-- 12.4M 100 27.4M 0 0 100 27.4M 0 8780k 0:00:03 0:00:03 --:--:-- 8783k 100 27.4M 0 0 100 27.4M 0 6690k 0:00:04 0:00:04 --:--:-- 6690k 100 27.4M 0 0 100 27.4M 0 5403k 0:00:05 0:00:05 --:--:-- 5403k 100 27.4M 0 0 100 27.4M 0 4532k 0:00:06 0:00:06 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 3902k 0:00:07 0:00:07 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 3427k 0:00:08 0:00:08 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 3054k 0:00:09 0:00:09 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2754k 0:00:10 0:00:10 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2508k 0:00:11 0:00:11 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2303k 0:00:12 0:00:12 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 2128k 0:00:13 0:00:13 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1978k 0:00:14 0:00:14 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1848k 0:00:15 0:00:15 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1734k 0:00:16 0:00:16 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1633k 0:00:17 0:00:17 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1543k 0:00:18 0:00:18 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1463k 0:00:19 0:00:19 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1391k 0:00:20 0:00:20 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1325k 0:00:21 0:00:21 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1265k 0:00:22 0:00:22 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1211k 0:00:23 0:00:23 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1161k 0:00:24 0:00:24 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1115k 0:00:25 0:00:25 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1072k 0:00:26 0:00:26 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 1033k 0:00:27 0:00:27 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 996k 0:00:28 0:00:28 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 962k 0:00:29 0:00:29 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 930k 0:00:30 0:00:30 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 900k 0:00:31 0:00:31 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 872k 0:00:32 0:00:32 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 846k 0:00:33 0:00:33 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 821k 0:00:34 0:00:34 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 798k 0:00:35 0:00:35 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 776k 0:00:36 0:00:36 --:--:-- 0 100 27.4M 0 0 100 27.4M 0 755k 0:00:37 0:00:37 --:--:-- 0 100 27.4M 0 43 100 27.4M 1 750k 0:00:37 0:00:37 --:--:-- 10 100 27.4M 0 43 100 27.4M 1 750k 0:00:37 0:00:37 --:--:-- 13 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo public xiamen daxie suxi [Pipeline] echo 上传失败:[] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo always [Pipeline] sh + rm -rf /senior/workspace/orin-module-slave32/master/.catkin_tools /senior/workspace/orin-module-slave32/master/build/ /senior/workspace/orin-module-slave32/master/devel/ /senior/workspace/orin-module-slave32/master/install /senior/workspace/orin-module-slave32/master/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] sh + cp -r /senior/workspace/commit/orin-module-slave32/master_tmp/avm /senior/workspace/commit/orin-module-slave32/master_tmp/cache_bag_node /senior/workspace/commit/orin-module-slave32/master_tmp/calibration_tools /senior/workspace/commit/orin-module-slave32/master_tmp/camera_driver /senior/workspace/commit/orin-module-slave32/master_tmp/control /senior/workspace/commit/orin-module-slave32/master_tmp/crane_align /senior/workspace/commit/orin-module-slave32/master_tmp/data_collection /senior/workspace/commit/orin-module-slave32/master_tmp/groundmarker_detection /senior/workspace/commit/orin-module-slave32/master_tmp/guardian /senior/workspace/commit/orin-module-slave32/master_tmp/hdcontrol /senior/workspace/commit/orin-module-slave32/master_tmp/hdmap /senior/workspace/commit/orin-module-slave32/master_tmp/hdmap_cloud /senior/workspace/commit/orin-module-slave32/master_tmp/hdmap_interface /senior/workspace/commit/orin-module-slave32/master_tmp/imv_spreader_detection /senior/workspace/commit/orin-module-slave32/master_tmp/lane_detection /senior/workspace/commit/orin-module-slave32/master_tmp/login_sync_tool /senior/workspace/commit/orin-module-slave32/master_tmp/master /senior/workspace/commit/orin-module-slave32/master_tmp/mrpt2 /senior/workspace/commit/orin-module-slave32/master_tmp/msf_assistant /senior/workspace/commit/orin-module-slave32/master_tmp/msf_localization /senior/workspace/commit/orin-module-slave32/master_tmp/node-manager /senior/workspace/commit/orin-module-slave32/master_tmp/node-manager-hmi /senior/workspace/commit/orin-module-slave32/master_tmp/node_manager_online /senior/workspace/commit/orin-module-slave32/master_tmp/perception_publisher /senior/workspace/commit/orin-module-slave32/master_tmp/performance_analyst /senior/workspace/commit/orin-module-slave32/master_tmp/peripheral_controller /senior/workspace/commit/orin-module-slave32/master_tmp/pnc /senior/workspace/commit/orin-module-slave32/master_tmp/prediction /senior/workspace/commit/orin-module-slave32/master_tmp/rcinterpreter /senior/workspace/commit/orin-module-slave32/master_tmp/rminterpreter /senior/workspace/commit/orin-module-slave32/master_tmp/ros-bridge /senior/workspace/commit/orin-module-slave32/master_tmp/rslidar_sdk /senior/workspace/commit/orin-module-slave32/master_tmp/rslidar_sdk_new /senior/workspace/commit/orin-module-slave32/master_tmp/schedule_manager /senior/workspace/commit/orin-module-slave32/master_tmp/segmentation /senior/workspace/commit/orin-module-slave32/master_tmp/shared_msgs /senior/workspace/commit/orin-module-slave32/master_tmp/simulator /senior/workspace/commit/orin-module-slave32/master_tmp/sins_calibration_hmi /senior/workspace/commit/orin-module-slave32/master_tmp/snapshot_upload /senior/workspace/commit/orin-module-slave32/master_tmp/static_transform /senior/workspace/commit/orin-module-slave32/master_tmp/system_monitor /senior/workspace/commit/orin-module-slave32/master_tmp/system-ros /senior/workspace/commit/orin-module-slave32/master_tmp/thirdparty /senior/workspace/commit/orin-module-slave32/master_tmp/tools /senior/workspace/commit/orin-module-slave32/master_tmp/tos_visualize /senior/workspace/commit/orin-module-slave32/master_tmp/traffic_light_detection /senior/workspace/commit/orin-module-slave32/master_tmp/unified-system-monitor /senior/workspace/commit/orin-module-slave32/master_tmp/versions_observer /senior/workspace/commit/orin-module-slave32/master_tmp/warningModule /senior/workspace/commit/orin-module-slave32/master/ [Pipeline] sh + rm -rf /senior/workspace/commit/orin-module-slave32/master_tmp [Pipeline] readJSON [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo <!DOCTYPE html><html><head><meta charset="utf-8"><title>msg2html</title></head><body><h1>更新内容</h1><h2>模块名: hdmap_interface</h2><h2>模块名: pnc</h2><h2>模块名: shared_msgs</h2></body></html> [Pipeline] echo msg已经准备完成 [Pipeline] sh + touch /senior/workspace/orin-module-slave32/master/index.html [Pipeline] writeFile [Pipeline] echo html更新完成 [Pipeline] publishHTML [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /senior/workspace/orin-module-slave32/master to /var/lib/jenkins/jobs/orin-module-slave32/builds/1924/htmlreports/update_20message [Pipeline] wrap [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo user: , telphone: null [Pipeline] echo 用户不存在列表中 [Pipeline] } [Pipeline] // script [Pipeline] sh + curl -X POST 'http://143.64.81.104:8080/robot/send?access_token=c4e318472bbd19d0449efb4060de213f730dc32b4bf44819381a8fa7adf61983' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"jenkins通知","text": "# 版本发布通知 ### [truk专用(大榭,feat_lock_station,崩溃的bug,锁站通行的bug)] --- - 版本名: [module_master_2025-07-19_15-20-45] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:wuyanjun - 更新模块: - 上传平台: public xiamen daxie suxi - 任务号: [orin-module-slave32 #1924] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-module-slave32/1924/update_20message/index.html) > 请ota发布同学尽快发布验证,并在群里同步发布信息~ "},"at": {"atMobiles": [""],"isAtAll": "false"} }' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 770 100 27 100 743 206 5671 --:--:-- --:--:-- --:--:-- 5877 [Pipeline] echo {"errcode":0,"errmsg":"ok"} [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } Lock released on resource [Label: orin-arm, Quantity: 1] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS