Console Output

Skipping 1,478 KB.. Full Log
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:268:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  268 |       .x = ex,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:269:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  269 |       .y = ey,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:270:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  270 |       .phi_tractor = ephi_tractor,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:271:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  271 |       .phi_trailer = ephi_trailer,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:274:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  274 |       .x = px,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:275:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  275 |       .y = py,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:276:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  276 |       .phi_tractor = pphi_tractor,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:277:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  277 |       .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:1254:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
 1254 |       .x = current_node->GetX(),
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1255:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
 1255 |       .y = current_node->GetY(),
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1256:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
 1256 |       .phi_tractor = current_node->GetPhiTractor(),
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1257:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
 1257 |       .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),
      |         ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc: In member function ‘int senior::pnc::ssep::SsepPlanner::Plan(int, int, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, const std::vector<std::pair<double, double> >&, const std::vector<double>&, const SsepObstacles&, const SsepLineSegments&, const SsepLineSegments&, const SsepLineSegments&, const SsepLineSegments&, const SsepLineSegments&, const std::vector<std::array<double, 3> >&, senior::pnc::ssep::SsepPath*, 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/ssep_planner.cc:94:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   94 |       .use_body_frame = false,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:95:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   95 |       .map_resolution = coarse_search_param_.ogm_resolution,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:96:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   96 |       .map_origin_x = bounds[0],
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:97:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   97 |       .map_origin_y = bounds[2],
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:98:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   98 |       .map_width = bounds[1] - bounds[0],
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:99:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
   99 |       .map_length = bounds[3] - bounds[2],
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:100:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  100 |       .clear_obstacles_around_start_end_state =
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:102:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  102 |       .consider_plan_region_contour = true,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:103:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  103 |       .front_edge_to_center = vehicle_param_.tractor_front_edge_to_center,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:104:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  104 |       .back_edge_to_center = vehicle_param_.tractor_back_edge_to_center,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:105:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  105 |       .width = vehicle_param_.width,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:106:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  106 |       .clear_length_buffer = 1.0,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:107:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  107 |       .clear_width_buffer = 0.5,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:110:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  110 |       .x = sx,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:111:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  111 |       .y = sy,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:112:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  112 |       .heading = sphi_tractor,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:115:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  115 |       .x = ex,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:116:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  116 |       .y = ey,
      |       ^
/senior/workspace/orin-module-slave32/master/src/pnc/ssep/ssep_planner.cc:117:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
  117 |       .heading = ephi_tractor,
      |       ^
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 /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/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 /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:50.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:50.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:50.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:50.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:50.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:51.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:51.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:51.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:51.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:51.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:51.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:51.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:51.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:51.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:52.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:52.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:52.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:52.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:52.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:52.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:52.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:52.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:52.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:52.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:53.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:53.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:53.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:53.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:53.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:53.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:53.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:53.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:53.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:53.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:54.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:54.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:54.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:54.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:54.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:54.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install - 22... 
[build 22:54.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:54.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:54.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:54.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:55.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:55.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:55.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:55.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:55.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:55.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:55.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:55.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:55.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:55.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:56.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:56.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:56.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:56.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:56.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:56.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:56.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:56.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:56.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:56.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:57.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:57.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:57.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:57.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:57.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:57.5 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:57.6 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:57.7 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:57.8 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:57.9 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:58.0 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:58.1 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:58.2 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (50%... 
[build 22:58.3 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (100... 
[build 22:58.4 s] [28/29 complete] [1/14 jobs] [0 queued] [pnc:install (100... 
...............................................................................
Finished <<< pnc                                  [ 22 minutes and 13.6 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 58.4 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-16_13-24-13.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-module-slave32/master build devel install logs module_master_2025-07-16_13-24-13.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-16_13-24-13.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-16_13-24-13.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.5M 0 0 100 27.5M 0 49.7M --:--:-- --:--:-- --:--:-- 49.6M 100 27.5M 0 43 100 27.5M 29 19.0M 0:00:01 0:00:01 --:--:-- 19.0M [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-16_13-24-13.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.5M 0 0 100 27.5M 0 22.9M 0:00:01 0:00:01 --:--:-- 22.9M 100 27.5M 0 0 100 27.5M 0 12.5M 0:00:02 0:00:02 --:--:-- 12.5M 100 27.5M 0 0 100 27.5M 0 8801k 0:00:03 0:00:03 --:--:-- 8801k 100 27.5M 0 0 100 27.5M 0 6706k 0:00:04 0:00:04 --:--:-- 6706k 100 27.5M 0 0 100 27.5M 0 5416k 0:00:05 0:00:05 --:--:-- 5416k 100 27.5M 0 0 100 27.5M 0 4543k 0:00:06 0:00:06 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 3911k 0:00:07 0:00:07 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 3434k 0:00:08 0:00:08 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 3061k 0:00:09 0:00:09 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2761k 0:00:10 0:00:10 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2514k 0:00:11 0:00:11 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2308k 0:00:12 0:00:12 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2133k 0:00:13 0:00:13 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1983k 0:00:14 0:00:14 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1853k 0:00:15 0:00:15 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1738k 0:00:16 0:00:16 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1637k 0:00:17 0:00:17 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1547k 0:00:18 0:00:18 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1467k 0:00:19 0:00:19 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1394k 0:00:20 0:00:20 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1328k 0:00:21 0:00:21 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1268k 0:00:22 0:00:22 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1214k 0:00:23 0:00:23 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1163k 0:00:24 0:00:24 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1117k 0:00:25 0:00:25 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1075k 0:00:26 0:00:26 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1035k 0:00:27 0:00:27 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 998k 0:00:28 0:00:28 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 964k 0:00:29 0:00:29 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 932k 0:00:30 0:00:30 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 902k 0:00:31 0:00:31 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 874k 0:00:32 0:00:32 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 848k 0:00:33 0:00:33 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 823k 0:00:34 0:00:34 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 800k 0:00:35 0:00:35 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 778k 0:00:36 0:00:36 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 757k 0:00:37 0:00:37 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 737k 0:00:38 0:00:38 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 718k 0:00:39 0:00:39 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 700k 0:00:40 0:00:40 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 683k 0:00:41 0:00:41 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 667k 0:00:42 0:00:42 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 652k 0:00:43 0:00:43 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 637k 0:00:44 0:00:44 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 623k 0:00:45 0:00:45 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 609k 0:00:46 0:00:46 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 596k 0:00:47 0:00:47 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 584k 0:00:48 0:00:48 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 572k 0:00:49 0:00:49 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 561k 0:00:50 0:00:50 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 550k 0:00:51 0:00:51 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 539k 0:00:52 0:00:52 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 529k 0:00:53 0:00:53 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 519k 0:00:54 0:00:54 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 510k 0:00:55 0:00:55 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 501k 0:00:56 0:00:56 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 492k 0:00:57 0:00:57 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 483k 0:00:58 0:00:58 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 475k 0:00:59 0:00:59 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 467k 0:01:00 0:01:00 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 460k 0:01:01 0:01:01 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 452k 0:01:02 0:01:02 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 445k 0:01:03 0:01:03 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 438k 0:01:04 0:01:04 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 432k 0:01:05 0:01:05 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 425k 0:01:06 0:01:06 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 419k 0:01:07 0:01:07 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 413k 0:01:08 0:01:08 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 407k 0:01:09 0:01:09 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 401k 0:01:10 0:01:10 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 395k 0:01:11 0:01:11 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 390k 0:01:12 0:01:12 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 384k 0:01:13 0:01:13 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 379k 0:01:14 0:01:14 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 374k 0:01:15 0:01:15 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 369k 0:01:16 0:01:16 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 364k 0:01:17 0:01:17 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 360k 0:01:18 0:01:18 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 355k 0:01:19 0:01:19 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 351k 0:01:20 0:01:20 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 346k 0:01:21 0:01:21 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 342k 0:01:22 0:01:22 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 338k 0:01:23 0:01:23 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 334k 0:01:24 0:01:24 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 330k 0:01:25 0:01:25 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 326k 0:01:26 0:01:26 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 323k 0:01:27 0:01:27 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 319k 0:01:28 0:01:28 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 315k 0:01:29 0:01:29 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 312k 0:01:30 0:01:30 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 308k 0:01:31 0:01:31 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 305k 0:01:32 0:01:32 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 302k 0:01:33 0:01:33 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 299k 0:01:34 0:01:34 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 295k 0:01:35 0:01:35 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 292k 0:01:36 0:01:36 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 289k 0:01:37 0:01:37 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 286k 0:01:38 0:01:38 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 283k 0:01:39 0:01:39 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 281k 0:01:40 0:01:40 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 278k 0:01:41 0:01:41 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 275k 0:01:42 0:01:42 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 272k 0:01:43 0:01:43 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 270k 0:01:44 0:01:44 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 267k 0:01:45 0:01:45 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 265k 0:01:46 0:01:46 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 262k 0:01:47 0:01:47 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 260k 0:01:48 0:01:48 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 257k 0:01:49 0:01:49 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 255k 0:01:50 0:01:50 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 253k 0:01:51 0:01:51 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 251k 0:01:52 0:01:52 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 248k 0:01:53 0:01:53 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 246k 0:01:54 0:01:54 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 244k 0:01:55 0:01:55 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 242k 0:01:56 0:01:56 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 240k 0:01:57 0:01:57 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 238k 0:01:58 0:01:58 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 236k 0:01:59 0:01:59 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 234k 0:02:00 0:02:00 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 232k 0:02:01 0:02:01 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 230k 0:02:02 0:02:02 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 228k 0:02:03 0:02:03 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 226k 0:02:04 0:02:04 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 224k 0:02:05 0:02:05 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 223k 0:02:06 0:02:06 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 221k 0:02:07 0:02:07 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 219k 0:02:08 0:02:08 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 218k 0:02:09 0:02:09 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 216k 0:02:10 0:02:10 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 214k 0:02:11 0:02:11 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 213k 0:02:12 0:02:12 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 211k 0:02:13 0:02:13 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 209k 0:02:14 0:02:14 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 208k 0:02:15 0:02:15 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 206k 0:02:16 0:02:16 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 205k 0:02:17 0:02:17 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 203k 0:02:18 0:02:18 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 202k 0:02:19 0:02:19 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 200k 0:02:20 0:02:20 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 199k 0:02:21 0:02:21 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 198k 0:02:22 0:02:22 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 196k 0:02:23 0:02:23 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 195k 0:02:24 0:02:24 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 193k 0:02:25 0:02:25 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 192k 0:02:26 0:02:26 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 191k 0:02:27 0:02:27 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 190k 0:02:28 0:02:28 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 188k 0:02:29 0:02:29 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 187k 0:02:30 0:02:30 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 186k 0:02:31 0:02:31 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 185k 0:02:32 0:02:32 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 183k 0:02:33 0:02:33 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 182k 0:02:34 0:02:34 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 181k 0:02:35 0:02:35 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 180k 0:02:36 0:02:36 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 179k 0:02:37 0:02:37 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 178k 0:02:38 0:02:38 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 176k 0:02:39 0:02:39 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 175k 0:02:40 0:02:40 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 174k 0:02:41 0:02:41 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 173k 0:02:42 0:02:42 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 172k 0:02:43 0:02:43 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 171k 0:02:44 0:02:44 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 170k 0:02:45 0:02:45 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 169k 0:02:46 0:02:46 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 168k 0:02:47 0:02:47 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 167k 0:02:48 0:02:48 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 166k 0:02:49 0:02:49 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 165k 0:02:50 0:02:50 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 164k 0:02:51 0:02:51 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 163k 0:02:52 0:02:52 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 162k 0:02:53 0:02:53 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 161k 0:02:54 0:02:54 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 160k 0:02:55 0:02:55 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 159k 0:02:56 0:02:56 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 158k 0:02:57 0:02:57 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 158k 0:02:58 0:02:58 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 157k 0:02:59 0:02:59 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 156k 0:03:00 0:03:00 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 155k 0:03:01 0:03:01 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 154k 0:03:02 0:03:02 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 153k 0:03:03 0:03:03 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 152k 0:03:04 0:03:04 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 152k 0:03:05 0:03:05 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 151k 0:03:06 0:03:06 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 150k 0:03:07 0:03:07 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 149k 0:03:08 0:03:08 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 148k 0:03:09 0:03:09 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 148k 0:03:10 0:03:10 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 147k 0:03:11 0:03:11 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 146k 0:03:12 0:03:12 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 145k 0:03:13 0:03:13 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 145k 0:03:14 0:03:14 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 144k 0:03:15 0:03:15 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 143k 0:03:16 0:03:16 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 142k 0:03:17 0:03:17 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 142k 0:03:18 0:03:18 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 141k 0:03:19 0:03:19 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 140k 0:03:20 0:03:20 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 139k 0:03:21 0:03:21 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 139k 0:03:22 0:03:22 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 138k 0:03:23 0:03:23 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 137k 0:03:24 0:03:24 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 137k 0:03:25 0:03:25 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 136k 0:03:26 0:03:26 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 135k 0:03:27 0:03:27 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 135k 0:03:28 0:03:28 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 134k 0:03:29 0:03:29 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 134k 0:03:30 0:03:30 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 133k 0:03:31 0:03:31 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 132k 0:03:32 0:03:32 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 132k 0:03:33 0:03:33 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 131k 0:03:34 0:03:34 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 130k 0:03:35 0:03:35 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 130k 0:03:36 0:03:36 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 129k 0:03:37 0:03:37 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 129k 0:03:38 0:03:38 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 128k 0:03:39 0:03:39 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 127k 0:03:40 0:03:40 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 127k 0:03:41 0:03:41 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 126k 0:03:42 0:03:42 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 126k 0:03:43 0:03:43 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 125k 0:03:44 0:03:44 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 125k 0:03:45 0:03:45 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 124k 0:03:46 0:03:46 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 123k 0:03:47 0:03:47 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 123k 0:03:48 0:03:48 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 122k 0:03:49 0:03:49 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 122k 0:03:50 0:03:50 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 121k 0:03:51 0:03:51 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 121k 0:03:52 0:03:52 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 120k 0:03:53 0:03:53 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 120k 0:03:54 0:03:54 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 119k 0:03:55 0:03:55 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 119k 0:03:56 0:03:56 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 118k 0:03:57 0:03:57 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 118k 0:03:58 0:03:58 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 117k 0:03:59 0:03:59 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 117k 0:04:00 0:04:00 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 116k 0:04:01 0:04:01 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 116k 0:04:02 0:04:02 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 115k 0:04:03 0:04:03 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 115k 0:04:04 0:04:04 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 114k 0:04:05 0:04:05 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 114k 0:04:06 0:04:06 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 113k 0:04:07 0:04:07 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 113k 0:04:08 0:04:08 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 113k 0:04:09 0:04:09 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 112k 0:04:10 0:04:10 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 112k 0:04:11 0:04:11 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 111k 0:04:12 0:04:12 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 111k 0:04:13 0:04:13 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 110k 0:04:14 0:04:14 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 110k 0:04:15 0:04:15 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 109k 0:04:16 0:04:16 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 109k 0:04:17 0:04:17 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 109k 0:04:18 0:04:18 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 108k 0:04:19 0:04:19 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 108k 0:04:20 0:04:20 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 107k 0:04:21 0:04:21 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 107k 0:04:22 0:04:22 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 107k 0:04:23 0:04:23 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 106k 0:04:24 0:04:24 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 106k 0:04:25 0:04:25 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 105k 0:04:26 0:04:26 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 105k 0:04:27 0:04:27 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 105k 0:04:28 0:04:28 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 104k 0:04:29 0:04:29 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 104k 0:04:30 0:04:30 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 103k 0:04:31 0:04:31 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 103k 0:04:32 0:04:32 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 103k 0:04:33 0:04:33 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 102k 0:04:34 0:04:34 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 102k 0:04:35 0:04:35 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 101k 0:04:36 0:04:36 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 101k 0:04:37 0:04:37 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 101k 0:04:38 0:04:38 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 100k 0:04:39 0:04:39 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 100k 0:04:40 0:04:40 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 100k 0:04:41 0:04:41 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 99k 0:04:42 0:04:42 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 99k 0:04:43 0:04:43 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 99k 0:04:44 0:04:44 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 98k 0:04:45 0:04:45 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 98k 0:04:46 0:04:46 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 98k 0:04:47 0:04:47 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 97k 0:04:48 0:04:48 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 99735 0:04:49 0:04:49 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 99391 0:04:50 0:04:50 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 99050 0:04:51 0:04:51 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 98711 0:04:52 0:04:52 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 98375 0:04:53 0:04:53 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 98040 0:04:54 0:04:54 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 97708 0:04:55 0:04:55 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 97378 0:04:56 0:04:56 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 97050 0:04:57 0:04:57 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 96725 0:04:58 0:04:58 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 96402 0:04:59 0:04:59 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 96081 0:05:00 0:05:00 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 95761 0:05:01 0:05:01 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 95445 0:05:02 0:05:02 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 95130 0:05:03 0:05:03 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 94817 0:05:04 0:05:04 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 94507 0:05:05 0:05:05 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 94198 0:05:06 0:05:06 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 93891 0:05:07 0:05:07 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 93587 0:05:08 0:05:08 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 93284 0:05:09 0:05:09 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 92983 0:05:10 0:05:10 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 92685 0:05:11 0:05:11 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 92388 0:05:12 0:05:12 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 92092 0:05:13 0:05:13 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 91799 0:05:14 0:05:14 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 91508 0:05:15 0:05:15 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 91219 0:05:16 0:05:16 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 90931 0:05:17 0:05:17 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 90646 0:05:18 0:05:18 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 90362 0:05:19 0:05:19 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 90079 0:05:20 0:05:20 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 89799 0:05:21 0:05:21 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 89520 0:05:22 0:05:22 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 89243 0:05:23 0:05:23 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 88968 0:05:24 0:05:24 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 88695 0:05:25 0:05:25 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 88422 0:05:26 0:05:26 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 88152 0:05:27 0:05:27 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 87884 0:05:28 0:05:28 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 87617 0:05:29 0:05:29 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 87351 0:05:30 0:05:30 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 87088 0:05:31 0:05:31 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 86825 0:05:32 0:05:32 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 86565 0:05:33 0:05:33 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 86306 0:05:34 0:05:34 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 86048 0:05:35 0:05:35 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 85793 0:05:36 0:05:36 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 85538 0:05:37 0:05:37 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 85285 0:05:38 0:05:38 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 85034 0:05:39 0:05:39 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 84784 0:05:40 0:05:40 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 84535 0:05:41 0:05:41 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 84288 0:05:42 0:05:42 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 84043 0:05:43 0:05:43 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 83798 0:05:44 0:05:44 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 83556 0:05:45 0:05:45 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 83314 0:05:46 0:05:46 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 83074 0:05:47 0:05:47 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 82836 0:05:48 0:05:48 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 82599 0:05:49 0:05:49 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 82363 0:05:50 0:05:50 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 82128 0:05:51 0:05:51 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 81895 0:05:52 0:05:52 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 81663 0:05:53 0:05:53 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 81433 0:05:54 0:05:54 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 81203 0:05:55 0:05:55 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 80975 0:05:56 0:05:56 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 80749 0:05:57 0:05:57 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 80523 0:05:58 0:05:58 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 80299 0:05:59 0:05:59 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 80076 0:06:00 0:06:00 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 79855 0:06:01 0:06:01 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 79634 0:06:02 0:06:02 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 79415 0:06:03 0:06:03 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 79197 0:06:04 0:06:04 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 78980 0:06:05 0:06:05 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 78764 0:06:06 0:06:06 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 78550 0:06:07 0:06:07 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 78336 0:06:08 0:06:08 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 78124 0:06:09 0:06:09 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 77913 0:06:10 0:06:10 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 77703 0:06:11 0:06:11 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 77494 0:06:12 0:06:12 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 77287 0:06:13 0:06:13 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 77080 0:06:14 0:06:14 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 76875 0:06:15 0:06:15 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 76670 0:06:16 0:06:16 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 76467 0:06:17 0:06:17 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 76265 0:06:18 0:06:18 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 76064 0:06:19 0:06:19 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 75864 0:06:20 0:06:20 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 75665 0:06:21 0:06:21 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 75467 0:06:22 0:06:22 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 75270 0:06:23 0:06:23 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 75074 0:06:24 0:06:24 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 74879 0:06:25 0:06:25 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 74685 0:06:26 0:06:26 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 74492 0:06:27 0:06:27 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 74300 0:06:28 0:06:28 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 74110 0:06:29 0:06:29 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 73920 0:06:30 0:06:30 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 73731 0:06:31 0:06:31 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 73543 0:06:32 0:06:32 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 73356 0:06:33 0:06:33 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 73169 0:06:34 0:06:34 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 72984 0:06:35 0:06:35 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 72800 0:06:36 0:06:36 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 72617 0:06:37 0:06:37 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 72435 0:06:38 0:06:38 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 72253 0:06:39 0:06:39 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 72072 0:06:40 0:06:40 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 71893 0:06:41 0:06:41 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 71714 0:06:42 0:06:42 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 71536 0:06:43 0:06:43 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 71359 0:06:44 0:06:44 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 71183 0:06:45 0:06:45 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 71008 0:06:46 0:06:46 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 70834 0:06:47 0:06:47 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 70660 0:06:48 0:06:48 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 70487 0:06:49 0:06:49 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 70316 0:06:50 0:06:50 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 70144 0:06:51 0:06:51 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 69974 0:06:52 0:06:52 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 69805 0:06:53 0:06:53 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 69636 0:06:54 0:06:54 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 69469 0:06:55 0:06:55 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 69302 0:06:56 0:06:56 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 69136 0:06:57 0:06:57 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 68970 0:06:58 0:06:58 --:--:-- 0 100 27.5M 0 43 100 27.5M 0 68872 0:06:59 0:06:59 --:--:-- 9 [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-16_13-24-13.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.5M 0 0 100 27.5M 0 22.6M 0:00:01 0:00:01 --:--:-- 22.6M 100 27.5M 0 0 100 27.5M 0 12.4M 0:00:02 0:00:02 --:--:-- 12.4M 100 27.5M 0 0 100 27.5M 0 8760k 0:00:03 0:00:03 --:--:-- 8760k 100 27.5M 0 0 100 27.5M 0 6681k 0:00:04 0:00:04 --:--:-- 6681k 100 27.5M 0 0 100 27.5M 0 5400k 0:00:05 0:00:05 --:--:-- 5400k 100 27.5M 0 0 100 27.5M 0 4531k 0:00:06 0:00:06 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 3903k 0:00:07 0:00:07 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 3428k 0:00:08 0:00:08 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 3056k 0:00:09 0:00:09 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2757k 0:00:10 0:00:10 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2511k 0:00:11 0:00:11 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2305k 0:00:12 0:00:12 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2131k 0:00:13 0:00:13 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1981k 0:00:14 0:00:14 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1851k 0:00:15 0:00:15 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1737k 0:00:16 0:00:16 --:--:-- 0 100 27.5M 0 43 100 27.5M 2 1681k 0:00:16 0:00:16 --:--:-- 9 100 27.5M 0 43 100 27.5M 2 1681k 0:00:16 0:00:16 --:--:-- 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.114.184:62480/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-module-slave32/master/module_master_2025-07-16_13-24-13.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.5M 0 0 100 27.5M 0 22.9M 0:00:01 0:00:01 --:--:-- 22.9M 100 27.5M 0 0 100 27.5M 0 12.5M 0:00:02 0:00:02 --:--:-- 12.5M 100 27.5M 0 0 100 27.5M 0 8804k 0:00:03 0:00:03 --:--:-- 8804k 100 27.5M 0 0 100 27.5M 0 6708k 0:00:04 0:00:04 --:--:-- 6708k 100 27.5M 0 0 100 27.5M 0 5417k 0:00:05 0:00:05 --:--:-- 5417k 100 27.5M 0 0 100 27.5M 0 4543k 0:00:06 0:00:06 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 3912k 0:00:07 0:00:07 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 3435k 0:00:08 0:00:08 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 3061k 0:00:09 0:00:09 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2761k 0:00:10 0:00:10 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2515k 0:00:11 0:00:11 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2309k 0:00:12 0:00:12 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 2133k 0:00:13 0:00:13 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1983k 0:00:14 0:00:14 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1853k 0:00:15 0:00:15 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1738k 0:00:16 0:00:16 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1637k 0:00:17 0:00:17 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1547k 0:00:18 0:00:18 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1467k 0:00:19 0:00:19 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1394k 0:00:20 0:00:20 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1328k 0:00:21 0:00:21 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1268k 0:00:22 0:00:22 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1214k 0:00:23 0:00:23 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1164k 0:00:24 0:00:24 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1117k 0:00:25 0:00:25 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1075k 0:00:26 0:00:26 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 1035k 0:00:27 0:00:27 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 998k 0:00:28 0:00:28 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 964k 0:00:29 0:00:29 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 932k 0:00:30 0:00:30 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 902k 0:00:31 0:00:31 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 874k 0:00:32 0:00:32 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 848k 0:00:33 0:00:33 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 823k 0:00:34 0:00:34 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 800k 0:00:35 0:00:35 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 778k 0:00:36 0:00:36 --:--:-- 0 100 27.5M 0 0 100 27.5M 0 757k 0:00:37 0:00:37 --:--:-- 0 100 27.5M 0 43 100 27.5M 1 749k 0:00:37 0:00:37 --:--:-- 9 100 27.5M 0 43 100 27.5M 1 749k 0:00:37 0:00:37 --:--:-- 12 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo public 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 traffic msg [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><h3>fix_out</h3><ul><li> traffic msg</li></ul></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/1909/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": "# 版本发布通知 ### [IMV专用(威海测试)] --- - 版本名: [module_master_2025-07-16_13-24-13] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:wuyanjun - 更新模块: [shared_msgs] - 上传平台: public xiamen daxie suxi - 任务号: [orin-module-slave32 #1909] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-module-slave32/1909/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 732 100 27 100 705 214 5595 --:--:-- --:--:-- --:--:-- 5809 [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