Console Output
Skipping 4,292 KB..
Full LogTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTest
...............................................................................
_______________________________________________________________________________
Warnings << snapshot_store:make /root/workspace/telediagnostic/logs/snapshot_store/build.make.000.log
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/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]),
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:747:34: warning: ‘right_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
747 | boundary_pt.set_right_shift_l(right_shift_l);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/root/workspace/telediagnostic/src/pnc/data/boundary/road_boundary.cpp:746:33: warning: ‘left_shift_l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
746 | 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, 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:268:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic]
268 | .x = ex,
| ^
/root/workspace/telediagnostic/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,
| ^
/root/workspace/telediagnostic/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,
| ^
/root/workspace/telediagnostic/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,
| ^
/root/workspace/telediagnostic/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,
| ^
/root/workspace/telediagnostic/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,
| ^
/root/workspace/telediagnostic/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,
| ^
/root/workspace/telediagnostic/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,
| ^
/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>, bool)’:
/root/workspace/telediagnostic/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(),
| ^
/root/workspace/telediagnostic/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(),
| ^
/root/workspace/telediagnostic/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(),
| ^
/root/workspace/telediagnostic/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 /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:23:30.6 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:30.7 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:30.8 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:30.9 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:31.0 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:31.1 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:31.2 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:31.3 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:31.4 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:31.5 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:31.6 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:31.7 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:31.8 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:31.9 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:32.0 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:32.1 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:32.2 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:32.3 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:32.4 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:32.5 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:32.6 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
[build 1:23:32.7 s] [30/31 complete] [1/6 jobs] [0 queued] [snapshot_store:...
...............................................................................
Finished <<< snapshot_store [ 18 minutes and 50.9 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 23 minutes and 32.8 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-11_17-07-09.zip ./libhdmap_interface.so ./libhdmap_interface_shm.so ./snapshot_store_handler ./version.json
[Pipeline] echo
/root/workspace/telediagnostic/install/lib/telediagnostic_2025-07-11_17-07-09.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-11_17-07-09.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 7714k 0 0 100 7714k 0 6423k 0:00:01 0:00:01 --:--:-- 6423k
100 7714k 0 0 100 7714k 0 3503k 0:00:02 0:00:02 --:--:-- 3503k
100 7714k 0 0 100 7714k 0 2408k 0:00:03 0:00:03 --:--:-- 2409k
100 7714k 0 0 100 7714k 0 1835k 0:00:04 0:00:04 --:--:-- 1835k
100 7714k 0 43 100 7714k 9 1692k 0:00:04 0:00:04 --:--:-- 1692k
[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-11_17-07-09.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 7714k 0 0 100 7714k 0 6423k 0:00:01 0:00:01 --:--:-- 6428k
100 7714k 0 0 100 7714k 0 3503k 0:00:02 0:00:02 --:--:-- 3505k
100 7714k 0 0 100 7714k 0 2409k 0:00:03 0:00:03 --:--:-- 2409k
100 7714k 0 0 100 7714k 0 1835k 0:00:04 0:00:04 --:--:-- 1835k
100 7714k 0 43 100 7714k 9 1620k 0:00:04 0:00:04 --:--:-- 1620k
[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-11_17-07-09.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 7714k 0 0 100 7714k 0 6423k 0:00:01 0:00:01 --:--:-- 6423k
100 7714k 0 0 100 7714k 0 3503k 0:00:02 0:00:02 --:--:-- 3503k
100 7714k 0 0 100 7714k 0 2408k 0:00:03 0:00:03 --:--:-- 2408k
100 7714k 0 0 100 7714k 0 1835k 0:00:04 0:00:04 --:--:-- 1835k
100 7714k 0 0 100 7714k 0 1482k 0:00:05 0:00:05 --:--:-- 1482k
100 7714k 0 0 100 7714k 0 1243k 0:00:06 0:00:06 --:--:-- 0
100 7714k 0 0 100 7714k 0 1070k 0:00:07 0:00:07 --:--:-- 0
100 7714k 0 0 100 7714k 0 939k 0:00:08 0:00:08 --:--:-- 0
100 7714k 0 0 100 7714k 0 837k 0:00:09 0:00:09 --:--:-- 0
100 7714k 0 0 100 7714k 0 755k 0:00:10 0:00:10 --:--:-- 0
100 7714k 0 0 100 7714k 0 688k 0:00:11 0:00:11 --:--:-- 0
100 7714k 0 0 100 7714k 0 631k 0:00:12 0:00:12 --:--:-- 0
100 7714k 0 0 100 7714k 0 583k 0:00:13 0:00:13 --:--:-- 0
100 7714k 0 0 100 7714k 0 542k 0:00:14 0:00:14 --:--:-- 0
100 7714k 0 0 100 7714k 0 507k 0:00:15 0:00:15 --:--:-- 0
100 7714k 0 0 100 7714k 0 475k 0:00:16 0:00:16 --:--:-- 0
100 7714k 0 0 100 7714k 0 448k 0:00:17 0:00:17 --:--:-- 0
100 7714k 0 0 100 7714k 0 423k 0:00:18 0:00:18 --:--:-- 0
100 7714k 0 0 100 7714k 0 401k 0:00:19 0:00:19 --:--:-- 0
100 7714k 0 0 100 7714k 0 381k 0:00:20 0:00:20 --:--:-- 0
100 7714k 0 0 100 7714k 0 363k 0:00:21 0:00:21 --:--:-- 0
100 7714k 0 0 100 7714k 0 347k 0:00:22 0:00:22 --:--:-- 0
100 7714k 0 0 100 7714k 0 332k 0:00:23 0:00:23 --:--:-- 0
100 7714k 0 0 100 7714k 0 318k 0:00:24 0:00:24 --:--:-- 0
100 7714k 0 0 100 7714k 0 305k 0:00:25 0:00:25 --:--:-- 0
100 7714k 0 0 100 7714k 0 294k 0:00:26 0:00:26 --:--:-- 0
100 7714k 0 0 100 7714k 0 283k 0:00:27 0:00:27 --:--:-- 0
100 7714k 0 0 100 7714k 0 273k 0:00:28 0:00:28 --:--:-- 0
100 7714k 0 0 100 7714k 0 263k 0:00:29 0:00:29 --:--:-- 0
100 7714k 0 0 100 7714k 0 255k 0:00:30 0:00:30 --:--:-- 0
100 7714k 0 0 100 7714k 0 247k 0:00:31 0:00:31 --:--:-- 0
100 7714k 0 0 100 7714k 0 239k 0:00:32 0:00:32 --:--:-- 0
100 7714k 0 0 100 7714k 0 232k 0:00:33 0:00:33 --:--:-- 0
100 7714k 0 0 100 7714k 0 225k 0:00:34 0:00:34 --:--:-- 0
100 7714k 0 0 100 7714k 0 218k 0:00:35 0:00:35 --:--:-- 0
100 7714k 0 0 100 7714k 0 212k 0:00:36 0:00:36 --:--:-- 0
100 7714k 0 0 100 7714k 0 207k 0:00:37 0:00:37 --:--:-- 0
100 7714k 0 0 100 7714k 0 201k 0:00:38 0:00:38 --:--:-- 0
100 7714k 0 0 100 7714k 0 196k 0:00:39 0:00:39 --:--:-- 0
100 7714k 0 0 100 7714k 0 191k 0:00:40 0:00:40 --:--:-- 0
100 7714k 0 0 100 7714k 0 187k 0:00:41 0:00:41 --:--:-- 0
100 7714k 0 0 100 7714k 0 182k 0:00:42 0:00:42 --:--:-- 0
100 7714k 0 0 100 7714k 0 178k 0:00:43 0:00:43 --:--:-- 0
100 7714k 0 0 100 7714k 0 174k 0:00:44 0:00:44 --:--:-- 0
100 7714k 0 0 100 7714k 0 170k 0:00:45 0:00:45 --:--:-- 0
100 7714k 0 0 100 7714k 0 166k 0:00:46 0:00:46 --:--:-- 0
100 7714k 0 0 100 7714k 0 163k 0:00:47 0:00:47 --:--:-- 0
100 7714k 0 0 100 7714k 0 159k 0:00:48 0:00:48 --:--:-- 0
100 7714k 0 0 100 7714k 0 156k 0:00:49 0:00:49 --:--:-- 0
100 7714k 0 0 100 7714k 0 153k 0:00:50 0:00:50 --:--:-- 0
100 7714k 0 0 100 7714k 0 150k 0:00:51 0:00:51 --:--:-- 0
100 7714k 0 0 100 7714k 0 147k 0:00:52 0:00:52 --:--:-- 0
100 7714k 0 0 100 7714k 0 144k 0:00:53 0:00:53 --:--:-- 0
100 7714k 0 0 100 7714k 0 142k 0:00:54 0:00:54 --:--:-- 0
100 7714k 0 0 100 7714k 0 139k 0:00:55 0:00:55 --:--:-- 0
100 7714k 0 0 100 7714k 0 137k 0:00:56 0:00:56 --:--:-- 0
100 7714k 0 0 100 7714k 0 134k 0:00:57 0:00:57 --:--:-- 0
100 7714k 0 0 100 7714k 0 132k 0:00:58 0:00:58 --:--:-- 0
100 7714k 0 0 100 7714k 0 130k 0:00:59 0:00:59 --:--:-- 0
100 7714k 0 0 100 7714k 0 128k 0:01:00 0:01:00 --:--:-- 0
100 7714k 0 0 100 7714k 0 125k 0:01:01 0:01:01 --:--:-- 0
100 7714k 0 0 100 7714k 0 123k 0:01:02 0:01:02 --:--:-- 0
100 7714k 0 0 100 7714k 0 121k 0:01:03 0:01:03 --:--:-- 0
100 7714k 0 0 100 7714k 0 120k 0:01:04 0:01:04 --:--:-- 0
100 7714k 0 0 100 7714k 0 118k 0:01:05 0:01:05 --:--:-- 0
100 7714k 0 0 100 7714k 0 116k 0:01:06 0:01:06 --:--:-- 0
100 7714k 0 0 100 7714k 0 114k 0:01:07 0:01:07 --:--:-- 0
100 7714k 0 0 100 7714k 0 113k 0:01:08 0:01:08 --:--:-- 0
100 7714k 0 0 100 7714k 0 111k 0:01:09 0:01:09 --:--:-- 0
100 7714k 0 0 100 7714k 0 109k 0:01:10 0:01:10 --:--:-- 0
100 7714k 0 0 100 7714k 0 108k 0:01:11 0:01:11 --:--:-- 0
100 7714k 0 0 100 7714k 0 106k 0:01:12 0:01:12 --:--:-- 0
100 7714k 0 0 100 7714k 0 105k 0:01:13 0:01:13 --:--:-- 0
100 7714k 0 0 100 7714k 0 103k 0:01:14 0:01:14 --:--:-- 0
100 7714k 0 0 100 7714k 0 102k 0:01:15 0:01:15 --:--:-- 0
100 7714k 0 0 100 7714k 0 101k 0:01:16 0:01:16 --:--:-- 0
100 7714k 0 0 100 7714k 0 99k 0:01:17 0:01:17 --:--:-- 0
100 7714k 0 0 100 7714k 0 98k 0:01:18 0:01:18 --:--:-- 0
100 7714k 0 0 100 7714k 0 99644 0:01:19 0:01:19 --:--:-- 0
100 7714k 0 0 100 7714k 0 98402 0:01:20 0:01:20 --:--:-- 0
100 7714k 0 0 100 7714k 0 97190 0:01:21 0:01:21 --:--:-- 0
100 7714k 0 0 100 7714k 0 96006 0:01:22 0:01:22 --:--:-- 0
100 7714k 0 0 100 7714k 0 94854 0:01:23 0:01:23 --:--:-- 0
100 7714k 0 0 100 7714k 0 93727 0:01:24 0:01:24 --:--:-- 0
100 7714k 0 0 100 7714k 0 92627 0:01:25 0:01:25 --:--:-- 0
100 7714k 0 0 100 7714k 0 91552 0:01:26 0:01:26 --:--:-- 0
100 7714k 0 0 100 7714k 0 90503 0:01:27 0:01:27 --:--:-- 0
100 7714k 0 0 100 7714k 0 89477 0:01:28 0:01:28 --:--:-- 0
100 7714k 0 0 100 7714k 0 88473 0:01:29 0:01:29 --:--:-- 0
100 7714k 0 0 100 7714k 0 87492 0:01:30 0:01:30 --:--:-- 0
100 7714k 0 0 100 7714k 0 86532 0:01:31 0:01:31 --:--:-- 0
100 7714k 0 0 100 7714k 0 85594 0:01:32 0:01:32 --:--:-- 0
100 7714k 0 0 100 7714k 0 84675 0:01:33 0:01:33 --:--:-- 0
100 7714k 0 0 100 7714k 0 83777 0:01:34 0:01:34 --:--:-- 0
100 7714k 0 0 100 7714k 0 82897 0:01:35 0:01:35 --:--:-- 0
100 7714k 0 0 100 7714k 0 82035 0:01:36 0:01:36 --:--:-- 0
100 7714k 0 0 100 7714k 0 81190 0:01:37 0:01:37 --:--:-- 0
100 7714k 0 0 100 7714k 0 80363 0:01:38 0:01:38 --:--:-- 0
100 7714k 0 0 100 7714k 0 79553 0:01:39 0:01:39 --:--:-- 0
100 7714k 0 0 100 7714k 0 78759 0:01:40 0:01:40 --:--:-- 0
100 7714k 0 0 100 7714k 0 77981 0:01:41 0:01:41 --:--:-- 0
100 7714k 0 0 100 7714k 0 77218 0:01:42 0:01:42 --:--:-- 0
100 7714k 0 0 100 7714k 0 76470 0:01:43 0:01:43 --:--:-- 0
100 7714k 0 0 100 7714k 0 75735 0:01:44 0:01:44 --:--:-- 0
100 7714k 0 0 100 7714k 0 75016 0:01:45 0:01:45 --:--:-- 0
100 7714k 0 0 100 7714k 0 74310 0:01:46 0:01:46 --:--:-- 0
100 7714k 0 0 100 7714k 0 73617 0:01:47 0:01:47 --:--:-- 0
100 7714k 0 0 100 7714k 0 72936 0:01:48 0:01:48 --:--:-- 0
100 7714k 0 0 100 7714k 0 72268 0:01:49 0:01:49 --:--:-- 0
100 7714k 0 0 100 7714k 0 71613 0:01:50 0:01:50 --:--:-- 0
100 7714k 0 0 100 7714k 0 70969 0:01:51 0:01:51 --:--:-- 0
100 7714k 0 0 100 7714k 0 70336 0:01:52 0:01:52 --:--:-- 0
100 7714k 0 0 100 7714k 0 69715 0:01:53 0:01:53 --:--:-- 0
100 7714k 0 0 100 7714k 0 69104 0:01:54 0:01:54 --:--:-- 0
100 7714k 0 0 100 7714k 0 68504 0:01:55 0:01:55 --:--:-- 0
100 7714k 0 0 100 7714k 0 67915 0:01:56 0:01:56 --:--:-- 0
100 7714k 0 0 100 7714k 0 67335 0:01:57 0:01:57 --:--:-- 0
100 7714k 0 0 100 7714k 0 66766 0:01:58 0:01:58 --:--:-- 0
100 7714k 0 0 100 7714k 0 66206 0:01:59 0:01:59 --:--:-- 0
100 7714k 0 0 100 7714k 0 65655 0:02:00 0:02:00 --:--:-- 0
100 7714k 0 0 100 7714k 0 65113 0:02:01 0:02:01 --:--:-- 0
100 7714k 0 0 100 7714k 0 64580 0:02:02 0:02:02 --:--:-- 0
100 7714k 0 0 100 7714k 0 64056 0:02:03 0:02:03 --:--:-- 0
100 7714k 0 0 100 7714k 0 63540 0:02:04 0:02:04 --:--:-- 0
100 7714k 0 0 100 7714k 0 63033 0:02:05 0:02:05 --:--:-- 0
100 7714k 0 0 100 7714k 0 62534 0:02:06 0:02:06 --:--:-- 0
100 7714k 0 0 100 7714k 0 62042 0:02:07 0:02:07 --:--:-- 0
100 7714k 0 0 100 7714k 0 61558 0:02:08 0:02:08 --:--:-- 0
100 7714k 0 0 100 7714k 0 61082 0:02:09 0:02:09 --:--:-- 0
100 7714k 0 0 100 7714k 0 60612 0:02:10 0:02:10 --:--:-- 0
100 7714k 0 0 100 7714k 0 60150 0:02:11 0:02:11 --:--:-- 0
100 7714k 0 0 100 7714k 0 59695 0:02:12 0:02:12 --:--:-- 0
100 7714k 0 0 100 7714k 0 59247 0:02:13 0:02:13 --:--:-- 0
100 7714k 0 0 100 7714k 0 58806 0:02:14 0:02:14 --:--:-- 0
100 7714k 0 0 100 7714k 0 58371 0:02:15 0:02:15 --:--:-- 0
100 7714k 0 0 100 7714k 0 57942 0:02:16 0:02:16 --:--:-- 0
100 7714k 0 0 100 7714k 0 57520 0:02:17 0:02:17 --:--:-- 0
100 7714k 0 0 100 7714k 0 57103 0:02:18 0:02:18 --:--:-- 0
100 7714k 0 0 100 7714k 0 56693 0:02:19 0:02:19 --:--:-- 0
100 7714k 0 0 100 7714k 0 56289 0:02:20 0:02:20 --:--:-- 0
100 7714k 0 0 100 7714k 0 55890 0:02:21 0:02:21 --:--:-- 0
100 7714k 0 0 100 7714k 0 55497 0:02:22 0:02:22 --:--:-- 0
100 7714k 0 0 100 7714k 0 55110 0:02:23 0:02:23 --:--:-- 0
100 7714k 0 0 100 7714k 0 54727 0:02:24 0:02:24 --:--:-- 0
100 7714k 0 0 100 7714k 0 54351 0:02:25 0:02:25 --:--:-- 0
100 7714k 0 0 100 7714k 0 53979 0:02:26 0:02:26 --:--:-- 0
100 7714k 0 0 100 7714k 0 53612 0:02:27 0:02:27 --:--:-- 0
100 7714k 0 0 100 7714k 0 53251 0:02:28 0:02:28 --:--:-- 0
100 7714k 0 0 100 7714k 0 52894 0:02:29 0:02:29 --:--:-- 0
100 7714k 0 0 100 7714k 0 52542 0:02:30 0:02:30 --:--:-- 0
100 7714k 0 0 100 7714k 0 52194 0:02:31 0:02:31 --:--:-- 0
100 7714k 0 0 100 7714k 0 51851 0:02:32 0:02:32 --:--:-- 0
100 7714k 0 0 100 7714k 0 51513 0:02:33 0:02:33 --:--:-- 0
100 7714k 0 0 100 7714k 0 51179 0:02:34 0:02:34 --:--:-- 0
100 7714k 0 0 100 7714k 0 50849 0:02:35 0:02:35 --:--:-- 0
100 7714k 0 0 100 7714k 0 50524 0:02:36 0:02:36 --:--:-- 0
100 7714k 0 0 100 7714k 0 50202 0:02:37 0:02:37 --:--:-- 0
100 7714k 0 0 100 7714k 0 49885 0:02:38 0:02:38 --:--:-- 0
100 7714k 0 0 100 7714k 0 49572 0:02:39 0:02:39 --:--:-- 0
100 7714k 0 0 100 7714k 0 49263 0:02:40 0:02:40 --:--:-- 0
100 7714k 0 0 100 7714k 0 48957 0:02:41 0:02:41 --:--:-- 0
100 7714k 0 0 100 7714k 0 48655 0:02:42 0:02:42 --:--:-- 0
100 7714k 0 0 100 7714k 0 48357 0:02:43 0:02:43 --:--:-- 0
100 7714k 0 0 100 7714k 0 48063 0:02:44 0:02:44 --:--:-- 0
100 7714k 0 0 100 7714k 0 47772 0:02:45 0:02:45 --:--:-- 0
100 7714k 0 0 100 7714k 0 47484 0:02:46 0:02:46 --:--:-- 0
100 7714k 0 0 100 7714k 0 47200 0:02:47 0:02:47 --:--:-- 0
100 7714k 0 0 100 7714k 0 46920 0:02:48 0:02:48 --:--:-- 0
100 7714k 0 0 100 7714k 0 46642 0:02:49 0:02:49 --:--:-- 0
100 7714k 0 0 100 7714k 0 46368 0:02:50 0:02:50 --:--:-- 0
100 7714k 0 0 100 7714k 0 46097 0:02:51 0:02:51 --:--:-- 0
100 7714k 0 0 100 7714k 0 45830 0:02:52 0:02:52 --:--:-- 0
100 7714k 0 0 100 7714k 0 45565 0:02:53 0:02:53 --:--:-- 0
100 7714k 0 0 100 7714k 0 45303 0:02:54 0:02:54 --:--:-- 0
100 7714k 0 0 100 7714k 0 45045 0:02:55 0:02:55 --:--:-- 0
100 7714k 0 0 100 7714k 0 44789 0:02:56 0:02:56 --:--:-- 0
100 7714k 0 0 100 7714k 0 44536 0:02:57 0:02:57 --:--:-- 0
100 7714k 0 0 100 7714k 0 44287 0:02:58 0:02:58 --:--:-- 0
100 7714k 0 0 100 7714k 0 44039 0:02:59 0:02:59 --:--:-- 0
100 7714k 0 0 100 7714k 0 43795 0:03:00 0:03:00 --:--:-- 0
100 7714k 0 0 100 7714k 0 43554 0:03:01 0:03:01 --:--:-- 0
100 7714k 0 0 100 7714k 0 43315 0:03:02 0:03:02 --:--:-- 0
100 7714k 0 0 100 7714k 0 43078 0:03:03 0:03:03 --:--:-- 0
100 7714k 0 0 100 7714k 0 42844 0:03:04 0:03:04 --:--:-- 0
100 7714k 0 0 100 7714k 0 42613 0:03:05 0:03:05 --:--:-- 0
100 7714k 0 0 100 7714k 0 42384 0:03:06 0:03:06 --:--:-- 0
100 7714k 0 0 100 7714k 0 42158 0:03:07 0:03:07 --:--:-- 0
100 7714k 0 0 100 7714k 0 41934 0:03:08 0:03:08 --:--:-- 0
100 7714k 0 0 100 7714k 0 41712 0:03:09 0:03:09 --:--:-- 0
100 7714k 0 0 100 7714k 0 41493 0:03:10 0:03:10 --:--:-- 0
100 7714k 0 0 100 7714k 0 41276 0:03:11 0:03:11 --:--:-- 0
100 7714k 0 0 100 7714k 0 41061 0:03:12 0:03:12 --:--:-- 0
100 7714k 0 0 100 7714k 0 40848 0:03:13 0:03:13 --:--:-- 0
100 7714k 0 0 100 7714k 0 40638 0:03:14 0:03:14 --:--:-- 0
100 7714k 0 0 100 7714k 0 40430 0:03:15 0:03:15 --:--:-- 0
100 7714k 0 0 100 7714k 0 40224 0:03:16 0:03:16 --:--:-- 0
100 7714k 0 0 100 7714k 0 40020 0:03:17 0:03:17 --:--:-- 0
100 7714k 0 0 100 7714k 0 39818 0:03:18 0:03:18 --:--:-- 0
100 7714k 0 0 100 7714k 0 39618 0:03:19 0:03:19 --:--:-- 0
100 7714k 0 0 100 7714k 0 39420 0:03:20 0:03:20 --:--:-- 0
100 7714k 0 0 100 7714k 0 39224 0:03:21 0:03:21 --:--:-- 0
100 7714k 0 0 100 7714k 0 39030 0:03:22 0:03:22 --:--:-- 0
100 7714k 0 0 100 7714k 0 38838 0:03:23 0:03:23 --:--:-- 0
100 7714k 0 0 100 7714k 0 38648 0:03:24 0:03:24 --:--:-- 0
100 7714k 0 0 100 7714k 0 38460 0:03:25 0:03:25 --:--:-- 0
100 7714k 0 0 100 7714k 0 38273 0:03:26 0:03:26 --:--:-- 0
100 7714k 0 0 100 7714k 0 38088 0:03:27 0:03:27 --:--:-- 0
100 7714k 0 0 100 7714k 0 37906 0:03:28 0:03:28 --:--:-- 0
100 7714k 0 0 100 7714k 0 37724 0:03:29 0:03:29 --:--:-- 0
100 7714k 0 0 100 7714k 0 37545 0:03:30 0:03:30 --:--:-- 0
100 7714k 0 0 100 7714k 0 37367 0:03:31 0:03:31 --:--:-- 0
100 7714k 0 0 100 7714k 0 37191 0:03:32 0:03:32 --:--:-- 0
100 7714k 0 0 100 7714k 0 37017 0:03:33 0:03:33 --:--:-- 0
100 7714k 0 0 100 7714k 0 36844 0:03:34 0:03:34 --:--:-- 0
100 7714k 0 0 100 7714k 0 36672 0:03:35 0:03:35 --:--:-- 0
100 7714k 0 0 100 7714k 0 36503 0:03:36 0:03:36 --:--:-- 0
100 7714k 0 0 100 7714k 0 36335 0:03:37 0:03:37 --:--:-- 0
100 7714k 0 0 100 7714k 0 36168 0:03:38 0:03:38 --:--:-- 0
100 7714k 0 0 100 7714k 0 36003 0:03:39 0:03:39 --:--:-- 0
100 7714k 0 0 100 7714k 0 35840 0:03:40 0:03:40 --:--:-- 0
100 7714k 0 0 100 7714k 0 35678 0:03:41 0:03:41 --:--:-- 0
100 7714k 0 0 100 7714k 0 35517 0:03:42 0:03:42 --:--:-- 0
100 7714k 0 0 100 7714k 0 35358 0:03:43 0:03:43 --:--:-- 0
100 7714k 0 0 100 7714k 0 35200 0:03:44 0:03:44 --:--:-- 0
100 7714k 0 0 100 7714k 0 35044 0:03:45 0:03:45 --:--:-- 0
100 7714k 0 0 100 7714k 0 34889 0:03:46 0:03:46 --:--:-- 0
100 7714k 0 0 100 7714k 0 34736 0:03:47 0:03:47 --:--:-- 0
100 7714k 0 176 100 7714k 0 34731 0:03:47 0:03:47 --:--:-- 43
[Pipeline] echo
<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.18.0 (Ubuntu)</center>
</body>
</html>
[Pipeline] readJSON
[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
failure
[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=0e635ba9c724e48482d5e4146087ccb44e6b324d34f5e351b80db04fcf41017a' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"Jenkins通知","text": "# 版本编译失败
### [telediagnostic更新(前港 远望)]
---
- 任务名: [telediagnostic]
- 任务号: # 93
- 状态:<font color=#FF5151> 编译失败 </font>
- 执行人:wuyanjun
---
> 请检查失败原因 @"},"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 402 100 27 100 375 313 4360 --:--:-- --:--:-- --:--:-- 4674
[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
hudson.remoting.ProxyException: net.sf.json.JSONException: Invalid JSON String
at net.sf.json.JSONSerializer.toJSON(JSONSerializer.java:143)
at net.sf.json.JSONSerializer.toJSON(JSONSerializer.java:103)
at net.sf.json.JSONSerializer.toJSON(JSONSerializer.java:84)
at org.jenkinsci.plugins.pipeline.utility.steps.json.ReadJSONStepExecution.doRun(ReadJSONStepExecution.java:87)
at org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution.run(AbstractFileOrTextStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Finished: FAILURE