Component Requirements Statistics#
Overview#
In Detail#
No needs passed the filters
Failed Tests
Hint: This table should be empty. Before a PR can be merged all tests have to be successful.
No needs passed the filters
Skipped / Disabled Tests
No needs passed the filters
All passed Tests#
No needs passed the filters
Details About Testcases#
No needs passed the filters
No needs passed the filters
Test Log Files#
tests-report/score/health_monitor/src/rust/tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/rust:tests
-----------------------------------------------------------------------------
running 232 tests
test common::tests::duration_to_int_too_large - should panic ... ok
test common::tests::time_offset_diff_too_large - should panic ... ok
test common::tests::time_offset_valid ... ok
test common::tests::time_offset_wrong_order ... ok
test common::tests::time_range_from_interval_lower_too_large - should panic ... ok
test common::tests::time_range_from_interval_valid ... ok
test common::tests::time_range_new_valid ... ok
test common::tests::time_range_new_wrong_order - should panic ... ok
test deadline::common::tests::acquire_and_release_deadline ... ok
test deadline::common::tests::new_and_fields ... ok
test common::tests::duration_to_int_valid ... ok
test deadline::deadline_monitor::tests::deadline_failed_on_first_run_and_then_restarted_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::deadline_outside_time_range_is_error_when_dropped_after_evaluate ... ok
test deadline::common::tests::concurrent_acquire ... ok
test deadline::deadline_monitor::tests::get_deadline_unknown_tag ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_error_when_dropped_before_evaluate ... ok
test deadline::deadline_state::tests::as_u64_and_new ... ok
test deadline::deadline_state::tests::deadline_state_default_and_snapshot ... ok
test deadline::deadline_state::tests::deadline_state_update_none_returns_err ... ok
test deadline::deadline_state::tests::default_state ... ok
test deadline::deadline_state::tests::set_and_get_timestamp_ms ... ok
test deadline::deadline_state::tests::deadline_state_update_success ... ok
test deadline::deadline_state::tests::set_running ... ok
test deadline::deadline_state::tests::set_underrun ... ok
test deadline::ffi::tests::deadline_destroy_null_deadline ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_invalid_range ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_destroy_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_destroy_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_handle ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_unknown_deadline ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_start_already_started ... ok
test deadline::ffi::tests::deadline_start_null_deadline ... ok
test deadline::ffi::tests::deadline_stop_null_deadline ... ok
test deadline::ffi::tests::deadline_start_succeeds ... ok
test deadline::ffi::tests::deadline_stop_succeeds ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_deadline_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_heartbeat_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_logic_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_build_invalid_cycle_intervals ... ok
test ffi::tests::health_monitor_builder_build_no_monitors ... ok
test ffi::tests::health_monitor_builder_build_null_builder_handle ... ok
test ffi::tests::health_monitor_builder_build_null_monitor_handle ... ok
test ffi::tests::health_monitor_builder_build_succeeds ... ok
test ffi::tests::health_monitor_builder_build_thread_parameters ... ok
test ffi::tests::health_monitor_builder_build_valid_cycle_intervals_succeeds ... ok
test ffi::tests::health_monitor_builder_create_null_handle ... ok
test ffi::tests::health_monitor_builder_create_succeeds ... ok
test ffi::tests::health_monitor_builder_destroy_null_handle ... ok
test ffi::tests::health_monitor_destroy_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_deadline_monitor ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_heartbeat_monitor ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_logic_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_logic_monitor ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_start_null_hmon ... ok
test ffi::tests::health_monitor_start_monitor_not_taken ... ok
test health_monitor::tests::health_monitor_builder_build_invalid_cycles ... ok
test health_monitor::tests::health_monitor_builder_build_no_monitors ... ok
test health_monitor::tests::health_monitor_builder_build_succeeds ... ok
test health_monitor::tests::health_monitor_builder_new_succeeds ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_available ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_available ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_available ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_invalid_state ... ok
[2026/06/01 13:07:08.7969051][7815][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:08.7969244][7815][HMON][INFO] Monitoring thread exiting.
test ffi::tests::health_monitor_start_succeeds ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_unknown ... ok
[2026/06/01 13:07:08.7984349][7815][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:08.7984505][7815][HMON][INFO] Monitoring thread exiting.
test health_monitor::tests::health_monitor_start_monitors_not_taken - should panic ... ok
test health_monitor::tests::health_monitor_start_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_invalid_range ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_destroy_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_null_monitor ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_destroy_null_monitor ... ok
test deadline::deadline_monitor::tests::monitor_with_multiple_running_deadlines ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_invalid_internal_processing_cycle ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_ok ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_late_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_late_evaluate_late ... ok
test heartbeat::heartbeat_state::tests::snapshot_counter_increment ... ok
test heartbeat::heartbeat_state::tests::snapshot_default ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_max ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_valid ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_zero ... ok
test heartbeat::heartbeat_state::tests::snapshot_new_succeeds ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_valid ... ok
test heartbeat::heartbeat_state::tests::state_default ... ok
test heartbeat::heartbeat_state::tests::state_new ... ok
test heartbeat::heartbeat_state::tests::state_reset ... ok
test heartbeat::heartbeat_state::tests::state_snapshot ... ok
test heartbeat::heartbeat_state::tests::state_update_none ... ok
test heartbeat::heartbeat_state::tests::state_update_some ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_many_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_zero_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_tag ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_initial_state ... ok
test logic::ffi::tests::logic_monitor_builder_create_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_destroy_null_builder ... ok
test logic::ffi::tests::logic_monitor_destroy_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_fails ... ok
test logic::ffi::tests::logic_monitor_state_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_null_state ... ok
test logic::ffi::tests::logic_monitor_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_transition_fails ... ok
test logic::ffi::tests::logic_monitor_transition_null_monitor ... ok
test logic::ffi::tests::logic_monitor_transition_null_target_state ... ok
test logic::ffi::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_no_states ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_initial_state ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_target ... ok
test logic::logic_monitor::tests::logic_monitor_builder_new_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_state ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_state_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_state_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_transition_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_unknown_node ... ok
test logic::logic_state::tests::snapshot_from_u64_max ... ok
test logic::logic_state::tests::snapshot_from_u64_valid ... ok
test logic::logic_state::tests::snapshot_from_u64_zero ... ok
test logic::logic_state::tests::snapshot_new_succeeds ... ok
test logic::logic_state::tests::snapshot_set_current_state_index_valid ... ok
test logic::logic_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test logic::logic_state::tests::snapshot_set_monitor_status_valid ... ok
test logic::logic_state::tests::state_new ... ok
test logic::logic_state::tests::state_snapshot ... ok
test logic::logic_state::tests::state_swap ... ok
test tag::tests::deadline_tag_debug ... ok
test tag::tests::deadline_tag_from_str ... ok
test tag::tests::deadline_tag_from_string ... ok
test tag::tests::deadline_tag_new ... ok
test tag::tests::deadline_tag_score_debug ... ok
test tag::tests::monitor_tag_debug ... ok
test tag::tests::monitor_tag_from_str ... ok
test tag::tests::monitor_tag_from_string ... ok
test tag::tests::monitor_tag_new ... ok
test tag::tests::monitor_tag_score_debug ... ok
test tag::tests::state_tag_debug ... ok
test tag::tests::state_tag_from_str ... ok
test tag::tests::state_tag_from_string ... ok
test tag::tests::state_tag_new ... ok
test tag::tests::state_tag_score_debug ... ok
test tag::tests::tag_debug ... ok
test tag::tests::tag_hash_is_eq ... ok
test tag::tests::tag_hash_is_ne ... ok
test tag::tests::tag_new ... ok
test tag::tests::tag_partial_eq_is_eq ... ok
test tag::tests::tag_partial_eq_is_ne ... ok
test tag::tests::tag_score_debug ... ok
test tag::tests::test_from_str ... ok
test tag::tests::test_from_string ... ok
test thread_ffi::tests::scheduler_policy_priority_max_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_max_succeeds ... ok
test thread_ffi::tests::scheduler_policy_priority_min_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_min_succeeds ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_many_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_zero_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_handle ... ok
test thread_ffi::tests::thread_parameters_affinity_succeeds ... ok
test thread_ffi::tests::thread_parameters_create_succeeds ... ok
test thread_ffi::tests::thread_parameters_destroy_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_invalid_priority ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_succeeds ... ok
test thread_ffi::tests::thread_parameters_stack_size_null_handle ... ok
test thread_ffi::tests::thread_parameters_stack_size_succeeds ... ok
test worker::tests::monitoring_logic_report_alive_on_each_call_when_no_error ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_late ... ok
test worker::tests::monitoring_logic_report_error_when_deadline_failed ... ok
[2026/06/01 13:07:09.7562980][7815][HMON][INFO] Monitoring thread started.
test deadline::deadline_monitor::tests::start_stop_deadline_within_range_works ... ok
[2026/06/01 13:07:09.8167115][7815][HMON][WARN] Deadline (DeadlineTag(deadline_fast)) missed! Expected: 50, now: 60
[2026/06/01 13:07:09.8167394][7815][HMON][WARN] Deadline monitor with tag MonitorTag(deadline_monitor) reported error: TooLate.
[2026/06/01 13:07:09.8167466][7815][HMON][WARN] One or more monitors reported errors, skipping AliveAPI notification.
[2026/06/01 13:07:09.8167535][7815][HMON][INFO] Monitoring logic failed, stopping thread.
[2026/06/01 13:07:09.8167586][7815][HMON][INFO] Monitoring thread exiting.
test worker::tests::monitoring_logic_report_alive_respect_cycle ... ok
test worker::tests::unique_thread_runner_monitoring_works ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_timestamp_offset ... ok
test result: ok. 232 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
tests-report/score/health_monitor/src/rust/loom_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/rust:loom_tests
-----------------------------------------------------------------------------
running 3 tests
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_early ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_late ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.70s
tests-report/score/health_monitor/src/cpp/cpp_integration_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/cpp:cpp_integration_tests
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from HealthMonitorTest
[ RUN ] HealthMonitorTest.Integrated
[2026/06/05 09:54:42.0717292][score/health_monitor/src/rust/deadline/deadline_monitor.rs:217][4986][HMON][ERROR] Deadline DeadlineTag(deadline_1) stopped too early by 100 ms
[2026/06/05 09:54:42.0717485][score/health_monitor/src/rust/worker.rs:121][4986][HMON][INFO] Monitoring thread started.
[2026/06/05 09:54:42.0717714][score/health_monitor/src/rust/worker.rs:139][4986][HMON][INFO] Monitoring thread exiting.
[ OK ] HealthMonitorTest.Integrated (3 ms)
[----------] 1 test from HealthMonitorTest (3 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (3 ms total)
[ PASSED ] 1 test.
tests-report/score/health_monitor/src/cpp/cpp_unit_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/cpp:cpp_unit_tests
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 33 tests from 10 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from DeadlineMonitorBuilderFixture
[ RUN ] DeadlineMonitorBuilderFixture.New_Succeeds
[ OK ] DeadlineMonitorBuilderFixture.New_Succeeds (0 ms)
[ RUN ] DeadlineMonitorBuilderFixture.AddDeadline_Succeeds
[ OK ] DeadlineMonitorBuilderFixture.AddDeadline_Succeeds (0 ms)
[----------] 2 tests from DeadlineMonitorBuilderFixture (0 ms total)
[----------] 2 tests from DeadlineMonitorFixture
[ RUN ] DeadlineMonitorFixture.GetDeadline_Succeeds
[ OK ] DeadlineMonitorFixture.GetDeadline_Succeeds (0 ms)
[ RUN ] DeadlineMonitorFixture.GetDeadline_Unknown
[ OK ] DeadlineMonitorFixture.GetDeadline_Unknown (0 ms)
[----------] 2 tests from DeadlineMonitorFixture (0 ms total)
[----------] 2 tests from DeadlineFixture
[ RUN ] DeadlineFixture.Start_Succeeds
[2026/06/05 09:54:43.4389358][score/health_monitor/src/rust/deadline/deadline_monitor.rs:217][5018][HMON][ERROR] Deadline DeadlineTag(deadline) stopped too early by 50 ms
[ OK ] DeadlineFixture.Start_Succeeds (0 ms)
[ RUN ] DeadlineFixture.Start_AlreadyRunning
[2026/06/05 09:54:43.4389870][score/health_monitor/src/rust/deadline/deadline_monitor.rs:217][5018][HMON][ERROR] Deadline DeadlineTag(deadline) stopped too early by 50 ms
[2026/06/05 09:54:43.4389935][score/health_monitor/src/rust/deadline/deadline_monitor.rs:172][5018][HMON][WARN] Trying to start deadline DeadlineTag(deadline) that already failed
[ OK ] DeadlineFixture.Start_AlreadyRunning (0 ms)
[----------] 2 tests from DeadlineFixture (0 ms total)
[----------] 4 tests from HealthMonitorBuilderFixture
[ RUN ] HealthMonitorBuilderFixture.New_Succeeds
[ OK ] HealthMonitorBuilderFixture.New_Succeeds (0 ms)
[ RUN ] HealthMonitorBuilderFixture.Build_Succeeds
[ OK ] HealthMonitorBuilderFixture.Build_Succeeds (0 ms)
[ RUN ] HealthMonitorBuilderFixture.Build_InvalidCycles
[2026/06/05 09:54:43.4390903][score/health_monitor/src/rust/health_monitor.rs:134][5018][HMON][ERROR] Supervisor API cycle duration (123 ms) must be a multiple of internal processing cycle interval (100 ms).
[ OK ] HealthMonitorBuilderFixture.Build_InvalidCycles (0 ms)
[ RUN ] HealthMonitorBuilderFixture.Build_NoMonitors
[2026/06/05 09:54:43.4391104][score/health_monitor/src/rust/health_monitor.rs:146][5018][HMON][ERROR] No monitors have been added. HealthMonitor cannot be created.
[ OK ] HealthMonitorBuilderFixture.Build_NoMonitors (0 ms)
[----------] 4 tests from HealthMonitorBuilderFixture (0 ms total)
[----------] 11 tests from HealthMonitor
[ RUN ] HealthMonitor.GetDeadlineMonitor_Available
[ OK ] HealthMonitor.GetDeadlineMonitor_Available (0 ms)
[ RUN ] HealthMonitor.GetDeadlineMonitor_Taken
[ OK ] HealthMonitor.GetDeadlineMonitor_Taken (0 ms)
[ RUN ] HealthMonitor.GetDeadlineMonitor_Unknown
[ OK ] HealthMonitor.GetDeadlineMonitor_Unknown (0 ms)
[ RUN ] HealthMonitor.GetHeartbeatMonitor_Available
[ OK ] HealthMonitor.GetHeartbeatMonitor_Available (0 ms)
[ RUN ] HealthMonitor.GetHeartbeatMonitor_Taken
[ OK ] HealthMonitor.GetHeartbeatMonitor_Taken (0 ms)
[ RUN ] HealthMonitor.GetHeartbeatMonitor_Unknown
[ OK ] HealthMonitor.GetHeartbeatMonitor_Unknown (0 ms)
[ RUN ] HealthMonitor.GetLogicMonitor_Available
[ OK ] HealthMonitor.GetLogicMonitor_Available (0 ms)
[ RUN ] HealthMonitor.GetLogicMonitor_Taken
[ OK ] HealthMonitor.GetLogicMonitor_Taken (0 ms)
[ RUN ] HealthMonitor.GetLogicMonitor_Unknown
[ OK ] HealthMonitor.GetLogicMonitor_Unknown (0 ms)
[ RUN ] HealthMonitor.Start_Succeeds
[2026/06/05 09:54:43.4393663][score/health_monitor/src/rust/worker.rs:121][5018][HMON][INFO] Monitoring thread started.
[2026/06/05 09:54:43.4393754][score/health_monitor/src/rust/worker.rs:139][5018][HMON][INFO] Monitoring thread exiting.
[ OK ] HealthMonitor.Start_Succeeds (0 ms)
[ RUN ] HealthMonitor.Start_MonitorsNotTaken
[2026/06/05 09:54:43.4400290][score/health_monitor/src/rust/health_monitor.rs:307][5023][HMON][ERROR] All monitors must be taken before starting HealthMonitor but MonitorTag(deadline_monitor) is not taken.
[ OK ] HealthMonitor.Start_MonitorsNotTaken (158 ms)
[----------] 11 tests from HealthMonitor (158 ms total)
[----------] 1 test from HeartbeatMonitorBuilder
[ RUN ] HeartbeatMonitorBuilder.New_Succeeds
[ OK ] HeartbeatMonitorBuilder.New_Succeeds (0 ms)
[----------] 1 test from HeartbeatMonitorBuilder (0 ms total)
[----------] 1 test from HeartbeatMonitor
[ RUN ] HeartbeatMonitor.Heartbeat_Succeeds
[ OK ] HeartbeatMonitor.Heartbeat_Succeeds (0 ms)
[----------] 1 test from HeartbeatMonitor (0 ms total)
[----------] 2 tests from LogicMonitorBuilderFixture
[ RUN ] LogicMonitorBuilderFixture.New_Succeeds
[ OK ] LogicMonitorBuilderFixture.New_Succeeds (0 ms)
[ RUN ] LogicMonitorBuilderFixture.AddState_Succeeds
[ OK ] LogicMonitorBuilderFixture.AddState_Succeeds (0 ms)
[----------] 2 tests from LogicMonitorBuilderFixture (0 ms total)
[----------] 5 tests from LogicMonitorFixture
[ RUN ] LogicMonitorFixture.Transition_Succeeds
[ OK ] LogicMonitorFixture.Transition_Succeeds (0 ms)
[ RUN ] LogicMonitorFixture.Transition_Unknown
[2026/06/05 09:54:43.5978984][score/health_monitor/src/rust/logic/logic_monitor.rs:265][5018][HMON][WARN] Requested state transition is invalid: StateTag(state1) -> StateTag(unknown)
[ OK ] LogicMonitorFixture.Transition_Unknown (0 ms)
[ RUN ] LogicMonitorFixture.Transition_Invalid
[2026/06/05 09:54:43.5979562][score/health_monitor/src/rust/logic/logic_monitor.rs:265][5018][HMON][WARN] Requested state transition is invalid: StateTag(state1) -> StateTag(unknown)
[2026/06/05 09:54:43.5979644][score/health_monitor/src/rust/logic/logic_monitor.rs:254][5018][HMON][WARN] Current logic monitor state cannot be determined
[ OK ] LogicMonitorFixture.Transition_Invalid (0 ms)
[ RUN ] LogicMonitorFixture.State_Succeeds
[ OK ] LogicMonitorFixture.State_Succeeds (0 ms)
[ RUN ] LogicMonitorFixture.State_Invalid
[2026/06/05 09:54:43.5980688][score/health_monitor/src/rust/logic/logic_monitor.rs:265][5018][HMON][WARN] Requested state transition is invalid: StateTag(state1) -> StateTag(unknown)
[2026/06/05 09:54:43.5980816][score/health_monitor/src/rust/logic/logic_monitor.rs:290][5018][HMON][WARN] Current logic monitor state cannot be determined
[ OK ] LogicMonitorFixture.State_Invalid (0 ms)
[----------] 5 tests from LogicMonitorFixture (0 ms total)
[----------] 3 tests from TimeRangeFixture
[ RUN ] TimeRangeFixture.New_Succeeds
[ OK ] TimeRangeFixture.New_Succeeds (0 ms)
[ RUN ] TimeRangeFixture.New_InvalidOrder
[ OK ] TimeRangeFixture.New_InvalidOrder (149 ms)
[ RUN ] TimeRangeFixture.MinMax
[ OK ] TimeRangeFixture.MinMax (0 ms)
[----------] 3 tests from TimeRangeFixture (149 ms total)
[----------] Global test environment tear-down
[==========] 33 tests from 10 test suites ran. (309 ms total)
[ PASSED ] 33 tests.
tests-report/score/launch_manager/exec_error_domain_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager:exec_error_domain_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from ExecErrorDomainTest
[ RUN ] ExecErrorDomainTest.AllKnownCodesReturnNonEmptyMessage
[ OK ] ExecErrorDomainTest.AllKnownCodesReturnNonEmptyMessage (0 ms)
[ RUN ] ExecErrorDomainTest.AllKnownCodesHaveDistinctMessages
[ OK ] ExecErrorDomainTest.AllKnownCodesHaveDistinctMessages (0 ms)
[ RUN ] ExecErrorDomainTest.UnknownCodeReturnsNonEmptyMessage
[ OK ] ExecErrorDomainTest.UnknownCodeReturnsNonEmptyMessage (0 ms)
[----------] 3 tests from ExecErrorDomainTest (0 ms total)
[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 3 tests.
tests-report/score/launch_manager/daemon/src/process_state_client/process_state_client_ut/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_state_client:process_state_client_ut
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from ProcessStateClient_UT
[ RUN ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds (0 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds (0 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds (8 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/01 13:07:07.9227519 1538361 000 ECU1 NONE LM log error verbose 1 Failed to queue posix process
2026/06/01 13:07:07.9227520 1538363 000 ECU1 NONE LM log error verbose 1 ProcessStateReceiver::getNextChangedPosixProcess: Overflow occurred, will be reported as kCommunicationError
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails (5 ms)
[----------] 4 tests from ProcessStateClient_UT (15 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (15 ms total)
[ PASSED ] 4 tests.
tests-report/score/launch_manager/daemon/src/recovery_client/recovery_client_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/recovery_client:recovery_client_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from RecoveryClientTest
[ RUN ] RecoveryClientTest.SendSingleRequest
[ OK ] RecoveryClientTest.SendSingleRequest (0 ms)
[ RUN ] RecoveryClientTest.GetNextRequest
[ OK ] RecoveryClientTest.GetNextRequest (0 ms)
[ RUN ] RecoveryClientTest.GetNextRequestEmpty
[ OK ] RecoveryClientTest.GetNextRequestEmpty (0 ms)
[ RUN ] RecoveryClientTest.RingBufferFull
[ OK ] RecoveryClientTest.RingBufferFull (0 ms)
[ RUN ] RecoveryClientTest.FIFOOrdering
[ OK ] RecoveryClientTest.FIFOOrdering (0 ms)
[----------] 5 tests from RecoveryClientTest (0 ms total)
[----------] Global test environment tear-down
[==========] 5 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 5 tests.
tests-report/score/launch_manager/daemon/src/alive_monitor/details/MonitorImpl_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details:MonitorImpl_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from MonitorImplTest
[ RUN ] MonitorImplTest.ThrowsWhenInterfacePathEnvVarIsNotSet
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/05 09:40:17.2417211 1457806 000 ECU1 NONE Sprv log error verbose 3 Failed to load interface path for Monitor ( test/instance )
[ OK ] MonitorImplTest.ThrowsWhenInterfacePathEnvVarIsNotSet (6 ms)
[ RUN ] MonitorImplTest.DoesNotThrowWhenInterfacePathEnvVarIsSet
2026/06/05 09:40:17.2417214 1457832 000 ECU1 NONE Sprv log error verbose 3 Connection to PHM daemon failed, for the Monitor ( test/instance )
[ OK ] MonitorImplTest.DoesNotThrowWhenInterfacePathEnvVarIsSet (0 ms)
[ RUN ] MonitorImplTest.ReportCheckpointSafeWhenNotConnected
2026/06/05 09:40:17.2417214 1457833 000 ECU1 NONE Sprv log error verbose 3 Connection to PHM daemon failed, for the Monitor ( test/instance )
[ OK ] MonitorImplTest.ReportCheckpointSafeWhenNotConnected (0 ms)
[----------] 3 tests from MonitorImplTest (8 ms total)
[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (9 ms total)
[ PASSED ] 3 tests.
tests-report/score/launch_manager/daemon/src/alive_monitor/details/supervision/Alive_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details/supervision:Alive_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from AliveSupervisionTest
[ RUN ] AliveSupervisionTest.AliveTransitionsOkToExpiredOnMissingHeartbeat
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/03 10:29:52.2592505 1296245 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0
[ OK ] AliveSupervisionTest.AliveTransitionsOkToExpiredOnMissingHeartbeat (5 ms)
[ RUN ] AliveSupervisionTest.AliveStaysOkWithCorrectHeartbeats
[ OK ] AliveSupervisionTest.AliveStaysOkWithCorrectHeartbeats (0 ms)
[ RUN ] AliveSupervisionTest.AliveReportsEnqueueFailureWhenRingBufferFull
2026/06/03 10:29:52.2592506 1296255 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0
2026/06/03 10:29:52.2592506 1296256 000 ECU1 NONE Sprv log error verbose 3 Failed to enqueue recovery request for alive supervision test_alive failure (ring buffer full)
[ OK ] AliveSupervisionTest.AliveReportsEnqueueFailureWhenRingBufferFull (0 ms)
[ RUN ] AliveSupervisionTest.AliveDebouncesThroughFailedBeforeExpired
2026/06/03 10:29:52.2592506 1296257 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to FAILED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 1 / 1
2026/06/03 10:29:52.2592506 1296258 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 2 / 1
[ OK ] AliveSupervisionTest.AliveDebouncesThroughFailedBeforeExpired (0 ms)
[----------] 4 tests from AliveSupervisionTest (5 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (6 ms total)
[ PASSED ] 4 tests.
tests-report/score/launch_manager/daemon/src/alive_monitor/details/ifappl/MonitorIfDaemon_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details/ifappl:MonitorIfDaemon_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 16 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 16 tests from MonitorIfDaemonTest
[ RUN ] MonitorIfDaemonTest.GetInterfaceName_ReturnsNameGivenAtConstruction
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
[ OK ] MonitorIfDaemonTest.GetInterfaceName_ReturnsNameGivenAtConstruction (2 ms)
[ RUN ] MonitorIfDaemonTest.InitiallyInactive_CheckForNewData_DoesNotNotifyCheckpoint
[ OK ] MonitorIfDaemonTest.InitiallyInactive_CheckForNewData_DoesNotNotifyCheckpoint (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessOffBeforeActivation_RemainsInactive
[ OK ] MonitorIfDaemonTest.ProcessOffBeforeActivation_RemainsInactive (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessRunning_ActivatesMonitorOnNextCheckForNewData
[ OK ] MonitorIfDaemonTest.ProcessRunning_ActivatesMonitorOnNextCheckForNewData (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessStarting_AlsoActivatesMonitor
[ OK ] MonitorIfDaemonTest.ProcessStarting_AlsoActivatesMonitor (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessOff_DeactivatesMonitor_NoFurtherDataForwarded
[ OK ] MonitorIfDaemonTest.ProcessOff_DeactivatesMonitor_NoFurtherDataForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_CheckpointDataForwarded
[ OK ] MonitorIfDaemonTest.Active_CheckpointDataForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_FutureTimestamp_NotForwardedInCurrentCycle
[ OK ] MonitorIfDaemonTest.Active_FutureTimestamp_NotForwardedInCurrentCycle (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_FutureTimestampCheckpoint_ConsumedInLaterCycle
[ OK ] MonitorIfDaemonTest.Active_FutureTimestampCheckpoint_ConsumedInLaterCycle (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_NonMatchingCheckpointId_NotForwarded
[ OK ] MonitorIfDaemonTest.Active_NonMatchingCheckpointId_NotForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_MultipleCheckpointsInOneCycle_AllForwarded
[ OK ] MonitorIfDaemonTest.Active_MultipleCheckpointsInOneCycle_AllForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_TwoAttachedCheckpoints_RoutedByCheckpointId
[ OK ] MonitorIfDaemonTest.Active_TwoAttachedCheckpoints_RoutedByCheckpointId (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_OverflowDetected_TransitionsToInactiveOverflow
2026/06/03 10:29:52.2592545 1296648 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.Active_OverflowDetected_TransitionsToInactiveOverflow (1 ms)
[ RUN ] MonitorIfDaemonTest.InactiveOverflow_NoProcessRestart_DoesNotRepeatNotification
2026/06/03 10:29:52.2592546 1296653 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.InactiveOverflow_NoProcessRestart_DoesNotRepeatNotification (0 ms)
[ RUN ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestarts_PushesOverflowNotificationAgain
2026/06/03 10:29:52.2592546 1296655 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestarts_PushesOverflowNotificationAgain (0 ms)
[ RUN ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestartFlag_ClearedAfterNotification
2026/06/03 10:29:52.2592546 1296658 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestartFlag_ClearedAfterNotification (0 ms)
[----------] 16 tests from MonitorIfDaemonTest (7 ms total)
[----------] Global test environment tear-down
[==========] 16 tests from 1 test suite ran. (7 ms total)
[ PASSED ] 16 tests.
tests-report/score/launch_manager/daemon/src/process_group_manager/details/safeprocessmap_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_group_manager/details:safeprocessmap_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 13 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 13 tests from SafeProcessMapTest
[ RUN ] SafeProcessMapTest.ConstructWithZeroCapacity
[ OK ] SafeProcessMapTest.ConstructWithZeroCapacity (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedWithNegativePidReturnsInvalid
[ OK ] SafeProcessMapTest.FindTerminatedWithNegativePidReturnsInvalid (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedInsertsEntryWhenPidNotPresent
[ OK ] SafeProcessMapTest.FindTerminatedInsertsEntryWhenPidNotPresent (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedMatchesExistingInsertAndCallsCallback
[ OK ] SafeProcessMapTest.FindTerminatedMatchesExistingInsertAndCallsCallback (0 ms)
[ RUN ] SafeProcessMapTest.InsertIntoEmptyTreeReturnsZero
[ OK ] SafeProcessMapTest.InsertIntoEmptyTreeReturnsZero (0 ms)
[ RUN ] SafeProcessMapTest.InsertMatchesExistingFindTerminatedEntry
[ OK ] SafeProcessMapTest.InsertMatchesExistingFindTerminatedEntry (0 ms)
[ RUN ] SafeProcessMapTest.InsertMultipleNodesThenFindTerminatedRemovesAll
[ OK ] SafeProcessMapTest.InsertMultipleNodesThenFindTerminatedRemovesAll (7 ms)
[ RUN ] SafeProcessMapTest.InsertBeyondCapacityReturnsOutOfMemory
[ OK ] SafeProcessMapTest.InsertBeyondCapacityReturnsOutOfMemory (2 ms)
[ RUN ] SafeProcessMapTest.InsertSamePidTwiceYieldsUntilFindTerminatedResolves
[ OK ] SafeProcessMapTest.InsertSamePidTwiceYieldsUntilFindTerminatedResolves (11 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedSamePidTwiceYieldsUntilInsertResolves
[ OK ] SafeProcessMapTest.FindTerminatedSamePidTwiceYieldsUntilInsertResolves (11 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedWorksAtMaxTreeDepth
[ OK ] SafeProcessMapTest.FindTerminatedWorksAtMaxTreeDepth (0 ms)
[ RUN ] SafeProcessMapTest.ConcurrentInsertAndFindFromMultipleThreads
[ OK ] SafeProcessMapTest.ConcurrentInsertAndFindFromMultipleThreads (2575 ms)
[ RUN ] SafeProcessMapTest.ConcurrentFindAndInsertFromMultipleThreads
[ OK ] SafeProcessMapTest.ConcurrentFindAndInsertFromMultipleThreads (2210 ms)
[----------] 13 tests from SafeProcessMapTest (4821 ms total)
[----------] Global test environment tear-down
[==========] 13 tests from 1 test suite ran. (4821 ms total)
[ PASSED ] 13 tests.
tests-report/score/launch_manager/daemon/src/process_group_manager/details/oshandler_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_group_manager/details:oshandler_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from OsHandlerTest
[ RUN ] OsHandlerTest.WaitReturnsProcessId_FindTerminatedIsCalled
[ OK ] OsHandlerTest.WaitReturnsProcessId_FindTerminatedIsCalled (102 ms)
[ RUN ] OsHandlerTest.WaitReturnsError_OsHandlerSleepsAndDoesNotCallFindTerminated
[ OK ] OsHandlerTest.WaitReturnsError_OsHandlerSleepsAndDoesNotCallFindTerminated (101 ms)
[ RUN ] OsHandlerTest.WaitReturnsZeroPid_OsHandlerSleepsAndDoesNotCallFindTerminated
[ OK ] OsHandlerTest.WaitReturnsZeroPid_OsHandlerSleepsAndDoesNotCallFindTerminated (104 ms)
[ RUN ] OsHandlerTest.WaitReturnsProcessIdBeforeRegistration_LaterRegistrationReceivesStoredTermination
[ OK ] OsHandlerTest.WaitReturnsProcessIdBeforeRegistration_LaterRegistrationReceivesStoredTermination (102 ms)
[ RUN ] OsHandlerTest.WaitReturnsUnknownPidWhenMapIsFull_OutOfResourcesPathDoesNotNotifyCallbacks
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/03 06:59:29.9969867 1115355 000 ECU1 NONE LM log error verbose 3 No more resources available to track process with PID 9999 (SafeProcessMap capacity exceeded).
[ OK ] OsHandlerTest.WaitReturnsUnknownPidWhenMapIsFull_OutOfResourcesPathDoesNotNotifyCallbacks (112 ms)
[ RUN ] OsHandlerTest.WaitReturnsErrorThenProcessId_HandlerRecoversAndInvokesCallback
[ OK ] OsHandlerTest.WaitReturnsErrorThenProcessId_HandlerRecoversAndInvokesCallback (202 ms)
[----------] 6 tests from OsHandlerTest (813 ms total)
[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (814 ms total)
[ PASSED ] 6 tests.
tests-report/score/launch_manager/daemon/src/common/identifier_hash_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common:identifier_hash_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from IdentifierHashTest
[ RUN ] IdentifierHashTest.IdentifierHash_with_string_view_created
[ OK ] IdentifierHashTest.IdentifierHash_with_string_view_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_with_string_created
[ OK ] IdentifierHashTest.IdentifierHash_with_string_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_default_created
[ OK ] IdentifierHashTest.IdentifierHash_default_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation
[ OK ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies
[ OK ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_EqualityOperators
[ OK ] IdentifierHashTest.IdentifierHash_EqualityOperators (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_LessThanOperator
[ OK ] IdentifierHashTest.IdentifierHash_LessThanOperator (0 ms)
[----------] 7 tests from IdentifierHashTest (0 ms total)
[----------] Global test environment tear-down
[==========] 7 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 7 tests.
tests-report/score/launch_manager/daemon/src/common/concurrency/mpmc_concurrent_queue_tsan_test/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common/concurrency:mpmc_concurrent_queue_tsan_test
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 15 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from MPMCConcurrentQueueTest_Basic
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem
[ OK ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType
[ OK ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure
[ OK ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure (20 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (21 ms total)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull (21 ms)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout (21 ms total)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop
[ RUN ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty
[ OK ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop (0 ms)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop (0 ms total)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking
[ RUN ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable
[ OK ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull
[ OK ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer (0 ms)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking (1 ms total)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[ OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (2 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (2 ms total)
[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (48 ms total)
[ PASSED ] 15 tests.
tests-report/score/launch_manager/daemon/src/common/concurrency/mpmc_concurrent_queue_test/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common/concurrency:mpmc_concurrent_queue_test
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 15 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from MPMCConcurrentQueueTest_Basic
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem
[ OK ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType
[ OK ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure
[ OK ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure (20 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (20 ms total)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull (20 ms)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout (21 ms total)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop
[ RUN ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty
[ OK ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop (0 ms)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop (0 ms total)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking
[ RUN ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable
[ OK ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull
[ OK ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer (0 ms)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking (0 ms total)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[ OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (2 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (2 ms total)
[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (45 ms total)
[ PASSED ] 15 tests.
tests-report/tests/integration/smoke/smoke/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/smoke:smoke
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/895/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/smoke/smoke.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_smoke
-------------------------------- live log setup --------------------------------
[2026-06-10 16:21:59.071] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-10 16:21:59.440] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:21:59.442] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:21:59.442] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:21:59.442] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:21:59.457] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:21:59.477] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-10 16:21:59.479] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/022a518be9e01f5b9b8cce5c95cb8e1112a9a8cb00efcbb5d68355e0618ba1a6/json HTTP/1.1" 200 None
[2026-06-10 16:21:59.632] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/022a518be9e01f5b9b8cce5c95cb8e1112a9a8cb00efcbb5d68355e0618ba1a6/start HTTP/1.1" 204 0
[2026-06-10 16:21:59.633] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:21:59.633] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:21:59.633] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:21:59.633] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:21:59.644] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:21:59.893] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-10 16:22:00.011] [INFO] [launch_manager] 2026/06/10 16:22:00.8520011 2092148 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.011] [INFO] [launch_manager] Launch Manager Started !!!!
[2026-06-10 16:22:00.012] [INFO] [launch_manager] 2026/06/10 16:22:00.8520011 2092154 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.012] [INFO] [launch_manager] Loading LCM Configurations...
[2026-06-10 16:22:00.020] [INFO] [launch_manager] 2026/06/10 16:22:00.8520011 2092155 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.021] [INFO] [launch_manager] ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-10 16:22:00.021] [INFO] [launch_manager] 2026/06/10 16:22:00.8520011 2092157 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:00.021] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-10 16:22:00.022] [INFO] [launch_manager] 2026/06/10 16:22:00.8520012 2092159 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:00.022] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-10 16:22:00.022] [INFO] [launch_manager] 2026/06/10 16:22:00.8520012 2092161 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:00.022] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/Running ( IdentifierHash: 15039935902284124227 )
[2026-06-10 16:22:00.023] [INFO] [launch_manager] 2026/06/10 16:22:00.8520012 2092163 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:00.023] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-10 16:22:00.023] [INFO] [launch_manager] 2026/06/10 16:22:00.8520012 2092165 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:00.023] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-10 16:22:00.026] [INFO] [launch_manager] 2026/06/10 16:22:00.8520013 2092167 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:00.028] [INFO] [launch_manager] parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/smoke/control_daemon_mock
[2026-06-10 16:22:00.028] [INFO] [launch_manager] 2026/06/10 16:22:00.8520013 2092169 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:00.028] [INFO] [launch_manager] Process control_daemon is Reporting execution state
[2026-06-10 16:22:00.028] [INFO] [launch_manager] 2026/06/10 16:22:00.8520013 2092173 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.028] [INFO] [launch_manager] Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-10 16:22:00.028] [INFO] [launch_manager] 2026/06/10 16:22:00.8520013 2092175 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:00.028] [INFO] [launch_manager] Process control_daemon is NOT Self terminating
[2026-06-10 16:22:00.028] [INFO] [launch_manager] 2026/06/10 16:22:00.8520013 2092177 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:00.029] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-10 16:22:00.029] [INFO] [launch_manager] 2026/06/10 16:22:00.8520014 2092178 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:00.029] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running
[2026-06-10 16:22:00.029] [INFO] [launch_manager] 2026/06/10 16:22:00.8520014 2092181 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:00.029] [INFO] [launch_manager] parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/smoke/gtest_process
[2026-06-10 16:22:00.034] [INFO] [launch_manager] 2026/06/10 16:22:00.8520014 2092182 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:00.035] [INFO] [launch_manager] Process gtest_process is Reporting execution state
[2026-06-10 16:22:00.035] [INFO] [launch_manager] 2026/06/10 16:22:00.8520014 2092184 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.035] [INFO] [launch_manager] Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:22:00.035] [INFO] [launch_manager] 2026/06/10 16:22:00.8520014 2092186 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:00.035] [INFO] [launch_manager] Process gtest_process is NOT Self terminating
[2026-06-10 16:22:00.036] [INFO] [launch_manager] 2026/06/10 16:22:00.8520015 2092187 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:00.036] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running
[2026-06-10 16:22:00.036] [INFO] [launch_manager] 2026/06/10 16:22:00.8520015 2092190 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:00.036] [INFO] [launch_manager] Loading SWCL Nr. 0 Succeeded
[2026-06-10 16:22:00.036] [INFO] [launch_manager] 2026/06/10 16:22:00.8520015 2092192 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.036] [INFO] [launch_manager] 1 process group(s)
[2026-06-10 16:22:00.036] [INFO] [launch_manager] 2026/06/10 16:22:00.8520015 2092194 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:00.037] [INFO] [launch_manager] Creating graph with 2 nodes
[2026-06-10 16:22:00.037] [INFO] [launch_manager] 2026/06/10 16:22:00.8520015 2092196 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.038] [INFO] [launch_manager] Process groups initialized successfully
[2026-06-10 16:22:00.038] [INFO] [launch_manager] 2026/06/10 16:22:00.8520016 2092198 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.038] [INFO] [launch_manager] Process Group initialization done
[2026-06-10 16:22:00.039] [INFO] [launch_manager] 2026/06/10 16:22:00.8520016 2092200 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:00.039] [INFO] [launch_manager] Creating Safe Process Map with 2 entries
[2026-06-10 16:22:00.039] [INFO] [launch_manager] 2026/06/10 16:22:00.8520016 2092202 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.039] [INFO] [launch_manager] Creating job queue with capacity 1024
[2026-06-10 16:22:00.039] [INFO] [launch_manager] 2026/06/10 16:22:00.8520016 2092205 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.040] [INFO] [launch_manager] Creating worker threads...
[2026-06-10 16:22:00.040] [INFO] [launch_manager] 2026/06/10 16:22:00.8520018 2092220 000 ECU1 LM LM log debug verbose 7
[2026-06-10 16:22:00.040] [INFO] [launch_manager] Process group index 0 (with name MainPG ) has 2 processes
[2026-06-10 16:22:00.040] [INFO] [launch_manager] 2026/06/10 16:22:00.8520018 2092222 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.040] [INFO] [launch_manager] Creating process node with id: 0
[2026-06-10 16:22:00.040] [INFO] [launch_manager] 2026/06/10 16:22:00.8520018 2092223 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:00.041] [INFO] [launch_manager] Process 0 has 0 start dependencies
[2026-06-10 16:22:00.041] [INFO] [launch_manager] 2026/06/10 16:22:00.8520018 2092225 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.041] [INFO] [launch_manager] Creating process node with id: 1
[2026-06-10 16:22:00.042] [INFO] [launch_manager] 2026/06/10 16:22:00.8520019 2092227 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:00.043] [INFO] [launch_manager] Process 1 has 0 start dependencies
[2026-06-10 16:22:00.043] [INFO] [launch_manager] 2026/06/10 16:22:00.8520019 2092229 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:00.043] [INFO] [launch_manager] Created 2 process nodes
[2026-06-10 16:22:00.043] [INFO] [launch_manager] 2026/06/10 16:22:00.8520019 2092236 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.043] [INFO] [launch_manager] Creating successor lists for process group MainPG
[2026-06-10 16:22:00.044] [INFO] [launch_manager] 2026/06/10 16:22:00.8520020 2092238 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.045] [INFO] [launch_manager] Graphs initialized
[2026-06-10 16:22:00.045] [INFO] [launch_manager] 2026/06/10 16:22:00.8520020 2092242 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-10 16:22:00.045] [INFO] [launch_manager] 2026/06/10 16:22:00.8520020 2092243 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:00.045] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-10 16:22:00.045] [INFO] [launch_manager] 2026/06/10 16:22:00.8520020 2092243 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:00.045] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-10 16:22:00.046] [INFO] [launch_manager] 2026/06/10 16:22:00.8520020 2092245 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-10 16:22:00.046] [INFO] [launch_manager] 2026/06/10 16:22:00.8520020 2092245 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-10 16:22:00.046] [INFO] [launch_manager] 2026/06/10 16:22:00.8520020 2092245 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-10 16:22:00.046] [INFO] [launch_manager] 2026/06/10 16:22:00.8520020 2092246 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-10 16:22:00.046] [INFO] [launch_manager] 2026/06/10 16:22:00.8520020 2092247 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_daemon
[2026-06-10 16:22:00.046] [INFO] [launch_manager] 2026/06/10 16:22:00.8520021 2092249 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-10 16:22:00.046] [INFO] [launch_manager] 2026/06/10 16:22:00.8520021 2092252 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Monitor interface IPC with path: lifecycle_health_control_daemon
[2026-06-10 16:22:00.047] [INFO] [launch_manager] 2026/06/10 16:22:00.8520021 2092252 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-10 16:22:00.047] [INFO] [launch_manager] 2026/06/10 16:22:00.8520021 2092252 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_daemon
[2026-06-10 16:22:00.047] [INFO] [launch_manager] 2026/06/10 16:22:00.8520021 2092253 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-10 16:22:00.047] [INFO] [launch_manager] 2026/06/10 16:22:00.8520021 2092253 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_daemon_checkpoint
[2026-06-10 16:22:00.048] [INFO] [launch_manager] 2026/06/10 16:22:00.8520021 2092253 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:00.048] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-10 16:22:00.064] [INFO] [launch_manager] 2026/06/10 16:22:00.8520021 2092255 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:00.064] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: control_daemon_alive_supervision
[2026-06-10 16:22:00.064] [INFO] [launch_manager] 2026/06/10 16:22:00.8520021 2092256 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-10 16:22:00.064] [INFO] [launch_manager] 2026/06/10 16:22:00.8520021 2092256 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-10 16:22:00.065] [INFO] [launch_manager] 2026/06/10 16:22:00.8520021 2092256 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-10 16:22:00.065] [INFO] [launch_manager] 2026/06/10 16:22:00.8520022 2092258 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 1 ms
[2026-06-10 16:22:00.065] [INFO] [launch_manager] 2026/06/10 16:22:00.8520023 2092271 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-10 16:22:00.065] [INFO] [launch_manager] 2026/06/10 16:22:00.8520023 2092272 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:00.065] [INFO] [launch_manager] clock() at run(): 40.452000 ms
[2026-06-10 16:22:00.065] [INFO] [launch_manager] 2026/06/10 16:22:00.8520023 2092274 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.066] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============
[2026-06-10 16:22:00.066] [INFO] [launch_manager] 2026/06/10 16:22:00.8520023 2092275 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:22:00.066] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:00.066] [INFO] [launch_manager] 2026/06/10 16:22:00.8520023 2092277 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.066] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:22:00.066] [INFO] [launch_manager] 2026/06/10 16:22:00.8520024 2092278 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:00.067] [INFO] [launch_manager] 2026/06/10 16:22:00.8520024 2092279 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.067] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:22:00.067] [INFO] [launch_manager] 2026/06/10 16:22:00.8520024 2092280 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.067] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:22:00.067] [INFO] [launch_manager] 2026/06/10 16:22:00.8520024 2092282 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:22:00.067] [INFO] [launch_manager] Starting process 0 ( control_daemon ) from executable /tmp/tests/smoke/control_daemon_mock
[2026-06-10 16:22:00.067] [INFO] [launch_manager] 2026/06/10 16:22:00.8520024 2092284 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:00.068] [INFO] [launch_manager] Initialize the control client for control_daemon process
[2026-06-10 16:22:00.068] [INFO] [launch_manager] 2026/06/10 16:22:00.8520024 2092287 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.068] [INFO] [launch_manager] ControlClientChannel initialized
[2026-06-10 16:22:00.068] [INFO] [launch_manager] 2026/06/10 16:22:00.8520026 2092306 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:00.070] [INFO] [launch_manager] startProcess pid 69 received for process: control_daemon
[2026-06-10 16:22:00.070] [INFO] [launch_manager] 2026/06/10 16:22:00.8520027 2092308 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.070] [INFO] [launch_manager] ControlClientChannel obtained from sync.
[2026-06-10 16:22:00.070] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:22:00.070] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:22:00.070] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-10 16:22:00.071] [INFO] [launch_manager] [ RUN ] Smoke.Daemon
[2026-06-10 16:22:00.071] [INFO] [launch_manager] [ STEP ] Control daemon report kRunning
[2026-06-10 16:22:00.071] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-06-10 16:22:00.071] [INFO] [launch_manager] [ STEP ] Activate RunTarget Running
[2026-06-10 16:22:00.071] [INFO] [launch_manager] 2026/06/10 16:22:00.8520035 2092393 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 69 ( control_daemon ) process 0 of group MainPG
[2026-06-10 16:22:00.071] [INFO] [launch_manager] 2026/06/10 16:22:00.8520035 2092394 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_daemon ) done
[2026-06-10 16:22:00.071] [INFO] [launch_manager] 2026/06/10 16:22:00.8520035 2092394 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:22:00.071] [INFO] [launch_manager] 2026/06/10 16:22:00.8520035 2092395 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 42.334000 ms
[2026-06-10 16:22:00.071] [INFO] [launch_manager] 2026/06/10 16:22:00.8520035 2092395 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:00.072] [INFO] [launch_manager] 2026/06/10 16:22:00.8520035 2092395 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 12 ms
[2026-06-10 16:22:00.072] [INFO] [launch_manager] 2026/06/10 16:22:00.8520035 2092396 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:22:00.072] [INFO] [launch_manager] 2026/06/10 16:22:00.8520036 2092406 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-10 16:22:00.072] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092413 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Running of PG MainPG
[2026-06-10 16:22:00.072] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092413 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Running
[2026-06-10 16:22:00.072] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092413 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:22:00.072] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092414 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Running to
[2026-06-10 16:22:00.073] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092414 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Running for PG MainPG
[2026-06-10 16:22:00.073] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092414 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:00.073] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092415 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:00.073] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092415 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:00.073] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092415 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:00.073] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092415 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:00.073] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092416 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:22:00.073] [INFO] [launch_manager] 2026/06/10 16:22:00.8520037 2092417 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( gtest_process ) from executable /tmp/tests/smoke/gtest_process
[2026-06-10 16:22:00.073] [INFO] [launch_manager] 2026/06/10 16:22:00.8520038 2092424 000 ECU1 LM LM log debug verbose 4 startProcess pid 71 received for process: gtest_process
[2026-06-10 16:22:00.074] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:22:00.074] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:22:00.074] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-10 16:22:00.074] [INFO] [launch_manager] [ RUN ] Smoke.Process
[2026-06-10 16:22:00.074] [INFO] [launch_manager] [ OK ] Smoke.Process (2 ms)
[2026-06-10 16:22:00.074] [INFO] [launch_manager] [----------] 1 test from Smoke (2 ms total)
[2026-06-10 16:22:00.074] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:22:00.074] [INFO] [launch_manager] 2026/06/10 16:22:00.8520045 2092493 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:22:00.075] [INFO] [launch_manager] Got kRunning for pid 71 ( gtest_process ) process 1 of group MainPG
[2026-06-10 16:22:00.075] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (3 ms total)
[2026-06-10 16:22:00.075] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:22:00.075] [INFO] [launch_manager] 2026/06/10 16:22:00.8520047 2092509 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( gtest_process ) done
[2026-06-10 16:22:00.075] [INFO] [launch_manager] 2026/06/10 16:22:00.8520047 2092510 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:22:00.075] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:00.075] [INFO] [launch_manager] 2026/06/10 16:22:00.8520047 2092512 000 ECU1 LM LM log info verbose 7
[2026-06-10 16:22:00.076] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Running in 9 ms
[2026-06-10 16:22:00.076] [INFO] [launch_manager] 2026/06/10 16:22:00.8520047 2092513 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.076] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:22:00.076] [INFO] [launch_manager] 2026/06/10 16:22:00.8520049 2092533 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:22:00.076] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Running of PG MainPG
[2026-06-10 16:22:00.076] [INFO] [launch_manager] 2026/06/10 16:22:00.8520049 2092535 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-10 16:22:00.076] [INFO] [launch_manager] 2026/06/10 16:22:00.8520072 2092760 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Startup PS 1
[2026-06-10 16:22:00.076] [INFO] [launch_manager] 2026/06/10 16:22:00.8520072 2092761 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Startup PS 2
[2026-06-10 16:22:00.077] [INFO] [launch_manager] 2026/06/10 16:22:00.8520072 2092761 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Running PS 1
[2026-06-10 16:22:00.077] [INFO] [launch_manager] 2026/06/10 16:22:00.8520072 2092762 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Running PS 2
[2026-06-10 16:22:00.077] [INFO] [launch_manager] 2026/06/10 16:22:00.8520072 2092762 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_daemon_alive_supervision ) switched to OK.
[2026-06-10 16:22:00.093] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:22:00.132] [INFO] [launch_manager] 2026/06/10 16:22:00.8520132 2093363 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-10 16:22:00.133] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-06-10 16:22:00.133] [INFO] [launch_manager] [ STEP ] Activate RunTarget Startup
[2026-06-10 16:22:00.133] [INFO] [launch_manager] 2026/06/10 16:22:00.8520132 2093364 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-10 16:22:00.134] [INFO] [launch_manager] 2026/06/10 16:22:00.8520133 2093374 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Startup of PG MainPG
[2026-06-10 16:22:00.134] [INFO] [launch_manager] 2026/06/10 16:22:00.8520133 2093374 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Startup
[2026-06-10 16:22:00.134] [INFO] [launch_manager] 2026/06/10 16:22:00.8520133 2093374 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:22:00.134] [INFO] [launch_manager] 2026/06/10 16:22:00.8520133 2093374 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Startup to
[2026-06-10 16:22:00.134] [INFO] [launch_manager] 2026/06/10 16:22:00.8520133 2093375 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Startup for PG MainPG
[2026-06-10 16:22:00.134] [INFO] [launch_manager] 2026/06/10 16:22:00.8520133 2093375 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:00.134] [INFO] [launch_manager] 2026/06/10 16:22:00.8520133 2093375 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:00.134] [INFO] [launch_manager] 2026/06/10 16:22:00.8520133 2093375 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:00.134] [INFO] [launch_manager] 2026/06/10 16:22:00.8520133 2093375 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:22:00.134] [INFO] [launch_manager] 2026/06/10 16:22:00.8520133 2093377 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( gtest_process )
[2026-06-10 16:22:00.134] [INFO] [launch_manager] 2026/06/10 16:22:00.8520134 2093377 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 71 ( gtest_process )
[2026-06-10 16:22:00.135] [INFO] [launch_manager] 2026/06/10 16:22:00.8520134 2093378 000 ECU1 LM LM log debug verbose 2 Request termination received for 71
[2026-06-10 16:22:00.135] [INFO] [launch_manager] 2026/06/10 16:22:00.8520134 2093383 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 71 ( gtest_process ) for node True terminated with status 0
[2026-06-10 16:22:00.136] [INFO] [launch_manager] 2026/06/10 16:22:00.8520136 2093399 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( gtest_process )
[2026-06-10 16:22:00.136] [INFO] [launch_manager] 2026/06/10 16:22:00.8520136 2093399 000 ECU1 LM LM log debug verbose 7
[2026-06-10 16:22:00.136] [INFO] [launch_manager] terminateProcess for MainPG process 1 ( gtest_process ) done
[2026-06-10 16:22:00.136] [INFO] [launch_manager] 2026/06/10 16:22:00.8520136 2093400 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:00.136] [INFO] [launch_manager] 2026/06/10 16:22:00.8520136 2093400 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:00.136] [INFO] [launch_manager] 2026/06/10 16:22:00.8520136 2093400 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:00.137] [INFO] [launch_manager] 2026/06/10 16:22:00.8520136 2093401 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 2 ms
[2026-06-10 16:22:00.137] [INFO] [launch_manager] 2026/06/10 16:22:00.8520136 2093401 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:22:00.138] [INFO] [launch_manager] 2026/06/10 16:22:00.8520138 2093419 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:22:00.138] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Startup of PG MainPG
[2026-06-10 16:22:00.139] [INFO] [launch_manager] 2026/06/10 16:22:00.8520138 2093426 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.139] [INFO] [launch_manager] Response sent.
[2026-06-10 16:22:00.175] [INFO] [launch_manager] 2026/06/10 16:22:00.8520172 2093761 000 ECU1 LM Sprv log debug verbose 6
[2026-06-10 16:22:00.175] [INFO] [launch_manager] Process with Id gtest_process changed state PG MainPG/Startup PS 3
[2026-06-10 16:22:00.175] [INFO] [launch_manager] 2026/06/10 16:22:00.8520172 2093765 000 ECU1 LM Sprv log debug verbose 6
[2026-06-10 16:22:00.175] [INFO] [launch_manager] Process with Id gtest_process changed state PG MainPG/Startup PS 4
[2026-06-10 16:22:00.233] [INFO] [launch_manager] 2026/06/10 16:22:00.8520232 2094365 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.233] [INFO] [launch_manager] Response retrieved.
[2026-06-10 16:22:00.233] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-10 16:22:00.233] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-10 16:22:00.234] [INFO] [launch_manager] 2026/06/10 16:22:00.8520233 2094372 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.235] [INFO] [launch_manager] Request sent. Waiting for acknowledgment...
[2026-06-10 16:22:00.237] [INFO] [launch_manager] 2026/06/10 16:22:00.8520237 2094408 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:22:00.237] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-10 16:22:00.238] [INFO] [launch_manager] 2026/06/10 16:22:00.8520237 2094416 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:22:00.238] [INFO] [launch_manager] Pending state for process group MainPG changed from to MainPG/Off
[2026-06-10 16:22:00.238] [INFO] [launch_manager] 2026/06/10 16:22:00.8520238 2094423 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.239] [INFO] [launch_manager] 2026/06/10 16:22:00.8520238 2094426 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.239] [INFO] [launch_manager] Request acknowledged.
[2026-06-10 16:22:00.239] [INFO] [launch_manager] 2026/06/10 16:22:00.8520239 2094433 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:22:00.240] [INFO] [launch_manager] Request acknowledged.
[2026-06-10 16:22:00.240] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/Off to
[2026-06-10 16:22:00.240] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-10 16:22:00.241] [INFO] [launch_manager] 2026/06/10 16:22:00.8520240 2094446 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:00.241] [INFO] [launch_manager] Start transition to MainPG/Off for PG MainPG
[2026-06-10 16:22:00.241] [INFO] [launch_manager] 2026/06/10 16:22:00.8520241 2094453 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:22:00.242] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:00.242] [INFO] [launch_manager] 2026/06/10 16:22:00.8520242 2094459 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.242] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:22:00.243] [INFO] [launch_manager] 2026/06/10 16:22:00.8520242 2094466 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.243] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:22:00.243] [INFO] [launch_manager] 2026/06/10 16:22:00.8520243 2094473 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:00.244] [INFO] [launch_manager] terminating process 0 ( control_daemon )
[2026-06-10 16:22:00.244] [INFO] [launch_manager] 2026/06/10 16:22:00.8520244 2094480 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:22:00.244] [INFO] [launch_manager] Requesting termination of process 0 of MainPG pid 69 ( control_daemon )
[2026-06-10 16:22:00.245] [INFO] [launch_manager] 2026/06/10 16:22:00.8520244 2094486 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.245] [INFO] [launch_manager] Request termination received for 69
[2026-06-10 16:22:00.272] [INFO] [launch_manager] 2026/06/10 16:22:00.8520272 2094760 000 ECU1 LM Sprv log debug verbose 6
[2026-06-10 16:22:00.273] [INFO] [launch_manager] Process with Id control_daemon changed state PG MainPG/Off PS 3
[2026-06-10 16:22:00.273] [INFO] [launch_manager] 2026/06/10 16:22:00.8520273 2094770 000 ECU1 LM Sprv log debug verbose 3
[2026-06-10 16:22:00.273] [INFO] [launch_manager] Alive Supervision ( control_daemon_alive_supervision ) switched to DEACTIVATED.
[2026-06-10 16:22:00.334] [INFO] [launch_manager] [ OK ] Smoke.Daemon (304 ms)
[2026-06-10 16:22:00.334] [INFO] [launch_manager] [----------] 1 test from Smoke (304 ms total)
[2026-06-10 16:22:00.334] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:22:00.335] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (305 ms total)
[2026-06-10 16:22:00.335] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:22:00.336] [INFO] [launch_manager] 2026/06/10 16:22:00.8520336 2095402 000 ECU1 LM LM log debug verbose 12
[2026-06-10 16:22:00.336] [INFO] [launch_manager] Child process 0 of MainPG pid 69 ( control_daemon ) for node True terminated with status 0
[2026-06-10 16:22:00.339] [INFO] [launch_manager] 2026/06/10 16:22:00.8520338 2095427 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:00.339] [INFO] [launch_manager] Queuing jobs after regular termination of process wait 0 ( control_daemon )
[2026-06-10 16:22:00.339] [INFO] [launch_manager] 2026/06/10 16:22:00.8520339 2095433 000 ECU1 LM LM log debug verbose 7
[2026-06-10 16:22:00.340] [INFO] [launch_manager] terminateProcess for MainPG process 0 ( control_daemon ) done
[2026-06-10 16:22:00.340] [INFO] [launch_manager] 2026/06/10 16:22:00.8520340 2095439 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.340] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:22:00.340] [INFO] [launch_manager] 2026/06/10 16:22:00.8520340 2095445 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.341] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:22:00.341] [INFO] [launch_manager] 2026/06/10 16:22:00.8520341 2095452 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:22:00.341] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:00.342] [INFO] [launch_manager] 2026/06/10 16:22:00.8520342 2095458 000 ECU1 LM LM log info verbose 7
[2026-06-10 16:22:00.342] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Off in 103 ms
[2026-06-10 16:22:00.342] [INFO] [launch_manager] 2026/06/10 16:22:00.8520342 2095464 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:00.343] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:22:00.372] [INFO] [launch_manager] 2026/06/10 16:22:00.8520372 2095760 000 ECU1 LM Sprv log debug verbose 6
[2026-06-10 16:22:00.373] [INFO] [launch_manager] Process with Id control_daemon changed state PG MainPG/Off PS 4
[2026-06-10 16:22:00.771] [INFO] [launch_manager] 2026/06/10 16:22:00.8520770 2099746 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-10 16:22:00.771] [INFO] [launch_manager] 2026/06/10 16:22:00.8520770 2099746 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-10 16:22:00.771] [INFO] [launch_manager] 2026/06/10 16:22:00.8520770 2099746 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-10 16:22:00.771] [INFO] [launch_manager] 2026/06/10 16:22:00.8520770 2099747 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-10 16:22:00.772] [INFO] [launch_manager] 2026/06/10 16:22:00.8520771 2099747 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:00.772] [INFO] [launch_manager] 2026/06/10 16:22:00.8520771 2099748 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:00.772] [INFO] [launch_manager] 2026/06/10 16:22:00.8520771 2099748 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:00.772] [INFO] [launch_manager] 2026/06/10 16:22:00.8520771 2099748 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:00.772] [INFO] [launch_manager] 2026/06/10 16:22:00.8520771 2099749 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:00.772] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:22:00.772] [INFO] [launch_manager] 2026/06/10 16:22:00.8520771 2099750 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:00.772] [INFO] [launch_manager] 2026/06/10 16:22:00.8520771 2099750 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-10 16:22:00.772] [INFO] [launch_manager] 2026/06/10 16:22:00.8520771 2099751 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:22:00.772] [INFO] [launch_manager] 2026/06/10 16:22:00.8520771 2099751 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-10 16:22:00.838] [INFO] [launch_manager] 2026/06/10 16:22:00.8520837 2100415 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-10 16:22:00.872] [INFO] [launch_manager] 2026/06/10 16:22:00.8520872 2100760 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-10 16:22:00.874] [INFO] [launch_manager] 2026/06/10 16:22:00.8520874 2100779 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-10 16:22:00.874] [INFO] [launch_manager] 2026/06/10 16:22:00.8520874 2100783 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/895/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/smoke/smoke/test.xml -
============================== 1 passed in 2.55s ===============================
tests-report/tests/integration/process_launch_args/process_launch_args/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/process_launch_args:process_launch_args
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/894/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/process_launch_args/process_launch_args.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_process_launch_args
-------------------------------- live log setup --------------------------------
[2026-06-10 16:21:49.833] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-10 16:21:54.640] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:21:54.640] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:21:54.643] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:21:54.643] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:21:54.655] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:21:54.689] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-10 16:21:54.693] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/6fb1b039810f9850202c3fe487f635f1f3faccff75ebfbb8fbec9f7cc2d9b77b/json HTTP/1.1" 200 None
[2026-06-10 16:21:54.860] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/6fb1b039810f9850202c3fe487f635f1f3faccff75ebfbb8fbec9f7cc2d9b77b/start HTTP/1.1" 204 0
[2026-06-10 16:21:54.861] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:21:54.861] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:21:54.861] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:21:54.862] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:21:54.878] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:21:55.113] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-10 16:21:55.260] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044610 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-10 16:21:55.260] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044612 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-10 16:21:55.260] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044613 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-10 16:21:55.261] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044614 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-10 16:21:55.261] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044614 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-10 16:21:55.261] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044614 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-10 16:21:55.261] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044615 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_launch_args/process_initial
[2026-06-10 16:21:55.261] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044615 000 ECU1 LM LM log debug verbose 3 Process component_initial is Reporting execution state
[2026-06-10 16:21:55.261] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044615 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:21:55.261] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044615 000 ECU1 LM LM log debug verbose 3 Process component_initial is Self terminating
[2026-06-10 16:21:55.261] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044616 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-10 16:21:55.261] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044616 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-10 16:21:55.261] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044616 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-10 16:21:55.262] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044616 000 ECU1 LM LM log debug verbose 3 Creating graph with 1 nodes
[2026-06-10 16:21:55.262] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044616 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-10 16:21:55.262] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044617 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-10 16:21:55.262] [INFO] [launch_manager] 2026/06/10 16:21:55.8515257 2044617 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 1 entries
[2026-06-10 16:21:55.262] [INFO] [launch_manager] 2026/06/10 16:21:55.8515258 2044617 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-10 16:21:55.262] [INFO] [launch_manager] 2026/06/10 16:21:55.8515258 2044617 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-10 16:21:55.262] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044630 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 1 processes
[2026-06-10 16:21:55.262] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044631 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-10 16:21:55.263] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044631 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-10 16:21:55.263] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044631 000 ECU1 LM LM log debug verbose 3 Created 1 process nodes
[2026-06-10 16:21:55.264] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044631 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-10 16:21:55.264] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044632 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-10 16:21:55.264] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044634 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-10 16:21:55.264] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044635 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-10 16:21:55.264] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044635 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-10 16:21:55.264] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044635 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-10 16:21:55.264] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044635 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-10 16:21:55.265] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044635 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-10 16:21:55.265] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044636 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-10 16:21:55.265] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044636 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 0
[2026-06-10 16:21:55.265] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044636 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 0
[2026-06-10 16:21:55.266] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044637 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 0
[2026-06-10 16:21:55.266] [INFO] [launch_manager] 2026/06/10 16:21:55.8515259 2044637 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 0
[2026-06-10 16:21:55.266] [INFO] [launch_manager] 2026/06/10 16:21:55.8515260 2044637 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 0
[2026-06-10 16:21:55.266] [INFO] [launch_manager] 2026/06/10 16:21:55.8515260 2044637 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-10 16:21:55.266] [INFO] [launch_manager] 2026/06/10 16:21:55.8515260 2044637 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-10 16:21:55.267] [INFO] [launch_manager] 2026/06/10 16:21:55.8515260 2044638 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 0 ms
[2026-06-10 16:21:55.267] [INFO] [launch_manager] 2026/06/10 16:21:55.8515260 2044638 000 ECU1 LM LM log info verbose 1
[2026-06-10 16:21:55.267] [INFO] [launch_manager] LCM started successfully
[2026-06-10 16:21:55.268] [INFO] [launch_manager] 2026/06/10 16:21:55.8515260 2044639 000 ECU1 LM LM log debug verbose 3 clock() at run(): 36.231000 ms
[2026-06-10 16:21:55.269] [INFO] [launch_manager] 2026/06/10 16:21:55.8515260 2044640 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-10 16:21:55.269] [INFO] [launch_manager] 2026/06/10 16:21:55.8515260 2044642 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:55.269] [INFO] [launch_manager] 2026/06/10 16:21:55.8515260 2044642 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.269] [INFO] [launch_manager] 2026/06/10 16:21:55.8515260 2044642 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.269] [INFO] [launch_manager] 2026/06/10 16:21:55.8515260 2044643 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( component_initial ) from executable /tmp/tests/process_launch_args/process_initial
[2026-06-10 16:21:55.271] [INFO] [launch_manager] 2026/06/10 16:21:55.8515261 2044656 000 ECU1 LM LM log debug verbose 4 startProcess pid 67 received for process: component_initial
[2026-06-10 16:21:55.271] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:21:55.271] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:21:55.271] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs
[2026-06-10 16:21:55.271] [INFO] [launch_manager] [ RUN ] ProcessLaunchArgs.ProcessInitial
[2026-06-10 16:21:55.271] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-10 16:21:55.271] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-10 16:21:55.271] [INFO] [launch_manager] [ STEP ] Check args
[2026-06-10 16:21:55.271] [INFO] [launch_manager] [ END STEP ] Check args
[2026-06-10 16:21:55.271] [INFO] [launch_manager] [ OK ] ProcessLaunchArgs.ProcessInitial (2 ms)
[2026-06-10 16:21:55.272] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs (2 ms total)
[2026-06-10 16:21:55.272] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:21:55.272] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-10 16:21:55.272] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:21:55.272] [INFO] [launch_manager] 2026/06/10 16:21:55.8515266 2044700 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 67 ( component_initial ) process 0 of group MainPG
[2026-06-10 16:21:55.272] [INFO] [launch_manager] 2026/06/10 16:21:55.8515266 2044701 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( component_initial ) done
[2026-06-10 16:21:55.272] [INFO] [launch_manager] 2026/06/10 16:21:55.8515266 2044701 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.273] [INFO] [launch_manager] 2026/06/10 16:21:55.8515266 2044701 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 37.386000 ms
[2026-06-10 16:21:55.273] [INFO] [launch_manager] 2026/06/10 16:21:55.8515266 2044702 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:55.273] [INFO] [launch_manager] 2026/06/10 16:21:55.8515266 2044702 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 6 ms
[2026-06-10 16:21:55.273] [INFO] [launch_manager] 2026/06/10 16:21:55.8515266 2044702 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.310] [INFO] [launch_manager] 2026/06/10 16:21:55.8515310 2045140 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 1
[2026-06-10 16:21:55.310] [INFO] [launch_manager] 2026/06/10 16:21:55.8515310 2045141 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 2
[2026-06-10 16:21:55.363] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045658 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 67 ( component_initial ) for node True terminated with status 0
[2026-06-10 16:21:55.363] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045659 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 4
[2026-06-10 16:21:55.491] [INFO] [launch_manager] 2026/06/10 16:21:55.8515490 2046946 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-10 16:21:55.491] [INFO] [launch_manager] 2026/06/10 16:21:55.8515490 2046946 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-10 16:21:55.491] [INFO] [launch_manager] 2026/06/10 16:21:55.8515490 2046947 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-10 16:21:55.491] [INFO] [launch_manager] 2026/06/10 16:21:55.8515490 2046947 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-10 16:21:55.491] [INFO] [launch_manager] 2026/06/10 16:21:55.8515491 2046947 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:55.491] [INFO] [launch_manager] 2026/06/10 16:21:55.8515491 2046947 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.491] [INFO] [launch_manager] 2026/06/10 16:21:55.8515491 2046948 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.491] [INFO] [launch_manager] 2026/06/10 16:21:55.8515491 2046948 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:55.491] [INFO] [launch_manager] 2026/06/10 16:21:55.8515491 2046948 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State Off in 0 ms
[2026-06-10 16:21:55.491] [INFO] [launch_manager] 2026/06/10 16:21:55.8515491 2046948 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.491] [INFO] [launch_manager] 2026/06/10 16:21:55.8515491 2046949 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-10 16:21:55.562] [INFO] [launch_manager] 2026/06/10 16:21:55.8515562 2047662 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-10 16:21:55.610] [INFO] [launch_manager] 2026/06/10 16:21:55.8515610 2048139 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-10 16:21:55.611] [INFO] [launch_manager] 2026/06/10 16:21:55.8515611 2048154 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-10 16:21:55.612] [INFO] [launch_manager] 2026/06/10 16:21:55.8515611 2048155 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/894/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_launch_args/process_launch_args/test.xml -
============================== 1 passed in 6.55s ===============================
tests-report/tests/integration/crash_on_startup/crash_on_startup/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/crash_on_startup:crash_on_startup
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/892/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/crash_on_startup/crash_on_startup.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_crash_on_startup
-------------------------------- live log setup --------------------------------
[2026-06-10 16:21:49.748] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-10 16:21:54.435] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:21:54.435] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:21:54.436] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:21:54.436] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:21:54.475] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:21:54.633] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-10 16:21:54.635] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/7e8af91dbed9db742bef6a36e68a38aa94e383418bf01f0a1475b2559101ffe4/json HTTP/1.1" 200 None
[2026-06-10 16:21:54.926] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e8af91dbed9db742bef6a36e68a38aa94e383418bf01f0a1475b2559101ffe4/start HTTP/1.1" 204 0
[2026-06-10 16:21:54.927] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:21:54.927] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:21:54.927] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:21:54.928] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:21:54.940] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:21:55.182] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-10 16:21:55.330] [INFO] [launch_manager] 2026/06/10 16:21:55.8515323 2045269 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-10 16:21:55.331] [INFO] [launch_manager] 2026/06/10 16:21:55.8515323 2045272 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:55.331] [INFO] [launch_manager] Loading LCM Configurations...
[2026-06-10 16:21:55.331] [INFO] [launch_manager] 2026/06/10 16:21:55.8515323 2045273 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-10 16:21:55.331] [INFO] [launch_manager] 2026/06/10 16:21:55.8515323 2045275 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-10 16:21:55.331] [INFO] [launch_manager] 2026/06/10 16:21:55.8515323 2045276 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-10 16:21:55.331] [INFO] [launch_manager] 2026/06/10 16:21:55.8515323 2045276 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_twice ( IdentifierHash: 16083544560338850016 )
[2026-06-10 16:21:55.331] [INFO] [launch_manager] 2026/06/10 16:21:55.8515323 2045276 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_always ( IdentifierHash: 12093248490838190123 )
[2026-06-10 16:21:55.331] [INFO] [launch_manager] 2026/06/10 16:21:55.8515323 2045277 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-10 16:21:55.331] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045277 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-10 16:21:55.334] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045278 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/crash_on_startup/control_client_mock
[2026-06-10 16:21:55.334] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045278 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-10 16:21:55.334] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045278 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-10 16:21:55.334] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045279 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating
[2026-06-10 16:21:55.334] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045279 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-10 16:21:55.334] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045279 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crash_on_startup_twice
[2026-06-10 16:21:55.335] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045282 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crash_on_startup_always
[2026-06-10 16:21:55.335] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045282 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-10 16:21:55.335] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045283 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/crash_on_startup/process_crashing_on_startup_twice
[2026-06-10 16:21:55.335] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045283 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_twice is Reporting execution state
[2026-06-10 16:21:55.335] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045283 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:21:55.335] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045286 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_twice is NOT Self terminating
[2026-06-10 16:21:55.335] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045286 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crash_on_startup_twice
[2026-06-10 16:21:55.335] [INFO] [launch_manager] 2026/06/10 16:21:55.8515324 2045287 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/crash_on_startup/process_crashing_on_startup_always
[2026-06-10 16:21:55.335] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045287 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_always is Reporting execution state
[2026-06-10 16:21:55.335] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045287 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:21:55.336] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045287 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_always is NOT Self terminating
[2026-06-10 16:21:55.336] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045288 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crash_on_startup_always
[2026-06-10 16:21:55.336] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045288 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/crash_on_startup/verification_process
[2026-06-10 16:21:55.336] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045289 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state
[2026-06-10 16:21:55.336] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045289 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:21:55.336] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045289 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-10 16:21:55.336] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045289 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-10 16:21:55.336] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045290 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-10 16:21:55.336] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045291 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-10 16:21:55.336] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045291 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes
[2026-06-10 16:21:55.336] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045291 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-10 16:21:55.337] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045291 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-10 16:21:55.337] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045292 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries
[2026-06-10 16:21:55.337] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045292 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-10 16:21:55.337] [INFO] [launch_manager] 2026/06/10 16:21:55.8515325 2045292 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-10 16:21:55.337] [INFO] [launch_manager] 2026/06/10 16:21:55.8515331 2045351 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 4 processes
[2026-06-10 16:21:55.337] [INFO] [launch_manager] 2026/06/10 16:21:55.8515331 2045352 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-10 16:21:55.337] [INFO] [launch_manager] 2026/06/10 16:21:55.8515331 2045353 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-10 16:21:55.337] [INFO] [launch_manager] 2026/06/10 16:21:55.8515331 2045354 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-10 16:21:55.338] [INFO] [launch_manager] 2026/06/10 16:21:55.8515331 2045355 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-10 16:21:55.338] [INFO] [launch_manager] 2026/06/10 16:21:55.8515331 2045356 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-10 16:21:55.338] [INFO] [launch_manager] 2026/06/10 16:21:55.8515331 2045357 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-10 16:21:55.338] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045358 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3
[2026-06-10 16:21:55.338] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045359 000 ECU1 LM LM log debug verbose 5 Process 3 has 0 start dependencies
[2026-06-10 16:21:55.338] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045359 000 ECU1 LM LM log debug verbose 3 Created 4 process nodes
[2026-06-10 16:21:55.338] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045360 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-10 16:21:55.338] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045361 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-10 16:21:55.338] [INFO] [launch_manager] 2026/06/10 16:21:55.8515333 2045375 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-10 16:21:55.338] [INFO] [launch_manager] 2026/06/10 16:21:55.8515333 2045375 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-10 16:21:55.339] [INFO] [launch_manager] 2026/06/10 16:21:55.8515333 2045375 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-10 16:21:55.339] [INFO] [launch_manager] 2026/06/10 16:21:55.8515333 2045376 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-10 16:21:55.339] [INFO] [launch_manager] 2026/06/10 16:21:55.8515333 2045376 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-10 16:21:55.339] [INFO] [launch_manager] 2026/06/10 16:21:55.8515333 2045376 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-10 16:21:55.339] [INFO] [launch_manager] 2026/06/10 16:21:55.8515333 2045377 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-10 16:21:55.339] [INFO] [launch_manager] 2026/06/10 16:21:55.8515334 2045377 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-10 16:21:55.339] [INFO] [launch_manager] 2026/06/10 16:21:55.8515334 2045378 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-10 16:21:55.339] [INFO] [launch_manager] 2026/06/10 16:21:55.8515334 2045379 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Monitor interface IPC with path: lifecycle_health_control_client_mock
[2026-06-10 16:21:55.339] [INFO] [launch_manager] 2026/06/10 16:21:55.8515334 2045379 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-10 16:21:55.339] [INFO] [launch_manager] 2026/06/10 16:21:55.8515334 2045379 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-10 16:21:55.340] [INFO] [launch_manager] 2026/06/10 16:21:55.8515334 2045380 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:21:55.340] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-10 16:21:55.340] [INFO] [launch_manager] 2026/06/10 16:21:55.8515337 2045407 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-10 16:21:55.340] [INFO] [launch_manager] 2026/06/10 16:21:55.8515337 2045409 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-10 16:21:55.340] [INFO] [launch_manager] 2026/06/10 16:21:55.8515337 2045413 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: control_client_mock_alive_supervision
[2026-06-10 16:21:55.340] [INFO] [launch_manager] 2026/06/10 16:21:55.8515337 2045414 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-10 16:21:55.340] [INFO] [launch_manager] 2026/06/10 16:21:55.8515337 2045415 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-10 16:21:55.340] [INFO] [launch_manager] 2026/06/10 16:21:55.8515337 2045416 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-10 16:21:55.340] [INFO] [launch_manager] 2026/06/10 16:21:55.8515338 2045418 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 4 ms
[2026-06-10 16:21:55.341] [INFO] [launch_manager] 2026/06/10 16:21:55.8515338 2045419 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-10 16:21:55.341] [INFO] [launch_manager] 2026/06/10 16:21:55.8515338 2045421 000 ECU1 LM LM log debug verbose 3 clock() at run(): 39.152000 ms
[2026-06-10 16:21:55.342] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045451 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-10 16:21:55.342] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045452 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:55.342] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045452 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.342] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045453 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.342] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045453 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.342] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045454 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.342] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045455 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.342] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045455 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:55.346] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:21:55.346] [INFO] [launch_manager] 2026/06/10 16:21:55.8515342 2045466 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.346] [INFO] [launch_manager] 2026/06/10 16:21:55.8515342 2045466 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.346] [INFO] [launch_manager] 2026/06/10 16:21:55.8515343 2045471 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( control_client_mock ) from executable /tmp/tests/crash_on_startup/control_client_mock
[2026-06-10 16:21:55.346] [INFO] [launch_manager] 2026/06/10 16:21:55.8515343 2045472 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock process
[2026-06-10 16:21:55.346] [INFO] [launch_manager] 2026/06/10 16:21:55.8515343 2045473 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-10 16:21:55.346] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045479 000 ECU1 LM LM log debug verbose 4 startProcess pid 68 received for process: control_client_mock
[2026-06-10 16:21:55.346] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045480 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-10 16:21:55.357] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:21:55.358] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:21:55.358] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-10 16:21:55.358] [INFO] [launch_manager] [ RUN ] CrashOnStartup.ControlClientMock
[2026-06-10 16:21:55.359] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-10 16:21:55.367] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-10 16:21:55.367] [INFO] [launch_manager] [ STEP ] Launch process crashing on startup twice
[2026-06-10 16:21:55.367] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045639 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 68 ( control_client_mock ) process 0 of group MainPG
[2026-06-10 16:21:55.367] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045640 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-10 16:21:55.367] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045641 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.367] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045641 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 41.125000 ms
[2026-06-10 16:21:55.368] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045641 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:55.368] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045641 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 18 ms
[2026-06-10 16:21:55.368] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045642 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.368] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045646 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-10 16:21:55.368] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045646 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_crash_on_startup_twice of PG MainPG
[2026-06-10 16:21:55.368] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045647 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_crash_on_startup_twice
[2026-06-10 16:21:55.368] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045647 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:21:55.368] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045647 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_crash_on_startup_twice to
[2026-06-10 16:21:55.368] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045647 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_twice for PG MainPG
[2026-06-10 16:21:55.368] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045648 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:55.368] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045648 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.369] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045648 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.369] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045648 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.369] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045648 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.369] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045649 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.369] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045649 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.369] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045649 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.369] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045649 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.369] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045651 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( process_crashing_on_startup_twice ) from executable /tmp/tests/crash_on_startup/process_crashing_on_startup_twice
[2026-06-10 16:21:55.369] [INFO] [launch_manager] 2026/06/10 16:21:55.8515361 2045656 000 ECU1 LM LM log debug verbose 4 startProcess pid 70 received for process: process_crashing_on_startup_twice
[2026-06-10 16:21:55.369] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045657 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:21:55.375] [INFO] [launch_manager] Process crashing on startup...
[2026-06-10 16:21:55.389] [INFO] [launch_manager] 2026/06/10 16:21:55.8515388 2045920 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-10 16:21:55.389] [INFO] [launch_manager] 2026/06/10 16:21:55.8515388 2045921 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-10 16:21:55.389] [INFO] [launch_manager] 2026/06/10 16:21:55.8515388 2045922 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 1
[2026-06-10 16:21:55.389] [INFO] [launch_manager] 2026/06/10 16:21:55.8515388 2045922 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-10 16:21:55.431] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:55.510] [INFO] [launch_manager] 2026/06/10 16:21:55.8515509 2047136 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 70 ( process_crashing_on_startup_twice ) for node True terminated with status 134
[2026-06-10 16:21:55.510] [INFO] [launch_manager] 2026/06/10 16:21:55.8515510 2047137 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 70 ( process_crashing_on_startup_twice )
[2026-06-10 16:21:55.538] [INFO] [launch_manager] 2026/06/10 16:21:55.8515538 2047420 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 4
[2026-06-10 16:21:55.615] [INFO] [launch_manager] 2026/06/10 16:21:55.8515615 2048188 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-06-10 16:21:55.615] [INFO] [launch_manager] 2026/06/10 16:21:55.8515615 2048189 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-10 16:21:55.615] [INFO] [launch_manager] 2026/06/10 16:21:55.8515615 2048189 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-10 16:21:55.615] [INFO] [launch_manager] 2026/06/10 16:21:55.8515615 2048195 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:21:55.616] [INFO] [launch_manager] startProcess pid 77 received for process: process_crashing_on_startup_twice
[2026-06-10 16:21:55.617] [INFO] [launch_manager] Process crashing on startup...
[2026-06-10 16:21:55.638] [INFO] [launch_manager] 2026/06/10 16:21:55.8515638 2048421 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 1
[2026-06-10 16:21:55.698] [INFO] [launch_manager] 2026/06/10 16:21:55.8515698 2049019 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 77 ( process_crashing_on_startup_twice ) for node True terminated with status 134
[2026-06-10 16:21:55.699] [INFO] [launch_manager] 2026/06/10 16:21:55.8515698 2049020 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 77 ( process_crashing_on_startup_twice )
[2026-06-10 16:21:55.738] [INFO] [launch_manager] 2026/06/10 16:21:55.8515738 2049421 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 4
[2026-06-10 16:21:55.803] [INFO] [launch_manager] 2026/06/10 16:21:55.8515803 2050071 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-06-10 16:21:55.804] [INFO] [launch_manager] 2026/06/10 16:21:55.8515803 2050071 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-10 16:21:55.804] [INFO] [launch_manager] 2026/06/10 16:21:55.8515803 2050072 000 ECU1 LM LM log debug verbose 7
[2026-06-10 16:21:55.804] [INFO] [launch_manager] terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-10 16:21:55.804] [INFO] [launch_manager] 2026/06/10 16:21:55.8515804 2050079 000 ECU1 LM LM log debug verbose 4 startProcess pid 78 received for process: process_crashing_on_startup_twice
[2026-06-10 16:21:55.806] [INFO] [launch_manager] Process starting successfully...
[2026-06-10 16:21:55.806] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:21:55.806] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:21:55.806] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-10 16:21:55.806] [INFO] [launch_manager] [ RUN ] CrashOnStartup.ProcessCrashingOnStartupTwice
[2026-06-10 16:21:55.806] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-10 16:21:55.808] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-10 16:21:55.808] [INFO] [launch_manager] [ OK ] CrashOnStartup.ProcessCrashingOnStartupTwice (2 ms)
[2026-06-10 16:21:55.808] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2 ms total)
[2026-06-10 16:21:55.808] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:21:55.808] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-10 16:21:55.809] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:21:55.809] [INFO] [launch_manager] 2026/06/10 16:21:55.8515808 2050126 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 78 ( process_crashing_on_startup_twice ) process 1 of group MainPG
[2026-06-10 16:21:55.809] [INFO] [launch_manager] 2026/06/10 16:21:55.8515809 2050127 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-10 16:21:55.809] [INFO] [launch_manager] 2026/06/10 16:21:55.8515809 2050128 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:55.809] [INFO] [launch_manager] 2026/06/10 16:21:55.8515809 2050128 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_crash_on_startup_twice in 448 ms
[2026-06-10 16:21:55.809] [INFO] [launch_manager] 2026/06/10 16:21:55.8515809 2050128 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.810] [INFO] [launch_manager] 2026/06/10 16:21:55.8515809 2050136 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_crash_on_startup_twice of PG MainPG
[2026-06-10 16:21:55.810] [INFO] [launch_manager] 2026/06/10 16:21:55.8515809 2050136 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-10 16:21:55.838] [INFO] [launch_manager] 2026/06/10 16:21:55.8515838 2050421 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 1
[2026-06-10 16:21:55.838] [INFO] [launch_manager] 2026/06/10 16:21:55.8515838 2050421 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 2
[2026-06-10 16:21:55.858] [INFO] [launch_manager] 2026/06/10 16:21:55.8515858 2050621 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-10 16:21:55.858] [INFO] [launch_manager] [ END STEP ] Launch process crashing on startup twice
[2026-06-10 16:21:55.859] [INFO] [launch_manager] [ STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-10 16:21:55.859] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-10 16:21:55.859] [INFO] [launch_manager] [ STEP ] Attempt to launch process crashing on startup always
[2026-06-10 16:21:55.859] [INFO] [launch_manager] 2026/06/10 16:21:55.8515858 2050622 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-10 16:21:55.860] [INFO] [launch_manager] 2026/06/10 16:21:55.8515859 2050636 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_crash_on_startup_always of PG MainPG
[2026-06-10 16:21:55.860] [INFO] [launch_manager] 2026/06/10 16:21:55.8515859 2050636 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:21:55.860] [INFO] [launch_manager] Pending state for process group MainPG changed from to MainPG/run_target_crash_on_startup_always
[2026-06-10 16:21:55.860] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050637 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:21:55.860] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050638 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_crash_on_startup_always to
[2026-06-10 16:21:55.860] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050638 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_always for PG MainPG
[2026-06-10 16:21:55.860] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050639 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:55.860] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050639 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.861] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050639 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.861] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050639 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.861] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050640 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.861] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050641 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-10 16:21:55.861] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050641 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 78 ( process_crashing_on_startup_twice )
[2026-06-10 16:21:55.861] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050642 000 ECU1 LM LM log debug verbose 2 Request termination received for 78
[2026-06-10 16:21:55.861] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050644 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:21:55.861] [INFO] [launch_manager] 2026/06/10 16:21:55.8515860 2050646 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 78 ( process_crashing_on_startup_twice ) for node True terminated with status 0
[2026-06-10 16:21:55.862] [INFO] [launch_manager] 2026/06/10 16:21:55.8515862 2050663 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( process_crashing_on_startup_twice )
[2026-06-10 16:21:55.863] [INFO] [launch_manager] 2026/06/10 16:21:55.8515862 2050663 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-10 16:21:55.863] [INFO] [launch_manager] 2026/06/10 16:21:55.8515862 2050664 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.863] [INFO] [launch_manager] 2026/06/10 16:21:55.8515862 2050664 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.863] [INFO] [launch_manager] 2026/06/10 16:21:55.8515862 2050664 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.863] [INFO] [launch_manager] 2026/06/10 16:21:55.8515862 2050664 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.863] [INFO] [launch_manager] 2026/06/10 16:21:55.8515862 2050665 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( process_crashing_on_startup_always ) from executable /tmp/tests/crash_on_startup/process_crashing_on_startup_always
[2026-06-10 16:21:55.863] [INFO] [launch_manager] 2026/06/10 16:21:55.8515863 2050671 000 ECU1 LM LM log debug verbose 4 startProcess pid 79 received for process: process_crashing_on_startup_always
[2026-06-10 16:21:55.865] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-10 16:21:55.888] [INFO] [launch_manager] 2026/06/10 16:21:55.8515888 2050921 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_always PS 3
[2026-06-10 16:21:55.889] [INFO] [launch_manager] 2026/06/10 16:21:55.8515888 2050921 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_always PS 4
[2026-06-10 16:21:55.889] [INFO] [launch_manager] 2026/06/10 16:21:55.8515888 2050922 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 1
[2026-06-10 16:21:55.986] [INFO] [launch_manager] 2026/06/10 16:21:55.8515986 2051903 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 79 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-10 16:21:55.987] [INFO] [launch_manager] 2026/06/10 16:21:55.8515986 2051904 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 79 ( process_crashing_on_startup_always )
[2026-06-10 16:21:55.988] [INFO] [launch_manager] 2026/06/10 16:21:55.8515988 2051921 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 4
[2026-06-10 16:21:56.021] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:56.096] [INFO] [launch_manager] 2026/06/10 16:21:56.8516094 2052981 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-10 16:21:56.096] [INFO] [launch_manager] 2026/06/10 16:21:56.8516094 2052981 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-10 16:21:56.096] [INFO] [launch_manager] 2026/06/10 16:21:56.8516094 2052981 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-10 16:21:56.096] [INFO] [launch_manager] 2026/06/10 16:21:56.8516095 2052988 000 ECU1 LM LM log debug verbose 4 startProcess pid 86 received for process: process_crashing_on_startup_always
[2026-06-10 16:21:56.109] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-10 16:21:56.138] [INFO] [launch_manager] 2026/06/10 16:21:56.8516138 2053423 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 1
[2026-06-10 16:21:56.325] [INFO] [launch_manager] 2026/06/10 16:21:56.8516325 2055290 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 86 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-10 16:21:56.326] [INFO] [launch_manager] 2026/06/10 16:21:56.8516325 2055292 000 ECU1 LM LM log warn verbose 7
[2026-06-10 16:21:56.327] [INFO] [launch_manager] unexpected termination of process 2 pid 86 ( process_crashing_on_startup_always )
[2026-06-10 16:21:56.338] [INFO] [launch_manager] 2026/06/10 16:21:56.8516338 2055421 000 ECU1 LM Sprv log debug verbose 6
[2026-06-10 16:21:56.339] [INFO] [launch_manager] Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 4
[2026-06-10 16:21:56.448] [INFO] [launch_manager] 2026/06/10 16:21:56.8516448 2056518 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-10 16:21:56.448] [INFO] [launch_manager] 2026/06/10 16:21:56.8516448 2056519 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:21:56.449] [INFO] [launch_manager] terminating process 2 ( process_crashing_on_startup_always )
[2026-06-10 16:21:56.449] [INFO] [launch_manager] 2026/06/10 16:21:56.8516448 2056519 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-10 16:21:56.449] [INFO] [launch_manager] 2026/06/10 16:21:56.8516448 2056526 000 ECU1 LM LM log debug verbose 4 startProcess pid 87 received for process: process_crashing_on_startup_always
[2026-06-10 16:21:56.450] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-10 16:21:56.493] [INFO] [launch_manager] 2026/06/10 16:21:56.8516492 2056967 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 1
[2026-06-10 16:21:56.609] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:56.694] [INFO] [launch_manager] 2026/06/10 16:21:56.8516694 2058982 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 87 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-10 16:21:56.695] [INFO] [launch_manager] 2026/06/10 16:21:56.8516694 2058982 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 87 ( process_crashing_on_startup_always )
[2026-06-10 16:21:56.738] [INFO] [launch_manager] 2026/06/10 16:21:56.8516738 2059421 000 ECU1 LM Sprv log debug verbose 6
[2026-06-10 16:21:56.739] [INFO] [launch_manager] Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 4
[2026-06-10 16:21:56.800] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060038 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-10 16:21:56.801] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060039 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-10 16:21:56.801] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060039 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-10 16:21:56.801] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060039 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kAborting for PG 0 ( MainPG )
[2026-06-10 16:21:56.801] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060040 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-10 16:21:56.801] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060040 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kAborting to kUndefinedState for PG 0 ( MainPG )
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060041 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060045 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kFailedUnexpectedTerminationOnEnter ( 23 ) re state MainPG/run_target_crash_on_startup_always of PG MainPG
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060045 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060045 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060046 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060046 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060046 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060046 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060046 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060047 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516800 2060047 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:56.802] [INFO] [launch_manager] 2026/06/10 16:21:56.8516801 2060047 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:56.803] [INFO] [launch_manager] 2026/06/10 16:21:56.8516801 2060047 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:56.803] [INFO] [launch_manager] 2026/06/10 16:21:56.8516801 2060048 000 ECU1 LM LM log debug verbose 6 Starting process 3 ( verification_component ) from executable /tmp/tests/crash_on_startup/verification_process
[2026-06-10 16:21:56.803] [INFO] [launch_manager] 2026/06/10 16:21:56.8516801 2060054 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:21:56.803] [INFO] [launch_manager] startProcess pid 94 received for process: verification_component
[2026-06-10 16:21:56.803] [INFO] [launch_manager] 2026/06/10 16:21:56.8516803 2060071 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 94 ( verification_component ) process 3 of group MainPG
[2026-06-10 16:21:56.803] [INFO] [launch_manager] 2026/06/10 16:21:56.8516803 2060072 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( verification_component ) done
[2026-06-10 16:21:56.803] [INFO] [launch_manager] 2026/06/10 16:21:56.8516803 2060073 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:56.804] [INFO] [launch_manager] 2026/06/10 16:21:56.8516803 2060074 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/fallback_run_target in 2 ms
[2026-06-10 16:21:56.804] [INFO] [launch_manager] 2026/06/10 16:21:56.8516803 2060074 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.804] [INFO] [launch_manager] 2026/06/10 16:21:56.8516803 2060075 000 ECU1 LM LM log debug verbose 12 Child process 3 of MainPG pid 94 ( verification_component ) for node True terminated with status 0
[2026-06-10 16:21:56.808] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060090 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.808] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060090 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.808] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060091 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.808] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060091 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.808] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060091 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.809] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060091 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.809] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060092 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.809] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060092 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.809] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060092 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.809] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060093 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.809] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060093 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.809] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060093 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.809] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060093 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.809] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060094 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.809] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060094 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060094 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060095 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060095 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060095 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060095 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060096 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060096 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060096 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516805 2060096 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060097 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060097 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.810] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060097 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.811] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060098 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.811] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060098 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.811] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060098 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.811] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060099 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.811] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060099 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.811] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060099 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.811] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060100 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.811] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060100 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.811] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060100 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.811] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060101 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060101 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060101 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060102 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060102 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060102 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060102 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060103 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060103 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060103 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060104 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060104 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.812] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060104 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060105 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060105 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060105 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060105 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060106 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060106 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060106 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516806 2060107 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060107 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060107 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060108 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.813] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060108 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.814] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060108 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.814] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060108 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.814] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060109 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.814] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060109 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.817] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060109 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.817] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060110 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.818] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060110 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.818] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060111 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.818] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060111 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.818] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060111 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.818] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060112 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.818] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060112 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.818] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060112 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.818] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060113 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.818] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060113 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.818] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060113 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.818] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060114 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.819] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060114 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.819] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060114 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.819] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060114 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.819] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060115 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.819] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060115 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.819] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060115 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.819] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060116 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.819] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060116 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.819] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060116 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.819] [INFO] [launch_manager] 2026/06/10 16:21:56.8516807 2060117 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.820] [INFO] [launch_manager] 2026/06/10 16:21:56.8516808 2060117 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.820] [INFO] [launch_manager] 2026/06/10 16:21:56.8516808 2060117 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.820] [INFO] [launch_manager] 2026/06/10 16:21:56.8516808 2060117 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.820] [INFO] [launch_manager] 2026/06/10 16:21:56.8516808 2060118 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.823] [INFO] [launch_manager] 2026/06/10 16:21:56.8516808 2060118 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.823] [INFO] [launch_manager] 2026/06/10 16:21:56.8516808 2060118 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.823] [INFO] [launch_manager] 2026/06/10 16:21:56.8516808 2060119 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.823] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060181 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.823] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060182 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060182 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060182 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060183 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060183 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060183 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060183 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060184 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060184 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060184 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060185 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060185 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.824] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060185 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060186 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060186 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060186 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060187 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516814 2060187 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060187 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060187 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060188 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060188 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060188 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060188 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060189 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.825] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060189 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.826] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060189 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.826] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060190 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.826] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060190 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.828] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060191 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.828] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060191 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.828] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060191 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.828] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060193 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.829] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060195 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.829] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060195 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.829] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060196 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.829] [INFO] [launch_manager] 2026/06/10 16:21:56.8516815 2060198 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.829] [INFO] [launch_manager] 2026/06/10 16:21:56.8516816 2060198 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.829] [INFO] [launch_manager] 2026/06/10 16:21:56.8516816 2060199 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.829] [INFO] [launch_manager] 2026/06/10 16:21:56.8516816 2060202 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.829] [INFO] [launch_manager] 2026/06/10 16:21:56.8516816 2060202 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.830] [INFO] [launch_manager] 2026/06/10 16:21:56.8516816 2060202 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.830] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:21:56.830] [INFO] [launch_manager] 2026/06/10 16:21:56.8516816 2060204 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.830] [INFO] [launch_manager] 2026/06/10 16:21:56.8516816 2060205 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.830] [INFO] [launch_manager] 2026/06/10 16:21:56.8516816 2060205 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.830] [INFO] [launch_manager] 2026/06/10 16:21:56.8516816 2060206 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.830] [INFO] [launch_manager] 2026/06/10 16:21:56.8516816 2060206 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.830] [INFO] [launch_manager] 2026/06/10 16:21:56.8516816 2060207 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.831] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:21:56.834] [INFO] [launch_manager] 2026/06/10 16:21:56.8516817 2060207 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.834] [INFO] [launch_manager] 2026/06/10 16:21:56.8516817 2060209 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.834] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-10 16:21:56.835] [INFO] [launch_manager] 2026/06/10 16:21:56.8516817 2060210 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.835] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:21:56.835] [INFO] [launch_manager] 2026/06/10 16:21:56.8516817 2060211 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:21:56.835] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.835] [INFO] [launch_manager] 2026/06/10 16:21:56.8516817 2060212 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.835] [INFO] [launch_manager] 2026/06/10 16:21:56.8516817 2060212 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.835] [INFO] [launch_manager] 2026/06/10 16:21:56.8516817 2060212 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.835] [INFO] [launch_manager] 2026/06/10 16:21:56.8516817 2060240 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.835] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060241 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.835] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060241 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.836] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060241 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.836] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060241 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.836] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060242 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.836] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060242 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.836] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060242 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.836] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060242 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.836] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060242 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.836] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060243 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.836] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060243 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.836] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060243 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.839] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060243 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.839] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060244 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.839] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060244 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.839] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060244 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.839] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060244 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.840] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060245 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.840] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060245 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.840] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060245 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.840] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060245 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.840] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060245 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.840] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060246 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.841] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060246 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.841] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060246 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.841] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060246 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.841] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060246 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.841] [INFO] [launch_manager] 2026/06/10 16:21:56.8516820 2060247 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.841] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060247 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.841] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060247 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.841] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060247 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.842] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060248 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.842] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060248 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.842] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060248 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.842] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060248 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.844] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060248 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.844] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060248 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.844] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060249 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.844] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060249 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.844] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060249 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.844] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060249 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.844] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060250 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.844] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060250 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060251 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060251 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060251 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060251 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060251 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060252 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060252 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060252 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060252 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060253 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060253 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060253 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.845] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060253 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.846] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060253 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.846] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060254 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.846] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060254 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.846] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060254 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.846] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060254 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.846] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:21:56.846] [INFO] [launch_manager] 2026/06/10 16:21:56.8516821 2060256 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:21:56.846] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.846] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060257 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.846] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060257 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.846] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060258 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.847] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060259 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.847] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060259 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.847] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060260 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.847] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060260 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.847] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060260 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.847] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060261 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.847] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060261 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.848] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060262 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.848] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060262 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.848] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060262 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.848] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060262 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.848] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060263 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.848] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060263 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.848] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060263 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.848] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060263 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.848] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060264 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.848] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060264 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.848] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060264 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.849] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060264 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.849] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060264 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.849] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060265 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.849] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060265 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.849] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060265 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.849] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060265 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.849] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060266 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.849] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060266 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.849] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060266 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.849] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060266 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060266 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516822 2060267 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516823 2060267 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516823 2060267 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516823 2060268 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516823 2060268 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516823 2060268 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516823 2060268 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516823 2060269 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516823 2060269 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516823 2060269 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.850] [INFO] [launch_manager] 2026/06/10 16:21:56.8516823 2060269 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.851] [INFO] [launch_manager] 2026/06/10 16:21:56.8516823 2060269 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.851] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060301 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.851] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060301 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.851] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060301 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.851] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060302 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.851] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060302 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.851] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060302 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.851] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060302 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.851] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060303 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.851] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060303 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060303 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060303 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060303 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060304 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060304 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060304 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060304 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060305 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060305 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060305 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060305 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.852] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060306 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.853] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060306 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.853] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060306 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.853] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060306 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.853] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060307 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.853] [INFO] [launch_manager] 2026/06/10 16:21:56.8516826 2060307 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.853] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060307 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.853] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060307 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.853] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060307 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.853] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060308 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.853] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060308 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.853] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060308 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.855] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060308 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.855] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060308 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.855] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060309 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.859] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060309 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.859] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060309 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.859] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060309 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.859] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060310 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.859] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060310 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.859] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060310 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.860] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060311 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.860] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060311 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.860] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060311 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.860] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060311 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.860] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060312 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.860] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060312 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.860] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060312 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.860] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060312 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.860] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060312 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.861] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060313 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.861] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060313 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.861] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060313 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.861] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060313 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.861] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060314 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.861] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060314 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.861] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060314 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.861] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060314 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.865] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060315 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.865] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060315 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.865] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060315 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.865] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060315 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.865] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060315 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.865] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060316 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060316 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060316 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060316 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060317 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516827 2060317 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060317 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060317 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060317 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060318 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060318 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060318 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.866] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060318 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.867] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060319 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.867] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060319 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.867] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060319 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.867] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060319 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.867] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060319 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.867] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060320 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.867] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060320 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.867] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060320 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.867] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060321 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.867] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060321 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.870] [INFO] [launch_manager] 2026/06/10 16:21:56.8516828 2060322 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.870] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:21:56.870] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060348 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.871] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060348 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.871] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060349 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.871] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060350 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.871] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060351 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.871] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060351 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.871] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060352 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.871] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060352 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.871] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060353 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.871] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060353 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.872] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060353 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.872] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-10 16:21:56.872] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060354 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.872] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060355 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:21:56.872] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.872] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060356 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.872] [INFO] [launch_manager] 2026/06/10 16:21:56.8516831 2060356 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.872] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060357 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.872] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060357 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.873] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060358 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.873] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060358 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.873] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060359 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.873] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060360 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.873] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060361 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.873] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060361 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.873] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060361 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.873] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060362 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.873] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060362 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.873] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060363 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.873] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060363 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.874] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060364 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.874] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060364 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.874] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060365 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.874] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060365 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.874] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-10 16:21:56.874] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060366 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.874] [INFO] [launch_manager] 2026/06/10 16:21:56.8516832 2060366 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.874] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060367 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.874] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060367 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.875] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060368 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.875] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060369 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.875] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060369 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.875] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060370 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.875] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060370 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.875] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060371 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.875] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060371 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.875] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060371 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.875] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060372 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.875] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060372 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.876] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060372 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.876] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060373 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.876] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060374 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.876] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060374 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.876] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060375 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.876] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060376 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.876] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060376 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.876] [INFO] [launch_manager] 2026/06/10 16:21:56.8516833 2060376 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.877] [INFO] [launch_manager] 2026/06/10 16:21:56.8516834 2060377 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.877] [INFO] [launch_manager] 2026/06/10 16:21:56.8516834 2060377 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.877] [INFO] [launch_manager] 2026/06/10 16:21:56.8516834 2060378 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.877] [INFO] [launch_manager] 2026/06/10 16:21:56.8516834 2060379 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.877] [INFO] [launch_manager] 2026/06/10 16:21:56.8516834 2060379 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.877] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-10 16:21:56.877] [INFO] [launch_manager] 2026/06/10 16:21:56.8516834 2060380 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.877] [INFO] [launch_manager] 2026/06/10 16:21:56.8516834 2060405 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516836 2060405 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516836 2060405 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516836 2060406 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516836 2060406 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516836 2060406 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516836 2060406 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516836 2060406 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516836 2060406 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516836 2060407 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060407 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060407 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.878] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060407 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060408 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060408 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060408 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060408 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060408 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060409 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060409 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060409 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060409 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060409 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060409 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.879] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060410 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060410 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060410 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060411 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060411 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060411 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060411 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060411 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060412 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060412 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060412 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060412 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.880] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060413 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.881] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060413 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.881] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060413 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.881] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060413 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.881] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060413 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.881] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060414 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.881] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060414 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.881] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060414 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.881] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060414 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.881] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060415 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.881] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060415 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.881] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060415 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.882] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060415 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.882] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060415 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.882] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060416 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.882] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060416 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.882] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060416 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.882] [INFO] [launch_manager] 2026/06/10 16:21:56.8516837 2060417 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.882] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060417 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.882] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060417 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.882] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060417 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.882] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060418 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.882] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060418 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.883] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060418 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.883] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060418 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.883] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060419 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.883] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060419 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.883] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060419 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.883] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060419 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.883] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060419 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.883] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:21:56.883] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060421 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.883] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060421 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.884] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-10 16:21:56.884] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060423 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.884] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060423 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.884] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060423 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.884] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060424 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.884] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:21:56.885] [INFO] [launch_manager] 2026/06/10 16:21:56.8516838 2060426 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:21:56.885] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.885] [INFO] [launch_manager] 2026/06/10 16:21:56.8516839 2060427 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.885] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-10 16:21:56.885] [INFO] [launch_manager] 2026/06/10 16:21:56.8516839 2060429 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.885] [INFO] [launch_manager] 2026/06/10 16:21:56.8516839 2060429 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.886] [INFO] [launch_manager] 2026/06/10 16:21:56.8516839 2060429 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.886] [INFO] [launch_manager] 2026/06/10 16:21:56.8516839 2060430 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.886] [INFO] [launch_manager] 2026/06/10 16:21:56.8516839 2060430 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.886] [INFO] [launch_manager] 2026/06/10 16:21:56.8516839 2060430 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.886] [INFO] [launch_manager] 2026/06/10 16:21:56.8516839 2060430 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.886] [INFO] [launch_manager] 2026/06/10 16:21:56.8516856 2060602 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:21:56.887] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.887] [INFO] [launch_manager] 2026/06/10 16:21:56.8516856 2060603 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.887] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-10 16:21:56.887] [INFO] [launch_manager] 2026/06/10 16:21:56.8516856 2060604 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.887] [INFO] [launch_manager] 2026/06/10 16:21:56.8516856 2060606 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:21:56.887] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.887] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060607 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.888] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-10 16:21:56.888] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060608 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.888] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060610 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:21:56.888] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.888] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060611 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.888] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-10 16:21:56.888] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060612 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.889] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060612 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.889] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060613 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.889] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060613 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.889] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060614 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.889] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060614 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.889] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060614 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.889] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060615 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.889] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060615 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.889] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060615 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.889] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060616 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060616 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060616 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060616 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060616 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516857 2060617 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060617 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060617 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060617 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060618 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060618 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060618 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.890] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060618 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.891] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060618 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.891] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060619 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.891] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060619 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.891] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060619 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.891] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060619 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.891] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060620 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.891] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060620 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.891] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060620 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.891] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060621 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.891] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060621 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.891] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060621 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.892] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060622 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.892] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060622 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.892] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060622 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.892] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060622 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.892] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060623 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.892] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060623 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.892] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060623 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.892] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060623 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.892] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060624 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.892] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060624 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.892] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060624 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.893] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060625 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.893] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060625 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.893] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060625 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.893] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060626 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.893] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060626 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.893] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060626 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.893] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060626 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.893] [INFO] [launch_manager] 2026/06/10 16:21:56.8516858 2060627 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.893] [INFO] [launch_manager] 2026/06/10 16:21:56.8516859 2060627 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.893] [INFO] [launch_manager] 2026/06/10 16:21:56.8516859 2060627 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.893] [INFO] [launch_manager] 2026/06/10 16:21:56.8516859 2060627 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.894] [INFO] [launch_manager] 2026/06/10 16:21:56.8516859 2060628 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.894] [INFO] [launch_manager] 2026/06/10 16:21:56.8516859 2060628 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.894] [INFO] [launch_manager] 2026/06/10 16:21:56.8516859 2060629 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.894] [INFO] [launch_manager] 2026/06/10 16:21:56.8516861 2060655 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.894] [INFO] [launch_manager] 2026/06/10 16:21:56.8516861 2060655 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.894] [INFO] [launch_manager] 2026/06/10 16:21:56.8516861 2060655 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.894] [INFO] [launch_manager] 2026/06/10 16:21:56.8516861 2060656 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.894] [INFO] [launch_manager] 2026/06/10 16:21:56.8516861 2060656 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.894] [INFO] [launch_manager] 2026/06/10 16:21:56.8516861 2060657 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.894] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060657 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.894] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060658 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.895] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060658 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.895] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060659 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.895] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060659 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.895] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060659 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.895] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060659 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.895] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060660 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.895] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060660 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:21:56.895] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.895] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060661 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.896] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060662 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.896] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060663 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.896] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060663 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.896] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060663 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.896] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060664 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.896] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060664 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.896] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060664 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.896] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060665 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.896] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060666 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.896] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060666 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.897] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060666 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.897] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060666 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.897] [INFO] [launch_manager] 2026/06/10 16:21:56.8516862 2060667 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.897] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060668 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.897] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060668 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.897] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060668 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.897] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060669 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:21:56.897] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.898] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060670 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.898] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060670 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.898] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060671 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.898] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060671 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.898] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060671 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.898] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060672 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.898] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060672 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.898] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060672 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.898] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060672 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.898] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060672 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.898] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060672 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.899] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060673 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.899] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060673 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.899] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060673 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.899] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060673 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.899] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060673 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.899] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060673 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.899] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060674 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.899] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060674 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.899] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060674 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.899] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060675 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.899] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060675 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.900] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060675 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.900] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060675 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.900] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060675 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.900] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060676 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.900] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060676 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.900] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060676 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.900] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060676 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.900] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060676 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.900] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060677 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.900] [INFO] [launch_manager] 2026/06/10 16:21:56.8516863 2060677 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060677 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060677 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060677 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060678 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060678 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060678 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060678 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060678 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060679 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060679 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060679 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.901] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060679 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.902] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060679 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.902] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060680 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.902] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060680 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.902] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060680 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.902] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060680 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.902] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060681 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.902] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060681 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.902] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060681 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.902] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060681 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.902] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060682 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.902] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060682 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060682 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060682 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060682 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060683 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060683 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060683 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060683 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060684 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060684 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060684 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060684 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060685 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.903] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060685 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060685 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060685 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060685 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060686 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060686 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060686 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060687 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060687 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516864 2060687 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516865 2060687 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516865 2060687 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.904] [INFO] [launch_manager] 2026/06/10 16:21:56.8516865 2060688 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.905] [INFO] [launch_manager] 2026/06/10 16:21:56.8516865 2060688 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.905] [INFO] [launch_manager] 2026/06/10 16:21:56.8516865 2060688 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.905] [INFO] [launch_manager] 2026/06/10 16:21:56.8516865 2060688 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.905] [INFO] [launch_manager] 2026/06/10 16:21:56.8516865 2060689 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.905] [INFO] [launch_manager] 2026/06/10 16:21:56.8516865 2060689 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.905] [INFO] [launch_manager] 2026/06/10 16:21:56.8516865 2060689 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.905] [INFO] [launch_manager] 2026/06/10 16:21:56.8516865 2060689 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.905] [INFO] [launch_manager] 2026/06/10 16:21:56.8516865 2060689 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.905] [INFO] [launch_manager] 2026/06/10 16:21:56.8516867 2060716 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.905] [INFO] [launch_manager] 2026/06/10 16:21:56.8516867 2060717 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060717 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060717 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060718 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060718 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060718 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060718 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060718 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060719 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060719 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060719 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060719 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060720 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.906] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060720 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.907] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060720 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.907] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060721 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.907] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060721 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.907] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060721 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.907] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060721 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.907] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060721 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.907] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060722 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.907] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060722 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.907] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060722 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.907] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060722 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.907] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060723 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060723 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060723 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060723 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060723 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060724 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060724 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060724 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060724 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060724 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060725 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060725 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060725 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.908] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060725 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.909] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060725 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.909] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060726 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.909] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060726 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.909] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060726 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.909] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060727 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.909] [INFO] [launch_manager] 2026/06/10 16:21:56.8516868 2060727 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.909] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060727 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.909] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060727 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.909] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060727 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.909] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060728 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.909] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060728 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.910] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060728 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.910] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060728 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.910] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060728 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.910] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060729 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.910] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060729 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.910] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060729 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.910] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060729 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.910] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060729 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.910] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:21:56.910] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060731 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:21:56.911] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.911] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060733 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.911] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-10 16:21:56.911] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060734 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.911] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:21:56.911] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060736 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.911] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060736 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.911] [INFO] [launch_manager] 2026/06/10 16:21:56.8516869 2060736 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.911] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060737 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060737 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060737 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060738 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060738 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060738 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060738 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060738 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060739 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060739 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060739 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060739 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060739 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060740 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-10 16:21:56.912] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060740 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.913] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060740 000 ECU1 LM LM log debug verbose 1 2026/06/10 16:21:56.8516870 2060740 000 ECU1 LM LM log debug verbose 8 Response retrieved.
[2026-06-10 16:21:56.913] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.913] [INFO] [launch_manager] 2026/06/10 16:21:56.8516870 2060741 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-10 16:21:56.913] [INFO] [launch_manager] [ END STEP ] Attempt to launch process crashing on startup always
[2026-06-10 16:21:56.970] [INFO] [launch_manager] 2026/06/10 16:21:56.8516970 2061742 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-10 16:21:57.195] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:57.777] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:57.871] [INFO] [launch_manager] [ STEP ] Verify fallback run target was activated
[2026-06-10 16:21:57.872] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was activated
[2026-06-10 16:21:57.872] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-10 16:21:57.872] [INFO] [launch_manager] 2026/06/10 16:21:57.8517870 2070744 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-10 16:21:57.873] [INFO] [launch_manager] 2026/06/10 16:21:57.8517872 2070766 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-10 16:21:57.873] [INFO] [launch_manager] 2026/06/10 16:21:57.8517872 2070766 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-10 16:21:57.873] [INFO] [launch_manager] 2026/06/10 16:21:57.8517872 2070766 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:21:57.873] [INFO] [launch_manager] 2026/06/10 16:21:57.8517872 2070767 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-10 16:21:57.873] [INFO] [launch_manager] 2026/06/10 16:21:57.8517873 2070767 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-10 16:21:57.873] [INFO] [launch_manager] 2026/06/10 16:21:57.8517873 2070767 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:57.873] [INFO] [launch_manager] 2026/06/10 16:21:57.8517873 2070767 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.873] [INFO] [launch_manager] 2026/06/10 16:21:57.8517873 2070768 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.873] [INFO] [launch_manager] 2026/06/10 16:21:57.8517873 2070768 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.873] [INFO] [launch_manager] 2026/06/10 16:21:57.8517873 2070768 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.874] [INFO] [launch_manager] 2026/06/10 16:21:57.8517873 2070769 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:21:57.874] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-10 16:21:57.874] [INFO] [launch_manager] 2026/06/10 16:21:57.8517873 2070769 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock )
[2026-06-10 16:21:57.874] [INFO] [launch_manager] 2026/06/10 16:21:57.8517873 2070770 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 68 ( control_client_mock )
[2026-06-10 16:21:57.874] [INFO] [launch_manager] 2026/06/10 16:21:57.8517873 2070771 000 ECU1 LM LM log debug verbose 2 Request termination received for 68
[2026-06-10 16:21:57.888] [INFO] [launch_manager] 2026/06/10 16:21:57.8517888 2070921 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-10 16:21:57.888] [INFO] [launch_manager] 2026/06/10 16:21:57.8517888 2070921 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-10 16:21:57.973] [INFO] [launch_manager] [ OK ] CrashOnStartup.ControlClientMock (2615 ms)
[2026-06-10 16:21:57.973] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2615 ms total)
[2026-06-10 16:21:57.973] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:21:57.973] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2615 ms total)
[2026-06-10 16:21:57.973] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:21:57.973] [INFO] [launch_manager] 2026/06/10 16:21:57.8517973 2071767 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 68 ( control_client_mock ) for node True terminated with status 0
[2026-06-10 16:21:57.973] [INFO] [launch_manager] 2026/06/10 16:21:57.8517973 2071769 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-10 16:21:57.974] [INFO] [launch_manager] 2026/06/10 16:21:57.8517973 2071770 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-10 16:21:57.974] [INFO] [launch_manager] 2026/06/10 16:21:57.8517973 2071770 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.974] [INFO] [launch_manager] 2026/06/10 16:21:57.8517973 2071771 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.974] [INFO] [launch_manager] 2026/06/10 16:21:57.8517973 2071771 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.974] [INFO] [launch_manager] 2026/06/10 16:21:57.8517973 2071771 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.974] [INFO] [launch_manager] 2026/06/10 16:21:57.8517973 2071772 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:57.974] [INFO] [launch_manager] 2026/06/10 16:21:57.8517973 2071772 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 100 ms
[2026-06-10 16:21:57.974] [INFO] [launch_manager] 2026/06/10 16:21:57.8517973 2071773 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:57.988] [INFO] [launch_manager] 2026/06/10 16:21:57.8517988 2071921 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-10 16:21:58.503] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077069 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-10 16:21:58.503] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077070 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-10 16:21:58.503] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077070 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-10 16:21:58.503] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077070 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-10 16:21:58.504] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077071 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:58.504] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077071 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:58.504] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077071 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:58.504] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077071 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:58.504] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077071 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:58.504] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077072 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:58.504] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077072 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:58.504] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077072 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:58.504] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077072 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:58.504] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077072 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:58.504] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077073 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-10 16:21:58.505] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077073 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:58.505] [INFO] [launch_manager] 2026/06/10 16:21:58.8518503 2077073 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-10 16:21:58.584] [INFO] [launch_manager] 2026/06/10 16:21:58.8518584 2077883 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-10 16:21:58.589] [INFO] [launch_manager] 2026/06/10 16:21:58.8518588 2077921 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-10 16:21:58.592] [INFO] [launch_manager] 2026/06/10 16:21:58.8518591 2077956 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-10 16:21:58.592] [INFO] [launch_manager] 2026/06/10 16:21:58.8518591 2077957 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/892/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/crash_on_startup/crash_on_startup/test.xml -
============================== 1 passed in 9.67s ===============================
tests-report/tests/integration/process_crash_monitoring/process_crash_monitoring/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/process_crash_monitoring:process_crash_monitoring
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/889/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/process_crash_monitoring/process_crash_monitoring.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_process_crash_monitoring
-------------------------------- live log setup --------------------------------
[2026-06-10 16:21:49.298] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-10 16:21:54.639] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:21:54.639] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:21:54.640] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:21:54.640] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:21:54.652] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:21:54.669] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-10 16:21:54.671] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/e901bf748667befe06dd5af4d60cc73ae809fa9d90195e1ca11da367b0aa731d/json HTTP/1.1" 200 None
[2026-06-10 16:21:54.915] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e901bf748667befe06dd5af4d60cc73ae809fa9d90195e1ca11da367b0aa731d/start HTTP/1.1" 204 0
[2026-06-10 16:21:54.917] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:21:54.917] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:21:54.918] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:21:54.918] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:21:54.941] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:21:55.184] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-10 16:21:55.342] [INFO] [launch_manager] 2026/06/10 16:21:55.8515340 2045442 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-10 16:21:55.343] [INFO] [launch_manager] 2026/06/10 16:21:55.8515340 2045446 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-10 16:21:55.343] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045447 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-10 16:21:55.343] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045448 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-10 16:21:55.343] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045449 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-10 16:21:55.344] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045449 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crashing_app_on_runtime ( IdentifierHash: 2790219684262892047 )
[2026-06-10 16:21:55.345] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045449 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-10 16:21:55.345] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045449 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-10 16:21:55.347] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045452 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_crash_monitoring/control_client_mock
[2026-06-10 16:21:55.347] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045452 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-10 16:21:55.347] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045452 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-10 16:21:55.347] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045452 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating
[2026-06-10 16:21:55.347] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045453 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-10 16:21:55.347] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045453 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crashing_app_on_runtime
[2026-06-10 16:21:55.347] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045453 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-10 16:21:55.347] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045454 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/process_crash_monitoring/process_crashing_on_runtime
[2026-06-10 16:21:55.347] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045454 000 ECU1 LM LM log debug verbose 3 Process component_crashing_on_runtime is Reporting execution state
[2026-06-10 16:21:55.347] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045454 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:21:55.348] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045455 000 ECU1 LM LM log debug verbose 3 Process component_crashing_on_runtime is NOT Self terminating
[2026-06-10 16:21:55.348] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045455 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crashing_app_on_runtime
[2026-06-10 16:21:55.348] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045456 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/process_crash_monitoring/verification_process
[2026-06-10 16:21:55.348] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045456 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state
[2026-06-10 16:21:55.348] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045456 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:21:55.348] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045456 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-10 16:21:55.348] [INFO] [launch_manager] 2026/06/10 16:21:55.8515341 2045456 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-10 16:21:55.348] [INFO] [launch_manager] 2026/06/10 16:21:55.8515342 2045457 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-10 16:21:55.348] [INFO] [launch_manager] 2026/06/10 16:21:55.8515342 2045457 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-10 16:21:55.348] [INFO] [launch_manager] 2026/06/10 16:21:55.8515342 2045457 000 ECU1 LM LM log debug verbose 3 Creating graph with 3 nodes
[2026-06-10 16:21:55.349] [INFO] [launch_manager] 2026/06/10 16:21:55.8515342 2045458 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-10 16:21:55.349] [INFO] [launch_manager] 2026/06/10 16:21:55.8515342 2045458 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-10 16:21:55.349] [INFO] [launch_manager] 2026/06/10 16:21:55.8515342 2045458 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 3 entries
[2026-06-10 16:21:55.349] [INFO] [launch_manager] 2026/06/10 16:21:55.8515342 2045458 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-10 16:21:55.349] [INFO] [launch_manager] 2026/06/10 16:21:55.8515342 2045459 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-10 16:21:55.349] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045479 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 3 processes
[2026-06-10 16:21:55.349] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045481 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045481 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045482 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045482 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045482 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045483 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045483 000 ECU1 LM LM log debug verbose 3 Created 3 process nodes
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045483 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515344 2045484 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045491 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045491 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045491 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-10 16:21:55.350] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045492 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045492 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045492 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045493 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045493 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045493 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045494 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Monitor interface IPC with path: lifecycle_health_control_client_mock
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045495 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045495 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045495 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045495 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045496 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045496 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: control_client_mock_alive_supervision
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045496 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-10 16:21:55.351] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045497 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515345 2045497 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045497 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 0 ms
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045498 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045498 000 ECU1 LM LM log debug verbose 3 clock() at run(): 41.004000 ms
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045499 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045500 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045500 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045500 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045501 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045501 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045501 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045501 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045502 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( control_client_mock ) from executable /tmp/tests/process_crash_monitoring/control_client_mock
[2026-06-10 16:21:55.353] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045503 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock process
[2026-06-10 16:21:55.353] [INFO] [launch_manager] 2026/06/10 16:21:55.8515346 2045503 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-10 16:21:55.353] [INFO] [launch_manager] 2026/06/10 16:21:55.8515347 2045509 000 ECU1 LM LM log debug verbose 4 startProcess pid 69 received for process: control_client_mock
[2026-06-10 16:21:55.353] [INFO] [launch_manager] 2026/06/10 16:21:55.8515347 2045509 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-10 16:21:55.354] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:21:55.354] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:21:55.354] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-10 16:21:55.354] [INFO] [launch_manager] [ RUN ] ProcessCrashMonitoring.ControlClientMock
[2026-06-10 16:21:55.357] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-10 16:21:55.358] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-10 16:21:55.358] [INFO] [launch_manager] [ STEP ] Start crashing process
[2026-06-10 16:21:55.360] [INFO] [launch_manager] 2026/06/10 16:21:55.8515359 2045628 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-10 16:21:55.363] [INFO] [launch_manager] 2026/06/10 16:21:55.8515359 2045633 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_crashing_app_on_runtime of PG MainPG
[2026-06-10 16:21:55.364] [INFO] [launch_manager] 2026/06/10 16:21:55.8515359 2045634 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_crashing_app_on_runtime
[2026-06-10 16:21:55.364] [INFO] [launch_manager] 2026/06/10 16:21:55.8515359 2045634 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kCancelled for PG 0 ( MainPG )
[2026-06-10 16:21:55.364] [INFO] [launch_manager] 2026/06/10 16:21:55.8515359 2045634 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.364] [INFO] [launch_manager] 2026/06/10 16:21:55.8515359 2045635 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:21:55.364] [INFO] [launch_manager] 2026/06/10 16:21:55.8515359 2045636 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 69 ( control_client_mock ) process 0 of group MainPG
[2026-06-10 16:21:55.364] [INFO] [launch_manager] 2026/06/10 16:21:55.8515359 2045636 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-10 16:21:55.365] [INFO] [launch_manager] 2026/06/10 16:21:55.8515359 2045637 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:21:55.365] [INFO] [launch_manager] 2026/06/10 16:21:55.8515359 2045637 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.365] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045637 000 ECU1 LM LM log fatal verbose 3 clock() at failed initial state transition: 42.810000 ms
[2026-06-10 16:21:55.365] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045638 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kCancelled to kUndefinedState for PG 0 ( MainPG )
[2026-06-10 16:21:55.365] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045638 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.365] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045660 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_crashing_app_on_runtime to
[2026-06-10 16:21:55.365] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045660 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crashing_app_on_runtime for PG MainPG
[2026-06-10 16:21:55.365] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045661 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:55.365] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045661 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.365] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045661 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.366] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045661 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.366] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045661 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.366] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045662 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.366] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045662 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.366] [INFO] [launch_manager] 2026/06/10 16:21:55.8515362 2045663 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( component_crashing_on_runtime ) from executable /tmp/tests/process_crash_monitoring/process_crashing_on_runtime
[2026-06-10 16:21:55.366] [INFO] [launch_manager] 2026/06/10 16:21:55.8515363 2045669 000 ECU1 LM LM log debug verbose 4 startProcess pid 71 received for process: component_crashing_on_runtime
[2026-06-10 16:21:55.370] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:21:55.370] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:21:55.370] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-10 16:21:55.370] [INFO] [launch_manager] [ RUN ] ProcessCrashMonitoring.CrashingProcess
[2026-06-10 16:21:55.370] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-10 16:21:55.375] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-10 16:21:55.375] [INFO] [launch_manager] [ OK ] ProcessCrashMonitoring.CrashingProcess (2 ms)
[2026-06-10 16:21:55.376] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2 ms total)
[2026-06-10 16:21:55.376] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:21:55.376] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-10 16:21:55.376] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:21:55.376] [INFO] [launch_manager] 2026/06/10 16:21:55.8515372 2045757 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 71 ( component_crashing_on_runtime ) process 1 of group MainPG
[2026-06-10 16:21:55.376] [INFO] [launch_manager] 2026/06/10 16:21:55.8515372 2045758 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_crashing_on_runtime ) done
[2026-06-10 16:21:55.376] [INFO] [launch_manager] 2026/06/10 16:21:55.8515372 2045758 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:55.376] [INFO] [launch_manager] 2026/06/10 16:21:55.8515372 2045758 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_crashing_app_on_runtime in 12 ms
[2026-06-10 16:21:55.376] [INFO] [launch_manager] 2026/06/10 16:21:55.8515372 2045759 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.376] [INFO] [launch_manager] 2026/06/10 16:21:55.8515373 2045775 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_crashing_app_on_runtime of PG MainPG
[2026-06-10 16:21:55.376] [INFO] [launch_manager] 2026/06/10 16:21:55.8515373 2045775 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-10 16:21:55.396] [INFO] [launch_manager] 2026/06/10 16:21:55.8515396 2045999 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-10 16:21:55.396] [INFO] [launch_manager] 2026/06/10 16:21:55.8515396 2045999 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-10 16:21:55.396] [INFO] [launch_manager] 2026/06/10 16:21:55.8515396 2045999 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_crashing_on_runtime changed state PG MainPG/run_target_crashing_app_on_runtime PS 1
[2026-06-10 16:21:55.396] [INFO] [launch_manager] 2026/06/10 16:21:55.8515396 2046000 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_crashing_on_runtime changed state PG MainPG/run_target_crashing_app_on_runtime PS 2
[2026-06-10 16:21:55.397] [INFO] [launch_manager] 2026/06/10 16:21:55.8515396 2046000 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-10 16:21:55.421] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:55.456] [INFO] [launch_manager] 2026/06/10 16:21:55.8515456 2046598 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-10 16:21:55.456] [INFO] [launch_manager] [ END STEP ] Start crashing process
[2026-06-10 16:21:55.994] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:56.372] [INFO] [launch_manager] Process crashing...
[2026-06-10 16:21:56.605] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:56.613] [INFO] [launch_manager] 2026/06/10 16:21:56.8516613 2058169 000 ECU1 LM LM log debug verbose 12
[2026-06-10 16:21:56.613] [INFO] [launch_manager] Child process 1 of MainPG pid 71 ( component_crashing_on_runtime ) for node True terminated with status 134
[2026-06-10 16:21:56.613] [INFO] [launch_manager] 2026/06/10 16:21:56.8516613 2058171 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 71 ( component_crashing_on_runtime )
[2026-06-10 16:21:56.613] [INFO] [launch_manager] 2026/06/10 16:21:56.8516613 2058172 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-10 16:21:56.646] [INFO] [launch_manager] 2026/06/10 16:21:56.8516646 2058499 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_crashing_on_runtime changed state PG MainPG/run_target_crashing_app_on_runtime PS 4
[2026-06-10 16:21:56.677] [INFO] [launch_manager] 2026/06/10 16:21:56.8516676 2058804 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-10 16:21:56.677] [INFO] [launch_manager] 2026/06/10 16:21:56.8516676 2058805 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:56.677] [INFO] [launch_manager] 2026/06/10 16:21:56.8516676 2058805 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:56.677] [INFO] [launch_manager] 2026/06/10 16:21:56.8516676 2058805 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:56.677] [INFO] [launch_manager] 2026/06/10 16:21:56.8516676 2058805 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:56.677] [INFO] [launch_manager] 2026/06/10 16:21:56.8516676 2058805 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:56.677] [INFO] [launch_manager] 2026/06/10 16:21:56.8516676 2058806 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:56.677] [INFO] [launch_manager] 2026/06/10 16:21:56.8516676 2058806 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:56.678] [INFO] [launch_manager] 2026/06/10 16:21:56.8516676 2058807 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( verification_component ) from executable /tmp/tests/process_crash_monitoring/verification_process
[2026-06-10 16:21:56.678] [INFO] [launch_manager] 2026/06/10 16:21:56.8516677 2058813 000 ECU1 LM LM log debug verbose 4 startProcess pid 92 received for process: verification_component
[2026-06-10 16:21:56.678] [INFO] [launch_manager] 2026/06/10 16:21:56.8516677 2058813 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 92 ( verification_component ) process 2 of group MainPG
[2026-06-10 16:21:56.678] [INFO] [launch_manager] 2026/06/10 16:21:56.8516677 2058813 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( verification_component ) done
[2026-06-10 16:21:56.678] [INFO] [launch_manager] 2026/06/10 16:21:56.8516677 2058814 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:56.678] [INFO] [launch_manager] 2026/06/10 16:21:56.8516677 2058814 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/fallback_run_target in 0 ms
[2026-06-10 16:21:56.678] [INFO] [launch_manager] 2026/06/10 16:21:56.8516677 2058814 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:56.679] [INFO] [launch_manager] 2026/06/10 16:21:56.8516679 2058827 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:56.679] [INFO] [launch_manager] 2026/06/10 16:21:56.8516679 2058828 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-10 16:21:56.679] [INFO] [launch_manager] 2026/06/10 16:21:56.8516679 2058833 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 92 ( verification_component ) for node True terminated with status 0
[2026-06-10 16:21:56.757] [INFO] [launch_manager] 2026/06/10 16:21:56.8516757 2059609 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:56.758] [INFO] [launch_manager] Response retrieved.
[2026-06-10 16:21:57.180] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:57.458] [INFO] [launch_manager] [ STEP ] Verify state changed to fallback run target
[2026-06-10 16:21:57.458] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-10 16:21:57.458] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-10 16:21:57.458] [INFO] [launch_manager] 2026/06/10 16:21:57.8517456 2066601 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-10 16:21:57.458] [INFO] [launch_manager] 2026/06/10 16:21:57.8517457 2066614 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:21:57.459] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-10 16:21:57.459] [INFO] [launch_manager] 2026/06/10 16:21:57.8517457 2066616 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:21:57.459] [INFO] [launch_manager] Pending state for process group MainPG changed from to MainPG/Off
[2026-06-10 16:21:57.459] [INFO] [launch_manager] 2026/06/10 16:21:57.8517457 2066617 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:57.459] [INFO] [launch_manager] Request acknowledged.
[2026-06-10 16:21:57.459] [INFO] [launch_manager] 2026/06/10 16:21:57.8517458 2066618 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:21:57.459] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/Off to
[2026-06-10 16:21:57.459] [INFO] [launch_manager] 2026/06/10 16:21:57.8517458 2066619 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-10 16:21:57.460] [INFO] [launch_manager] 2026/06/10 16:21:57.8517458 2066620 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:21:57.460] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:57.460] [INFO] [launch_manager] 2026/06/10 16:21:57.8517458 2066621 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:57.462] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:21:57.462] [INFO] [launch_manager] 2026/06/10 16:21:57.8517458 2066622 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:57.462] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:21:57.462] [INFO] [launch_manager] 2026/06/10 16:21:57.8517458 2066623 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:57.462] [INFO] [launch_manager] 2026/06/10 16:21:57.8517458 2066624 000 ECU1 LM LM log debug verbose 1 Stop Dependencies: 0
[2026-06-10 16:21:57.463] [INFO] [launch_manager] 2026/06/10 16:21:57.8517458 2066625 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:21:57.463] [INFO] [launch_manager] Request acknowledged.
[2026-06-10 16:21:57.463] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-10 16:21:57.463] [INFO] [launch_manager] terminating process 0 ( control_client_mock )
[2026-06-10 16:21:57.463] [INFO] [launch_manager] 2026/06/10 16:21:57.8517459 2066629 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:21:57.463] [INFO] [launch_manager] Requesting termination of process 0 of MainPG pid 69 ( control_client_mock )
[2026-06-10 16:21:57.463] [INFO] [launch_manager] 2026/06/10 16:21:57.8517459 2066629 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:57.463] [INFO] [launch_manager] Request termination received for 69
[2026-06-10 16:21:57.463] [INFO] [launch_manager] [ OK ] ProcessCrashMonitoring.ControlClientMock (2105 ms)
[2026-06-10 16:21:57.463] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2105 ms total)
[2026-06-10 16:21:57.463] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:21:57.464] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2105 ms total)
[2026-06-10 16:21:57.464] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:21:57.464] [INFO] [launch_manager] 2026/06/10 16:21:57.8517461 2066648 000 ECU1 LM LM log debug verbose 12
[2026-06-10 16:21:57.464] [INFO] [launch_manager] Child process 0 of MainPG pid 69 ( control_client_mock ) for node True terminated with status 0
[2026-06-10 16:21:57.464] [INFO] [launch_manager] 2026/06/10 16:21:57.8517461 2066653 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:21:57.464] [INFO] [launch_manager] Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-10 16:21:57.464] [INFO] [launch_manager] 2026/06/10 16:21:57.8517461 2066654 000 ECU1 LM LM log debug verbose 7
[2026-06-10 16:21:57.464] [INFO] [launch_manager] terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-10 16:21:57.466] [INFO] [launch_manager] 2026/06/10 16:21:57.8517461 2066655 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.466] [INFO] [launch_manager] 2026/06/10 16:21:57.8517461 2066656 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:57.466] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:21:57.466] [INFO] [launch_manager] 2026/06/10 16:21:57.8517461 2066657 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:57.466] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:21:57.466] [INFO] [launch_manager] 2026/06/10 16:21:57.8517462 2066658 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:57.467] [INFO] [launch_manager] 2026/06/10 16:21:57.8517462 2066659 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 4 ms
[2026-06-10 16:21:57.467] [INFO] [launch_manager] 2026/06/10 16:21:57.8517462 2066660 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:57.467] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:21:57.496] [INFO] [launch_manager] 2026/06/10 16:21:57.8517496 2066999 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-10 16:21:57.496] [INFO] [launch_manager] 2026/06/10 16:21:57.8517496 2067001 000 ECU1 LM Sprv log debug verbose 6
[2026-06-10 16:21:57.496] [INFO] [launch_manager] Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-10 16:21:57.497] [INFO] [launch_manager] 2026/06/10 16:21:57.8517496 2067002 000 ECU1 LM Sprv log debug verbose 3
[2026-06-10 16:21:57.497] [INFO] [launch_manager] Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-10 16:21:57.905] [INFO] [launch_manager] 2026/06/10 16:21:57.8517904 2071085 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-10 16:21:57.905] [INFO] [launch_manager] 2026/06/10 16:21:57.8517904 2071086 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-10 16:21:57.905] [INFO] [launch_manager] 2026/06/10 16:21:57.8517904 2071086 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-10 16:21:57.905] [INFO] [launch_manager] 2026/06/10 16:21:57.8517904 2071086 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-10 16:21:57.905] [INFO] [launch_manager] 2026/06/10 16:21:57.8517904 2071086 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:57.905] [INFO] [launch_manager] 2026/06/10 16:21:57.8517904 2071087 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.906] [INFO] [launch_manager] 2026/06/10 16:21:57.8517904 2071087 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.906] [INFO] [launch_manager] 2026/06/10 16:21:57.8517905 2071087 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.906] [INFO] [launch_manager] 2026/06/10 16:21:57.8517905 2071087 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.906] [INFO] [launch_manager] 2026/06/10 16:21:57.8517905 2071087 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.906] [INFO] [launch_manager] 2026/06/10 16:21:57.8517905 2071087 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.906] [INFO] [launch_manager] 2026/06/10 16:21:57.8517905 2071088 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:57.906] [INFO] [launch_manager] 2026/06/10 16:21:57.8517905 2071088 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-10 16:21:57.906] [INFO] [launch_manager] 2026/06/10 16:21:57.8517905 2071088 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:57.906] [INFO] [launch_manager] 2026/06/10 16:21:57.8517905 2071088 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-10 16:21:57.962] [INFO] [launch_manager] 2026/06/10 16:21:57.8517961 2071655 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:57.962] [INFO] [launch_manager] LCM run successfully
[2026-06-10 16:21:57.996] [INFO] [launch_manager] 2026/06/10 16:21:57.8517996 2071999 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-10 16:21:57.998] [INFO] [launch_manager] 2026/06/10 16:21:57.8517997 2072016 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:58.001] [INFO] [launch_manager] Graph destroyed
[2026-06-10 16:21:58.001] [INFO] [launch_manager] 2026/06/10 16:21:57.8517998 2072020 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/889/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_crash_monitoring/process_crash_monitoring/test.xml -
============================== 1 passed in 9.52s ===============================
tests-report/tests/integration/switch_run_target/switch_run_target/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/switch_run_target:switch_run_target
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/896/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/switch_run_target/switch_run_target.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_switch_run_target
-------------------------------- live log setup --------------------------------
[2026-06-10 16:22:01.025] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-10 16:22:01.172] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:22:01.172] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:22:01.172] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:22:01.172] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:22:01.183] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:22:01.199] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-10 16:22:01.200] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/ae93a940bc9994d56214edece40b071cdd194a50d5d194fffbf84789e69e4b10/json HTTP/1.1" 200 None
[2026-06-10 16:22:01.369] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/ae93a940bc9994d56214edece40b071cdd194a50d5d194fffbf84789e69e4b10/start HTTP/1.1" 204 0
[2026-06-10 16:22:01.369] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:22:01.370] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:22:01.370] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:22:01.370] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:22:01.381] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:22:01.620] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-10 16:22:01.725] [INFO] [launch_manager] 2026/06/10 16:22:01.8521722 2109266 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-10 16:22:01.727] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109269 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-10 16:22:01.727] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109269 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-10 16:22:01.728] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109271 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-10 16:22:01.728] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109271 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-10 16:22:01.729] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109271 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_a ( IdentifierHash: 4535707649935996147 )
[2026-06-10 16:22:01.729] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109271 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_c ( IdentifierHash: 6199163020077258462 )
[2026-06-10 16:22:01.729] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109272 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:01.729] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-10 16:22:01.729] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109273 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:01.730] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-10 16:22:01.730] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109274 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/switch_run_target/control_client_mock
[2026-06-10 16:22:01.730] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109275 000 ECU1 LM LM log debug verbose 3 Process component_initial is Reporting execution state
[2026-06-10 16:22:01.730] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109275 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-10 16:22:01.730] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109276 000 ECU1 LM LM log debug verbose 3 Process component_initial is NOT Self terminating
[2026-06-10 16:22:01.730] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109276 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-10 16:22:01.730] [INFO] [launch_manager] 2026/06/10 16:22:01.8521723 2109276 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:01.731] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-10 16:22:01.731] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109277 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:01.732] [INFO] [launch_manager] parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/switch_run_target/component_a
[2026-06-10 16:22:01.732] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109278 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:01.732] [INFO] [launch_manager] Process component_a is Reporting execution state
[2026-06-10 16:22:01.732] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109279 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:22:01.732] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109279 000 ECU1 LM LM log debug verbose 3 Process component_a is NOT Self terminating
[2026-06-10 16:22:01.732] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109280 000 ECU1 LM LM log debug verbose 4 ParseProcessExecutionDependency: target process path: component_b ID: component_b
[2026-06-10 16:22:01.732] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109280 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-10 16:22:01.733] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109281 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/switch_run_target/component_b
[2026-06-10 16:22:01.733] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109281 000 ECU1 LM LM log debug verbose 3 Process component_b is Reporting execution state
[2026-06-10 16:22:01.733] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109282 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:22:01.733] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109282 000 ECU1 LM LM log debug verbose 3 Process component_b is NOT Self terminating
[2026-06-10 16:22:01.733] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109282 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:01.733] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-10 16:22:01.733] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109283 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/switch_run_target/reporting_process
[2026-06-10 16:22:01.733] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109283 000 ECU1 LM LM log debug verbose 3 Process component_e is Reporting execution state
[2026-06-10 16:22:01.733] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109284 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:22:01.734] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109284 000 ECU1 LM LM log debug verbose 3 Process component_e is NOT Self terminating
[2026-06-10 16:22:01.734] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109284 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 4 executable_path_: /tmp/tests/switch_run_target/component_d
[2026-06-10 16:22:01.734] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109285 000 ECU1 LM LM log debug verbose 3 Process component_d is Reporting execution state
[2026-06-10 16:22:01.734] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109285 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.734] [INFO] [launch_manager] Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:22:01.734] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109285 000 ECU1 LM LM log debug verbose 3 Process component_d is NOT Self terminating
[2026-06-10 16:22:01.734] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109286 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-10 16:22:01.734] [INFO] [launch_manager] 2026/06/10 16:22:01.8521724 2109287 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_c
[2026-06-10 16:22:01.735] [INFO] [launch_manager] 2026/06/10 16:22:01.8521725 2109288 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-10 16:22:01.735] [INFO] [launch_manager] 2026/06/10 16:22:01.8521725 2109288 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-10 16:22:01.735] [INFO] [launch_manager] 2026/06/10 16:22:01.8521725 2109289 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes
[2026-06-10 16:22:01.735] [INFO] [launch_manager] 2026/06/10 16:22:01.8521725 2109289 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-10 16:22:01.735] [INFO] [launch_manager] 2026/06/10 16:22:01.8521725 2109289 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-10 16:22:01.735] [INFO] [launch_manager] 2026/06/10 16:22:01.8521725 2109289 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:01.735] [INFO] [launch_manager] Creating Safe Process Map with 4 entries
[2026-06-10 16:22:01.735] [INFO] [launch_manager] 2026/06/10 16:22:01.8521725 2109292 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.735] [INFO] [launch_manager] Creating job queue with capacity 1024
[2026-06-10 16:22:01.735] [INFO] [launch_manager] 2026/06/10 16:22:01.8521725 2109292 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.736] [INFO] [launch_manager] Creating worker threads...
[2026-06-10 16:22:01.736] [INFO] [launch_manager] 2026/06/10 16:22:01.8521727 2109307 000 ECU1 LM LM log debug verbose 7
[2026-06-10 16:22:01.736] [INFO] [launch_manager] Process group index 0 (with name MainPG ) has 4 processes
[2026-06-10 16:22:01.736] [INFO] [launch_manager] 2026/06/10 16:22:01.8521727 2109308 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.736] [INFO] [launch_manager] Creating process node with id: 0
[2026-06-10 16:22:01.736] [INFO] [launch_manager] 2026/06/10 16:22:01.8521727 2109309 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:01.736] [INFO] [launch_manager] Process 0 has 0 start dependencies
[2026-06-10 16:22:01.737] [INFO] [launch_manager] 2026/06/10 16:22:01.8521727 2109315 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.737] [INFO] [launch_manager] Creating process node with id: 1
[2026-06-10 16:22:01.737] [INFO] [launch_manager] 2026/06/10 16:22:01.8521727 2109316 000 ECU1 LM LM log debug verbose 5 Process 1 has 1 start dependencies
[2026-06-10 16:22:01.737] [INFO] [launch_manager] 2026/06/10 16:22:01.8521728 2109317 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-10 16:22:01.737] [INFO] [launch_manager] 2026/06/10 16:22:01.8521728 2109318 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-10 16:22:01.737] [INFO] [launch_manager] 2026/06/10 16:22:01.8521728 2109319 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3
[2026-06-10 16:22:01.737] [INFO] [launch_manager] 2026/06/10 16:22:01.8521728 2109319 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:01.737] [INFO] [launch_manager] Process 3 has 0 start dependencies
[2026-06-10 16:22:01.738] [INFO] [launch_manager] 2026/06/10 16:22:01.8521728 2109321 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:01.738] [INFO] [launch_manager] Created 4 process nodes
[2026-06-10 16:22:01.738] [INFO] [launch_manager] 2026/06/10 16:22:01.8521728 2109324 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.738] [INFO] [launch_manager] Creating successor lists for process group MainPG
[2026-06-10 16:22:01.738] [INFO] [launch_manager] 2026/06/10 16:22:01.8521728 2109325 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:01.738] [INFO] [launch_manager] Adding kRunning successor for process 2 : 1
[2026-06-10 16:22:01.738] [INFO] [launch_manager] 2026/06/10 16:22:01.8521729 2109332 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:01.739] [INFO] [launch_manager] Added successor node dependency: 2 -> 1
[2026-06-10 16:22:01.739] [INFO] [launch_manager] 2026/06/10 16:22:01.8521729 2109334 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.739] [INFO] [launch_manager] Graphs initialized
[2026-06-10 16:22:01.739] [INFO] [launch_manager] 2026/06/10 16:22:01.8521730 2109344 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-10 16:22:01.739] [INFO] [launch_manager] 2026/06/10 16:22:01.8521730 2109345 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-10 16:22:01.739] [INFO] [launch_manager] 2026/06/10 16:22:01.8521730 2109345 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-10 16:22:01.740] [INFO] [launch_manager] 2026/06/10 16:22:01.8521730 2109347 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-10 16:22:01.740] [INFO] [launch_manager] 2026/06/10 16:22:01.8521731 2109348 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-10 16:22:01.740] [INFO] [launch_manager] 2026/06/10 16:22:01.8521731 2109349 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-10 16:22:01.740] [INFO] [launch_manager] 2026/06/10 16:22:01.8521731 2109354 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-10 16:22:01.740] [INFO] [launch_manager] 2026/06/10 16:22:01.8521731 2109355 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: component_initial
[2026-06-10 16:22:01.740] [INFO] [launch_manager] 2026/06/10 16:22:01.8521731 2109356 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-10 16:22:01.741] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109358 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Monitor interface IPC with path: lifecycle_health_component_initial
[2026-06-10 16:22:01.741] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109358 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-10 16:22:01.741] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109359 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_component_initial
[2026-06-10 16:22:01.741] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109359 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-10 16:22:01.741] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109360 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: component_initial_checkpoint
[2026-06-10 16:22:01.741] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109360 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-10 16:22:01.741] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109361 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: component_initial_alive_supervision
[2026-06-10 16:22:01.741] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109362 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-10 16:22:01.741] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109362 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-10 16:22:01.742] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109362 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-10 16:22:01.742] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109363 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 2 ms
[2026-06-10 16:22:01.742] [INFO] [launch_manager] 2026/06/10 16:22:01.8521732 2109363 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-10 16:22:01.742] [INFO] [launch_manager] 2026/06/10 16:22:01.8521733 2109371 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:01.742] [INFO] [launch_manager] clock() at run(): 36.306000 ms
[2026-06-10 16:22:01.742] [INFO] [launch_manager] 2026/06/10 16:22:01.8521733 2109373 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.742] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============
[2026-06-10 16:22:01.743] [INFO] [launch_manager] 2026/06/10 16:22:01.8521733 2109376 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:22:01.743] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:01.743] [INFO] [launch_manager] 2026/06/10 16:22:01.8521734 2109377 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.743] [INFO] [launch_manager] 2026/06/10 16:22:01.8521734 2109378 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.743] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:22:01.743] [INFO] [launch_manager] 2026/06/10 16:22:01.8521734 2109380 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.743] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:22:01.743] [INFO] [launch_manager] 2026/06/10 16:22:01.8521734 2109382 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.743] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:22:01.744] [INFO] [launch_manager] 2026/06/10 16:22:01.8521734 2109383 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.744] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:22:01.744] [INFO] [launch_manager] 2026/06/10 16:22:01.8521734 2109385 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.744] [INFO] [launch_manager] Start Dependencies: 1
[2026-06-10 16:22:01.744] [INFO] [launch_manager] 2026/06/10 16:22:01.8521734 2109386 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.745] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:22:01.745] [INFO] [launch_manager] 2026/06/10 16:22:01.8521735 2109388 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.745] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:22:01.745] [INFO] [launch_manager] 2026/06/10 16:22:01.8521735 2109390 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:22:01.745] [INFO] [launch_manager] Starting process 0 ( component_initial ) from executable /tmp/tests/switch_run_target/control_client_mock
[2026-06-10 16:22:01.745] [INFO] [launch_manager] 2026/06/10 16:22:01.8521735 2109393 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:01.746] [INFO] [launch_manager] Initialize the control client for component_initial process
[2026-06-10 16:22:01.748] [INFO] [launch_manager] 2026/06/10 16:22:01.8521735 2109394 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.748] [INFO] [launch_manager] ControlClientChannel initialized
[2026-06-10 16:22:01.748] [INFO] [launch_manager] 2026/06/10 16:22:01.8521736 2109401 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:01.748] [INFO] [launch_manager] startProcess pid 67 received for process: component_initial
[2026-06-10 16:22:01.748] [INFO] [launch_manager] 2026/06/10 16:22:01.8521738 2109419 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.748] [INFO] [launch_manager] ControlClientChannel obtained from sync.
[2026-06-10 16:22:01.749] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:22:01.749] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:22:01.749] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget
[2026-06-10 16:22:01.749] [INFO] [launch_manager] [ RUN ] SwitchRunTarget.ControlClientMock
[2026-06-10 16:22:01.750] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-10 16:22:01.750] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-10 16:22:01.750] [INFO] [launch_manager] [ STEP ] Activate run target A
[2026-06-10 16:22:01.750] [INFO] [launch_manager] 2026/06/10 16:22:01.8521743 2109469 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 67 ( component_initial ) process 0 of group MainPG
[2026-06-10 16:22:01.750] [INFO] [launch_manager] 2026/06/10 16:22:01.8521743 2109477 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( component_initial ) done
[2026-06-10 16:22:01.750] [INFO] [launch_manager] 2026/06/10 16:22:01.8521744 2109480 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.751] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:22:01.751] [INFO] [launch_manager] 2026/06/10 16:22:01.8521744 2109482 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 38.190000 ms
[2026-06-10 16:22:01.751] [INFO] [launch_manager] 2026/06/10 16:22:01.8521744 2109484 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:22:01.751] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:01.751] [INFO] [launch_manager] 2026/06/10 16:22:01.8521744 2109485 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:22:01.752] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_a of PG MainPG
[2026-06-10 16:22:01.752] [INFO] [launch_manager] 2026/06/10 16:22:01.8521744 2109487 000 ECU1 LM LM log info verbose 7
[2026-06-10 16:22:01.752] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Startup in 11 ms
[2026-06-10 16:22:01.752] [INFO] [launch_manager] 2026/06/10 16:22:01.8521745 2109488 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.752] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:22:01.752] [INFO] [launch_manager] 2026/06/10 16:22:01.8521745 2109491 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:22:01.752] [INFO] [launch_manager] Pending state for process group MainPG changed from to MainPG/run_target_a
[2026-06-10 16:22:01.752] [INFO] [launch_manager] 2026/06/10 16:22:01.8521745 2109493 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.753] [INFO] [launch_manager] Request acknowledged.
[2026-06-10 16:22:01.753] [INFO] [launch_manager] 2026/06/10 16:22:01.8521745 2109495 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:22:01.753] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/run_target_a to
[2026-06-10 16:22:01.753] [INFO] [launch_manager] 2026/06/10 16:22:01.8521745 2109496 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:01.753] [INFO] [launch_manager] Start transition to MainPG/run_target_a for PG MainPG
[2026-06-10 16:22:01.753] [INFO] [launch_manager] 2026/06/10 16:22:01.8521746 2109498 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:22:01.753] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:01.754] [INFO] [launch_manager] 2026/06/10 16:22:01.8521746 2109500 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.754] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:22:01.754] [INFO] [launch_manager] 2026/06/10 16:22:01.8521746 2109501 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.754] [INFO] [launch_manager] 2026/06/10 16:22:01.8521746 2109501 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.754] [INFO] [launch_manager] 2026/06/10 16:22:01.8521746 2109501 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.754] [INFO] [launch_manager] 2026/06/10 16:22:01.8521746 2109501 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:01.754] [INFO] [launch_manager] 2026/06/10 16:22:01.8521746 2109501 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-10 16:22:01.754] [INFO] [launch_manager] 2026/06/10 16:22:01.8521746 2109502 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:01.754] [INFO] [launch_manager] 2026/06/10 16:22:01.8521746 2109502 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:01.754] [INFO] [launch_manager] 2026/06/10 16:22:01.8521746 2109503 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( component_b ) from executable /tmp/tests/switch_run_target/component_b
[2026-06-10 16:22:01.754] [INFO] [launch_manager] 2026/06/10 16:22:01.8521746 2109504 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:22:01.755] [INFO] [launch_manager] Starting process 3 ( component_d ) from executable /tmp/tests/switch_run_target/component_d
[2026-06-10 16:22:01.755] [INFO] [launch_manager] 2026/06/10 16:22:01.8521747 2109509 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.755] [INFO] [launch_manager] Request sent. Waiting for acknowledgment...
[2026-06-10 16:22:01.755] [INFO] [launch_manager] 2026/06/10 16:22:01.8521747 2109511 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.756] [INFO] [launch_manager] Request acknowledged.
[2026-06-10 16:22:01.756] [INFO] [launch_manager] 2026/06/10 16:22:01.8521748 2109518 000 ECU1 LM LM log debug verbose 4 startProcess pid 70 received for process: component_b
[2026-06-10 16:22:01.756] [INFO] [launch_manager] 2026/06/10 16:22:01.8521748 2109527 000 ECU1 LM LM log debug verbose 4 startProcess pid 77 received for process: component_d
[2026-06-10 16:22:01.757] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:22:01.757] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:22:01.757] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:22:01.757] [INFO] [launch_manager] [----------] 1 test from ComponentB
[2026-06-10 16:22:01.757] [INFO] [launch_manager] [ RUN ] ComponentB.RunAndVerify
[2026-06-10 16:22:01.757] [INFO] [launch_manager] [ STEP ] Verify startup order
[2026-06-10 16:22:01.758] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-10 16:22:01.758] [INFO] [launch_manager] [ STEP ] Report running
[2026-06-10 16:22:01.758] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:22:01.758] [INFO] [launch_manager] [----------] 1 test from ComponentD
[2026-06-10 16:22:01.758] [INFO] [launch_manager] [ RUN ] ComponentD.RunAndVerify
[2026-06-10 16:22:01.758] [INFO] [launch_manager] [ STEP ] Report running
[2026-06-10 16:22:01.758] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-10 16:22:01.759] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-10 16:22:01.759] [INFO] [launch_manager] 2026/06/10 16:22:01.8521755 2109589 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 70 ( component_b ) process 2 of group MainPG
[2026-06-10 16:22:01.759] [INFO] [launch_manager] 2026/06/10 16:22:01.8521755 2109590 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( component_b ) done
[2026-06-10 16:22:01.759] [INFO] [launch_manager] 2026/06/10 16:22:01.8521755 2109593 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( component_a ) from executable /tmp/tests/switch_run_target/component_a
[2026-06-10 16:22:01.759] [INFO] [launch_manager] 2026/06/10 16:22:01.8521755 2109595 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 77 ( component_d ) process 3 of group MainPG
[2026-06-10 16:22:01.759] [INFO] [launch_manager] 2026/06/10 16:22:01.8521757 2109610 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( component_d ) done
[2026-06-10 16:22:01.759] [INFO] [launch_manager] 2026/06/10 16:22:01.8521757 2109614 000 ECU1 LM LM log debug verbose 4 startProcess pid 78 received for process: component_a
[2026-06-10 16:22:01.759] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:22:01.760] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:22:01.760] [INFO] [launch_manager] [----------] 1 test from ComponentA
[2026-06-10 16:22:01.760] [INFO] [launch_manager] [ RUN ] ComponentA.RunAndVerify
[2026-06-10 16:22:01.760] [INFO] [launch_manager] [ STEP ] Report running
[2026-06-10 16:22:01.761] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-10 16:22:01.761] [INFO] [launch_manager] [ STEP ] Verify startup order
[2026-06-10 16:22:01.761] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-10 16:22:01.762] [INFO] [launch_manager] 2026/06/10 16:22:01.8521761 2109656 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 78 ( component_a ) process 1 of group MainPG
[2026-06-10 16:22:01.762] [INFO] [launch_manager] 2026/06/10 16:22:01.8521762 2109657 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_a ) done
[2026-06-10 16:22:01.762] [INFO] [launch_manager] 2026/06/10 16:22:01.8521762 2109657 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:01.762] [INFO] [launch_manager] 2026/06/10 16:22:01.8521762 2109658 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_a in 16 ms
[2026-06-10 16:22:01.762] [INFO] [launch_manager] 2026/06/10 16:22:01.8521762 2109658 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:22:01.763] [INFO] [launch_manager] 2026/06/10 16:22:01.8521763 2109674 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_a of PG MainPG
[2026-06-10 16:22:01.764] [INFO] [launch_manager] 2026/06/10 16:22:01.8521763 2109674 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-10 16:22:01.780] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:22:01.782] [INFO] [launch_manager] 2026/06/10 16:22:01.8521782 2109864 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 1
[2026-06-10 16:22:01.783] [INFO] [launch_manager] 2026/06/10 16:22:01.8521782 2109865 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 2
[2026-06-10 16:22:01.783] [INFO] [launch_manager] 2026/06/10 16:22:01.8521782 2109866 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/run_target_a PS 1
[2026-06-10 16:22:01.783] [INFO] [launch_manager] 2026/06/10 16:22:01.8521782 2109866 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/run_target_a PS 1
[2026-06-10 16:22:01.783] [INFO] [launch_manager] 2026/06/10 16:22:01.8521783 2109867 000 ECU1 LM Sprv log debug verbose 6
[2026-06-10 16:22:01.783] [INFO] [launch_manager] Process with Id component_b changed state PG MainPG/run_target_a PS 2
[2026-06-10 16:22:01.783] [INFO] [launch_manager] 2026/06/10 16:22:01.8521783 2109868 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/run_target_a PS 1
[2026-06-10 16:22:01.783] [INFO] [launch_manager] 2026/06/10 16:22:01.8521783 2109868 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/run_target_a PS 2
[2026-06-10 16:22:01.784] [INFO] [launch_manager] 2026/06/10 16:22:01.8521783 2109869 000 ECU1 LM Sprv log debug verbose 6
[2026-06-10 16:22:01.784] [INFO] [launch_manager] Process with Id component_a changed state PG MainPG/run_target_a PS 2
[2026-06-10 16:22:01.784] [INFO] [launch_manager] 2026/06/10 16:22:01.8521783 2109870 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( component_initial_alive_supervision ) switched to OK.
[2026-06-10 16:22:01.840] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110439 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-10 16:22:01.840] [INFO] [launch_manager] [ END STEP ] Activate run target A
[2026-06-10 16:22:01.840] [INFO] [launch_manager] [ STEP ] Verify running processes
[2026-06-10 16:22:01.840] [INFO] [launch_manager] [ END STEP ] Verify running processes
[2026-06-10 16:22:01.841] [INFO] [launch_manager] [ STEP ] Activate RunTarget Startup
[2026-06-10 16:22:01.841] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110441 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-10 16:22:01.841] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110442 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:22:01.841] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Startup of PG MainPG
[2026-06-10 16:22:01.841] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110443 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Startup
[2026-06-10 16:22:01.841] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110444 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:22:01.841] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110444 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Startup to
[2026-06-10 16:22:01.841] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110444 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Startup for PG MainPG
[2026-06-10 16:22:01.841] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110445 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:22:01.842] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:01.842] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110445 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.842] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110445 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.842] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110446 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 1
[2026-06-10 16:22:01.842] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110446 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.842] [INFO] [launch_manager] 2026/06/10 16:22:01.8521840 2110447 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( component_a )
[2026-06-10 16:22:01.842] [INFO] [launch_manager] 2026/06/10 16:22:01.8521841 2110448 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 78 ( component_a )
[2026-06-10 16:22:01.842] [INFO] [launch_manager] 2026/06/10 16:22:01.8521841 2110448 000 ECU1 LM LM log debug verbose 2 Request termination received for 78
[2026-06-10 16:22:01.842] [INFO] [launch_manager] [ STEP ] Verify termination order
[2026-06-10 16:22:01.842] [INFO] [launch_manager] 2026/06/10 16:22:01.8521841 2110449 000 ECU1 LM LM log debug verbose 5 [ END STEP ] Verify termination order
[2026-06-10 16:22:01.842] [INFO] [launch_manager] terminating process 3 ( component_d )
[2026-06-10 16:22:01.842] [INFO] [launch_manager] 2026/06/10 16:22:01.8521841 2110449 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 3 of MainPG pid 77 ( component_d )
[2026-06-10 16:22:01.842] [INFO] [launch_manager] 2026/06/10 16:22:01.8521841 2110450 000 ECU1 LM LM log debug verbose 2 Request termination received for 77
[2026-06-10 16:22:01.842] [INFO] [launch_manager] [ OK ] ComponentA.RunAndVerify (82 ms)
[2026-06-10 16:22:01.842] [INFO] [launch_manager] [----------] 1 test from ComponentA (82 ms total)
[2026-06-10 16:22:01.842] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:22:01.842] [INFO] [launch_manager] [ OK ] ComponentD.RunAndVerify (89 ms)
[2026-06-10 16:22:01.843] [INFO] [launch_manager] [----------] 1 test from ComponentD (89 ms total)
[2026-06-10 16:22:01.843] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:22:01.843] [INFO] [launch_manager] 2026/06/10 16:22:01.8521841 2110453 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:22:01.843] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (90 ms total)
[2026-06-10 16:22:01.843] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:22:01.843] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (82 ms total)
[2026-06-10 16:22:01.843] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:22:01.843] [INFO] [launch_manager] 2026/06/10 16:22:01.8521841 2110457 000 ECU1 LM LM log debug verbose 12 Child process 3 of MainPG pid 77 ( component_d ) for node True terminated with status 0
[2026-06-10 16:22:01.843] [INFO] [launch_manager] 2026/06/10 16:22:01.8521842 2110458 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 78 ( component_a ) for node True terminated with status 0
[2026-06-10 16:22:01.843] [INFO] [launch_manager] 2026/06/10 16:22:01.8521843 2110469 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( component_a )
[2026-06-10 16:22:01.843] [INFO] [launch_manager] 2026/06/10 16:22:01.8521843 2110469 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( component_a ) done
[2026-06-10 16:22:01.843] [INFO] [launch_manager] 2026/06/10 16:22:01.8521843 2110470 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( component_b )
[2026-06-10 16:22:01.843] [INFO] [launch_manager] 2026/06/10 16:22:01.8521843 2110471 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 2 of MainPG pid 70 ( component_b )
[2026-06-10 16:22:01.843] [INFO] [launch_manager] 2026/06/10 16:22:01.8521843 2110471 000 ECU1 LM LM log debug verbose 2 Request termination received for 70
[2026-06-10 16:22:01.844] [INFO] [launch_manager] [ STEP ] Verify termination order
[2026-06-10 16:22:01.844] [INFO] [launch_manager] 2026/06/10 16:22:01.8521843 2110472 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 3 ( component_d )
[2026-06-10 16:22:01.844] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-06-10 16:22:01.844] [INFO] [launch_manager] 2026/06/10 16:22:01.8521843 2110472 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 3 ( component_d ) done
[2026-06-10 16:22:01.844] [INFO] [launch_manager] [ OK ] ComponentB.RunAndVerify (92 ms)
[2026-06-10 16:22:01.844] [INFO] [launch_manager] [----------] 1 test from ComponentB (92 ms total)
[2026-06-10 16:22:01.844] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:22:01.844] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (93 ms total)
[2026-06-10 16:22:01.844] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:22:01.844] [INFO] [launch_manager] 2026/06/10 16:22:01.8521844 2110479 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 70 ( component_b ) for node True terminated with status 0
[2026-06-10 16:22:01.845] [INFO] [launch_manager] 2026/06/10 16:22:01.8521845 2110492 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 2 ( component_b )
[2026-06-10 16:22:01.845] [INFO] [launch_manager] 2026/06/10 16:22:01.8521845 2110493 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( component_b ) done
[2026-06-10 16:22:01.846] [INFO] [launch_manager] 2026/06/10 16:22:01.8521845 2110493 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:01.846] [INFO] [launch_manager] 2026/06/10 16:22:01.8521845 2110493 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-10 16:22:01.846] [INFO] [launch_manager] 2026/06/10 16:22:01.8521845 2110493 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:01.846] [INFO] [launch_manager] 2026/06/10 16:22:01.8521845 2110494 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.846] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:22:01.846] [INFO] [launch_manager] 2026/06/10 16:22:01.8521845 2110495 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:01.846] [INFO] [launch_manager] 2026/06/10 16:22:01.8521845 2110495 000 ECU1 LM LM log info verbose 7
[2026-06-10 16:22:01.846] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Startup in 5 ms
[2026-06-10 16:22:01.846] [INFO] [launch_manager] 2026/06/10 16:22:01.8521845 2110496 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:22:01.847] [INFO] [launch_manager] 2026/06/10 16:22:01.8521847 2110509 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Startup of PG MainPG
[2026-06-10 16:22:01.847] [INFO] [launch_manager] 2026/06/10 16:22:01.8521847 2110509 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-10 16:22:01.883] [INFO] [launch_manager] 2026/06/10 16:22:01.8521882 2110864 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/Startup PS 3
[2026-06-10 16:22:01.883] [INFO] [launch_manager] 2026/06/10 16:22:01.8521882 2110865 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/Startup PS 3
[2026-06-10 16:22:01.883] [INFO] [launch_manager] 2026/06/10 16:22:01.8521882 2110865 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/Startup PS 4
[2026-06-10 16:22:01.883] [INFO] [launch_manager] 2026/06/10 16:22:01.8521882 2110865 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/Startup PS 4
[2026-06-10 16:22:01.883] [INFO] [launch_manager] 2026/06/10 16:22:01.8521882 2110865 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/Startup PS 3
[2026-06-10 16:22:01.883] [INFO] [launch_manager] 2026/06/10 16:22:01.8521882 2110866 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/Startup PS 4
[2026-06-10 16:22:01.940] [INFO] [launch_manager] 2026/06/10 16:22:01.8521940 2111441 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-10 16:22:01.940] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-10 16:22:01.941] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-10 16:22:01.941] [INFO] [launch_manager] 2026/06/10 16:22:01.8521940 2111442 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-10 16:22:01.942] [INFO] [launch_manager] 2026/06/10 16:22:01.8521942 2111461 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-10 16:22:01.942] [INFO] [launch_manager] 2026/06/10 16:22:01.8521942 2111462 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-10 16:22:01.942] [INFO] [launch_manager] 2026/06/10 16:22:01.8521942 2111462 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:22:01.943] [INFO] [launch_manager] 2026/06/10 16:22:01.8521942 2111463 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:22:01.943] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/Off to
[2026-06-10 16:22:01.943] [INFO] [launch_manager] 2026/06/10 16:22:01.8521942 2111463 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-10 16:22:01.943] [INFO] [launch_manager] 2026/06/10 16:22:01.8521942 2111464 000 ECU1 LM LM log debug verbose 1 2026/06/10 16:22:01.8521942 2111464 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:01.943] [INFO] [launch_manager] Request acknowledged.
[2026-06-10 16:22:01.943] [INFO] [launch_manager] 2026/06/10 16:22:01.8521942 2111465 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.943] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-10 16:22:01.943] [INFO] [launch_manager] 2026/06/10 16:22:01.8521942 2111465 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.943] [INFO] [launch_manager] 2026/06/10 16:22:01.8521942 2111465 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.943] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:22:01.943] [INFO] [launch_manager] 2026/06/10 16:22:01.8521942 2111466 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.943] [INFO] [launch_manager] 2026/06/10 16:22:01.8521943 2111468 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( component_initial )
[2026-06-10 16:22:01.943] [INFO] [launch_manager] 2026/06/10 16:22:01.8521943 2111468 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 67 ( component_initial )
[2026-06-10 16:22:01.944] [INFO] [launch_manager] 2026/06/10 16:22:01.8521943 2111469 000 ECU1 LM LM log debug verbose 2 Request termination received for 67
[2026-06-10 16:22:01.983] [INFO] [launch_manager] 2026/06/10 16:22:01.8521982 2111864 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Off PS 3
[2026-06-10 16:22:01.983] [INFO] [launch_manager] 2026/06/10 16:22:01.8521982 2111865 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( component_initial_alive_supervision ) switched to DEACTIVATED.
[2026-06-10 16:22:02.041] [INFO] [launch_manager] [ OK ] SwitchRunTarget.ControlClientMock (301 ms)
[2026-06-10 16:22:02.041] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget (301 ms total)
[2026-06-10 16:22:02.041] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:22:02.041] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (302 ms total)
[2026-06-10 16:22:02.041] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:22:02.041] [INFO] [launch_manager] 2026/06/10 16:22:02.8522041 2112455 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 67 ( component_initial ) for node True terminated with status 0
[2026-06-10 16:22:02.042] [INFO] [launch_manager] 2026/06/10 16:22:02.8522042 2112462 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( component_initial )
[2026-06-10 16:22:02.042] [INFO] [launch_manager] 2026/06/10 16:22:02.8522042 2112463 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( component_initial ) done
[2026-06-10 16:22:02.043] [INFO] [launch_manager] 2026/06/10 16:22:02.8522042 2112463 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:02.043] [INFO] [launch_manager] 2026/06/10 16:22:02.8522042 2112463 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-10 16:22:02.043] [INFO] [launch_manager] 2026/06/10 16:22:02.8522042 2112464 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:02.043] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:22:02.043] [INFO] [launch_manager] 2026/06/10 16:22:02.8522042 2112464 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:02.043] [INFO] [launch_manager] 2026/06/10 16:22:02.8522042 2112465 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:22:02.043] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:02.043] [INFO] [launch_manager] 2026/06/10 16:22:02.8522042 2112465 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 100 ms
[2026-06-10 16:22:02.043] [INFO] [launch_manager] 2026/06/10 16:22:02.8522042 2112466 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:22:02.083] [INFO] [launch_manager] 2026/06/10 16:22:02.8522082 2112864 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Off PS 4
[2026-06-10 16:22:02.468] [INFO] [launch_manager] 2026/06/10 16:22:02.8522467 2116714 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-10 16:22:02.468] [INFO] [launch_manager] 2026/06/10 16:22:02.8522467 2116714 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-10 16:22:02.468] [INFO] [launch_manager] 2026/06/10 16:22:02.8522467 2116714 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-10 16:22:02.468] [INFO] [launch_manager] 2026/06/10 16:22:02.8522467 2116715 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-10 16:22:02.468] [INFO] [launch_manager] 2026/06/10 16:22:02.8522467 2116715 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:02.468] [INFO] [launch_manager] 2026/06/10 16:22:02.8522467 2116715 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:02.469] [INFO] [launch_manager] 2026/06/10 16:22:02.8522467 2116715 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:02.469] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:22:02.469] [INFO] [launch_manager] 2026/06/10 16:22:02.8522467 2116717 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:02.469] [INFO] [launch_manager] 2026/06/10 16:22:02.8522468 2116717 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:02.469] [INFO] [launch_manager] 2026/06/10 16:22:02.8522468 2116717 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:02.469] [INFO] [launch_manager] 2026/06/10 16:22:02.8522468 2116717 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-10 16:22:02.469] [INFO] [launch_manager] 2026/06/10 16:22:02.8522468 2116718 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:02.469] [INFO] [launch_manager] 2026/06/10 16:22:02.8522468 2116718 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:02.469] [INFO] [launch_manager] 2026/06/10 16:22:02.8522468 2116718 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:02.469] [INFO] [launch_manager] 2026/06/10 16:22:02.8522468 2116719 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-10 16:22:02.469] [INFO] [launch_manager] 2026/06/10 16:22:02.8522468 2116719 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:02.469] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:22:02.470] [INFO] [launch_manager] 2026/06/10 16:22:02.8522468 2116720 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:02.470] [INFO] [launch_manager] Wait for all process groups to complete the transition
[2026-06-10 16:22:02.543] [INFO] [launch_manager] 2026/06/10 16:22:02.8522543 2117469 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-10 16:22:02.583] [INFO] [launch_manager] 2026/06/10 16:22:02.8522582 2117864 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-10 16:22:02.584] [INFO] [launch_manager] 2026/06/10 16:22:02.8522584 2117878 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-10 16:22:02.584] [INFO] [launch_manager] 2026/06/10 16:22:02.8522584 2117878 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/896/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/switch_run_target/switch_run_target/test.xml -
============================== 1 passed in 2.20s ===============================
tests-report/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/incorrect_config_non_reporting:incorrect_config_non_reporting
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/897/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_incorrect_config_non_reporting
-------------------------------- live log setup --------------------------------
[2026-06-10 16:22:00.860] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-10 16:22:01.011] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:22:01.011] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:22:01.011] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:22:01.011] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:22:01.019] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:22:01.063] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-10 16:22:01.065] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/9133f7f546d6c224b653072140dea3bca419809cc98980bba2ff327241d4d8db/json HTTP/1.1" 200 None
[2026-06-10 16:22:01.197] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9133f7f546d6c224b653072140dea3bca419809cc98980bba2ff327241d4d8db/start HTTP/1.1" 204 0
[2026-06-10 16:22:01.197] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:22:01.197] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:22:01.197] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:22:01.198] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:22:01.205] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:22:01.415] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-10 16:22:01.553] [INFO] [launch_manager] 2026/06/10 16:22:01.8521549 2107537 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-10 16:22:01.554] [INFO] [launch_manager] 2026/06/10 16:22:01.8521550 2107540 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-10 16:22:01.554] [INFO] [launch_manager] 2026/06/10 16:22:01.8521550 2107541 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-10 16:22:01.554] [INFO] [launch_manager] 2026/06/10 16:22:01.8521550 2107543 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-10 16:22:01.554] [INFO] [launch_manager] 2026/06/10 16:22:01.8521550 2107544 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-10 16:22:01.554] [INFO] [launch_manager] 2026/06/10 16:22:01.8521550 2107544 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:01.554] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-10 16:22:01.554] [INFO] [launch_manager] 2026/06/10 16:22:01.8521550 2107545 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-10 16:22:01.555] [INFO] [launch_manager] 2026/06/10 16:22:01.8521550 2107546 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/incorrect_config_non_reporting/non_reporting_process
[2026-06-10 16:22:01.555] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107547 000 ECU1 LM LM log debug verbose 3 Process non_reporting_process is NOT Reporting execution state
[2026-06-10 16:22:01.555] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107548 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.555] [INFO] [launch_manager] Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:22:01.555] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107548 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:01.555] [INFO] [launch_manager] Process non_reporting_process is Self terminating
[2026-06-10 16:22:01.555] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107549 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-10 16:22:01.557] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107549 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-10 16:22:01.557] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107549 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-10 16:22:01.557] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107550 000 ECU1 LM LM log debug verbose 3 Creating graph with 1 nodes
[2026-06-10 16:22:01.557] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107550 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-10 16:22:01.557] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107550 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-10 16:22:01.557] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107550 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 1 entries
[2026-06-10 16:22:01.558] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107551 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-10 16:22:01.558] [INFO] [launch_manager] 2026/06/10 16:22:01.8521551 2107551 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-10 16:22:01.558] [INFO] [launch_manager] 2026/06/10 16:22:01.8521552 2107566 000 ECU1 LM LM log debug verbose 7
[2026-06-10 16:22:01.558] [INFO] [launch_manager] Process group index 0 (with name MainPG ) has 1 processes
[2026-06-10 16:22:01.558] [INFO] [launch_manager] 2026/06/10 16:22:01.8521553 2107568 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.558] [INFO] [launch_manager] Creating process node with id: 0
[2026-06-10 16:22:01.558] [INFO] [launch_manager] 2026/06/10 16:22:01.8521553 2107569 000 ECU1 LM LM log debug verbose 5
[2026-06-10 16:22:01.558] [INFO] [launch_manager] Process 0 has 0 start dependencies
[2026-06-10 16:22:01.559] [INFO] [launch_manager] 2026/06/10 16:22:01.8521553 2107571 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:01.559] [INFO] [launch_manager] Created 1 process nodes
[2026-06-10 16:22:01.559] [INFO] [launch_manager] 2026/06/10 16:22:01.8521553 2107573 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.561] [INFO] [launch_manager] Creating successor lists for process group MainPG
[2026-06-10 16:22:01.561] [INFO] [launch_manager] 2026/06/10 16:22:01.8521553 2107574 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-10 16:22:01.561] [INFO] [launch_manager] 2026/06/10 16:22:01.8521555 2107593 000 ECU1 LM Fcty log info verbose 2
[2026-06-10 16:22:01.561] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-10 16:22:01.562] [INFO] [launch_manager] 2026/06/10 16:22:01.8521555 2107596 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:01.562] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-10 16:22:01.562] [INFO] [launch_manager] 2026/06/10 16:22:01.8521556 2107598 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:01.562] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-10 16:22:01.562] [INFO] [launch_manager] 2026/06/10 16:22:01.8521556 2107599 000 ECU1 LM Fcty log debug verbose 4
[2026-06-10 16:22:01.562] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-10 16:22:01.562] [INFO] [launch_manager] 2026/06/10 16:22:01.8521556 2107600 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:01.563] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-10 16:22:01.563] [INFO] [launch_manager] 2026/06/10 16:22:01.8521556 2107602 000 ECU1 LM Fcty log warn verbose 2
[2026-06-10 16:22:01.563] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-10 16:22:01.564] [INFO] [launch_manager] 2026/06/10 16:22:01.8521556 2107604 000 ECU1 LM Fcty log debug verbose 2
[2026-06-10 16:22:01.564] [INFO] [launch_manager] Software Cluster Handler starts constructing workers: MainCluster
[2026-06-10 16:22:01.564] [INFO] [launch_manager] 2026/06/10 16:22:01.8521556 2107605 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:01.564] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Process States: 0
[2026-06-10 16:22:01.564] [INFO] [launch_manager] 2026/06/10 16:22:01.8521557 2107607 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:01.565] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 0
[2026-06-10 16:22:01.565] [INFO] [launch_manager] 2026/06/10 16:22:01.8521557 2107609 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:01.565] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 0
[2026-06-10 16:22:01.565] [INFO] [launch_manager] 2026/06/10 16:22:01.8521557 2107611 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:01.565] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 0
[2026-06-10 16:22:01.565] [INFO] [launch_manager] 2026/06/10 16:22:01.8521557 2107613 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:01.565] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 0
[2026-06-10 16:22:01.565] [INFO] [launch_manager] 2026/06/10 16:22:01.8521557 2107616 000 ECU1 LM Fcty log info verbose 2
[2026-06-10 16:22:01.566] [INFO] [launch_manager] Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-10 16:22:01.566] [INFO] [launch_manager] 2026/06/10 16:22:01.8521558 2107618 000 ECU1 LM Fcty log debug verbose 2
[2026-06-10 16:22:01.566] [INFO] [launch_manager] Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-10 16:22:01.566] [INFO] [launch_manager] 2026/06/10 16:22:01.8521558 2107620 000 ECU1 LM Fcty log debug verbose 3
[2026-06-10 16:22:01.566] [INFO] [launch_manager] HealthMonitor: Initialization took 4 ms
[2026-06-10 16:22:01.566] [INFO] [launch_manager] 2026/06/10 16:22:01.8521558 2107623 000 ECU1 LM LM log info verbose 1
[2026-06-10 16:22:01.566] [INFO] [launch_manager] LCM started successfully
[2026-06-10 16:22:01.567] [INFO] [launch_manager] 2026/06/10 16:22:01.8521558 2107625 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:01.567] [INFO] [launch_manager] clock() at run(): 38.319000 ms
[2026-06-10 16:22:01.567] [INFO] [launch_manager] 2026/06/10 16:22:01.8521559 2107629 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.567] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============
[2026-06-10 16:22:01.567] [INFO] [launch_manager] 2026/06/10 16:22:01.8521559 2107632 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:01.567] [INFO] [launch_manager] 2026/06/10 16:22:01.8521559 2107633 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.567] [INFO] [launch_manager] 2026/06/10 16:22:01.8521559 2107635 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:22:01.567] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:22:01.567] [INFO] [launch_manager] 2026/06/10 16:22:01.8521559 2107637 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:22:01.567] [INFO] [launch_manager] Starting process 0 ( non_reporting_process ) from executable /tmp/tests/incorrect_config_non_reporting/non_reporting_process
[2026-06-10 16:22:01.568] [INFO] [launch_manager] 2026/06/10 16:22:01.8521560 2107645 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:22:01.568] [INFO] [launch_manager] startProcess pid 67 received for process: non_reporting_process
[2026-06-10 16:22:01.568] [INFO] [launch_manager] 2026/06/10 16:22:01.8521562 2107660 000 ECU1 LM LM log debug verbose 8
[2026-06-10 16:22:01.568] [INFO] [launch_manager] Considered kRunning for Non Reporting Process pid 67 ( non_reporting_process ) process 0 of group MainPG
[2026-06-10 16:22:01.568] [INFO] [launch_manager] 2026/06/10 16:22:01.8521562 2107663 000 ECU1 LM LM log debug verbose 7
[2026-06-10 16:22:01.568] [INFO] [launch_manager] startProcess for MainPG process 0 ( non_reporting_process ) done
[2026-06-10 16:22:01.568] [INFO] [launch_manager] 2026/06/10 16:22:01.8521562 2107666 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:22:01.568] [INFO] [launch_manager] Control Client handler nudged
[2026-06-10 16:22:01.568] [INFO] [launch_manager] 2026/06/10 16:22:01.8521563 2107670 000 ECU1 LM LM log debug verbose 3
[2026-06-10 16:22:01.568] [INFO] [launch_manager] clock() at successful initial state transition: 39.749000 ms
[2026-06-10 16:22:01.569] [INFO] [launch_manager] 2026/06/10 16:22:01.8521563 2107672 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:22:01.569] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:01.569] [INFO] [launch_manager] 2026/06/10 16:22:01.8521563 2107673 000 ECU1 LM LM log info verbose 7
[2026-06-10 16:22:01.569] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Startup in 4 ms
[2026-06-10 16:22:01.569] [INFO] [launch_manager] 2026/06/10 16:22:01.8521563 2107675 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:22:01.569] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:22:01.569] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:22:01.569] [INFO] [launch_manager] [----------] 1 test from NonReporting
[2026-06-10 16:22:01.569] [INFO] [launch_manager] [ RUN ] NonReporting.Process
[2026-06-10 16:22:01.569] [INFO] [launch_manager] 2026/06/10 16:22:01.8521565 2107697 000 ECU1 LM LM log error verbose 3 [Lifecycle client] FD 3 is invalid for kRunning report
[2026-06-10 16:22:01.570] [INFO] [launch_manager] [ OK ] NonReporting.Process (0 ms)
[2026-06-10 16:22:01.570] [INFO] [launch_manager] [----------] 1 test from NonReporting (0 ms total)
[2026-06-10 16:22:01.570] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:22:01.570] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (1 ms total)
[2026-06-10 16:22:01.570] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:22:01.661] [INFO] [launch_manager] 2026/06/10 16:22:01.8521661 2108651 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 67 ( non_reporting_process ) for node True terminated with status 0
[2026-06-10 16:22:01.675] [INFO] [launch_manager] 2026/06/10 16:22:01.8521674 2108784 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-10 16:22:01.675] [INFO] [launch_manager] 2026/06/10 16:22:01.8521674 2108785 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-10 16:22:01.675] [INFO] [launch_manager] 2026/06/10 16:22:01.8521674 2108785 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-10 16:22:01.675] [INFO] [launch_manager] 2026/06/10 16:22:01.8521674 2108785 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-10 16:22:01.676] [INFO] [launch_manager] 2026/06/10 16:22:01.8521674 2108786 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:22:01.676] [INFO] [launch_manager] 2026/06/10 16:22:01.8521674 2108786 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:22:01.676] [INFO] [launch_manager] 2026/06/10 16:22:01.8521674 2108786 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:22:01.676] [INFO] [launch_manager] 2026/06/10 16:22:01.8521674 2108787 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:22:01.676] [INFO] [launch_manager] 2026/06/10 16:22:01.8521675 2108787 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-10 16:22:01.676] [INFO] [launch_manager] 2026/06/10 16:22:01.8521675 2108787 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:22:01.676] [INFO] [launch_manager] 2026/06/10 16:22:01.8521675 2108788 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-10 16:22:01.761] [INFO] [launch_manager] 2026/06/10 16:22:01.8521761 2109652 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-10 16:22:01.808] [INFO] [launch_manager] 2026/06/10 16:22:01.8521808 2110124 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-10 16:22:01.810] [INFO] [launch_manager] 2026/06/10 16:22:01.8521809 2110135 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-10 16:22:01.810] [INFO] [launch_manager] 2026/06/10 16:22:01.8521809 2110136 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/897/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting/test.xml -
============================== 1 passed in 1.53s ===============================
tests-report/tests/integration/complex_monitoring/complex_monitoring/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/complex_monitoring:complex_monitoring
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/893/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/complex_monitoring/complex_monitoring.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_complex_monitoring
-------------------------------- live log setup --------------------------------
[2026-06-10 16:21:49.730] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-10 16:21:54.641] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:21:54.641] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:21:54.641] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:21:54.642] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:21:54.653] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:21:54.671] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-10 16:21:54.673] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/e4882123ebd1c60896905f3d57d32090ac2b1f88448e874f311b76c9b8f499cf/json HTTP/1.1" 200 None
[2026-06-10 16:21:54.885] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e4882123ebd1c60896905f3d57d32090ac2b1f88448e874f311b76c9b8f499cf/start HTTP/1.1" 204 0
[2026-06-10 16:21:54.885] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-10 16:21:54.886] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-10 16:21:54.886] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-10 16:21:54.886] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-10 16:21:54.917] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-10 16:21:55.172] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-10 16:21:55.311] [INFO] [launch_manager] 2026/06/10 16:21:55.8515304 2045084 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-10 16:21:55.313] [INFO] [launch_manager] 2026/06/10 16:21:55.8515304 2045086 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-10 16:21:55.313] [INFO] [launch_manager] 2026/06/10 16:21:55.8515304 2045087 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-10 16:21:55.313] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045087 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-10 16:21:55.314] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045088 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-10 16:21:55.314] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045088 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_complex_monitoring ( IdentifierHash: 581828208140588256 )
[2026-06-10 16:21:55.316] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045088 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-10 16:21:55.316] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045088 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-10 16:21:55.316] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045089 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/complex_monitoring/control_client_mock
[2026-06-10 16:21:55.318] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045090 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-10 16:21:55.319] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045091 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-10 16:21:55.320] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045091 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating
[2026-06-10 16:21:55.320] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045091 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-10 16:21:55.320] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045092 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_complex_monitoring
[2026-06-10 16:21:55.320] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045092 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-10 16:21:55.320] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045093 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/complex_monitoring/component_complex_monitoring
[2026-06-10 16:21:55.320] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045093 000 ECU1 LM LM log debug verbose 3 Process component_complex_monitoring is Reporting execution state
[2026-06-10 16:21:55.320] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045093 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045093 000 ECU1 LM LM log debug verbose 3 Process component_complex_monitoring is NOT Self terminating
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045093 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_complex_monitoring
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045094 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/complex_monitoring/verification_process
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045094 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045094 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045094 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045095 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045095 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045095 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045096 000 ECU1 LM LM log debug verbose 3 Creating graph with 3 nodes
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045096 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-10 16:21:55.321] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045096 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-10 16:21:55.322] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045096 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 3 entries
[2026-06-10 16:21:55.322] [INFO] [launch_manager] 2026/06/10 16:21:55.8515305 2045097 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-10 16:21:55.322] [INFO] [launch_manager] 2026/06/10 16:21:55.8515306 2045097 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-10 16:21:55.322] [INFO] [launch_manager] 2026/06/10 16:21:55.8515307 2045114 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 3 processes
[2026-06-10 16:21:55.322] [INFO] [launch_manager] 2026/06/10 16:21:55.8515307 2045114 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-10 16:21:55.322] [INFO] [launch_manager] 2026/06/10 16:21:55.8515307 2045114 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-10 16:21:55.322] [INFO] [launch_manager] 2026/06/10 16:21:55.8515307 2045114 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-10 16:21:55.322] [INFO] [launch_manager] 2026/06/10 16:21:55.8515307 2045115 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-10 16:21:55.322] [INFO] [launch_manager] 2026/06/10 16:21:55.8515307 2045115 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-10 16:21:55.322] [INFO] [launch_manager] 2026/06/10 16:21:55.8515307 2045115 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-10 16:21:55.322] [INFO] [launch_manager] 2026/06/10 16:21:55.8515307 2045115 000 ECU1 LM LM log debug verbose 3 Created 3 process nodes
[2026-06-10 16:21:55.323] [INFO] [launch_manager] 2026/06/10 16:21:55.8515307 2045116 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-10 16:21:55.324] [INFO] [launch_manager] 2026/06/10 16:21:55.8515307 2045116 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-10 16:21:55.324] [INFO] [launch_manager] 2026/06/10 16:21:55.8515308 2045118 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-10 16:21:55.324] [INFO] [launch_manager] 2026/06/10 16:21:55.8515308 2045119 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-10 16:21:55.325] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045130 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-10 16:21:55.325] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045130 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-10 16:21:55.325] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045131 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-10 16:21:55.325] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045131 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-10 16:21:55.325] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045131 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-10 16:21:55.325] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045132 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-10 16:21:55.325] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045132 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: component_complex_monitoring
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045132 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 2
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045134 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Monitor interface IPC with path: lifecycle_health_control_client_mock
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045134 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Monitor interface IPC with path: lifecycle_health_component_complex_monitoring
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045134 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 2
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045135 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045135 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_component_complex_monitoring
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045135 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 2
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045135 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045136 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: component_complex_monitoring_checkpoint
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045136 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 2
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045136 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: control_client_mock_alive_supervision
[2026-06-10 16:21:55.326] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045137 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: component_complex_monitoring_alive_supervision
[2026-06-10 16:21:55.327] [INFO] [launch_manager] 2026/06/10 16:21:55.8515309 2045137 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 2
[2026-06-10 16:21:55.327] [INFO] [launch_manager] 2026/06/10 16:21:55.8515310 2045137 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-10 16:21:55.327] [INFO] [launch_manager] 2026/06/10 16:21:55.8515310 2045137 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-10 16:21:55.327] [INFO] [launch_manager] 2026/06/10 16:21:55.8515310 2045137 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 1 ms
[2026-06-10 16:21:55.327] [INFO] [launch_manager] 2026/06/10 16:21:55.8515310 2045138 000 ECU1 LM LM log info verbose 1
[2026-06-10 16:21:55.327] [INFO] [launch_manager] LCM started successfully
[2026-06-10 16:21:55.327] [INFO] [launch_manager] 2026/06/10 16:21:55.8515310 2045142 000 ECU1 LM LM log debug verbose 3 clock() at run(): 38.658000 ms
[2026-06-10 16:21:55.327] [INFO] [launch_manager] 2026/06/10 16:21:55.8515310 2045144 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:55.327] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============
[2026-06-10 16:21:55.327] [INFO] [launch_manager] 2026/06/10 16:21:55.8515310 2045145 000 ECU1 LM LM log debug verbose 9
[2026-06-10 16:21:55.328] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:55.328] [INFO] [launch_manager] 2026/06/10 16:21:55.8515310 2045146 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:55.328] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:21:55.328] [INFO] [launch_manager] 2026/06/10 16:21:55.8515311 2045147 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:55.328] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-10 16:21:55.328] [INFO] [launch_manager] 2026/06/10 16:21:55.8515311 2045148 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.328] [INFO] [launch_manager] 2026/06/10 16:21:55.8515311 2045149 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:55.328] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:21:55.328] [INFO] [launch_manager] 2026/06/10 16:21:55.8515311 2045150 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.328] [INFO] [launch_manager] 2026/06/10 16:21:55.8515311 2045151 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:55.328] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:21:55.328] [INFO] [launch_manager] 2026/06/10 16:21:55.8515311 2045153 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:21:55.329] [INFO] [launch_manager] Starting process 0 ( control_client_mock ) from executable /tmp/tests/complex_monitoring/control_client_mock
[2026-06-10 16:21:55.329] [INFO] [launch_manager] 2026/06/10 16:21:55.8515311 2045156 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock process
[2026-06-10 16:21:55.329] [INFO] [launch_manager] 2026/06/10 16:21:55.8515312 2045158 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-10 16:21:55.329] [INFO] [launch_manager] 2026/06/10 16:21:55.8515312 2045165 000 ECU1 LM LM log debug verbose 4 startProcess pid 69 received for process: control_client_mock
[2026-06-10 16:21:55.329] [INFO] [launch_manager] 2026/06/10 16:21:55.8515312 2045165 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-10 16:21:55.329] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:21:55.329] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:21:55.329] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-10 16:21:55.329] [INFO] [launch_manager] [ RUN ] ComplexMonitoring.ControlClientMock
[2026-06-10 16:21:55.329] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-10 16:21:55.330] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-10 16:21:55.330] [INFO] [launch_manager] [ STEP ] Launch monitored process
[2026-06-10 16:21:55.330] [INFO] [launch_manager] 2026/06/10 16:21:55.8515319 2045230 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 69 ( control_client_mock ) process 0 of group MainPG
[2026-06-10 16:21:55.330] [INFO] [launch_manager] 2026/06/10 16:21:55.8515319 2045231 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-10 16:21:55.330] [INFO] [launch_manager] 2026/06/10 16:21:55.8515319 2045231 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.330] [INFO] [launch_manager] 2026/06/10 16:21:55.8515319 2045232 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 40.427000 ms
[2026-06-10 16:21:55.330] [INFO] [launch_manager] 2026/06/10 16:21:55.8515319 2045232 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:55.331] [INFO] [launch_manager] 2026/06/10 16:21:55.8515319 2045232 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 8 ms
[2026-06-10 16:21:55.331] [INFO] [launch_manager] 2026/06/10 16:21:55.8515319 2045232 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.332] [INFO] [launch_manager] 2026/06/10 16:21:55.8515331 2045357 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-10 16:21:55.332] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045358 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_complex_monitoring of PG MainPG
[2026-06-10 16:21:55.332] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045359 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_complex_monitoring
[2026-06-10 16:21:55.332] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045359 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:21:55.333] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045359 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_complex_monitoring to
[2026-06-10 16:21:55.333] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045360 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_complex_monitoring for PG MainPG
[2026-06-10 16:21:55.333] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045360 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:55.333] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045361 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.333] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045361 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.333] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045361 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:55.333] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045361 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.333] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045361 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.333] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045362 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:55.333] [INFO] [launch_manager] 2026/06/10 16:21:55.8515332 2045362 000 ECU1 LM LM log debug verbose 6
[2026-06-10 16:21:55.334] [INFO] [launch_manager] Starting process 1 ( component_complex_monitoring ) from executable /tmp/tests/complex_monitoring/component_complex_monitoring
[2026-06-10 16:21:55.334] [INFO] [launch_manager] 2026/06/10 16:21:55.8515333 2045371 000 ECU1 LM LM log debug verbose 4
[2026-06-10 16:21:55.334] [INFO] [launch_manager] startProcess pid 71 received for process: component_complex_monitoring
[2026-06-10 16:21:55.334] [INFO] [launch_manager] 2026/06/10 16:21:55.8515333 2045374 000 ECU1 LM LM log debug verbose 1
[2026-06-10 16:21:55.334] [INFO] [launch_manager] Request acknowledged.
[2026-06-10 16:21:55.347] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-10 16:21:55.347] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-10 16:21:55.347] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-10 16:21:55.347] [INFO] [launch_manager] [ RUN ] ComplexMonitoring.ComponentComplexMonitoring
[2026-06-10 16:21:55.347] [INFO] [launch_manager] [2026/06/10 16:21:55.3456122][71][HMON][DEBUG] ScoreSupervisorAPIClient: Creating with IDENTIFIER=component_complex_monitoring
[2026-06-10 16:21:55.350] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-10 16:21:55.350] [INFO] [launch_manager] [2026/06/10 16:21:55.3493174][71][HMON][INFO] Monitoring thread started.
[2026-06-10 16:21:55.350] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-10 16:21:55.350] [INFO] [launch_manager] [ STEP ] Send heartbeats for 1 second
[2026-06-10 16:21:55.352] [INFO] [launch_manager] 2026/06/10 16:21:55.8515350 2045541 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 71 ( component_complex_monitoring ) process 1 of group MainPG
[2026-06-10 16:21:55.353] [INFO] [launch_manager] 2026/06/10 16:21:55.8515350 2045542 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_complex_monitoring ) done
[2026-06-10 16:21:55.353] [INFO] [launch_manager] 2026/06/10 16:21:55.8515350 2045542 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:55.353] [INFO] [launch_manager] 2026/06/10 16:21:55.8515350 2045543 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_complex_monitoring in 18 ms
[2026-06-10 16:21:55.353] [INFO] [launch_manager] 2026/06/10 16:21:55.8515350 2045543 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:55.354] [INFO] [launch_manager] 2026/06/10 16:21:55.8515352 2045561 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_complex_monitoring of PG MainPG
[2026-06-10 16:21:55.354] [INFO] [launch_manager] 2026/06/10 16:21:55.8515352 2045561 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-10 16:21:55.362] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045642 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-10 16:21:55.362] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045643 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-10 16:21:55.362] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045643 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_complex_monitoring changed state PG MainPG/run_target_complex_monitoring PS 1
[2026-06-10 16:21:55.362] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045643 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_complex_monitoring changed state PG MainPG/run_target_complex_monitoring PS 2
[2026-06-10 16:21:55.362] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045644 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-10 16:21:55.363] [INFO] [launch_manager] 2026/06/10 16:21:55.8515360 2045644 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to OK.
[2026-06-10 16:21:55.394] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:55.416] [INFO] [launch_manager] 2026/06/10 16:21:55.8515415 2046196 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-10 16:21:55.416] [INFO] [launch_manager] [ END STEP ] Launch monitored process
[2026-06-10 16:21:55.983] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:56.414] [INFO] [launch_manager] [ END STEP ] Send heartbeats for 1 second
[2026-06-10 16:21:56.452] [INFO] [launch_manager] [2026/06/10 16:21:56.4519743][71][HMON][INFO] Monitoring thread exiting.
[2026-06-10 16:21:56.452] [INFO] [launch_manager] [ OK ] ComplexMonitoring.ComponentComplexMonitoring (1106 ms)
[2026-06-10 16:21:56.453] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (1106 ms total)
[2026-06-10 16:21:56.453] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:21:56.453] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (1106 ms total)
[2026-06-10 16:21:56.453] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:21:56.598] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:56.660] [INFO] [launch_manager] 2026/06/10 16:21:56.8516660 2058639 000 ECU1 LM Sprv log warn verbose 13 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0
[2026-06-10 16:21:56.660] [INFO] [launch_manager] 2026/06/10 16:21:56.8516660 2058640 000 ECU1 LM Sprv log debug verbose 3 Recovery request enqueued successfully for alive supervision component_complex_monitoring_alive_supervision failure
[2026-06-10 16:21:56.741] [INFO] [launch_manager] 2026/06/10 16:21:56.8516741 2059451 000 ECU1 LM LM log debug verbose 4 recoveryActionHandler: Processing recovery request for PG component_complex_monitoring to state MainPG/fallback_run_target
[2026-06-10 16:21:56.741] [INFO] [launch_manager] 2026/06/10 16:21:56.8516741 2059451 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/fallback_run_target
[2026-06-10 16:21:56.855] [INFO] [launch_manager] 2026/06/10 16:21:56.8516854 2060583 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/fallback_run_target to
[2026-06-10 16:21:56.855] [INFO] [launch_manager] 2026/06/10 16:21:56.8516854 2060583 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/fallback_run_target for PG MainPG
[2026-06-10 16:21:56.855] [INFO] [launch_manager] 2026/06/10 16:21:56.8516854 2060583 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:56.855] [INFO] [launch_manager] 2026/06/10 16:21:56.8516854 2060584 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:56.855] [INFO] [launch_manager] 2026/06/10 16:21:56.8516854 2060584 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:56.855] [INFO] [launch_manager] 2026/06/10 16:21:56.8516854 2060584 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:56.855] [INFO] [launch_manager] 2026/06/10 16:21:56.8516854 2060585 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( component_complex_monitoring )
[2026-06-10 16:21:56.856] [INFO] [launch_manager] 2026/06/10 16:21:56.8516854 2060585 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 71 ( component_complex_monitoring )
[2026-06-10 16:21:56.856] [INFO] [launch_manager] 2026/06/10 16:21:56.8516854 2060585 000 ECU1 LM LM log debug verbose 2 Request termination received for 71
[2026-06-10 16:21:56.861] [INFO] [launch_manager] 2026/06/10 16:21:56.8516860 2060639 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_complex_monitoring changed state PG MainPG/fallback_run_target PS 3
[2026-06-10 16:21:56.862] [INFO] [launch_manager] 2026/06/10 16:21:56.8516860 2060640 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to DEACTIVATED.
[2026-06-10 16:21:57.066] [INFO] [launch_manager] 2026/06/10 16:21:57.8517065 2062688 000 ECU1 LM LM log warn verbose 5 Process 1 ( component_complex_monitoring ) did not respond to SIGTERM, sending SIGKILL
[2026-06-10 16:21:57.066] [INFO] [launch_manager] 2026/06/10 16:21:57.8517065 2062688 000 ECU1 LM LM log debug verbose 2 Forced termination received for pid 71
[2026-06-10 16:21:57.066] [INFO] [launch_manager] 2026/06/10 16:21:57.8517065 2062694 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 71 ( component_complex_monitoring ) for node True terminated with status 9
[2026-06-10 16:21:57.070] [INFO] [launch_manager] 2026/06/10 16:21:57.8517067 2062711 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( component_complex_monitoring ) done
[2026-06-10 16:21:57.070] [INFO] [launch_manager] 2026/06/10 16:21:57.8517067 2062712 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.070] [INFO] [launch_manager] 2026/06/10 16:21:57.8517067 2062712 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.070] [INFO] [launch_manager] 2026/06/10 16:21:57.8517067 2062712 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.070] [INFO] [launch_manager] 2026/06/10 16:21:57.8517067 2062712 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( verification_component ) from executable /tmp/tests/complex_monitoring/verification_process
[2026-06-10 16:21:57.070] [INFO] [launch_manager] 2026/06/10 16:21:57.8517068 2062718 000 ECU1 LM LM log debug verbose 4 startProcess pid 92 received for process: verification_component
[2026-06-10 16:21:57.071] [INFO] [launch_manager] 2026/06/10 16:21:57.8517068 2062719 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 92 ( verification_component ) process 2 of group MainPG
[2026-06-10 16:21:57.071] [INFO] [launch_manager] 2026/06/10 16:21:57.8517068 2062719 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( verification_component ) done
[2026-06-10 16:21:57.071] [INFO] [launch_manager] 2026/06/10 16:21:57.8517068 2062720 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:57.071] [INFO] [launch_manager] 2026/06/10 16:21:57.8517068 2062720 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/fallback_run_target in 326 ms
[2026-06-10 16:21:57.071] [INFO] [launch_manager] 2026/06/10 16:21:57.8517068 2062721 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:57.072] [INFO] [launch_manager] 2026/06/10 16:21:57.8517070 2062739 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-10 16:21:57.072] [INFO] [launch_manager] 2026/06/10 16:21:57.8517070 2062740 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-10 16:21:57.072] [INFO] [launch_manager] 2026/06/10 16:21:57.8517072 2062763 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 92 ( verification_component ) for node True terminated with status 0
[2026-06-10 16:21:57.111] [INFO] [launch_manager] 2026/06/10 16:21:57.8517110 2063139 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_complex_monitoring changed state PG MainPG/fallback_run_target PS 4
[2026-06-10 16:21:57.131] [INFO] [launch_manager] 2026/06/10 16:21:57.8517120 2063247 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-10 16:21:57.170] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-10 16:21:57.416] [INFO] [launch_manager] [ STEP ] Verify state changed to fallback run target
[2026-06-10 16:21:57.416] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-10 16:21:57.416] [INFO] [launch_manager] [ STEP ] Activate Off run target
[2026-06-10 16:21:57.416] [INFO] [launch_manager] 2026/06/10 16:21:57.8517416 2066199 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-10 16:21:57.417] [INFO] [launch_manager] 2026/06/10 16:21:57.8517416 2066202 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-10 16:21:57.417] [INFO] [launch_manager] 2026/06/10 16:21:57.8517416 2066202 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-10 16:21:57.417] [INFO] [launch_manager] 2026/06/10 16:21:57.8517416 2066202 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:21:57.417] [INFO] [launch_manager] 2026/06/10 16:21:57.8517416 2066203 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-10 16:21:57.417] [INFO] [launch_manager] 2026/06/10 16:21:57.8517416 2066203 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-10 16:21:57.417] [INFO] [launch_manager] 2026/06/10 16:21:57.8517416 2066204 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:57.417] [INFO] [launch_manager] 2026/06/10 16:21:57.8517416 2066204 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.417] [INFO] [launch_manager] 2026/06/10 16:21:57.8517416 2066204 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.417] [INFO] [launch_manager] 2026/06/10 16:21:57.8517416 2066205 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.418] [INFO] [launch_manager] 2026/06/10 16:21:57.8517416 2066206 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock )
[2026-06-10 16:21:57.418] [INFO] [launch_manager] 2026/06/10 16:21:57.8517417 2066207 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 69 ( control_client_mock )
[2026-06-10 16:21:57.418] [INFO] [launch_manager] 2026/06/10 16:21:57.8517417 2066207 000 ECU1 LM LM log debug verbose 2 Request termination received for 69
[2026-06-10 16:21:57.418] [INFO] [launch_manager] 2026/06/10 16:21:57.8517417 2066211 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-10 16:21:57.418] [INFO] [launch_manager] [ END STEP ] Activate Off run target
[2026-06-10 16:21:57.422] [INFO] [launch_manager] [ OK ] ComplexMonitoring.ControlClientMock (2106 ms)
[2026-06-10 16:21:57.422] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (2107 ms total)
[2026-06-10 16:21:57.422] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-10 16:21:57.422] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2107 ms total)
[2026-06-10 16:21:57.422] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-10 16:21:57.423] [INFO] [launch_manager] 2026/06/10 16:21:57.8517422 2066265 000 ECU1 LM LM log debug verbose 12
[2026-06-10 16:21:57.423] [INFO] [launch_manager] Child process 0 of MainPG pid 69 ( control_client_mock ) for node True terminated with status 0
[2026-06-10 16:21:57.423] [INFO] [launch_manager] 2026/06/10 16:21:57.8517423 2066270 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-10 16:21:57.423] [INFO] [launch_manager] 2026/06/10 16:21:57.8517423 2066271 000 ECU1 LM LM log debug verbose 7
[2026-06-10 16:21:57.423] [INFO] [launch_manager] terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-10 16:21:57.423] [INFO] [launch_manager] 2026/06/10 16:21:57.8517423 2066272 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:57.424] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:21:57.424] [INFO] [launch_manager] 2026/06/10 16:21:57.8517423 2066274 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.424] [INFO] [launch_manager] 2026/06/10 16:21:57.8517423 2066275 000 ECU1 LM LM log debug verbose 2
[2026-06-10 16:21:57.424] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-10 16:21:57.424] [INFO] [launch_manager] 2026/06/10 16:21:57.8517424 2066278 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:57.424] [INFO] [launch_manager] 2026/06/10 16:21:57.8517424 2066279 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 7 ms
[2026-06-10 16:21:57.424] [INFO] [launch_manager] 2026/06/10 16:21:57.8517424 2066280 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:57.460] [INFO] [launch_manager] 2026/06/10 16:21:57.8517460 2066639 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-10 16:21:57.460] [INFO] [launch_manager] 2026/06/10 16:21:57.8517460 2066639 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-10 16:21:57.460] [INFO] [launch_manager] 2026/06/10 16:21:57.8517460 2066640 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-10 16:21:57.856] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070598 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-10 16:21:57.856] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070599 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-10 16:21:57.857] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070599 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-10 16:21:57.857] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070599 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-10 16:21:57.857] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070599 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-10 16:21:57.857] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070599 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.857] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070600 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.857] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070600 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-10 16:21:57.857] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070601 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.857] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070601 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.858] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070601 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-10 16:21:57.858] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070601 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-10 16:21:57.858] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070602 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-10 16:21:57.858] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070602 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-10 16:21:57.858] [INFO] [launch_manager] 2026/06/10 16:21:57.8517856 2070602 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-10 16:21:57.932] [INFO] [launch_manager] 2026/06/10 16:21:57.8517932 2071359 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-10 16:21:57.960] [INFO] [launch_manager] 2026/06/10 16:21:57.8517960 2071639 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-10 16:21:57.962] [INFO] [launch_manager] 2026/06/10 16:21:57.8517962 2071658 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-10 16:21:57.962] [INFO] [launch_manager] 2026/06/10 16:21:57.8517962 2071658 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/893/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/complex_monitoring/complex_monitoring/test.xml -
============================== 1 passed in 9.05s ===============================