Console Output
Skipping 4,675 KB..
Full LogTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTest
...............................................................................
_______________________________________________________________________________
Warnings << snapshot_store:make /root/workspace/telediagnostic/logs/snapshot_store/build.make.000.log
/root/workspace/telediagnostic/src/pnc/algorithm/wbca/imv_wbca_manager.cpp: In member function ‘virtual bool senior::pnc::algorithm::IMVWBCAManager::UpdateRoute2()’:
/root/workspace/telediagnostic/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:418:27: warning: ‘*((void*)& pre_vt_point +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
418 | cur_vt_pint[1] - pre_vt_point[1]});
/root/workspace/telediagnostic/src/pnc/algorithm/wbca/imv_wbca_manager.cpp:417:21: warning: ‘pre_vt_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
417 | {std::fmax(cur_vt_pint[0], pre_vt_point[0]),
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/eigen3/Eigen/Core:478,
from /root/workspace/telediagnostic/src/snapshot_store/../pnc/data/wbca/wbca_data.hpp:7,
from /root/workspace/telediagnostic/src/pnc/algorithm/wbca/path_optimization/car_path_optimization.hpp:6,
from /root/workspace/telediagnostic/src/pnc/algorithm/wbca/path_optimization/car_path_optimization.cpp:5:
/usr/include/eigen3/Eigen/src/Core/Redux.h: In instantiation of ‘typename Eigen::internal::traits<T>::Scalar Eigen::DenseBase<Derived>::sum() const [with Derived = Eigen::Array<bool, -1, 1, 0, -1, 1>; typename Eigen::internal::traits<T>::Scalar = bool]’:
/root/workspace/telediagnostic/src/pnc/algorithm/wbca/path_optimization/car_path_optimization.cpp:378:32: required from here
/usr/include/eigen3/Eigen/src/Core/Redux.h:453:43: warning: ‘Eigen::internal::scalar_sum_op<bool, bool>::scalar_sum_op()’ is deprecated [-Wdeprecated-declarations]
453 | return derived().redux(Eigen::internal::scalar_sum_op<Scalar,Scalar>());
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/eigen3/Eigen/Core:423,
from /root/workspace/telediagnostic/src/snapshot_store/../pnc/data/wbca/wbca_data.hpp:7,
from /root/workspace/telediagnostic/src/pnc/algorithm/wbca/path_optimization/car_path_optimization.hpp:6,
from /root/workspace/telediagnostic/src/pnc/algorithm/wbca/path_optimization/car_path_optimization.cpp:5:
/usr/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h:66:3: note: declared here
66 | scalar_sum_op() {}
| ^~~~~~~~~~~~~
/root/workspace/telediagnostic/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp: In member function ‘bool senior::pnc::algorithm::TruckPathOptimization::TransToPath()’:
/root/workspace/telediagnostic/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp:258:35: warning: ‘*((void*)& trailer_heading_data +16)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
258 | trailer_heading_data[0] - trailer_heading_data[2];
/root/workspace/telediagnostic/src/pnc/algorithm/wbca/path_optimization/truck_path_optimization.cpp:258:35: warning: ‘trailer_heading_data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/root/workspace/telediagnostic/src/pnc/data/boundary/road_boundary.cpp: In member function ‘void senior::pnc::data::RoadBoundary::GenerateSwitchShiftL(senior::pnc::data::PlanFrame&, const senior::pnc::data::GuideLine&)’:
/root/workspace/telediagnostic/src/pnc/data/boundary/road_boundary.cpp:743:34: warning: ‘right_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
743 | boundary_pt.set_right_shift_l(right_shift_l);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/root/workspace/telediagnostic/src/pnc/data/boundary/road_boundary.cpp:742:33: warning: ‘left_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
742 | boundary_pt.set_left_shift_l(left_shift_l);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
from /root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/hybrid_a_star_tt.h:21,
from /root/workspace/telediagnostic/src/pnc/data/config/cfg_ssep.cpp:3:
/root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/pnc/io/string_compress.cpp: In static member function ‘static int senior::StringCompress::DecompressString(const string&, std::string&)’:
/root/workspace/telediagnostic/src/pnc/io/string_compress.cpp:115:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
115 | ret = Z_DATA_ERROR; /* and fall through */
| ^
/root/workspace/telediagnostic/src/pnc/io/string_compress.cpp:116:9: note: here
116 | case Z_DATA_ERROR:
| ^~~~
In file included from /root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.h:15,
from /root/workspace/telediagnostic/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:1:
/root/workspace/telediagnostic/src/snapshot_store/../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&)’:
/root/workspace/telediagnostic/src/snapshot_store/../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,
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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,
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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,
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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,
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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,
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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)’:
/root/workspace/telediagnostic/src/snapshot_store/../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(),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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,
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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,
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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,
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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,
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc: In member function ‘std::vector<senior::pnc::ssep::geometric_searcher::State> senior::pnc::ssep::geometric_searcher::BulkYardGeometricSearcher::Search(double, double, double, double, double, double, const senior::pnc::ssep::OGM&, const std::vector<double>&, const senior::pnc::ssep::geometric_searcher::BarrierResult&, bool, double*) const’:
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:127:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
127 | .x = ex,
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:128:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
128 | .y = ey,
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:129:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
129 | .heading = eheading,
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:152:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
152 | .x = sx,
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:153:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
153 | .y = sy,
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/geometric_searcher/bulk_yard_geometric_searcher.cc:154:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
154 | .heading = sheading,
| ^
In file included from /root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
from /root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/hybrid_a_star_tt.h:21,
from /root/workspace/telediagnostic/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1:
/root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc: In member function ‘bool senior::pnc::ssep::HybridAStarTT::Plan(double, double, double, double, double, double, double, double, double, const std::vector<double>&, const std::vector<std::vector<senior::pnc::ssep::Vec2d> >&, const std::vector<std::vector<senior::pnc::ssep::Vec2d> >&, std::shared_ptr<senior::pnc::ssep::OGM>, std::shared_ptr<senior::pnc::ssep::ObstacleDisLayer>, std::shared_ptr<senior::pnc::ssep::ObstacleDisLayer>, const std::vector<std::array<double, 3> >&, senior::pnc::ssep::SsepPath*, senior::pnc::ssep::SsepDebugData*, std::vector<double>&, std::vector<double>&, std::mutex&)’:
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:236:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
236 | .x = ex,
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:237:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
237 | .y = ey,
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:238:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
238 | .phi_tractor = ephi_tractor,
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:239:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
239 | .phi_trailer = ephi_trailer,
| ^
/root/workspace/telediagnostic/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>)’:
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1050:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
1050 | .x = current_node->GetX(),
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1051:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
1051 | .y = current_node->GetY(),
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1052:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
1052 | .phi_tractor = current_node->GetPhiTractor(),
| ^
/root/workspace/telediagnostic/src/pnc/ssep/coarse_search/hybrid_a_star_tt.cc:1053:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
1053 | .phi_trailer = current_node->GetPhiTrailer(),
| ^
In file included from /root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
from /root/workspace/telediagnostic/src/pnc/ssep/coarse_search/preprocessed_curves/trajectories_reader.cc:1:
/root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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 /root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/preprocessed_curves/trajectories_reader.h:6,
from /root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/preprocessed_curves/tt_curve_manager.h:6,
from /root/workspace/telediagnostic/src/pnc/ssep/coarse_search/preprocessed_curves/tt_curve_manager.cc:1:
/root/workspace/telediagnostic/src/snapshot_store/../pnc/ssep/coarse_search/preprocessed_curves/tt_curve.h: In member function ‘senior::pnc::ssep::PoseTT senior::pnc::ssep::TractorTrailerCurve::GetPoseTT(int) const’:
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
/root/workspace/telediagnostic/src/snapshot_store/../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),
| ^
cd /root/workspace/telediagnostic/build/snapshot_store; catkin build --get-env snapshot_store | catkin env -si /usr/bin/make --jobserver-auth=3,4; cd -
[build 1:32:14.3 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:14.4 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:14.5 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:14.6 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:14.7 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:14.8 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:14.9 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:15.0 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:15.1 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:15.2 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:15.3 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:15.4 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:15.5 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:15.6 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:15.7 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:15.8 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:15.9 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:16.0 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:16.1 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:16.2 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:16.3 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:16.4 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:32:16.5 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
...............................................................................
Finished <<< snapshot_store [ 39 minutes and 45.4 seconds ]
[build] Summary: All 31 packages succeeded!
[build] Ignored: None.
[build] Warnings: 19 packages succeeded with warnings.
[build] Abandoned: No packages were abandoned.
[build] Failed: No packages failed.
[build] Runtime: 1 hour 32 minutes and 16.5 seconds total.
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[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 /root/workspace/telediagnostic/install/lib
[Pipeline] {
[Pipeline] sh
+ cp -f /root/workspace/telediagnostic/version.json ./
[Pipeline] sh
+ cp -f snapshot_store/snapshot_store_handler ./
[Pipeline] sh
+ zip -rq telediagnostic_2025-07-02_11-56-00.zip ./libhdmap_interface.so ./libhdmap_interface_shm.so ./snapshot_store_handler ./version.json
[Pipeline] echo
/root/workspace/telediagnostic/install/lib/telediagnostic_2025-07-02_11-56-00.zip,/root/workspace/telediagnostic/version.json
[Pipeline] sh
+ curl -X POST http://159.27.225.200:6201/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/telediagnostic/install/lib/telediagnostic_2025-07-02_11-56-00.zip"' --form 'version=@"/root/workspace/telediagnostic/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 7689k 0 0 100 7689k 0 6402k 0:00:01 0:00:01 --:--:-- 6402k
100 7689k 0 0 100 7689k 0 3492k 0:00:02 0:00:02 --:--:-- 3492k
100 7689k 0 0 100 7689k 0 2400k 0:00:03 0:00:03 --:--:-- 2400k
100 7689k 0 0 100 7689k 0 1829k 0:00:04 0:00:04 --:--:-- 1829k
100 7689k 0 43 100 7689k 9 1668k 0:00:04 0:00:04 --:--:-- 1668k
[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] sh
+ curl -X POST http://159.27.225.200:6201/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/telediagnostic/install/lib/telediagnostic_2025-07-02_11-56-00.zip"' --form 'version=@"/root/workspace/telediagnostic/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 7689k 0 0 100 7689k 0 6402k 0:00:01 0:00:01 --:--:-- 6402k
100 7689k 0 0 100 7689k 0 3490k 0:00:02 0:00:02 --:--:-- 3492k
100 7689k 0 0 100 7689k 0 2399k 0:00:03 0:00:03 --:--:-- 2400k
100 7689k 0 0 100 7689k 0 1828k 0:00:04 0:00:04 --:--:-- 1828k
100 7689k 0 43 100 7689k 8 1581k 0:00:04 0:00:04 --:--:-- 1580k
100 7689k 0 43 100 7689k 8 1581k 0:00:04 0:00:04 --:--:-- 11
[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] sh
+ curl -X POST http://143.64.91.51:18081/prod-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/telediagnostic/install/lib/telediagnostic_2025-07-02_11-56-00.zip"' --form 'version=@"/root/workspace/telediagnostic/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 7689k 0 0 100 7689k 0 37.3M --:--:-- --:--:-- --:--:-- 37.1M
100 7689k 0 0 100 7689k 0 6402k 0:00:01 0:00:01 --:--:-- 6397k
100 7689k 0 0 100 7689k 0 3490k 0:00:02 0:00:02 --:--:-- 3490k
100 7689k 0 0 100 7689k 0 2399k 0:00:03 0:00:03 --:--:-- 2399k
100 7689k 0 0 100 7689k 0 1828k 0:00:04 0:00:04 --:--:-- 1828k
100 7689k 0 43 100 7689k 8 1500k 0:00:05 0:00:05 --:--:-- 8
[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] sh
+ curl -X POST http://127.0.0.1:8090/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/telediagnostic/install/lib/telediagnostic_2025-07-02_11-56-00.zip"' --form 'version=@"/root/workspace/telediagnostic/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 7689k 0 43 100 7689k 39 7035k 0:00:01 0:00:01 --:--:-- 7035k
100 7689k 0 43 100 7689k 39 7028k 0:00:01 0:00:01 --:--:-- 7035k
[Pipeline] echo
{"msg":"操作成功","code":200,"data":""}
[Pipeline] echo
{"msg":"操作成功","code":200,"data":""}
[Pipeline] sh
+ rm -rf /root/workspace/telediagnostic/src/hdmap /root/workspace/telediagnostic/src/hdmap_interface /root/workspace/telediagnostic/src/pnc /root/workspace/telediagnostic/src/shared_msgs /root/workspace/telediagnostic/src/snapshot_store /root/workspace/telediagnostic@tmp
[Pipeline] sh
+ rm -rf '/root/workspace/telediagnostic/*.zip'
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
always
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] echo
success
[Pipeline] sh
+ cat /root/weilk/master-project/.project-telediagnostic.json
[Pipeline] sh
+ cat /root/weilk/rcdev-project/.project-telediagnostic.json
[Pipeline] sh
+ cat /root/weilk/dev-project/.project-telediagnostic.json
[Pipeline] readJSON
[Pipeline] echo
traffic msg
[Pipeline] echo
故障码增加关联task_id
[Pipeline] echo
溯源消息增加task_id
[Pipeline] echo
webhtml准备完成
[Pipeline] echo
webhtml准备完成
[Pipeline] echo
webhtml准备完成
[Pipeline] echo
webhtml准备完成
[Pipeline] echo
webhtml准备完成
[Pipeline] echo
<!DOCTYPE html><html><head><meta charset="utf-8"><title>msg2html</title></head><body><h1>更新内容</h1><h2>模块名: shared_msgs</h2><h3>feat_out</h3><ul><li>故障码增加关联task_id</li><li>溯源消息增加task_id</li></ul><h2>模块名: pnc</h2><h2>模块名: hdmap</h2><h2>模块名: telediagnostic</h2><h2>模块名: hdmap_interface</h2></body></html>
[Pipeline] echo
msg已经准备完成
[Pipeline] sh
+ touch /root/workspace/telediagnostic/index.html
[Pipeline] writeFile
[Pipeline] echo
html更新完成
[Pipeline] publishHTML
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level /root/workspace/telediagnostic to /var/lib/jenkins/jobs/telediagnostic/builds/86/htmlreports/update_20message
[Pipeline] wrap
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
user: , telphone:
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] echo
user: , telphone:
[Pipeline] }
[Pipeline] // script
[Pipeline] sh
+ curl -X POST 'https://oapi.dingtalk.com/robot/send?access_token=c4e318472bbd19d0449efb4060de213f730dc32b4bf44819381a8fa7adf61983' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"jenkins通知","text": "# 版本发布通知
### [telediagnostic更新]
---
- 版本名: [telediagnostic_2025-07-02_11-56-00]
- 状态:<font color=#01B468> 编译成功 </font>
- 执行人:wuyanjun
- 更新模块:
[shared_msgs]
- 任务号:[telediagnostic #86]
- 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/telediagnostic/86/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 668 100 27 100 641 238 5672 --:--:-- --:--:-- --:--:-- 5911
[Pipeline] echo
{"errcode":0,"errmsg":"ok"}
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS