Component Requirements Statistics#

Overview#

_images/need_pie_2b909.svg

In Detail#

_images/need_pie_cce4e.svg
_images/need_pie_8587e.svg

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 (20 ms)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout (20 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 (1 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (1 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (45 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 (20 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 (0 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (0 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (42 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/880/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-05 09:40:10.089] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 09:40:14.253] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 09:40:14.253] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 09:40:14.253] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 09:40:14.253] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 09:40:14.265] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 09:40:14.286] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 09:40:14.288] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/96cc611be08586d565e41525deb91f762ba9f25c76ab400e7177bf9f5149f0ec/json HTTP/1.1" 200 None
[2026-06-05 09:40:14.558] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/96cc611be08586d565e41525deb91f762ba9f25c76ab400e7177bf9f5149f0ec/start HTTP/1.1" 204 0
[2026-06-05 09:40:14.559] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 09:40:14.559] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 09:40:14.559] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 09:40:14.559] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 09:40:14.573] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 09:40:14.786] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 09:40:14.925] [INFO] [launch_manager] 2026/06/05 09:40:14.2414916 1434851 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!! 
[2026-06-05 09:40:14.925] [INFO] [launch_manager] 2026/06/05 09:40:14.2414916 1434854 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations... 
[2026-06-05 09:40:14.925] [INFO] [launch_manager] 2026/06/05 09:40:14.2414916 1434855 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-05 09:40:14.925] [INFO] [launch_manager] 2026/06/05 09:40:14.2414916 1434857 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-05 09:40:14.925] [INFO] [launch_manager] 2026/06/05 09:40:14.2414916 1434858 000 ECU1 LM LM log debug verbose 5
[2026-06-05 09:40:14.925] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-06-05 09:40:14.925] [INFO] [launch_manager] 2026/06/05 09:40:14.2414916 1434858 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Running ( IdentifierHash: 15039935902284124227 ) 
[2026-06-05 09:40:14.925] [INFO] [launch_manager] 2026/06/05 09:40:14.2414916 1434858 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-06-05 09:40:14.925] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434859 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 ) 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434859 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/smoke/control_daemon_mock 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434859 000 ECU1 LM LM log debug verbose 3 Process control_daemon is Reporting execution state 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434860 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434860 000 ECU1 LM LM log debug verbose 3 Process control_daemon is NOT Self terminating 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434860 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434861 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434861 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/smoke/gtest_process 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434861 000 ECU1 LM LM log debug verbose 3 Process gtest_process is Reporting execution state 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434862 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434862 000 ECU1 LM LM log debug verbose 3 Process gtest_process is NOT Self terminating 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434862 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434862 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434863 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434863 000 ECU1 LM LM log debug verbose 3 Creating graph with 2 nodes 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434863 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434863 000 ECU1 LM LM log debug verbose 1 Process Group initialization done 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434863 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 2 entries 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434864 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024 
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414917 1434864 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-05 09:40:14.926] [INFO] [launch_manager] 2026/06/05 09:40:14.2414918 1434878 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 2 processes 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434881 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434882 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434882 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434883 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434883 000 ECU1 LM LM log debug verbose 3 Created 2 process nodes 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434883 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434884 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434886 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434886 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434886 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434886 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434887 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434887 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434887 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434888 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 09:40:14.927] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created Process States: control_daemon 
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414919 1434888 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-05 09:40:14.927] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434889 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-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434889 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434889 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_daemon 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434890 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434890 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_daemon_checkpoint 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434890 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434891 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: control_daemon_alive_supervision
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434891 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434891 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434891 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434892 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  0  ms 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434892 000 ECU1 LM LM log info verbose 1 LCM started successfully 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434892 000 ECU1 LM LM log debug verbose 3 clock() at run(): 36.520000 ms 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434893 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============ 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434893 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434893 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434894 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434894 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:14.928] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434894 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 09:40:14.929] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434897 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( control_daemon ) from executable /tmp/tests/smoke/control_daemon_mock
[2026-06-05 09:40:14.929] [INFO] [launch_manager] 2026/06/05 09:40:14.2414920 1434898 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_daemon  process 
[2026-06-05 09:40:14.929] [INFO] [launch_manager] 2026/06/05 09:40:14.2414921 1434901 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized 
[2026-06-05 09:40:14.929] [INFO] [launch_manager] 2026/06/05 09:40:14.2414922 1434915 000 ECU1 LM LM log debug verbose 4 startProcess pid 68 received for process: control_daemon 
[2026-06-05 09:40:14.929] [INFO] [launch_manager] 2026/06/05 09:40:14.2414922 1434916 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-05 09:40:14.929] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:14.929] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:14.929] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-05 09:40:14.929] [INFO] [launch_manager] [ RUN      ] Smoke.Daemon
[2026-06-05 09:40:14.929] [INFO] [launch_manager] [ STEP     ] Control daemon report kRunning
[2026-06-05 09:40:14.929] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-06-05 09:40:14.929] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Running
[2026-06-05 09:40:14.929] [INFO] [launch_manager] 2026/06/05 09:40:14.2414928 1434975 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment... 
[2026-06-05 09:40:14.929] [INFO] [launch_manager] 2026/06/05 09:40:14.2414928 1434978 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 68 ( control_daemon ) process 0 of group MainPG 
[2026-06-05 09:40:14.929] [INFO] [launch_manager] 2026/06/05 09:40:14.2414929 1434979 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_daemon ) done 
[2026-06-05 09:40:14.929] [INFO] [launch_manager] 2026/06/05 09:40:14.2414929 1434979 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:14.930] [INFO] [launch_manager] 2026/06/05 09:40:14.2414929 1434979 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 37.777000 ms 
[2026-06-05 09:40:14.930] [INFO] [launch_manager] 2026/06/05 09:40:14.2414929 1434980 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:14.930] [INFO] [launch_manager] 2026/06/05 09:40:14.2414929 1434980 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 8 ms 
[2026-06-05 09:40:14.930] [INFO] [launch_manager] 2026/06/05 09:40:14.2414929 1434980 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:14.930] [INFO] [launch_manager] 2026/06/05 09:40:14.2414929 1434986 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Running of PG MainPG 
[2026-06-05 09:40:14.930] [INFO] [launch_manager] 2026/06/05 09:40:14.2414929 1434987 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Running 
[2026-06-05 09:40:14.930] [INFO] [launch_manager] 2026/06/05 09:40:14.2414929 1434987 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:14.930] [INFO] [launch_manager] 2026/06/05 09:40:14.2414929 1434989 000 ECU1 LM LM log debug verbose 6 2026/06/05 09:40:14.2414929 1434988 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:14.930] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/Running to 
[2026-06-05 09:40:14.930] [INFO] [launch_manager] 2026/06/05 09:40:14.2414930 1434991 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Running for PG MainPG
[2026-06-05 09:40:14.931] [INFO] [launch_manager] 2026/06/05 09:40:14.2414930 1434992 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:14.932] [INFO] [launch_manager] 2026/06/05 09:40:14.2414930 1434994 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:14.932] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:14.932] [INFO] [launch_manager] 2026/06/05 09:40:14.2414932 1435011 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 09:40:14.933] [INFO] [launch_manager] 2026/06/05 09:40:14.2414932 1435011 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:14.933] [INFO] [launch_manager] 2026/06/05 09:40:14.2414932 1435014 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:14.933] [INFO] [launch_manager] 2026/06/05 09:40:14.2414932 1435015 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( gtest_process ) from executable /tmp/tests/smoke/gtest_process
[2026-06-05 09:40:14.933] [INFO] [launch_manager] 2026/06/05 09:40:14.2414933 1435027 000 ECU1 LM LM log debug verbose 4
[2026-06-05 09:40:14.934] [INFO] [launch_manager] startProcess pid 70 received for process: gtest_process
[2026-06-05 09:40:14.935] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:14.936] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:14.936] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-05 09:40:14.936] [INFO] [launch_manager] [ RUN      ] Smoke.Process
[2026-06-05 09:40:14.940] [INFO] [launch_manager] [       OK ] Smoke.Process (4 ms)
[2026-06-05 09:40:14.941] [INFO] [launch_manager] 2026/06/05 09:40:14.2414940 1435091 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 70 ( gtest_process ) process 1 of group MainPG 
[2026-06-05 09:40:14.941] [INFO] [launch_manager] [----------] 1 test from Smoke (4 ms total)
[2026-06-05 09:40:14.941] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:14.941] [INFO] [launch_manager] 2026/06/05 09:40:14.2414940 1435092 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( gtest_process ) done 
[2026-06-05 09:40:14.941] [INFO] [launch_manager] 2026/06/05 09:40:14.2414940 1435092 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:14.941] [INFO] [launch_manager] 2026/06/05 09:40:14.2414940 1435092 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Running in 10 ms 
[2026-06-05 09:40:14.941] [INFO] [launch_manager] 2026/06/05 09:40:14.2414940 1435092 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:14.941] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (4 ms total)
[2026-06-05 09:40:14.941] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:14.942] [INFO] [launch_manager] 2026/06/05 09:40:14.2414940 1435098 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Running of PG MainPG 
[2026-06-05 09:40:14.942] [INFO] [launch_manager] 2026/06/05 09:40:14.2414940 1435098 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 09:40:14.972] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435404 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Startup PS 1 
[2026-06-05 09:40:14.973] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435406 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Startup PS 2 
[2026-06-05 09:40:14.973] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435408 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Running PS 1 
[2026-06-05 09:40:14.973] [INFO] [launch_manager] 2026/06/05 09:40:14.2414972 1435409 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Running PS 2 
[2026-06-05 09:40:14.973] [INFO] [launch_manager] 2026/06/05 09:40:14.2414972 1435410 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_daemon_alive_supervision ) switched to OK.
[2026-06-05 09:40:14.990] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:15.027] [INFO] [launch_manager] 2026/06/05 09:40:15.2415026 1435951 000 ECU1 LM LM log debug verbose 1 Response retrieved. 
[2026-06-05 09:40:15.027] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-06-05 09:40:15.027] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Startup
[2026-06-05 09:40:15.027] [INFO] [launch_manager] 2026/06/05 09:40:15.2415026 1435952 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 09:40:15.027] [INFO] [launch_manager] 2026/06/05 09:40:15.2415027 1435962 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:15.030] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Startup of PG MainPG 
[2026-06-05 09:40:15.030] [INFO] [launch_manager] 2026/06/05 09:40:15.2415027 1435966 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Startup 
[2026-06-05 09:40:15.030] [INFO] [launch_manager] 2026/06/05 09:40:15.2415027 1435966 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:15.030] [INFO] [launch_manager] 2026/06/05 09:40:15.2415027 1435967 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Startup to 
[2026-06-05 09:40:15.030] [INFO] [launch_manager] 2026/06/05 09:40:15.2415027 1435968 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Startup for PG MainPG 
[2026-06-05 09:40:15.030] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435974 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.030] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435974 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.030] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435974 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.030] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435977 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:15.030] [INFO] [launch_manager] 2026/06/05 09:40:15.2415029 1435979 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( gtest_process )
[2026-06-05 09:40:15.031] [INFO] [launch_manager] 2026/06/05 09:40:15.2415029 1435981 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 70 ( gtest_process ) 
[2026-06-05 09:40:15.031] [INFO] [launch_manager] 2026/06/05 09:40:15.2415029 1435982 000 ECU1 LM LM log debug verbose 2 Request termination received for 70
[2026-06-05 09:40:15.031] [INFO] [launch_manager] 2026/06/05 09:40:15.2415029 1435988 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 70 ( gtest_process ) for node True terminated with status 0
[2026-06-05 09:40:15.032] [INFO] [launch_manager] 2026/06/05 09:40:15.2415031 1436003 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( gtest_process )
[2026-06-05 09:40:15.032] [INFO] [launch_manager] 2026/06/05 09:40:15.2415031 1436004 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( gtest_process ) done 
[2026-06-05 09:40:15.032] [INFO] [launch_manager] 2026/06/05 09:40:15.2415031 1436004 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.032] [INFO] [launch_manager] 2026/06/05 09:40:15.2415031 1436005 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.032] [INFO] [launch_manager] 2026/06/05 09:40:15.2415031 1436005 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 09:40:15.032] [INFO] [launch_manager] 2026/06/05 09:40:15.2415031 1436006 000 ECU1 LM LM log info verbose 7
[2026-06-05 09:40:15.032] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Startup in 3 ms 
[2026-06-05 09:40:15.032] [INFO] [launch_manager] 2026/06/05 09:40:15.2415031 1436006 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:15.032] [INFO] [launch_manager] 2026/06/05 09:40:15.2415032 1436016 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Startup of PG MainPG 
[2026-06-05 09:40:15.033] [INFO] [launch_manager] 2026/06/05 09:40:15.2415032 1436017 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 09:40:15.070] [INFO] [launch_manager] 2026/06/05 09:40:15.2415070 1436393 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Startup PS 3 
[2026-06-05 09:40:15.070] [INFO] [launch_manager] 2026/06/05 09:40:15.2415070 1436394 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Startup PS 4
[2026-06-05 09:40:15.126] [INFO] [launch_manager] 2026/06/05 09:40:15.2415126 1436953 000 ECU1 LM LM log debug verbose 1 Response retrieved. 
[2026-06-05 09:40:15.183] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-05 09:40:15.183] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415126 1436954 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436960 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG 
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436961 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off 
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436961 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436961 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436962 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436962 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436962 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436962 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436964 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_daemon ) 
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436964 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 68 ( control_daemon )
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436964 000 ECU1 LM LM log debug verbose 2 Request termination received for 68
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415127 1436966 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:15.184] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415170 1437393 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Off PS 3 
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415170 1437393 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_daemon_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 09:40:15.227] [INFO] [launch_manager] [       OK ] Smoke.Daemon (301 ms)
[2026-06-05 09:40:15.227] [INFO] [launch_manager] [----------] 1 test from Smoke (301 ms total)
[2026-06-05 09:40:15.227] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:15.227] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (302 ms total)
[2026-06-05 09:40:15.228] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:15.228] [INFO] [launch_manager] 2026/06/05 09:40:15.2415228 1437969 000 ECU1 LM LM log debug verbose 12
[2026-06-05 09:40:15.228] [INFO] [launch_manager] Child process 0 of MainPG pid 68 ( control_daemon ) for node True terminated with status 0
[2026-06-05 09:40:15.229] [INFO] [launch_manager] 2026/06/05 09:40:15.2415229 1437980 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_daemon ) 
[2026-06-05 09:40:15.229] [INFO] [launch_manager] 2026/06/05 09:40:15.2415229 1437980 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_daemon ) done 
[2026-06-05 09:40:15.229] [INFO] [launch_manager] 2026/06/05 09:40:15.2415229 1437981 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.229] [INFO] [launch_manager] 2026/06/05 09:40:15.2415229 1437981 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.229] [INFO] [launch_manager] 2026/06/05 09:40:15.2415229 1437981 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.229] [INFO] [launch_manager] 2026/06/05 09:40:15.2415229 1437981 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 102 ms 
[2026-06-05 09:40:15.229] [INFO] [launch_manager] 2026/06/05 09:40:15.2415229 1437981 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:15.270] [INFO] [launch_manager] 2026/06/05 09:40:15.2415270 1438393 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Off PS 4
[2026-06-05 09:40:15.653] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442223 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-05 09:40:15.654] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442224 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-05 09:40:15.655] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442224 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-05 09:40:15.655] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442224 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-05 09:40:15.655] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442224 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.655] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442224 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 09:40:15.655] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442225 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.656] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442225 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.656] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442225 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.656] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442225 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.656] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442226 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms 
[2026-06-05 09:40:15.657] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442226 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:15.657] [INFO] [launch_manager] 2026/06/05 09:40:15.2415653 1442226 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-05 09:40:15.728] [INFO] [launch_manager] 2026/06/05 09:40:15.2415728 1442976 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-05 09:40:15.770] [INFO] [launch_manager] 2026/06/05 09:40:15.2415770 1443393 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-05 09:40:15.772] [INFO] [launch_manager] 2026/06/05 09:40:15.2415772 1443413 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:15.772] [INFO] [launch_manager] Graph destroyed 
[2026-06-05 09:40:15.772] [INFO] [launch_manager] 2026/06/05 09:40:15.2415772 1443414 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/880/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/smoke/smoke/test.xml -
============================== 1 passed in 6.43s ===============================

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/882/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-03 10:30:04.954] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-03 10:30:05.132] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:30:05.132] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:30:05.132] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:30:05.132] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:30:05.142] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:30:05.157] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-03 10:30:05.159] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/3675bef064445c6a0980a45d0dd95a119b4bce6d38ce4d9cbb6e8aa986da1b18/json HTTP/1.1" 200 None
[2026-06-03 10:30:05.315] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/3675bef064445c6a0980a45d0dd95a119b4bce6d38ce4d9cbb6e8aa986da1b18/start HTTP/1.1" 204 0
[2026-06-03 10:30:05.315] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:30:05.318] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:30:05.318] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:30:05.318] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:30:05.327] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:30:05.502] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-03 10:30:05.611] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427284 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:30:05.611] [INFO] [launch_manager] Launch Manager Started !!!! 
[2026-06-03 10:30:05.611] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427287 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations... 
[2026-06-03 10:30:05.611] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427288 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427288 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 ) 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427289 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427289 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 ) 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427290 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_launch_args/process_initial 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427290 000 ECU1 LM LM log debug verbose 3 Process component_initial is Reporting execution state 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427290 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427290 000 ECU1 LM LM log debug verbose 3 Process component_initial is Self terminating 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427291 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427291 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427291 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427291 000 ECU1 LM LM log debug verbose 3 Creating graph with 1 nodes 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427291 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427292 000 ECU1 LM LM log debug verbose 1 Process Group initialization done 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427292 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 1 entries 
[2026-06-03 10:30:05.612] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427292 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024 
[2026-06-03 10:30:05.613] [INFO] [launch_manager] 2026/06/03 10:30:05.2605609 1427292 000 ECU1 LM LM log debug verbose 1 Creating worker threads... 
[2026-06-03 10:30:05.613] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427305 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 1 processes 
[2026-06-03 10:30:05.613] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427305 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0 
[2026-06-03 10:30:05.613] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427305 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies 
[2026-06-03 10:30:05.613] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427306 000 ECU1 LM LM log debug verbose 3 Created 1 process nodes 
[2026-06-03 10:30:05.613] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427306 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-03 10:30:05.613] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427306 000 ECU1 LM LM log debug verbose 1 Graphs initialized 
[2026-06-03 10:30:05.613] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427308 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. 
[2026-06-03 10:30:05.613] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427308 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100 
[2026-06-03 10:30:05.613] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427308 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512 
[2026-06-03 10:30:05.613] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427309 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-03 10:30:05.615] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427309 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:30:05.615] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-03 10:30:05.615] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427311 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured 
[2026-06-03 10:30:05.615] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427312 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster 
[2026-06-03 10:30:05.615] [INFO] [launch_manager] 2026/06/03 10:30:05.2605611 1427312 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 0 
[2026-06-03 10:30:05.615] [INFO] [launch_manager] 2026/06/03 10:30:05.2605612 1427312 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 0 
[2026-06-03 10:30:05.615] [INFO] [launch_manager] 2026/06/03 10:30:05.2605612 1427313 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 0 
[2026-06-03 10:30:05.615] [INFO] [launch_manager] 2026/06/03 10:30:05.2605612 1427313 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 0 
[2026-06-03 10:30:05.615] [INFO] [launch_manager] 2026/06/03 10:30:05.2605612 1427313 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 0 
[2026-06-03 10:30:05.615] [INFO] [launch_manager] 2026/06/03 10:30:05.2605612 1427313 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 
[2026-06-03 10:30:05.615] [INFO] [launch_manager] 2026/06/03 10:30:05.2605612 1427313 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1 
[2026-06-03 10:30:05.615] [INFO] [launch_manager] 2026/06/03 10:30:05.2605612 1427314 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  0  ms
[2026-06-03 10:30:05.616] [INFO] [launch_manager] 2026/06/03 10:30:05.2605612 1427316 000 ECU1 LM LM log info verbose 1
[2026-06-03 10:30:05.616] [INFO] [launch_manager] LCM started successfully
[2026-06-03 10:30:05.617] [INFO] [launch_manager] 2026/06/03 10:30:05.2605612 1427318 000 ECU1 LM LM log debug verbose 3
[2026-06-03 10:30:05.617] [INFO] [launch_manager] clock() at run(): 35.412000 ms
[2026-06-03 10:30:05.617] [INFO] [launch_manager] 2026/06/03 10:30:05.2605612 1427322 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:30:05.617] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============
[2026-06-03 10:30:05.617] [INFO] [launch_manager] 2026/06/03 10:30:05.2605613 1427324 000 ECU1 LM LM log debug verbose 9
[2026-06-03 10:30:05.617] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:30:05.617] [INFO] [launch_manager] 2026/06/03 10:30:05.2605613 1427326 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:30:05.617] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-03 10:30:05.618] [INFO] [launch_manager] 2026/06/03 10:30:05.2605613 1427328 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:30:05.619] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-03 10:30:05.619] [INFO] [launch_manager] 2026/06/03 10:30:05.2605613 1427331 000 ECU1 LM LM log debug verbose 6
[2026-06-03 10:30:05.619] [INFO] [launch_manager] Starting process 0 ( component_initial ) from executable /tmp/tests/process_launch_args/process_initial
[2026-06-03 10:30:05.619] [INFO] [launch_manager] 2026/06/03 10:30:05.2605614 1427338 000 ECU1 LM LM log debug verbose 4
[2026-06-03 10:30:05.619] [INFO] [launch_manager] startProcess pid 67 received for process: component_initial
[2026-06-03 10:30:05.619] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:30:05.619] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:30:05.619] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs
[2026-06-03 10:30:05.619] [INFO] [launch_manager] [ RUN      ] ProcessLaunchArgs.ProcessInitial
[2026-06-03 10:30:05.619] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-03 10:30:05.619] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-03 10:30:05.619] [INFO] [launch_manager] [ STEP     ] Check args
[2026-06-03 10:30:05.620] [INFO] [launch_manager] [ END STEP ] Check args
[2026-06-03 10:30:05.620] [INFO] [launch_manager] [       OK ] ProcessLaunchArgs.ProcessInitial (2 ms)
[2026-06-03 10:30:05.620] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs (2 ms total)
[2026-06-03 10:30:05.620] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:30:05.620] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-03 10:30:05.620] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-03 10:30:05.620] [INFO] [launch_manager] 2026/06/03 10:30:05.2605619 1427383 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 67 ( component_initial ) process 0 of group MainPG
[2026-06-03 10:30:05.621] [INFO] [launch_manager] 2026/06/03 10:30:05.2605619 1427384 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( component_initial ) done 
[2026-06-03 10:30:05.621] [INFO] [launch_manager] 2026/06/03 10:30:05.2605619 1427384 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-03 10:30:05.621] [INFO] [launch_manager] 2026/06/03 10:30:05.2605619 1427384 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 36.680000 ms
[2026-06-03 10:30:05.622] [INFO] [launch_manager] 2026/06/03 10:30:05.2605619 1427384 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-03 10:30:05.623] [INFO] [launch_manager] 2026/06/03 10:30:05.2605619 1427385 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 6 ms 
[2026-06-03 10:30:05.623] [INFO] [launch_manager] 2026/06/03 10:30:05.2605619 1427385 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:30:05.670] [INFO] [launch_manager] 2026/06/03 10:30:05.2605668 1427878 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 1 
[2026-06-03 10:30:05.670] [INFO] [launch_manager] 2026/06/03 10:30:05.2605668 1427879 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 2
[2026-06-03 10:30:05.713] [INFO] [launch_manager] 2026/06/03 10:30:05.2605713 1428324 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-03 10:30:05.762] [INFO] [launch_manager] 2026/06/03 10:30:05.2605762 1428815 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 4
[2026-06-03 10:30:05.833] [INFO] [launch_manager] 2026/06/03 10:30:05.2605833 1429526 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-03 10:30:05.833] [INFO] [launch_manager] 2026/06/03 10:30:05.2605833 1429526 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-03 10:30:05.834] [INFO] [launch_manager] 2026/06/03 10:30:05.2605833 1429527 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-03 10:30:05.834] [INFO] [launch_manager] 2026/06/03 10:30:05.2605833 1429527 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state 
[2026-06-03 10:30:05.834] [INFO] [launch_manager] 2026/06/03 10:30:05.2605833 1429527 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-03 10:30:05.834] [INFO] [launch_manager] 2026/06/03 10:30:05.2605833 1429527 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-03 10:30:05.834] [INFO] [launch_manager] 2026/06/03 10:30:05.2605833 1429527 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-03 10:30:05.834] [INFO] [launch_manager] 2026/06/03 10:30:05.2605833 1429528 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:30:05.834] [INFO] [launch_manager] 2026/06/03 10:30:05.2605833 1429528 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State Off in 0 ms 
[2026-06-03 10:30:05.834] [INFO] [launch_manager] 2026/06/03 10:30:05.2605833 1429528 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-03 10:30:05.834] [INFO] [launch_manager] 2026/06/03 10:30:05.2605833 1429528 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-03 10:30:05.915] [INFO] [launch_manager] 2026/06/03 10:30:05.2605914 1430333 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-03 10:30:05.962] [INFO] [launch_manager] 2026/06/03 10:30:05.2605962 1430815 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-03 10:30:05.963] [INFO] [launch_manager] 2026/06/03 10:30:05.2605963 1430829 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:30:05.964] [INFO] [launch_manager] Graph destroyed 
[2026-06-03 10:30:05.964] [INFO] [launch_manager] 2026/06/03 10:30:05.2605963 1430831 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/882/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_launch_args/process_launch_args/test.xml -
============================== 1 passed in 1.75s ===============================

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/883/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-05 09:40:12.340] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 09:40:15.076] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 09:40:15.077] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 09:40:15.077] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 09:40:15.077] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 09:40:15.089] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 09:40:15.199] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 09:40:15.201] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/d06e780255909611eba468c9a8b2820e5ed384cffe3fae5cff2ae3148ffda6c1/json HTTP/1.1" 200 None
[2026-06-05 09:40:15.295] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/d06e780255909611eba468c9a8b2820e5ed384cffe3fae5cff2ae3148ffda6c1/start HTTP/1.1" 204 0
[2026-06-05 09:40:15.296] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 09:40:15.296] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 09:40:15.296] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 09:40:15.296] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 09:40:15.302] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 09:40:15.446] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 09:40:15.533] [INFO] [launch_manager] 2026/06/05 09:40:15.2415530 1440999 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:15.533] [INFO] [launch_manager] Launch Manager Started !!!!
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415531 1441004 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations... 
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415531 1441005 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415531 1441006 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415531 1441007 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415531 1441007 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_twice ( IdentifierHash: 16083544560338850016 ) 
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415531 1441007 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_always ( IdentifierHash: 12093248490838190123 ) 
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415531 1441007 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415531 1441008 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 ) 
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415531 1441008 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/crash_on_startup/control_client_mock 
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441009 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state 
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441009 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation 
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441009 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating 
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441009 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-06-05 09:40:15.534] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441010 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-05 09:40:15.535] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441010 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-05 09:40:15.535] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441010 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target 
[2026-06-05 09:40:15.535] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441011 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-05 09:40:15.535] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441011 000 ECU1 LM LM log debug verbose 3
[2026-06-05 09:40:15.535] [INFO] [launch_manager] Process process_crashing_on_startup_twice is Reporting execution state 
[2026-06-05 09:40:15.538] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441012 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:15.538] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441012 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_twice is NOT Self terminating 
[2026-06-05 09:40:15.538] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441012 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-05 09:40:15.538] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441013 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-05 09:40:15.538] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441013 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_always is Reporting execution state 
[2026-06-05 09:40:15.538] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441013 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:15.540] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441013 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_always is NOT Self terminating 
[2026-06-05 09:40:15.540] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441014 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-05 09:40:15.540] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441014 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/crash_on_startup/verification_process 
[2026-06-05 09:40:15.540] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441014 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state 
[2026-06-05 09:40:15.540] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441014 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:15.540] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441015 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating 
[2026-06-05 09:40:15.540] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441015 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target 
[2026-06-05 09:40:15.540] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441015 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-05 09:40:15.540] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441015 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-05 09:40:15.541] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441016 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes 
[2026-06-05 09:40:15.541] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441016 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-05 09:40:15.541] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441016 000 ECU1 LM LM log debug verbose 1 Process Group initialization done 
[2026-06-05 09:40:15.541] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441016 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries 
[2026-06-05 09:40:15.541] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441016 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024 
[2026-06-05 09:40:15.541] [INFO] [launch_manager] 2026/06/05 09:40:15.2415532 1441017 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-05 09:40:15.541] [INFO] [launch_manager] 2026/06/05 09:40:15.2415534 1441030 000 ECU1 LM LM log debug verbose 7
[2026-06-05 09:40:15.541] [INFO] [launch_manager] Process group index 0 (with name MainPG ) has 4 processes
[2026-06-05 09:40:15.541] [INFO] [launch_manager] 2026/06/05 09:40:15.2415534 1441031 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:15.541] [INFO] [launch_manager] Creating process node with id: 0
[2026-06-05 09:40:15.541] [INFO] [launch_manager] 2026/06/05 09:40:15.2415534 1441033 000 ECU1 LM LM log debug verbose 5
[2026-06-05 09:40:15.541] [INFO] [launch_manager] Process 0 has 0 start dependencies
[2026-06-05 09:40:15.541] [INFO] [launch_manager] 2026/06/05 09:40:15.2415534 1441034 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:15.541] [INFO] [launch_manager] Creating process node with id: 1
[2026-06-05 09:40:15.542] [INFO] [launch_manager] 2026/06/05 09:40:15.2415535 1441041 000 ECU1 LM LM log debug verbose 5
[2026-06-05 09:40:15.542] [INFO] [launch_manager] Process 1 has 0 start dependencies
[2026-06-05 09:40:15.542] [INFO] [launch_manager] 2026/06/05 09:40:15.2415535 1441042 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:15.542] [INFO] [launch_manager] Creating process node with id: 2
[2026-06-05 09:40:15.542] [INFO] [launch_manager] 2026/06/05 09:40:15.2415535 1441047 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-05 09:40:15.542] [INFO] [launch_manager] 2026/06/05 09:40:15.2415535 1441048 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3
[2026-06-05 09:40:15.542] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441049 000 ECU1 LM LM log debug verbose 5 Process 3 has 0 start dependencies 
[2026-06-05 09:40:15.543] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441049 000 ECU1 LM LM log debug verbose 3 Created 4 process nodes 
[2026-06-05 09:40:15.543] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441049 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-05 09:40:15.543] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441050 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:15.543] [INFO] [launch_manager] Graphs initialized
[2026-06-05 09:40:15.543] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441054 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. 
[2026-06-05 09:40:15.543] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441055 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100 
[2026-06-05 09:40:15.543] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441055 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512 
[2026-06-05 09:40:15.543] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441055 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns 
[2026-06-05 09:40:15.543] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441055 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0 
[2026-06-05 09:40:15.543] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441055 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured 
[2026-06-05 09:40:15.544] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441056 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster 
[2026-06-05 09:40:15.544] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441056 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock 
[2026-06-05 09:40:15.544] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441056 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1 
[2026-06-05 09:40:15.544] [INFO] [launch_manager] 2026/06/05 09:40:15.2415536 1441058 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 09:40:15.544] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created Monitor interface IPC with path: lifecycle_health_control_client_mock
[2026-06-05 09:40:15.544] [INFO] [launch_manager] 2026/06/05 09:40:15.2415537 1441059 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-05 09:40:15.544] [INFO] [launch_manager] 2026/06/05 09:40:15.2415537 1441060 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 09:40:15.544] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock 
[2026-06-05 09:40:15.544] [INFO] [launch_manager] 2026/06/05 09:40:15.2415537 1441061 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 09:40:15.544] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-05 09:40:15.544] [INFO] [launch_manager] 2026/06/05 09:40:15.2415537 1441062 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 09:40:15.544] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415537 1441062 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415537 1441063 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 09:40:15.545] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: control_client_mock_alive_supervision
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415537 1441064 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 09:40:15.545] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415537 1441065 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415537 1441065 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415537 1441066 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 09:40:15.545] [INFO] [launch_manager] HealthMonitor: Initialization took  1  ms
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415537 1441067 000 ECU1 LM LM log info verbose 1 LCM started successfully 
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441070 000 ECU1 LM LM log debug verbose 3 clock() at run(): 33.320000 ms
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441072 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441074 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441074 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.545] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441074 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.546] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441074 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.546] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441075 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.546] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441075 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.546] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441075 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.546] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441075 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.546] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441075 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 09:40:15.546] [INFO] [launch_manager] 2026/06/05 09:40:15.2415538 1441078 000 ECU1 LM LM log debug verbose 6
[2026-06-05 09:40:15.546] [INFO] [launch_manager] Starting process 0 ( control_client_mock ) from executable /tmp/tests/crash_on_startup/control_client_mock
[2026-06-05 09:40:15.546] [INFO] [launch_manager] 2026/06/05 09:40:15.2415539 1441081 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock  process 
[2026-06-05 09:40:15.546] [INFO] [launch_manager] 2026/06/05 09:40:15.2415539 1441082 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:15.546] [INFO] [launch_manager] ControlClientChannel initialized
[2026-06-05 09:40:15.546] [INFO] [launch_manager] 2026/06/05 09:40:15.2415539 1441087 000 ECU1 LM LM log debug verbose 4 startProcess pid 68 received for process: control_client_mock
[2026-06-05 09:40:15.546] [INFO] [launch_manager] 2026/06/05 09:40:15.2415539 1441088 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-05 09:40:15.546] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:15.547] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:15.547] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-05 09:40:15.547] [INFO] [launch_manager] [ RUN      ] CrashOnStartup.ControlClientMock
[2026-06-05 09:40:15.547] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 09:40:15.549] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 09:40:15.550] [INFO] [launch_manager] [ STEP     ] Launch process crashing on startup twice
[2026-06-05 09:40:15.550] [INFO] [launch_manager] 2026/06/05 09:40:15.2415550 1441192 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 09:40:15.551] [INFO] [launch_manager] 2026/06/05 09:40:15.2415551 1441201 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 68 ( control_client_mock ) process 0 of group MainPG 
[2026-06-05 09:40:15.551] [INFO] [launch_manager] 2026/06/05 09:40:15.2415551 1441202 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done 
[2026-06-05 09:40:15.552] [INFO] [launch_manager] 2026/06/05 09:40:15.2415551 1441202 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:15.552] [INFO] [launch_manager] 2026/06/05 09:40:15.2415551 1441203 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 34.840000 ms 
[2026-06-05 09:40:15.552] [INFO] [launch_manager] 2026/06/05 09:40:15.2415551 1441203 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.552] [INFO] [launch_manager] 2026/06/05 09:40:15.2415551 1441203 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 13 ms 
[2026-06-05 09:40:15.552] [INFO] [launch_manager] 2026/06/05 09:40:15.2415551 1441203 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:15.552] [INFO] [launch_manager] 2026/06/05 09:40:15.2415551 1441204 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-05 09:40:15.552] [INFO] [launch_manager] 2026/06/05 09:40:15.2415551 1441205 000 ECU1 LM LM log debug verbose 6
[2026-06-05 09:40:15.552] [INFO] [launch_manager] Pending state for process group MainPG changed from to MainPG/run_target_crash_on_startup_twice
[2026-06-05 09:40:15.553] [INFO] [launch_manager] 2026/06/05 09:40:15.2415551 1441207 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:15.553] [INFO] [launch_manager] Request acknowledged. 
[2026-06-05 09:40:15.553] [INFO] [launch_manager] 2026/06/05 09:40:15.2415552 1441210 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-05 09:40:15.555] [INFO] [launch_manager] 2026/06/05 09:40:15.2415552 1441217 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:15.555] [INFO] [launch_manager] 2026/06/05 09:40:15.2415552 1441221 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_twice for PG MainPG 
[2026-06-05 09:40:15.555] [INFO] [launch_manager] 2026/06/05 09:40:15.2415553 1441222 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.555] [INFO] [launch_manager] 2026/06/05 09:40:15.2415553 1441222 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.555] [INFO] [launch_manager] 2026/06/05 09:40:15.2415553 1441222 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.555] [INFO] [launch_manager] 2026/06/05 09:40:15.2415553 1441222 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.555] [INFO] [launch_manager] 2026/06/05 09:40:15.2415553 1441222 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.555] [INFO] [launch_manager] 2026/06/05 09:40:15.2415553 1441223 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.555] [INFO] [launch_manager] 2026/06/05 09:40:15.2415553 1441223 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.555] [INFO] [launch_manager] 2026/06/05 09:40:15.2415553 1441223 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.555] [INFO] [launch_manager] 2026/06/05 09:40:15.2415553 1441223 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 09:40:15.556] [INFO] [launch_manager] 2026/06/05 09:40:15.2415553 1441230 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-05 09:40:15.556] [INFO] [launch_manager] 2026/06/05 09:40:15.2415554 1441236 000 ECU1 LM LM log debug verbose 4 startProcess pid 70 received for process: process_crashing_on_startup_twice
[2026-06-05 09:40:15.556] [INFO] [launch_manager] Process crashing on startup...
[2026-06-05 09:40:15.602] [INFO] [launch_manager] 2026/06/05 09:40:15.2415588 1441571 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1 
[2026-06-05 09:40:15.602] [INFO] [launch_manager] 2026/06/05 09:40:15.2415588 1441571 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2 
[2026-06-05 09:40:15.602] [INFO] [launch_manager] 2026/06/05 09:40:15.2415588 1441571 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-05 09:40:15.602] [INFO] [launch_manager] 2026/06/05 09:40:15.2415588 1441572 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-05 09:40:15.610] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:15.667] [INFO] [launch_manager] 2026/06/05 09:40:15.2415666 1442358 000 ECU1 LM LM log debug verbose 12
[2026-06-05 09:40:15.667] [INFO] [launch_manager] Child process 1 of MainPG pid 70 ( process_crashing_on_startup_twice ) for node True terminated with status 134
[2026-06-05 09:40:15.667] [INFO] [launch_manager] 2026/06/05 09:40:15.2415667 1442361 000 ECU1 LM LM log warn verbose 7
[2026-06-05 09:40:15.667] [INFO] [launch_manager] unexpected termination of process 1 pid 70 ( process_crashing_on_startup_twice )
[2026-06-05 09:40:15.688] [INFO] [launch_manager] 2026/06/05 09:40:15.2415687 1442568 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-05 09:40:15.771] [INFO] [launch_manager] 2026/06/05 09:40:15.2415771 1443403 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice ) 
[2026-06-05 09:40:15.771] [INFO] [launch_manager] 2026/06/05 09:40:15.2415771 1443404 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-05 09:40:15.772] [INFO] [launch_manager] 2026/06/05 09:40:15.2415771 1443404 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-05 09:40:15.773] [INFO] [launch_manager] 2026/06/05 09:40:15.2415772 1443414 000 ECU1 LM LM log debug verbose 4
[2026-06-05 09:40:15.773] [INFO] [launch_manager] startProcess pid 77 received for process: process_crashing_on_startup_twice
[2026-06-05 09:40:15.775] [INFO] [launch_manager] Process crashing on startup...
[2026-06-05 09:40:15.788] [INFO] [launch_manager] 2026/06/05 09:40:15.2415787 1443568 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-05 09:40:15.855] [INFO] [launch_manager] 2026/06/05 09:40:15.2415854 1444238 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-05 09:40:15.855] [INFO] [launch_manager] 2026/06/05 09:40:15.2415855 1444239 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 77 ( process_crashing_on_startup_twice )
[2026-06-05 09:40:15.888] [INFO] [launch_manager] 2026/06/05 09:40:15.2415887 1444568 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-05 09:40:15.960] [INFO] [launch_manager] 2026/06/05 09:40:15.2415959 1445281 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice ) 
[2026-06-05 09:40:15.960] [INFO] [launch_manager] 2026/06/05 09:40:15.2415959 1445282 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice ) 
[2026-06-05 09:40:15.960] [INFO] [launch_manager] 2026/06/05 09:40:15.2415959 1445282 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-05 09:40:15.960] [INFO] [launch_manager] 2026/06/05 09:40:15.2415960 1445289 000 ECU1 LM LM log debug verbose 4 startProcess pid 78 received for process: process_crashing_on_startup_twice
[2026-06-05 09:40:15.961] [INFO] [launch_manager] Process starting successfully...
[2026-06-05 09:40:15.962] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:15.962] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:15.962] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-05 09:40:15.962] [INFO] [launch_manager] [ RUN      ] CrashOnStartup.ProcessCrashingOnStartupTwice
[2026-06-05 09:40:15.962] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 09:40:15.964] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 09:40:15.964] [INFO] [launch_manager] [       OK ] CrashOnStartup.ProcessCrashingOnStartupTwice (2 ms)
[2026-06-05 09:40:15.964] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2 ms total)
[2026-06-05 09:40:15.964] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:15.964] [INFO] [launch_manager] 2026/06/05 09:40:15.2415964 1445331 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-05 09:40:15.964] [INFO] [launch_manager] 2026/06/05 09:40:15.2415964 1445332 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done 
[2026-06-05 09:40:15.964] [INFO] [launch_manager] 2026/06/05 09:40:15.2415964 1445332 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.965] [INFO] [launch_manager] 2026/06/05 09:40:15.2415964 1445332 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_crash_on_startup_twice in 412 ms 
[2026-06-05 09:40:15.965] [INFO] [launch_manager] 2026/06/05 09:40:15.2415964 1445333 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:15.965] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-05 09:40:15.965] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:15.965] [INFO] [launch_manager] 2026/06/05 09:40:15.2415965 1445341 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-05 09:40:15.965] [INFO] [launch_manager] 2026/06/05 09:40:15.2415965 1445341 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 09:40:15.988] [INFO] [launch_manager] 2026/06/05 09:40:15.2415987 1445569 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-05 09:40:15.988] [INFO] [launch_manager] 2026/06/05 09:40:15.2415988 1445569 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-05 09:40:16.048] [INFO] [launch_manager] 2026/06/05 09:40:16.2416048 1446170 000 ECU1 LM LM log debug verbose 1 Response retrieved. 
[2026-06-05 09:40:16.048] [INFO] [launch_manager] [ END STEP ] Launch process crashing on startup twice
[2026-06-05 09:40:16.048] [INFO] [launch_manager] [ STEP     ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-05 09:40:16.048] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-05 09:40:16.048] [INFO] [launch_manager] [ STEP     ] Attempt to launch process crashing on startup always
[2026-06-05 09:40:16.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416048 1446171 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 09:40:16.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416049 1446179 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-05 09:40:16.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416049 1446179 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_crash_on_startup_always
[2026-06-05 09:40:16.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416049 1446179 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-05 09:40:16.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416049 1446182 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-05 09:40:16.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416049 1446182 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_always for PG MainPG
[2026-06-05 09:40:16.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416049 1446184 000 ECU1 LM LM log debug verbose 9
[2026-06-05 09:40:16.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416049 1446185 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.049] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-05 09:40:16.049] [INFO] [launch_manager] Request acknowledged.
[2026-06-05 09:40:16.050] [INFO] [launch_manager] 2026/06/05 09:40:16.2416050 1446189 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:16.050] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:16.050] [INFO] [launch_manager] 2026/06/05 09:40:16.2416050 1446191 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:16.050] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:16.050] [INFO] [launch_manager] 2026/06/05 09:40:16.2416050 1446194 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:16.050] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:16.050] [INFO] [launch_manager] 2026/06/05 09:40:16.2416050 1446196 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 09:40:16.050] [INFO] [launch_manager] 2026/06/05 09:40:16.2416050 1446197 000 ECU1 LM LM log debug verbose 5
[2026-06-05 09:40:16.051] [INFO] [launch_manager] terminating process 1 ( process_crashing_on_startup_twice ) 
[2026-06-05 09:40:16.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416050 1446198 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 78 ( process_crashing_on_startup_twice )
[2026-06-05 09:40:16.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416051 1446199 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:16.051] [INFO] [launch_manager] Request termination received for 78
[2026-06-05 09:40:16.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416051 1446206 000 ECU1 LM LM log debug verbose 12
[2026-06-05 09:40:16.051] [INFO] [launch_manager] Child process 1 of MainPG pid 78 ( process_crashing_on_startup_twice ) for node True terminated with status 0
[2026-06-05 09:40:16.054] [INFO] [launch_manager] 2026/06/05 09:40:16.2416053 1446223 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( process_crashing_on_startup_twice ) 
[2026-06-05 09:40:16.054] [INFO] [launch_manager] 2026/06/05 09:40:16.2416053 1446223 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done 
[2026-06-05 09:40:16.054] [INFO] [launch_manager] 2026/06/05 09:40:16.2416053 1446223 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:16.054] [INFO] [launch_manager] 2026/06/05 09:40:16.2416053 1446223 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:16.054] [INFO] [launch_manager] 2026/06/05 09:40:16.2416053 1446223 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:16.054] [INFO] [launch_manager] 2026/06/05 09:40:16.2416053 1446224 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:16.054] [INFO] [launch_manager] 2026/06/05 09:40:16.2416053 1446224 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-05 09:40:16.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416054 1446230 000 ECU1 LM LM log debug verbose 4
[2026-06-05 09:40:16.055] [INFO] [launch_manager] startProcess pid 79 received for process: process_crashing_on_startup_always
[2026-06-05 09:40:16.055] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-05 09:40:16.088] [INFO] [launch_manager] 2026/06/05 09:40:16.2416087 1446568 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-05 09:40:16.088] [INFO] [launch_manager] 2026/06/05 09:40:16.2416088 1446569 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-05 09:40:16.088] [INFO] [launch_manager] 2026/06/05 09:40:16.2416088 1446569 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-05 09:40:16.179] [INFO] [launch_manager] 2026/06/05 09:40:16.2416169 1447386 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-05 09:40:16.179] [INFO] [launch_manager] 2026/06/05 09:40:16.2416169 1447386 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 79 ( process_crashing_on_startup_always )
[2026-06-05 09:40:16.188] [INFO] [launch_manager] 2026/06/05 09:40:16.2416187 1447568 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-05 09:40:16.231] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:16.289] [INFO] [launch_manager] 2026/06/05 09:40:16.2416288 1448572 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always ) 
[2026-06-05 09:40:16.289] [INFO] [launch_manager] 2026/06/05 09:40:16.2416288 1448572 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always ) 
[2026-06-05 09:40:16.289] [INFO] [launch_manager] 2026/06/05 09:40:16.2416288 1448572 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-05 09:40:16.289] [INFO] [launch_manager] 2026/06/05 09:40:16.2416288 1448579 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-05 09:40:16.293] [INFO] [launch_manager] 2026/06/05 09:40:16.2416290 1448590 000 ECU1 LM LM log debug verbose 4 startProcess pid 86 received for process: process_crashing_on_startup_always
[2026-06-05 09:40:16.293] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-05 09:40:16.468] [INFO] [launch_manager] 2026/06/05 09:40:16.2416466 1450354 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-05 09:40:16.468] [INFO] [launch_manager] 2026/06/05 09:40:16.2416466 1450355 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 86 ( process_crashing_on_startup_always )
[2026-06-05 09:40:16.491] [INFO] [launch_manager] 2026/06/05 09:40:16.2416487 1450568 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-05 09:40:16.592] [INFO] [launch_manager] 2026/06/05 09:40:16.2416590 1451592 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always ) 
[2026-06-05 09:40:16.593] [INFO] [launch_manager] 2026/06/05 09:40:16.2416590 1451593 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always ) 
[2026-06-05 09:40:16.593] [INFO] [launch_manager] 2026/06/05 09:40:16.2416590 1451593 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done 
[2026-06-05 09:40:16.593] [INFO] [launch_manager] 2026/06/05 09:40:16.2416591 1451600 000 ECU1 LM LM log debug verbose 4 startProcess pid 87 received for process: process_crashing_on_startup_always
[2026-06-05 09:40:16.593] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-05 09:40:16.649] [INFO] [launch_manager] 2026/06/05 09:40:16.2416637 1452068 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-05 09:40:16.785] [INFO] [launch_manager] 2026/06/05 09:40:16.2416785 1453544 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-05 09:40:16.786] [INFO] [launch_manager] 2026/06/05 09:40:16.2416785 1453545 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 87 ( process_crashing_on_startup_always )
[2026-06-05 09:40:16.788] [INFO] [launch_manager] 2026/06/05 09:40:16.2416787 1453568 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-05 09:40:16.836] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:16.891] [INFO] [launch_manager] 2026/06/05 09:40:16.2416891 1454601 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always ) 
[2026-06-05 09:40:16.891] [INFO] [launch_manager] 2026/06/05 09:40:16.2416891 1454601 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-05 09:40:16.891] [INFO] [launch_manager] 2026/06/05 09:40:16.2416891 1454601 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done 
[2026-06-05 09:40:16.891] [INFO] [launch_manager] 2026/06/05 09:40:16.2416891 1454602 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kAborting for PG 0 ( MainPG ) 
[2026-06-05 09:40:16.892] [INFO] [launch_manager] 2026/06/05 09:40:16.2416891 1454602 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( process_crashing_on_startup_always ) done 
[2026-06-05 09:40:16.892] [INFO] [launch_manager] 2026/06/05 09:40:16.2416891 1454603 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kAborting to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 09:40:16.892] [INFO] [launch_manager] 2026/06/05 09:40:16.2416891 1454603 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:16.892] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454611 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-05 09:40:16.892] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454612 000 ECU1 LM LM log debug verbose 1 Response sent. 
[2026-06-05 09:40:16.892] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454612 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state. 
[2026-06-05 09:40:16.892] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454612 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:16.892] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454612 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:16.892] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454613 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454613 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454613 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454613 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454613 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454613 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454613 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416892 1454615 000 ECU1 LM LM log debug verbose 6 Starting process 3 ( verification_component ) from executable /tmp/tests/crash_on_startup/verification_process
[2026-06-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416893 1454621 000 ECU1 LM LM log debug verbose 4 startProcess pid 94 received for process: verification_component
[2026-06-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416893 1454621 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-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416893 1454621 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( verification_component ) done
[2026-06-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416893 1454622 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416893 1454622 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-05 09:40:16.893] [INFO] [launch_manager] 2026/06/05 09:40:16.2416893 1454622 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:16.894] [INFO] [launch_manager] 2026/06/05 09:40:16.2416894 1454635 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.894] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.894] [INFO] [launch_manager] 2026/06/05 09:40:16.2416894 1454637 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.895] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.895] [INFO] [launch_manager] 2026/06/05 09:40:16.2416894 1454638 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.895] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.895] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454642 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.895] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.895] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454644 000 ECU1 LM LM log debug verbose 12
[2026-06-05 09:40:16.895] [INFO] [launch_manager] Child process 3 of MainPG pid 94 ( verification_component ) for node True terminated with status 0
[2026-06-05 09:40:16.898] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454646 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.898] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454646 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.898] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454646 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.898] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454646 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.898] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454647 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.898] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454647 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454647 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454647 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454647 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454647 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454648 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454648 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454648 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454648 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454648 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416895 1454648 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454649 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454649 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454649 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454649 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454649 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454650 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.899] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454650 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454650 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454650 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454650 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454651 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454651 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454651 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454651 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454651 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454651 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454652 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454652 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454652 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454652 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454652 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454653 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454653 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.900] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454653 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454653 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454653 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454653 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454654 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454654 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454654 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454654 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454654 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454655 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454655 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454655 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454655 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454655 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454655 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454656 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.901] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454656 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454656 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454656 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454656 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454657 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454657 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454657 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454657 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454657 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454657 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454658 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454658 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454658 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454658 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454658 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416896 1454658 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454659 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.902] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454659 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454659 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454659 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454659 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454659 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454660 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454660 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454660 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454661 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454661 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454661 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454661 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454661 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454661 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454662 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454662 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454662 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454662 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454662 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.903] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454662 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454663 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454663 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454663 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454663 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454663 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454664 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454664 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454664 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454664 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454664 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454664 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454665 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454665 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454665 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454665 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454665 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454665 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.904] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454666 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454666 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454666 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454666 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454666 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454667 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454667 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454667 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454667 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454667 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454667 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454668 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454668 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454668 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454668 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454668 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416897 1454668 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454669 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454669 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.905] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454669 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.906] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454669 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.906] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454669 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:16.906] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454672 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.907] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.907] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454674 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.907] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.907] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454676 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.908] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454676 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.908] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454676 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.908] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454677 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.909] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454677 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.909] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454677 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.910] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454677 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.911] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454677 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.911] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454678 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.912] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454678 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.912] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454678 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.915] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454678 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.916] [INFO] [launch_manager] 2026/06/05 09:40:16.2416898 1454678 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.916] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454679 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.917] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454679 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.917] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454679 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.917] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454679 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.918] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454679 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.918] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454680 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.918] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454680 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.918] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454680 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.919] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454680 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.919] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454681 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.919] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454681 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.919] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454681 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.920] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454681 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.920] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454681 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.920] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454682 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.920] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454682 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.921] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454682 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.921] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454682 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.921] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454682 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.921] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454683 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.921] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454683 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454683 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454683 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454683 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454684 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454684 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454684 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454684 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454684 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454685 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454685 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454685 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454685 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454685 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454686 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.922] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454686 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.923] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454686 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.923] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454686 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.923] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454686 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.923] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454687 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.923] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454687 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.923] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454687 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.923] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454687 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.923] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454687 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.923] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454688 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.924] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454688 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.924] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454688 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.924] [INFO] [launch_manager] 2026/06/05 09:40:16.2416899 1454688 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.925] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454689 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.925] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454689 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.925] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454689 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454689 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454689 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454689 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454690 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454690 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454690 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454690 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454691 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454691 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454691 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454691 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454691 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454692 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454692 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454692 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454692 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454692 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454692 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.926] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454693 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.927] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454693 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.927] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454693 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.927] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454693 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.927] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454693 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.927] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454693 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.927] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454694 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.927] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454694 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.927] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454694 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.927] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454694 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.927] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454694 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.927] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454695 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.928] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454695 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.928] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454695 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.928] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454695 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.928] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454695 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.928] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454695 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.928] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454696 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.928] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454696 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.928] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454696 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.928] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454696 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.928] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454696 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.928] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454696 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.929] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454697 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.929] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454697 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.929] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454697 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.929] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454697 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.929] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454697 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.929] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454698 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.929] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454698 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.929] [INFO] [launch_manager] 2026/06/05 09:40:16.2416900 1454698 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.930] [INFO] [launch_manager] 2026/06/05 09:40:16.2416901 1454701 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.930] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.930] [INFO] [launch_manager] 2026/06/05 09:40:16.2416901 1454703 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.930] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.930] [INFO] [launch_manager] 2026/06/05 09:40:16.2416901 1454704 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.930] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.930] [INFO] [launch_manager] 2026/06/05 09:40:16.2416901 1454706 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.930] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.930] [INFO] [launch_manager] 2026/06/05 09:40:16.2416901 1454708 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.930] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.930] [INFO] [launch_manager] 2026/06/05 09:40:16.2416902 1454710 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.930] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.930] [INFO] [launch_manager] 2026/06/05 09:40:16.2416902 1454711 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.931] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.931] [INFO] [launch_manager] 2026/06/05 09:40:16.2416902 1454713 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.932] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.933] [INFO] [launch_manager] 2026/06/05 09:40:16.2416902 1454715 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.933] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.933] [INFO] [launch_manager] 2026/06/05 09:40:16.2416902 1454716 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.933] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.933] [INFO] [launch_manager] 2026/06/05 09:40:16.2416902 1454718 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.934] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.934] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454720 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.934] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.934] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454722 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.934] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.934] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454724 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:16.934] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454725 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.934] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454726 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.934] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454726 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.934] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454726 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.934] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454726 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.934] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454726 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.934] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454727 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454727 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454727 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454727 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454727 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454727 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454728 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454728 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454728 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454728 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416903 1454728 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454729 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454729 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454729 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454729 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454729 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454729 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454730 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454730 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.935] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454730 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454730 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454731 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454731 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454731 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454731 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454731 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454731 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454732 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454732 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454732 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454732 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454732 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454732 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454733 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454733 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454733 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454733 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454733 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.936] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454734 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454734 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454734 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454734 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454734 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454735 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454735 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454735 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454735 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454735 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454735 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454736 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454736 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454736 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454736 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.937] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454736 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454736 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454737 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454737 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454737 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454737 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454737 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454738 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454738 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454738 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454738 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454738 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416904 1454738 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454739 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454739 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454739 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454739 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.939] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454739 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454740 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454740 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454740 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454740 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454740 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454741 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454741 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454741 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454741 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454741 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454742 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454742 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454742 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454742 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454742 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454742 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454743 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454743 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454743 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454743 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.940] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454743 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454744 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454744 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454744 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454744 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454744 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454744 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454745 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454745 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454745 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454745 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454745 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454746 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454746 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454746 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454746 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454746 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454746 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454747 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454747 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454747 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454747 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.941] [INFO] [launch_manager] 2026/06/05 09:40:16.2416905 1454747 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:16.942] [INFO] [launch_manager] 2026/06/05 09:40:16.2416906 1454749 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.942] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.942] [INFO] [launch_manager] 2026/06/05 09:40:16.2416906 1454751 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.942] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.942] [INFO] [launch_manager] 2026/06/05 09:40:16.2416906 1454753 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.942] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.942] [INFO] [launch_manager] 2026/06/05 09:40:16.2416906 1454755 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.942] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.942] [INFO] [launch_manager] 2026/06/05 09:40:16.2416906 1454756 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.942] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.942] [INFO] [launch_manager] 2026/06/05 09:40:16.2416906 1454758 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.942] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.942] [INFO] [launch_manager] 2026/06/05 09:40:16.2416907 1454760 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.943] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.943] [INFO] [launch_manager] 2026/06/05 09:40:16.2416907 1454761 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.943] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.943] [INFO] [launch_manager] 2026/06/05 09:40:16.2416907 1454762 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.943] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.943] [INFO] [launch_manager] 2026/06/05 09:40:16.2416907 1454763 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.943] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.943] [INFO] [launch_manager] 2026/06/05 09:40:16.2416907 1454764 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.943] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.943] [INFO] [launch_manager] 2026/06/05 09:40:16.2416907 1454765 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.943] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.943] [INFO] [launch_manager] 2026/06/05 09:40:16.2416907 1454766 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.943] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.946] [INFO] [launch_manager] 2026/06/05 09:40:16.2416907 1454767 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-05 09:40:16.946] [INFO] [launch_manager] 2026/06/05 09:40:16.2416907 1454768 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.946] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.946] [INFO] [launch_manager] 2026/06/05 09:40:16.2416908 1454769 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.946] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.946] [INFO] [launch_manager] 2026/06/05 09:40:16.2416908 1454770 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.946] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.946] [INFO] [launch_manager] 2026/06/05 09:40:16.2416908 1454771 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.946] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.946] [INFO] [launch_manager] 2026/06/05 09:40:16.2416908 1454772 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.946] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.946] [INFO] [launch_manager] 2026/06/05 09:40:16.2416908 1454773 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.947] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.947] [INFO] [launch_manager] 2026/06/05 09:40:16.2416908 1454774 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.947] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.947] [INFO] [launch_manager] 2026/06/05 09:40:16.2416908 1454775 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.947] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.947] [INFO] [launch_manager] 2026/06/05 09:40:16.2416908 1454775 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.947] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.947] [INFO] [launch_manager] 2026/06/05 09:40:16.2416908 1454776 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.947] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.947] [INFO] [launch_manager] 2026/06/05 09:40:16.2416908 1454778 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.947] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.947] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454779 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.948] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.948] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454779 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:16.948] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454780 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.948] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.948] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454782 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.948] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.948] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454782 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.948] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.948] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454783 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.948] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.948] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454784 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.948] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.948] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454785 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.949] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.949] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454786 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.949] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.949] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454787 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.949] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.949] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454787 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:16.949] [INFO] [launch_manager] 2026/06/05 09:40:16.2416909 1454788 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.949] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454789 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-05 09:40:16.949] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454789 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.949] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.949] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454791 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.949] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.949] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454791 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.949] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.949] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454792 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.950] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.950] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454793 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.950] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.950] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454794 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.950] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.950] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454795 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.950] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.950] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454796 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.950] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.950] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454797 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.950] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.950] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454798 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.951] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.951] [INFO] [launch_manager] 2026/06/05 09:40:16.2416910 1454798 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.951] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.951] [INFO] [launch_manager] 2026/06/05 09:40:16.2416911 1454799 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.951] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.951] [INFO] [launch_manager] 2026/06/05 09:40:16.2416911 1454800 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.951] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.951] [INFO] [launch_manager] 2026/06/05 09:40:16.2416911 1454802 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.951] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.951] [INFO] [launch_manager] 2026/06/05 09:40:16.2416911 1454802 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.951] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.951] [INFO] [launch_manager] 2026/06/05 09:40:16.2416911 1454803 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.951] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.951] [INFO] [launch_manager] 2026/06/05 09:40:16.2416911 1454805 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.952] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.952] [INFO] [launch_manager] 2026/06/05 09:40:16.2416911 1454806 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.952] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.952] [INFO] [launch_manager] 2026/06/05 09:40:16.2416911 1454806 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.952] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.952] [INFO] [launch_manager] 2026/06/05 09:40:16.2416911 1454807 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.952] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.952] [INFO] [launch_manager] 2026/06/05 09:40:16.2416912 1454809 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.952] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.952] [INFO] [launch_manager] 2026/06/05 09:40:16.2416912 1454809 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.952] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.952] [INFO] [launch_manager] 2026/06/05 09:40:16.2416912 1454813 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.952] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.952] [INFO] [launch_manager] 2026/06/05 09:40:16.2416912 1454814 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.953] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.953] [INFO] [launch_manager] 2026/06/05 09:40:16.2416912 1454815 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.953] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.953] [INFO] [launch_manager] 2026/06/05 09:40:16.2416912 1454816 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.953] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.953] [INFO] [launch_manager] 2026/06/05 09:40:16.2416912 1454816 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.953] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.953] [INFO] [launch_manager] 2026/06/05 09:40:16.2416912 1454817 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:16.953] [INFO] [launch_manager] 2026/06/05 09:40:16.2416912 1454818 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.953] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.953] [INFO] [launch_manager] 2026/06/05 09:40:16.2416913 1454819 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.953] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.953] [INFO] [launch_manager] 2026/06/05 09:40:16.2416913 1454820 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.953] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.954] [INFO] [launch_manager] 2026/06/05 09:40:16.2416913 1454821 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.954] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.954] [INFO] [launch_manager] 2026/06/05 09:40:16.2416913 1454822 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.954] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.954] [INFO] [launch_manager] 2026/06/05 09:40:16.2416913 1454823 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.954] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.954] [INFO] [launch_manager] 2026/06/05 09:40:16.2416913 1454824 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.954] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.954] [INFO] [launch_manager] 2026/06/05 09:40:16.2416913 1454824 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.954] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.954] [INFO] [launch_manager] 2026/06/05 09:40:16.2416913 1454825 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.955] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.955] [INFO] [launch_manager] 2026/06/05 09:40:16.2416913 1454826 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.955] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.955] [INFO] [launch_manager] 2026/06/05 09:40:16.2416913 1454827 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.955] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.955] [INFO] [launch_manager] 2026/06/05 09:40:16.2416913 1454828 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.955] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.955] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454829 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.955] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.955] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454829 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.955] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.955] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454830 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.955] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.956] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454831 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.956] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454832 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.956] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.957] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454833 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.957] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.958] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454834 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.958] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.958] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454835 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.959] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.959] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454836 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.959] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.959] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454837 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.960] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.960] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454837 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.960] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.961] [INFO] [launch_manager] 2026/06/05 09:40:16.2416914 1454838 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.961] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.961] [INFO] [launch_manager] 2026/06/05 09:40:16.2416915 1454840 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.961] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.961] [INFO] [launch_manager] 2026/06/05 09:40:16.2416915 1454841 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.962] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.962] [INFO] [launch_manager] 2026/06/05 09:40:16.2416915 1454842 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.962] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.962] [INFO] [launch_manager] 2026/06/05 09:40:16.2416915 1454842 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.963] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.963] [INFO] [launch_manager] 2026/06/05 09:40:16.2416915 1454843 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.963] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.963] [INFO] [launch_manager] 2026/06/05 09:40:16.2416915 1454844 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.964] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.964] [INFO] [launch_manager] 2026/06/05 09:40:16.2416915 1454845 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.964] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.964] [INFO] [launch_manager] 2026/06/05 09:40:16.2416915 1454846 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.964] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.964] [INFO] [launch_manager] 2026/06/05 09:40:16.2416915 1454847 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.966] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.966] [INFO] [launch_manager] 2026/06/05 09:40:16.2416915 1454848 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.966] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.966] [INFO] [launch_manager] 2026/06/05 09:40:16.2416915 1454848 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.966] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.967] [INFO] [launch_manager] 2026/06/05 09:40:16.2416916 1454849 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.967] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.967] [INFO] [launch_manager] 2026/06/05 09:40:16.2416916 1454850 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.967] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.967] [INFO] [launch_manager] 2026/06/05 09:40:16.2416916 1454851 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.967] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.967] [INFO] [launch_manager] 2026/06/05 09:40:16.2416916 1454852 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.967] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.968] [INFO] [launch_manager] 2026/06/05 09:40:16.2416916 1454853 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.968] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.968] [INFO] [launch_manager] 2026/06/05 09:40:16.2416916 1454854 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.968] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.968] [INFO] [launch_manager] 2026/06/05 09:40:16.2416916 1454855 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.968] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.968] [INFO] [launch_manager] 2026/06/05 09:40:16.2416916 1454856 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.969] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.969] [INFO] [launch_manager] 2026/06/05 09:40:16.2416916 1454857 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.969] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.969] [INFO] [launch_manager] 2026/06/05 09:40:16.2416916 1454858 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.970] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.970] [INFO] [launch_manager] 2026/06/05 09:40:16.2416917 1454859 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.970] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.970] [INFO] [launch_manager] 2026/06/05 09:40:16.2416917 1454859 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.971] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.971] [INFO] [launch_manager] 2026/06/05 09:40:16.2416917 1454860 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.971] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.971] [INFO] [launch_manager] 2026/06/05 09:40:16.2416917 1454861 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:16.971] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:16.972] [INFO] [launch_manager] 2026/06/05 09:40:16.2416917 1454862 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.972] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:16.972] [INFO] [launch_manager] 2026/06/05 09:40:16.2416917 1454863 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:16.972] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:16.972] [INFO] [launch_manager] 2026/06/05 09:40:16.2416917 1454864 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.972] [INFO] [launch_manager] 2026/06/05 09:40:16.2416917 1454867 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.972] [INFO] [launch_manager] 2026/06/05 09:40:16.2416917 1454868 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.972] [INFO] [launch_manager] 2026/06/05 09:40:16.2416918 1454869 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.972] [INFO] [launch_manager] 2026/06/05 09:40:16.2416918 1454870 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.973] [INFO] [launch_manager] 2026/06/05 09:40:16.2416918 1454871 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416918 1454872 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416918 1454873 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416918 1454873 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416918 1454874 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416918 1454875 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416918 1454876 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416918 1454877 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416918 1454878 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454879 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454880 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454881 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.974] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454882 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.975] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454882 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.975] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454883 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.976] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454884 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.976] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454885 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.976] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454886 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.976] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454887 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.976] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454887 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.976] [INFO] [launch_manager] 2026/06/05 09:40:16.2416919 1454888 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.976] [INFO] [launch_manager] 2026/06/05 09:40:16.2416920 1454889 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.976] [INFO] [launch_manager] 2026/06/05 09:40:16.2416920 1454890 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.976] [INFO] [launch_manager] 2026/06/05 09:40:16.2416920 1454891 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.976] [INFO] [launch_manager] 2026/06/05 09:40:16.2416920 1454892 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.976] [INFO] [launch_manager] 2026/06/05 09:40:16.2416920 1454893 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.977] [INFO] [launch_manager] 2026/06/05 09:40:16.2416920 1454894 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.977] [INFO] [launch_manager] 2026/06/05 09:40:16.2416920 1454895 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.977] [INFO] [launch_manager] 2026/06/05 09:40:16.2416920 1454895 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.978] [INFO] [launch_manager] 2026/06/05 09:40:16.2416920 1454896 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.978] [INFO] [launch_manager] 2026/06/05 09:40:16.2416920 1454897 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.978] [INFO] [launch_manager] 2026/06/05 09:40:16.2416920 1454898 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.978] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454899 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.978] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454900 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.978] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454901 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454902 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454903 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454904 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454905 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454906 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454907 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454907 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454907 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416921 1454908 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454909 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454909 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454909 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454909 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454910 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454910 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.979] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454910 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.980] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454910 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.980] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454910 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.980] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454911 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.980] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454911 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.980] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454911 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454911 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454911 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454911 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454912 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454912 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454912 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454912 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416922 1454918 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454919 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454919 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454919 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454919 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454919 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454920 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454920 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454920 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454920 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454921 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.981] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454921 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454921 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454921 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454921 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454921 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454922 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454922 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454922 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454922 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454922 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454922 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454923 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454923 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454923 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454923 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454923 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454924 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454924 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454924 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454924 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454924 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.982] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454925 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454925 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454925 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454925 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454925 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454925 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454926 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454926 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454926 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454926 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454926 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454927 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454927 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454927 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454927 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454927 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454927 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454928 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.983] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454928 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454928 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454928 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454928 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416923 1454928 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416924 1454929 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416924 1454929 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416924 1454929 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416924 1454929 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416924 1454929 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416925 1454940 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416925 1454941 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416925 1454942 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416925 1454943 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416925 1454944 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416925 1454946 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416925 1454947 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416925 1454948 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416926 1454949 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.984] [INFO] [launch_manager] 2026/06/05 09:40:16.2416926 1454950 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416926 1454952 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416926 1454953 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416926 1454954 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416926 1454955 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416926 1454956 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416926 1454957 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416926 1454959 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416927 1454960 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416927 1454961 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416927 1454963 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416927 1454964 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416927 1454965 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416927 1454967 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416927 1454968 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416928 1454969 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416928 1454980 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.985] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454981 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454982 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454983 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454983 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454984 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454984 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454984 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454984 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454984 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454984 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454985 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454985 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454985 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454985 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.986] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454985 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454986 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454986 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454986 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454986 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454986 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454987 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454987 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454987 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454987 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454987 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454987 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454988 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454988 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454988 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454988 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416929 1454988 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.987] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454989 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454989 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454989 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454989 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454989 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454989 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454990 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454990 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454990 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454990 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454991 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454991 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454991 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454991 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454991 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454992 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454992 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454992 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.988] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454992 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454992 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454993 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454993 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454993 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454993 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454993 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454994 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454994 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454994 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454994 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454994 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454995 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454995 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454995 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454995 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454995 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454996 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454996 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454996 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454996 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.989] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454996 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454997 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454997 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454997 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454997 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454997 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454997 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454998 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454998 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454998 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454998 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fa
[2026-06-05 09:40:16.990] [INFO] [launch_manager] llback_run_target of PG MainPG 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416930 1454998 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416931 1454999 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416931 1454999 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416931 1454999 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.990] [INFO] [launch_manager] 2026/06/05 09:40:16.2416931 1454999 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416931 1454999 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416931 1455001 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416931 1455003 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416931 1455004 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416931 1455006 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416931 1455007 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416932 1455009 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416932 1455010 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416932 1455011 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416932 1455013 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416932 1455014 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416932 1455015 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416932 1455016 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416932 1455018 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416932 1455018 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416933 1455020 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416933 1455021 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416933 1455022 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416933 1455023 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416933 1455024 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.991] [INFO] [launch_manager] 2026/06/05 09:40:16.2416933 1455025 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416933 1455026 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416933 1455027 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416933 1455028 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455030 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455031 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455032 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455033 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455034 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455035 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455035 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455036 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455036 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455036 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455036 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455036 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455037 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455037 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455037 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.992] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455037 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455037 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455037 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455038 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455038 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455038 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455038 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416934 1455038 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416935 1455039 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416935 1455039 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416935 1455039 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416935 1455039 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416935 1455039 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416935 1455042 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416935 1455043 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416935 1455045 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416935 1455046 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416935 1455047 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416935 1455048 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416936 1455049 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.993] [INFO] [launch_manager] 2026/06/05 09:40:16.2416936 1455051 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416936 1455052 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416936 1455053 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416936 1455055 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416936 1455056 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416936 1455057 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416936 1455058 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416937 1455060 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416937 1455061 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416937 1455062 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416937 1455063 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416937 1455064 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416937 1455066 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416937 1455067 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416937 1455068 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416938 1455069 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.994] [INFO] [launch_manager] 2026/06/05 09:40:16.2416938 1455070 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416938 1455072 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416938 1455073 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416938 1455074 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416938 1455075 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416938 1455076 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416938 1455077 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416939 1455079 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416939 1455080 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416939 1455081 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416939 1455082 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416939 1455084 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416939 1455085 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416939 1455086 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416939 1455087 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.996] [INFO] [launch_manager] 2026/06/05 09:40:16.2416940 1455089 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416940 1455090 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416940 1455092 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416940 1455093 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416940 1455094 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416940 1455095 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416940 1455097 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416940 1455098 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455099 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455100 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455101 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455102 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455103 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455104 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455105 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455106 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455106 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455106 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455107 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.997] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455107 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455107 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455107 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455107 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455107 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455108 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455108 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455108 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455108 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416941 1455108 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455109 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455109 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455109 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455109 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455109 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455109 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455110 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455110 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455110 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.998] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455110 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.999] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455111 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.999] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455111 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.999] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455111 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.999] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455111 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.999] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455111 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:16.999] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455111 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455112 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455112 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455112 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455112 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455112 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455113 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455113 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455113 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455113 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455113 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455114 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455114 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455114 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455114 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455114 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455115 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455115 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.000] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455115 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455115 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455115 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455115 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455116 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455116 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455116 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455116 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455117 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455117 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455117 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455117 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455117 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455118 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455118 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455118 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455118 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455118 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416942 1455118 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455119 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.001] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455119 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.002] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455119 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.002] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455119 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.002] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455119 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.002] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455120 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.002] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455122 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.002] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455123 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.002] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455124 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455125 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455126 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455127 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416943 1455128 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455129 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455131 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455132 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455133 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455134 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455135 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455136 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455136 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455137 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455138 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455138 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455138 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416944 1455138 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455139 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455139 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.003] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455139 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455139 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455139 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455139 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455140 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455140 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455140 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455140 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455140 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455141 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455141 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455141 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455141 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455141 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455141 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455142 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455142 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455142 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455142 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455142 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.004] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455143 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455143 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455143 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455143 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455143 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455143 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455144 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455144 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455144 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455144 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455144 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 0
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 9:40:16.2416945 1455144 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455145 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455145 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455145 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455145 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.005] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455145 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455145 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455146 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455146 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455146 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455146 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455146 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455146 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455147 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455147 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455147 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455147 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455147 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455148 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455148 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455148 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455148 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455148 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416945 1455148 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.006] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455149 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455149 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455149 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455149 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455149 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455149 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455150 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455150 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455150 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455150 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455151 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455151 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455151 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455151 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455151 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455151 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455152 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455152 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455152 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455152 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.007] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455152 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455153 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455153 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455153 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455153 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455153 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455154 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455154 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455154 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455154 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455154 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455155 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455155 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455155 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455155 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455155 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455156 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455156 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455156 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455156 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.008] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455156 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.009] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455157 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.009] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455157 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.009] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455157 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.009] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455157 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.009] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455157 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.009] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455158 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.009] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455158 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.009] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455158 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.009] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455158 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416946 1455158 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416947 1455159 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416947 1455159 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416947 1455159 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416947 1455159 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416947 1455162 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416947 1455163 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416947 1455164 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416947 1455166 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416947 1455167 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416947 1455168 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416947 1455168 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455169 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455169 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455169 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.010] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455169 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455169 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455169 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455170 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455170 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455170 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455170 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455170 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455171 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455171 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455171 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455171 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455172 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455172 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455172 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455172 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455172 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455173 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455173 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455173 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.011] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455173 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455173 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455173 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455174 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455174 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455174 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455174 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455174 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455174 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455175 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455175 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455175 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455175 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455175 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455176 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455176 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455176 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455176 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455176 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455177 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.012] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455177 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455177 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455177 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455177 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455177 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455178 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455178 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455178 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455178 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416948 1455178 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455179 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455179 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455179 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455179 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455179 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455179 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455180 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455180 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455180 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455180 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.013] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455181 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455181 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455181 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455181 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455181 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455182 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455182 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455182 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455182 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455182 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455182 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455183 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455183 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455183 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455183 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455183 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455183 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455184 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455184 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.014] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455184 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455184 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455184 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455185 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455185 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455185 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455185 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455185 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455186 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455186 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455186 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455186 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455186 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455186 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455187 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455187 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455187 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455187 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455187 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455188 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.015] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455188 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.016] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455188 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.016] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455188 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.016] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455188 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.016] [INFO] [launch_manager] 2026/06/05 09:40:16.2416949 1455188 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.016] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455189 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.016] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455189 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.016] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455189 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.016] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455189 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.016] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455189 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.016] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455189 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.016] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455192 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455193 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455194 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455195 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455196 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416950 1455198 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416951 1455199 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416951 1455200 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416951 1455201 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416951 1455202 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416951 1455204 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416951 1455205 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416951 1455206 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416951 1455207 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416951 1455208 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416952 1455209 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416952 1455211 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416952 1455213 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416952 1455214 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416952 1455215 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.017] [INFO] [launch_manager] 2026/06/05 09:40:16.2416952 1455216 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416952 1455217 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416952 1455218 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416953 1455219 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416953 1455221 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416953 1455222 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416953 1455223 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416953 1455224 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416953 1455225 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416953 1455227 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416953 1455228 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416954 1455229 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416954 1455230 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416954 1455231 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416954 1455233 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416954 1455234 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416954 1455235 000 ECU1 LM LM log debug verbose 8 Pro
[2026-06-05 09:40:17.018] [INFO] [launch_manager] cessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.018] [INFO] [launch_manager] 2026/06/05 09:40:16.2416954 1455236 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416954 1455237 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416955 1455239 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416955 1455240 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416955 1455241 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416955 1455242 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416955 1455243 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416955 1455244 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416955 1455246 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416955 1455247 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416955 1455248 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416956 1455250 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416956 1455250 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.019] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416956 1455251 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.019] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.019] [INFO] [launch_manager] 2026/06/05 09:40:16.2416956 1455253 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.019] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.020] [INFO] [launch_manager] 2026/06/05 09:40:16.2416956 1455254 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.020] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.020] [INFO] [launch_manager] 2026/06/05 09:40:16.2416956 1455255 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.020] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.020] [INFO] [launch_manager] 2026/06/05 09:40:16.2416956 1455257 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.020] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.020] [INFO] [launch_manager] 2026/06/05 09:40:16.2416956 1455258 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.020] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.020] [INFO] [launch_manager] 2026/06/05 09:40:16.2416957 1455259 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.020] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.020] [INFO] [launch_manager] 2026/06/05 09:40:16.2416957 1455260 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.020] [INFO] [launch_manager] 2026/06/05 09:40:16.2416957 1455261 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-05 09:40:17.020] [INFO] [launch_manager] 2026/06/05 09:40:16.2416957 1455262 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.020] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.021] [INFO] [launch_manager] 2026/06/05 09:40:16.2416957 1455264 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.021] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.021] [INFO] [launch_manager] 2026/06/05 09:40:16.2416957 1455265 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.021] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.021] [INFO] [launch_manager] 2026/06/05 09:40:16.2416957 1455266 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.021] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.021] [INFO] [launch_manager] 2026/06/05 09:40:16.2416957 1455267 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.021] [INFO] [launch_manager] 2026/06/05 09:40:16.2416957 1455268 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.021] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.021] [INFO] [launch_manager] 2026/06/05 09:40:16.2416958 1455269 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.021] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.021] [INFO] [launch_manager] 2026/06/05 09:40:16.2416958 1455270 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.021] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.021] [INFO] [launch_manager] 2026/06/05 09:40:16.2416958 1455271 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.021] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.022] [INFO] [launch_manager] 2026/06/05 09:40:16.2416958 1455272 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.022] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.022] [INFO] [launch_manager] 2026/06/05 09:40:16.2416958 1455273 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.022] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.022] [INFO] [launch_manager] 2026/06/05 09:40:16.2416958 1455274 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.022] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.022] [INFO] [launch_manager] 2026/06/05 09:40:16.2416958 1455275 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:17.022] [INFO] [launch_manager] 2026/06/05 09:40:16.2416958 1455276 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.022] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.022] [INFO] [launch_manager] 2026/06/05 09:40:16.2416958 1455276 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.022] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.022] [INFO] [launch_manager] 2026/06/05 09:40:16.2416958 1455277 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.022] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.022] [INFO] [launch_manager] 2026/06/05 09:40:16.2416959 1455279 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.022] [INFO] [launch_manager] 2026/06/05 09:40:16.2416959 1455279 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.023] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.023] [INFO] [launch_manager] 2026/06/05 09:40:16.2416959 1455281 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.023] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.023] [INFO] [launch_manager] 2026/06/05 09:40:16.2416959 1455282 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.023] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.023] [INFO] [launch_manager] 2026/06/05 09:40:16.2416959 1455283 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.023] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.023] [INFO] [launch_manager] 2026/06/05 09:40:16.2416959 1455284 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.023] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.023] [INFO] [launch_manager] 2026/06/05 09:40:16.2416959 1455285 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.023] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.023] [INFO] [launch_manager] 2026/06/05 09:40:16.2416959 1455285 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.023] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.023] [INFO] [launch_manager] 2026/06/05 09:40:16.2416959 1455286 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.024] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.024] [INFO] [launch_manager] 2026/06/05 09:40:16.2416959 1455287 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.024] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.024] [INFO] [launch_manager] 2026/06/05 09:40:16.2416959 1455288 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.024] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.024] [INFO] [launch_manager] 2026/06/05 09:40:16.2416960 1455289 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.024] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.024] [INFO] [launch_manager] 2026/06/05 09:40:16.2416960 1455291 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.024] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.024] [INFO] [launch_manager] 2026/06/05 09:40:16.2416960 1455291 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.024] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.024] [INFO] [launch_manager] 2026/06/05 09:40:16.2416960 1455292 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.024] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.024] [INFO] [launch_manager] 2026/06/05 09:40:16.2416960 1455293 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.024] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:17.025] [INFO] [launch_manager] 2026/06/05 09:40:16.2416960 1455294 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.025] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-05 09:40:17.025] [INFO] [launch_manager] 2026/06/05 09:40:16.2416960 1455295 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.025] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:17.025] [INFO] [launch_manager] 2026/06/05 09:40:16.2416960 1455295 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.025] [INFO] [launch_manager] 2026/06/05 09:40:16.2416960 1455296 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.025] [INFO] [launch_manager] 2026/06/05 09:40:16.2416960 1455297 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.025] [INFO] [launch_manager] 2026/06/05 09:40:16.2416960 1455298 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.025] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455299 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.025] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455300 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.025] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455301 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.025] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455301 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.025] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455302 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455303 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455304 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455305 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455305 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455306 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455307 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416961 1455308 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416962 1455309 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416962 1455310 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416962 1455311 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416962 1455311 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416962 1455312 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416962 1455313 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416962 1455314 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416962 1455315 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416962 1455316 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.026] [INFO] [launch_manager] 2026/06/05 09:40:16.2416962 1455317 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416962 1455318 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416963 1455319 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416963 1455319 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416963 1455321 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416963 1455322 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416963 1455323 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416963 1455323 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416963 1455324 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416963 1455325 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416963 1455326 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416963 1455327 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416963 1455328 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455329 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455330 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455331 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455331 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455332 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455332 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.027] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455332 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.028] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455333 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.028] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455333 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455333 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455333 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455333 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455333 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455334 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455334 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455334 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455334 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455334 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455334 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455335 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455335 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455335 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455335 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455336 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.029] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455336 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455336 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455336 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455336 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455337 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455337 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455337 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455337 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455337 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455337 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455338 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455338 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455338 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455338 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455338 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416964 1455338 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455339 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455339 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455339 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455339 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455339 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.030] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455339 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455340 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455340 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455340 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455340 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455341 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455341 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455341 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455341 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455341 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455341 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455342 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455342 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455342 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455342 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455342 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455342 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455343 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455343 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455343 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.031] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455343 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.032] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455343 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.032] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455344 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455344 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455344 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455344 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455344 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455344 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455345 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455345 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455345 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455345 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455345 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455345 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455346 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455346 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.033] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455346 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455346 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455346 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455346 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455347 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455347 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455347 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455347 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455347 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455347 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455348 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455348 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455348 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455348 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455348 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416965 1455348 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455349 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455349 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455349 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.034] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455349 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455349 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455349 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455351 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455351 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455352 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455353 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455354 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455355 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455355 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455356 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455357 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416966 1455358 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455359 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455360 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455361 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455362 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455362 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.035] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455363 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455364 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455365 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455366 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455367 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455367 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416967 1455368 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455369 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455370 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455371 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455372 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455373 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455373 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455374 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455375 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455376 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455377 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455377 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416968 1455378 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455379 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455380 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.036] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455381 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.037] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455382 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.037] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455382 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.037] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455383 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.037] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455384 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.038] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455385 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455386 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455387 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455388 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416969 1455388 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455389 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455390 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455391 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455392 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455392 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455393 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455394 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455395 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455396 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455396 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455397 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.039] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455398 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.040] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455398 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.040] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455398 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.040] [INFO] [launch_manager] 2026/06/05 09:40:16.2416970 1455398 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.040] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455399 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.040] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455399 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.040] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455399 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455399 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455399 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455399 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455400 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455400 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455400 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455400 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455401 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455401 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455401 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455401 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455401 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.041] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455402 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.042] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455402 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.042] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455403 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.042] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455403 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455403 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455404 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455404 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455404 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455404 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455404 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455405 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455405 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455405 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455405 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455405 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455405 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.045] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455406 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.046] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455406 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fa
[2026-06-05 09:40:17.049] [INFO] [launch_manager] llback_run_target of PG MainPG 
[2026-06-05 09:40:17.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455406 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455406 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455407 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455407 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455407 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455407 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455407 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455407 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455408 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.049] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455408 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455408 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455408 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416971 1455408 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455409 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455409 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455409 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455409 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455409 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455410 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455410 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455410 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.051] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455410 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.052] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455411 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.052] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455411 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.054] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455411 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.054] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455411 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.054] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455411 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.054] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455412 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455412 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455412 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455412 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455412 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455412 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455413 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455413 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455413 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455413 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455413 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455413 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455414 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455414 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455414 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.055] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455414 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.056] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455414 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.056] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455414 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.056] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455415 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455415 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455415 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455415 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455415 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455416 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455416 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455416 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455416 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455416 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455416 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455417 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455417 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455417 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455417 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455417 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.058] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455417 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.059] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455418 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.059] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455418 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455418 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455418 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416972 1455418 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455418 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455419 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455419 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455419 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455419 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455419 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455420 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455420 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455420 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455420 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455421 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.063] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455421 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.064] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455421 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.064] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455421 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455421 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455421 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455422 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455422 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455422 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455422 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455422 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455423 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455423 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455423 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455423 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455423 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455424 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455424 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.066] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455424 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.067] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455424 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.067] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455424 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455425 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455425 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455425 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455425 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455425 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455425 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455426 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455426 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455426 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455426 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455426 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.070] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455427 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.071] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455427 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.071] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455427 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455427 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455427 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455428 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455428 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455428 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455428 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416973 1455428 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455429 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455429 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455429 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455429 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455429 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455429 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455431 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455432 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455433 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455434 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.073] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455434 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.074] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455434 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.074] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455434 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.076] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455435 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.076] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455435 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.076] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455435 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.076] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455435 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.076] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455435 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.076] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455435 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.076] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455436 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.076] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455436 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.076] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455436 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.077] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455436 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.077] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455436 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.077] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455437 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.078] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455437 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.078] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455437 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.078] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455437 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.078] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455437 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.078] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455438 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.079] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455438 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.079] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455438 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455438 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416974 1455438 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455439 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455439 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455439 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455439 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455439 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455440 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455440 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455440 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455440 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455440 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455441 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.081] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455441 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.082] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455441 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.082] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455441 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.082] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455441 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.084] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455442 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.084] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455442 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.085] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455442 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.085] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455442 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.085] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455442 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.085] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455443 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.085] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455443 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.085] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455443 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.085] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455443 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.085] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455443 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.085] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455443 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.086] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455444 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.086] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455444 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.086] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455444 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.086] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455444 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.086] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455444 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.086] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455445 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.086] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455445 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.086] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455445 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.086] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455445 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455445 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455446 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455446 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455446 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455446 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455446 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455447 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455447 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455447 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455447 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455447 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455447 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455448 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.091] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455448 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.092] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455448 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.092] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455448 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416975 1455448 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455449 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455449 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455449 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455449 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455449 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455450 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455450 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455450 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455450 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455450 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455451 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455451 000 ECU1 LM LM log debug verbose 1 Response sent. 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:16.2416976 1455451 000 ECU1 LM LM log debug verbose 1 Response retrieved. 
[2026-06-05 09:40:17.094] [INFO] [launch_manager] [ END STEP ] Attempt to launch process crashing on startup always
[2026-06-05 09:40:17.094] [INFO] [launch_manager] 2026/06/05 09:40:17.2417078 1456469 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 09:40:17.407] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:17.974] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:17.977] [INFO] [launch_manager] [ STEP     ] Verify fallback run target was activated
[2026-06-05 09:40:17.977] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was activated
[2026-06-05 09:40:17.977] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-05 09:40:17.977] [INFO] [launch_manager] 2026/06/05 09:40:17.2417976 1465454 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 09:40:17.978] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465471 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-05 09:40:17.978] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465471 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off 
[2026-06-05 09:40:17.978] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465471 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:17.978] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465472 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to 
[2026-06-05 09:40:17.978] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465472 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG 
[2026-06-05 09:40:17.978] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465472 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:17.978] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465472 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:17.978] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465473 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:17.979] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465473 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:17.979] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465473 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 09:40:17.979] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465474 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock ) 
[2026-06-05 09:40:17.979] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465474 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 68 ( control_client_mock ) 
[2026-06-05 09:40:17.979] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465475 000 ECU1 LM LM log debug verbose 2 Request termination received for 68 
[2026-06-05 09:40:17.979] [INFO] [launch_manager] 2026/06/05 09:40:17.2417978 1465477 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:17.979] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-05 09:40:17.988] [INFO] [launch_manager] 2026/06/05 09:40:17.2417987 1465568 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3 
[2026-06-05 09:40:17.988] [INFO] [launch_manager] 2026/06/05 09:40:17.2417987 1465568 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 09:40:17.991] [INFO] [launch_manager] [       OK ] CrashOnStartup.ControlClientMock (2444 ms)
[2026-06-05 09:40:17.991] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2445 ms total)
[2026-06-05 09:40:17.991] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:17.992] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2445 ms total)
[2026-06-05 09:40:17.992] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:17.993] [INFO] [launch_manager] 2026/06/05 09:40:17.2417993 1465621 000 ECU1 LM LM log debug verbose 12
[2026-06-05 09:40:17.993] [INFO] [launch_manager] Child process 0 of MainPG pid 68 ( control_client_mock ) for node True terminated with status 0
[2026-06-05 09:40:17.995] [INFO] [launch_manager] 2026/06/05 09:40:17.2417995 1465641 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-05 09:40:17.995] [INFO] [launch_manager] 2026/06/05 09:40:17.2417995 1465641 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done 
[2026-06-05 09:40:17.995] [INFO] [launch_manager] 2026/06/05 09:40:17.2417995 1465641 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:17.995] [INFO] [launch_manager] 2026/06/05 09:40:17.2417995 1465642 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 09:40:17.995] [INFO] [launch_manager] 2026/06/05 09:40:17.2417995 1465642 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:17.995] [INFO] [launch_manager] 2026/06/05 09:40:17.2417995 1465642 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:17.995] [INFO] [launch_manager] 2026/06/05 09:40:17.2417995 1465642 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 09:40:17.995] [INFO] [launch_manager] 2026/06/05 09:40:17.2417995 1465642 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 17 ms 
[2026-06-05 09:40:17.995] [INFO] [launch_manager] 2026/06/05 09:40:17.2417995 1465643 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:18.038] [INFO] [launch_manager] 2026/06/05 09:40:18.2418037 1466068 000 ECU1 LM Sprv log debug verbose 6
[2026-06-05 09:40:18.038] [INFO] [launch_manager] Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-05 09:40:18.617] [INFO] [launch_manager] 2026/06/05 09:40:18.2418616 1471854 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:18.617] [INFO] [launch_manager] Cancel all process group transitions
[2026-06-05 09:40:18.617] [INFO] [launch_manager] 2026/06/05 09:40:18.2418617 1471866 000 ECU1 LM LM log debug verbose 9
[2026-06-05 09:40:18.618] [INFO] [launch_manager] Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-05 09:40:18.618] [INFO] [launch_manager] 2026/06/05 09:40:18.2418618 1471874 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:18.619] [INFO] [launch_manager] Wait for process group cancellations
[2026-06-05 09:40:18.619] [INFO] [launch_manager] 2026/06/05 09:40:18.2418619 1471881 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:18.619] [INFO] [launch_manager] Start transitioning process groups to Off state
[2026-06-05 09:40:18.619] [INFO] [launch_manager] 2026/06/05 09:40:18.2418619 1471887 000 ECU1 LM LM log debug verbose 9
[2026-06-05 09:40:18.620] [INFO] [launch_manager] Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-05 09:40:18.620] [INFO] [launch_manager] 2026/06/05 09:40:18.2418620 1471892 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:18.620] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:18.620] [INFO] [launch_manager] 2026/06/05 09:40:18.2418620 1471896 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:18.621] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:18.621] [INFO] [launch_manager] 2026/06/05 09:40:18.2418621 1471901 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:18.621] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:18.621] [INFO] [launch_manager] 2026/06/05 09:40:18.2418621 1471905 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:18.621] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:18.622] [INFO] [launch_manager] 2026/06/05 09:40:18.2418622 1471909 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:18.622] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 09:40:18.622] [INFO] [launch_manager] 2026/06/05 09:40:18.2418622 1471914 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:18.622] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 09:40:18.623] [INFO] [launch_manager] 2026/06/05 09:40:18.2418623 1471919 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:18.623] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 09:40:18.623] [INFO] [launch_manager] 2026/06/05 09:40:18.2418623 1471923 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:18.623] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 09:40:18.624] [INFO] [launch_manager] 2026/06/05 09:40:18.2418623 1471928 000 ECU1 LM LM log debug verbose 9
[2026-06-05 09:40:18.624] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 09:40:18.624] [INFO] [launch_manager] 2026/06/05 09:40:18.2418624 1471933 000 ECU1 LM LM log info verbose 7
[2026-06-05 09:40:18.624] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Off in 4 ms
[2026-06-05 09:40:18.625] [INFO] [launch_manager] 2026/06/05 09:40:18.2418624 1471937 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:18.625] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:18.625] [INFO] [launch_manager] 2026/06/05 09:40:18.2418625 1471942 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:18.625] [INFO] [launch_manager] Wait for all process groups to complete the transition
[2026-06-05 09:40:18.698] [INFO] [launch_manager] 2026/06/05 09:40:18.2418698 1472671 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-05 09:40:18.738] [INFO] [launch_manager] 2026/06/05 09:40:18.2418737 1473068 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-05 09:40:18.739] [INFO] [launch_manager] 2026/06/05 09:40:18.2418739 1473082 000 ECU1 LM LM log debug verbose 1 Graph destroyed 
[2026-06-05 09:40:18.740] [INFO] [launch_manager] 2026/06/05 09:40:18.2418739 1473083 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/883/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/crash_on_startup/crash_on_startup/test.xml -
============================== 1 passed in 7.20s ===============================

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/884/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-05 09:40:18.715] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 09:40:18.809] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 09:40:18.809] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 09:40:18.809] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 09:40:18.809] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 09:40:18.817] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 09:40:18.839] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 09:40:18.841] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/a140e019eb4976dc18d19961f072d8302b42b38bc20fc393f74fa14b87c7b024/json HTTP/1.1" 200 None
[2026-06-05 09:40:18.943] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a140e019eb4976dc18d19961f072d8302b42b38bc20fc393f74fa14b87c7b024/start HTTP/1.1" 204 0
[2026-06-05 09:40:18.944] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 09:40:18.944] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 09:40:18.944] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 09:40:18.944] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 09:40:18.950] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 09:40:19.096] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 09:40:19.193] [INFO] [launch_manager] 2026/06/05 09:40:19.2419191 1477604 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-05 09:40:19.193] [INFO] [launch_manager] 2026/06/05 09:40:19.2419191 1477606 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:19.193] [INFO] [launch_manager] Loading LCM Configurations... 
[2026-06-05 09:40:19.193] [INFO] [launch_manager] 2026/06/05 09:40:19.2419191 1477607 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully 
[2026-06-05 09:40:19.194] [INFO] [launch_manager] 2026/06/05 09:40:19.2419191 1477608 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 ) 
[2026-06-05 09:40:19.194] [INFO] [launch_manager] 2026/06/05 09:40:19.2419191 1477608 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-06-05 09:40:19.194] [INFO] [launch_manager] 2026/06/05 09:40:19.2419191 1477608 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crashing_app_on_runtime ( IdentifierHash: 2790219684262892047 ) 
[2026-06-05 09:40:19.194] [INFO] [launch_manager] 2026/06/05 09:40:19.2419191 1477608 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-06-05 09:40:19.194] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477609 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 ) 
[2026-06-05 09:40:19.195] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477609 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_crash_monitoring/control_client_mock 
[2026-06-05 09:40:19.196] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477609 000 ECU1 LM LM log debug verbose 3
[2026-06-05 09:40:19.196] [INFO] [launch_manager] Process control_client_mock is Reporting execution state
[2026-06-05 09:40:19.196] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477612 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:19.196] [INFO] [launch_manager] Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-05 09:40:19.196] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477612 000 ECU1 LM LM log debug verbose 3
[2026-06-05 09:40:19.196] [INFO] [launch_manager] Process control_client_mock is NOT Self terminating
[2026-06-05 09:40:19.196] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477613 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-05 09:40:19.197] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477614 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-05 09:40:19.197] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477614 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target 
[2026-06-05 09:40:19.197] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477615 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-05 09:40:19.197] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477615 000 ECU1 LM LM log debug verbose 3
[2026-06-05 09:40:19.197] [INFO] [launch_manager] Process component_crashing_on_runtime is Reporting execution state 
[2026-06-05 09:40:19.197] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477615 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:19.198] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477616 000 ECU1 LM LM log debug verbose 3 Process component_crashing_on_runtime is NOT Self terminating 
[2026-06-05 09:40:19.198] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477616 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-05 09:40:19.198] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477616 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/process_crash_monitoring/verification_process 
[2026-06-05 09:40:19.198] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477616 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state 
[2026-06-05 09:40:19.198] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477616 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:19.198] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477617 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating 
[2026-06-05 09:40:19.198] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477617 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target 
[2026-06-05 09:40:19.198] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477617 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-05 09:40:19.198] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477617 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-05 09:40:19.198] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477617 000 ECU1 LM LM log debug verbose 3 Creating graph with 3 nodes 
[2026-06-05 09:40:19.199] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477618 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-05 09:40:19.199] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477618 000 ECU1 LM LM log debug verbose 1 Process Group initialization done 
[2026-06-05 09:40:19.199] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477618 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 3 entries 
[2026-06-05 09:40:19.199] [INFO] [launch_manager] 2026/06/05 09:40:19.2419192 1477618 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024 
[2026-06-05 09:40:19.199] [INFO] [launch_manager] 2026/06/05 09:40:19.2419193 1477619 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-05 09:40:19.199] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477631 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 3 processes 
[2026-06-05 09:40:19.199] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477631 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-05 09:40:19.200] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477631 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-05 09:40:19.200] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477632 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-05 09:40:19.200] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477632 000 ECU1 LM LM log debug verbose 5
[2026-06-05 09:40:19.200] [INFO] [launch_manager] Process 1 has 0 start dependencies
[2026-06-05 09:40:19.200] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477633 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-05 09:40:19.200] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477633 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies 
[2026-06-05 09:40:19.200] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477634 000 ECU1 LM LM log debug verbose 3 Created 3 process nodes
[2026-06-05 09:40:19.200] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477634 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-05 09:40:19.200] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477634 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-05 09:40:19.201] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477636 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-05 09:40:19.201] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477637 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-05 09:40:19.201] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477637 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 09:40:19.201] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Monitor buffer size: 512 
[2026-06-05 09:40:19.201] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477638 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns 
[2026-06-05 09:40:19.201] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477638 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-05 09:40:19.201] [INFO] [launch_manager] 2026/06/05 09:40:19.2419194 1477638 000 ECU1 LM Fcty log warn verbose 2
[2026-06-05 09:40:19.201] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-05 09:40:19.201] [INFO] [launch_manager] 2026/06/05 09:40:19.2419195 1477641 000 ECU1 LM Fcty log debug verbose 2
[2026-06-05 09:40:19.201] [INFO] [launch_manager] Software Cluster Handler starts constructing workers: MainCluster
[2026-06-05 09:40:19.201] [INFO] [launch_manager] 2026/06/05 09:40:19.2419195 1477643 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock 
[2026-06-05 09:40:19.201] [INFO] [launch_manager] 2026/06/05 09:40:19.2419195 1477643 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419195 1477648 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-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419195 1477648 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1 
[2026-06-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419195 1477648 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock 
[2026-06-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477649 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1 
[2026-06-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477649 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint 
[2026-06-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477649 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1 
[2026-06-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477649 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-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477650 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477653 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477654 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477655 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  1  ms
[2026-06-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477656 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-05 09:40:19.202] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477656 000 ECU1 LM LM log debug verbose 3 clock() at run(): 32.113000 ms
[2026-06-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477657 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419196 1477658 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419197 1477659 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419197 1477660 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419197 1477661 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419197 1477661 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419197 1477661 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419197 1477661 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419197 1477663 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-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419197 1477664 000 ECU1 LM LM log debug verbose 3
[2026-06-05 09:40:19.203] [INFO] [launch_manager] Initialize the control client for control_client_mock  process
[2026-06-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419197 1477665 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-05 09:40:19.203] [INFO] [launch_manager] 2026/06/05 09:40:19.2419198 1477675 000 ECU1 LM LM log debug verbose 4
[2026-06-05 09:40:19.203] [INFO] [launch_manager] startProcess pid 68 received for process: control_client_mock
[2026-06-05 09:40:19.204] [INFO] [launch_manager] 2026/06/05 09:40:19.2419198 1477677 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:19.204] [INFO] [launch_manager] ControlClientChannel obtained from sync.
[2026-06-05 09:40:19.204] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:19.204] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:19.204] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-05 09:40:19.204] [INFO] [launch_manager] [ RUN      ] ProcessCrashMonitoring.ControlClientMock
[2026-06-05 09:40:19.204] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 09:40:19.204] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 09:40:19.204] [INFO] [launch_manager] [ STEP     ] Start crashing process
[2026-06-05 09:40:19.205] [INFO] [launch_manager] 2026/06/05 09:40:19.2419204 1477737 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:19.205] [INFO] [launch_manager] Request sent. Waiting for acknowledgment...
[2026-06-05 09:40:19.205] [INFO] [launch_manager] 2026/06/05 09:40:19.2419205 1477742 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 68 ( control_client_mock ) process 0 of group MainPG 
[2026-06-05 09:40:19.205] [INFO] [launch_manager] 2026/06/05 09:40:19.2419205 1477743 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done 
[2026-06-05 09:40:19.206] [INFO] [launch_manager] 2026/06/05 09:40:19.2419205 1477743 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:19.206] [INFO] [launch_manager] 2026/06/05 09:40:19.2419205 1477743 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 33.499000 ms 
[2026-06-05 09:40:19.206] [INFO] [launch_manager] 2026/06/05 09:40:19.2419205 1477744 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:19.206] [INFO] [launch_manager] 2026/06/05 09:40:19.2419205 1477744 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 8 ms 
[2026-06-05 09:40:19.206] [INFO] [launch_manager] 2026/06/05 09:40:19.2419205 1477744 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:19.207] [INFO] [launch_manager] 2026/06/05 09:40:19.2419206 1477758 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-05 09:40:19.207] [INFO] [launch_manager] 2026/06/05 09:40:19.2419206 1477758 000 ECU1 LM LM log debug verbose 6
[2026-06-05 09:40:19.207] [INFO] [launch_manager] Pending state for process group MainPG changed from to MainPG/run_target_crashing_app_on_runtime
[2026-06-05 09:40:19.207] [INFO] [launch_manager] 2026/06/05 09:40:19.2419207 1477761 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:19.207] [INFO] [launch_manager] 2026/06/05 09:40:19.2419207 1477762 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-05 09:40:19.207] [INFO] [launch_manager] 2026/06/05 09:40:19.2419207 1477765 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crashing_app_on_runtime for PG MainPG 
[2026-06-05 09:40:19.207] [INFO] [launch_manager] 2026/06/05 09:40:19.2419207 1477765 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-05 09:40:19.207] [INFO] [launch_manager] 2026/06/05 09:40:19.2419207 1477765 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:19.208] [INFO] [launch_manager] 2026/06/05 09:40:19.2419207 1477765 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 09:40:19.208] [INFO] [launch_manager] 2026/06/05 09:40:19.2419207 1477767 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-05 09:40:19.208] [INFO] [launch_manager] 2026/06/05 09:40:19.2419207 1477766 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:19.208] [INFO] [launch_manager] 2026/06/05 09:40:19.2419208 1477771 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:19.208] [INFO] [launch_manager] 2026/06/05 09:40:19.2419208 1477771 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:19.209] [INFO] [launch_manager] 2026/06/05 09:40:19.2419208 1477771 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 09:40:19.210] [INFO] [launch_manager] 2026/06/05 09:40:19.2419208 1477773 000 ECU1 LM LM log debug verbose 6
[2026-06-05 09:40:19.210] [INFO] [launch_manager] Starting process 1 ( component_crashing_on_runtime ) from executable /tmp/tests/process_crash_monitoring/process_crashing_on_runtime
[2026-06-05 09:40:19.210] [INFO] [launch_manager] 2026/06/05 09:40:19.2419210 1477791 000 ECU1 LM LM log debug verbose 4 startProcess pid 70 received for process: component_crashing_on_runtime
[2026-06-05 09:40:19.212] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:19.212] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:19.212] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-05 09:40:19.212] [INFO] [launch_manager] [ RUN      ] ProcessCrashMonitoring.CrashingProcess
[2026-06-05 09:40:19.212] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 09:40:19.214] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 09:40:19.214] [INFO] [launch_manager] [       OK ] ProcessCrashMonitoring.CrashingProcess (2 ms)
[2026-06-05 09:40:19.214] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2 ms total)
[2026-06-05 09:40:19.215] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:19.215] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-05 09:40:19.215] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:19.215] [INFO] [launch_manager] 2026/06/05 09:40:19.2419214 1477835 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 70 ( component_crashing_on_runtime ) process 1 of group MainPG 
[2026-06-05 09:40:19.215] [INFO] [launch_manager] 2026/06/05 09:40:19.2419214 1477836 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_crashing_on_runtime ) done 
[2026-06-05 09:40:19.215] [INFO] [launch_manager] 2026/06/05 09:40:19.2419214 1477837 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:19.215] [INFO] [launch_manager] 2026/06/05 09:40:19.2419214 1477837 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_crashing_app_on_runtime in 7 ms 
[2026-06-05 09:40:19.215] [INFO] [launch_manager] 2026/06/05 09:40:19.2419214 1477837 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:19.216] [INFO] [launch_manager] 2026/06/05 09:40:19.2419216 1477855 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-05 09:40:19.216] [INFO] [launch_manager] 2026/06/05 09:40:19.2419216 1477855 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 09:40:19.242] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:19.247] [INFO] [launch_manager] 2026/06/05 09:40:19.2419246 1478158 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-05 09:40:19.247] [INFO] [launch_manager] 2026/06/05 09:40:19.2419246 1478158 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2 
[2026-06-05 09:40:19.247] [INFO] [launch_manager] 2026/06/05 09:40:19.2419247 1478159 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-05 09:40:19.247] [INFO] [launch_manager] 2026/06/05 09:40:19.2419247 1478159 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-05 09:40:19.247] [INFO] [launch_manager] 2026/06/05 09:40:19.2419247 1478159 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-05 09:40:19.302] [INFO] [launch_manager] 2026/06/05 09:40:19.2419302 1478711 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 09:40:19.303] [INFO] [launch_manager] [ END STEP ] Start crashing process
[2026-06-05 09:40:19.785] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:20.215] [INFO] [launch_manager] Process crashing...
[2026-06-05 09:40:20.284] [INFO] [launch_manager] 2026/06/05 09:40:20.2420284 1488533 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 70 ( component_crashing_on_runtime ) for node True terminated with status 134 
[2026-06-05 09:40:20.285] [INFO] [launch_manager] 2026/06/05 09:40:20.2420284 1488534 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 70 ( component_crashing_on_runtime ) 
[2026-06-05 09:40:20.285] [INFO] [launch_manager] 2026/06/05 09:40:20.2420284 1488534 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-05 09:40:20.297] [INFO] [launch_manager] 2026/06/05 09:40:20.2420296 1488657 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-05 09:40:20.331] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:20.367] [INFO] [launch_manager] 2026/06/05 09:40:20.2420367 1489366 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-05 09:40:20.368] [INFO] [launch_manager] 2026/06/05 09:40:20.2420367 1489368 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:20.368] [INFO] [launch_manager] 2026/06/05 09:40:20.2420368 1489369 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:20.368] [INFO] [launch_manager] 2026/06/05 09:40:20.2420368 1489369 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:20.368] [INFO] [launch_manager] 2026/06/05 09:40:20.2420368 1489369 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:20.368] [INFO] [launch_manager] 2026/06/05 09:40:20.2420368 1489369 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:20.368] [INFO] [launch_manager] 2026/06/05 09:40:20.2420368 1489369 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:20.368] [INFO] [launch_manager] 2026/06/05 09:40:20.2420368 1489369 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 09:40:20.368] [INFO] [launch_manager] 2026/06/05 09:40:20.2420368 1489372 000 ECU1 LM LM log debug verbose 6
[2026-06-05 09:40:20.369] [INFO] [launch_manager] Starting process 2 ( verification_component ) from executable /tmp/tests/process_crash_monitoring/verification_process
[2026-06-05 09:40:20.369] [INFO] [launch_manager] 2026/06/05 09:40:20.2420369 1489382 000 ECU1 LM LM log debug verbose 4
[2026-06-05 09:40:20.369] [INFO] [launch_manager] startProcess pid 89 received for process: verification_component
[2026-06-05 09:40:20.369] [INFO] [launch_manager] 2026/06/05 09:40:20.2420369 1489384 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:20.370] [INFO] [launch_manager] Considered kRunning for Non Reporting Process pid 89 ( verification_component ) process 2 of group MainPG
[2026-06-05 09:40:20.370] [INFO] [launch_manager] 2026/06/05 09:40:20.2420369 1489385 000 ECU1 LM LM log debug verbose 7
[2026-06-05 09:40:20.370] [INFO] [launch_manager] startProcess for MainPG process 2 ( verification_component ) done
[2026-06-05 09:40:20.370] [INFO] [launch_manager] 2026/06/05 09:40:20.2420369 1489388 000 ECU1 LM LM log debug verbose 9
[2026-06-05 09:40:20.370] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 09:40:20.370] [INFO] [launch_manager] 2026/06/05 09:40:20.2420370 1489390 000 ECU1 LM LM log info verbose 7
[2026-06-05 09:40:20.370] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/fallback_run_target in 2 ms
[2026-06-05 09:40:20.371] [INFO] [launch_manager] 2026/06/05 09:40:20.2420370 1489392 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:20.371] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 09:40:20.371] [INFO] [launch_manager] 2026/06/05 09:40:20.2420370 1489394 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:20.371] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 09:40:20.371] [INFO] [launch_manager] 2026/06/05 09:40:20.2420370 1489396 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:20.371] [INFO] [launch_manager] Response sent.
[2026-06-05 09:40:20.371] [INFO] [launch_manager] 2026/06/05 09:40:20.2420371 1489399 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 89 ( verification_component ) for node True terminated with status 0
[2026-06-05 09:40:20.403] [INFO] [launch_manager] 2026/06/05 09:40:20.2420403 1489723 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 09:40:20.879] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:21.303] [INFO] [launch_manager] [ STEP     ] Verify state changed to fallback run target
[2026-06-05 09:40:21.303] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-05 09:40:21.303] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-05 09:40:21.303] [INFO] [launch_manager] 2026/06/05 09:40:21.2421303 1498721 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 09:40:21.303] [INFO] [launch_manager] 2026/06/05 09:40:21.2421303 1498726 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG 
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421303 1498727 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off 
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421303 1498727 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421303 1498727 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to 
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421303 1498728 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG 
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421303 1498728 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421303 1498728 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421303 1498728 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421303 1498728 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421304 1498730 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock ) 
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421304 1498730 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 68 ( control_client_mock ) 
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421304 1498731 000 ECU1 LM LM log debug verbose 2 Request termination received for 68
[2026-06-05 09:40:21.304] [INFO] [launch_manager] 2026/06/05 09:40:21.2421304 1498734 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:21.304] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-05 09:40:21.347] [INFO] [launch_manager] 2026/06/05 09:40:21.2421346 1499157 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3 
[2026-06-05 09:40:21.347] [INFO] [launch_manager] 2026/06/05 09:40:21.2421346 1499157 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 09:40:21.405] [INFO] [launch_manager] [       OK ] ProcessCrashMonitoring.ControlClientMock (2204 ms)
[2026-06-05 09:40:21.405] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2204 ms total)
[2026-06-05 09:40:21.406] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:21.406] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2204 ms total)
[2026-06-05 09:40:21.406] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:21.406] [INFO] [launch_manager] 2026/06/05 09:40:21.2421405 1499747 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-05 09:40:21.406] [INFO] [launch_manager] 2026/06/05 09:40:21.2421406 1499749 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock ) 
[2026-06-05 09:40:21.406] [INFO] [launch_manager] 2026/06/05 09:40:21.2421406 1499749 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done 
[2026-06-05 09:40:21.406] [INFO] [launch_manager] 2026/06/05 09:40:21.2421406 1499749 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:21.406] [INFO] [launch_manager] 2026/06/05 09:40:21.2421406 1499749 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:21.406] [INFO] [launch_manager] 2026/06/05 09:40:21.2421406 1499749 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:21.406] [INFO] [launch_manager] 2026/06/05 09:40:21.2421406 1499750 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:21.406] [INFO] [launch_manager] 2026/06/05 09:40:21.2421406 1499750 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 102 ms 
[2026-06-05 09:40:21.406] [INFO] [launch_manager] 2026/06/05 09:40:21.2421406 1499750 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:21.452] [INFO] [launch_manager] 2026/06/05 09:40:21.2421446 1500157 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-05 09:40:21.513] [INFO] [launch_manager] 2026/06/05 09:40:21.2421512 1500819 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-05 09:40:21.513] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500819 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-05 09:40:21.513] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500819 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-05 09:40:21.513] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500819 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state 
[2026-06-05 09:40:21.513] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500820 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:21.513] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500820 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:21.513] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500820 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:21.513] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500821 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:21.514] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:21.514] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500821 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:21.514] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 09:40:21.514] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500822 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 09:40:21.514] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500823 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 09:40:21.514] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500824 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 09:40:21.514] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500824 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-05 09:40:21.514] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500825 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:21.514] [INFO] [launch_manager] 2026/06/05 09:40:21.2421513 1500826 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:21.514] [INFO] [launch_manager] Wait for all process groups to complete the transition
[2026-06-05 09:40:21.606] [INFO] [launch_manager] 2026/06/05 09:40:21.2421606 1501751 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:21.606] [INFO] [launch_manager] LCM run successfully
[2026-06-05 09:40:21.647] [INFO] [launch_manager] 2026/06/05 09:40:21.2421646 1502157 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-05 09:40:21.649] [INFO] [launch_manager] 2026/06/05 09:40:21.2421649 1502182 000 ECU1 LM LM log debug verbose 1 Graph destroyed 
[2026-06-05 09:40:21.649] [INFO] [launch_manager] 2026/06/05 09:40:21.2421649 1502182 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/884/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_crash_monitoring/process_crash_monitoring/test.xml -
============================== 1 passed in 3.58s ===============================

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/879/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-05 09:40:09.876] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 09:40:14.253] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 09:40:14.253] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 09:40:14.253] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 09:40:14.253] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 09:40:14.263] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 09:40:14.286] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 09:40:14.288] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/2e4033d3a537fe41921efe81c7c571d558edf4ecf9a3f5d523f8805b63294448/json HTTP/1.1" 200 None
[2026-06-05 09:40:14.523] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/2e4033d3a537fe41921efe81c7c571d558edf4ecf9a3f5d523f8805b63294448/start HTTP/1.1" 204 0
[2026-06-05 09:40:14.524] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 09:40:14.524] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 09:40:14.524] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 09:40:14.524] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 09:40:14.544] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 09:40:14.833] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 09:40:14.984] [INFO] [launch_manager] 2026/06/05 09:40:14.2414974 1435435 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!! 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414974 1435437 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations... 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414974 1435438 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414974 1435438 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 ) 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435439 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435439 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_a ( IdentifierHash: 4535707649935996147 ) 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435439 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_c ( IdentifierHash: 6199163020077258462 ) 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435439 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435439 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 ) 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435441 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/switch_run_target/control_client_mock 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435441 000 ECU1 LM LM log debug verbose 3 Process component_initial is Reporting execution state 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435441 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435441 000 ECU1 LM LM log debug verbose 3 Process component_initial is NOT Self terminating 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435441 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-06-05 09:40:14.985] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435442 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435442 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/switch_run_target/component_a 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435442 000 ECU1 LM LM log debug verbose 3 Process component_a is Reporting execution state 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435442 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435443 000 ECU1 LM LM log debug verbose 3 Process component_a is NOT Self terminating 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435443 000 ECU1 LM LM log debug verbose 4 ParseProcessExecutionDependency: target process path: component_b ID: component_b 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435443 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435443 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/switch_run_target/component_b 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435444 000 ECU1 LM LM log debug verbose 3 Process component_b is Reporting execution state 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435444 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435444 000 ECU1 LM LM log debug verbose 3 Process component_b is NOT Self terminating 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435444 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435445 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/switch_run_target/reporting_process 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435445 000 ECU1 LM LM log debug verbose 3 Process component_e is Reporting execution state 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435445 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435445 000 ECU1 LM LM log debug verbose 3 Process component_e is NOT Self terminating 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435445 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 4 executable_path_: /tmp/tests/switch_run_target/component_d 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435446 000 ECU1 LM LM log debug verbose 3 Process component_d is Reporting execution state 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435446 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435446 000 ECU1 LM LM log debug verbose 3 Process component_d is NOT Self terminating 
[2026-06-05 09:40:14.986] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435446 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435446 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_c 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435446 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435447 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435447 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435447 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435447 000 ECU1 LM LM log debug verbose 1 Process Group initialization done 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435447 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435448 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435448 000 ECU1 LM LM log debug verbose 1 Creating worker threads... 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435460 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 4 processes 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435460 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435461 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435461 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435461 000 ECU1 LM LM log debug verbose 5 Process 1 has 1 start dependencies 
[2026-06-05 09:40:14.987] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435461 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435461 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435462 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435462 000 ECU1 LM LM log debug verbose 5 Process 3 has 0 start dependencies 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435462 000 ECU1 LM LM log debug verbose 3 Created 4 process nodes 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435462 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435462 000 ECU1 LM LM log debug verbose 4 Adding kRunning successor for process 2 : 1 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435463 000 ECU1 LM LM log debug verbose 4 Added successor node dependency: 2 -> 1 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435463 000 ECU1 LM LM log debug verbose 1 Graphs initialized 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435464 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435464 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435465 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435465 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435465 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435465 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435466 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster 
[2026-06-05 09:40:14.988] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435466 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: component_initial 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435467 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435467 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-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435468 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435468 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_component_initial 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435468 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435468 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: component_initial_checkpoint 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435469 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435469 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-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435469 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435470 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435470 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435470 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  0  ms 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435471 000 ECU1 LM LM log info verbose 1 LCM started successfully 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435471 000 ECU1 LM LM log debug verbose 3 clock() at run(): 36.152000 ms 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435472 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============ 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435472 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435472 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435472 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.989] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435473 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.990] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435473 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.990] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435473 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:14.990] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435473 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1 
[2026-06-05 09:40:14.990] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435473 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:14.990] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435473 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:14.991] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435474 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( component_initial ) from executable /tmp/tests/switch_run_target/control_client_mock 
[2026-06-05 09:40:14.991] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435475 000 ECU1 LM LM log debug verbose 3 Initialize the control client for component_initial  process 
[2026-06-05 09:40:14.991] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435475 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized 
[2026-06-05 09:40:14.991] [INFO] [launch_manager] 2026/06/05 09:40:14.2414979 1435482 000 ECU1 LM LM log debug verbose 4 startProcess pid 67 received for process: component_initial 
[2026-06-05 09:40:14.991] [INFO] [launch_manager] 2026/06/05 09:40:14.2414979 1435482 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync. 
[2026-06-05 09:40:14.991] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:14.992] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:14.992] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget
[2026-06-05 09:40:14.992] [INFO] [launch_manager] [ RUN      ] SwitchRunTarget.ControlClientMock
[2026-06-05 09:40:14.992] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 09:40:14.992] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 09:40:14.992] [INFO] [launch_manager] [ STEP     ] Activate run target A
[2026-06-05 09:40:14.992] [INFO] [launch_manager] 2026/06/05 09:40:14.2414984 1435532 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 09:40:14.995] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435541 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_a of PG MainPG 
[2026-06-05 09:40:14.995] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435541 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_a 
[2026-06-05 09:40:14.995] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435542 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kCancelled for PG 0 ( MainPG ) 
[2026-06-05 09:40:14.995] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435542 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:14.995] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435542 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:14.995] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435542 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:14.995] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435547 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 67 ( component_initial ) process 0 of group MainPG 
[2026-06-05 09:40:14.995] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435548 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( component_initial ) done 
[2026-06-05 09:40:14.995] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435548 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:14.995] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435548 000 ECU1 LM LM log fatal verbose 3 clock() at failed initial state transition: 37.362000 ms 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435548 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kCancelled to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414985 1435548 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:14.997] [INFO] [launch_manager] 2026/06/05 09:40:14.2414987 1435568 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_a to 
[2026-06-05 09:40:14.997] [INFO] [launch_manager] 2026/06/05 09:40:14.2414987 1435568 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_a for PG MainPG 
[2026-06-05 09:40:14.998] [INFO] [launch_manager] 2026/06/05 09:40:14.2414988 1435569 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:14.998] [INFO] [launch_manager] 2026/06/05 09:40:14.2414988 1435569 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.998] [INFO] [launch_manager] 2026/06/05 09:40:14.2414988 1435569 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.998] [INFO] [launch_manager] 2026/06/05 09:40:14.2414988 1435569 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.998] [INFO] [launch_manager] 2026/06/05 09:40:14.2414988 1435569 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.998] [INFO] [launch_manager] 2026/06/05 09:40:14.2414988 1435571 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:14.999] [INFO] [launch_manager] 2026/06/05 09:40:14.2414988 1435571 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1 
[2026-06-05 09:40:15.000] [INFO] [launch_manager] 2026/06/05 09:40:14.2414988 1435571 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.000] [INFO] [launch_manager] 2026/06/05 09:40:14.2414988 1435572 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.000] [INFO] [launch_manager] 2026/06/05 09:40:14.2414988 1435573 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( component_b ) from executable /tmp/tests/switch_run_target/component_b 
[2026-06-05 09:40:15.000] [INFO] [launch_manager] 2026/06/05 09:40:14.2414988 1435573 000 ECU1 LM LM log debug verbose 6 Starting process 3 ( component_d ) from executable /tmp/tests/switch_run_target/component_d 
[2026-06-05 09:40:15.000] [INFO] [launch_manager] 2026/06/05 09:40:14.2414989 1435585 000 ECU1 LM LM log debug verbose 4 startProcess pid 69 received for process: component_b 
[2026-06-05 09:40:15.000] [INFO] [launch_manager] 2026/06/05 09:40:14.2414990 1435595 000 ECU1 LM LM log debug verbose 4 startProcess pid 70 received for process: component_d 
[2026-06-05 09:40:15.000] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:15.000] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:15.000] [INFO] [launch_manager] [----------] 1 test from ComponentB
[2026-06-05 09:40:15.000] [INFO] [launch_manager] [ RUN      ] ComponentB.RunAndVerify
[2026-06-05 09:40:15.001] [INFO] [launch_manager] [ STEP     ] Verify startup order
[2026-06-05 09:40:15.001] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-05 09:40:15.001] [INFO] [launch_manager] [ STEP     ] Report running
[2026-06-05 09:40:15.001] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-05 09:40:15.001] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:15.001] [INFO] [launch_manager] 2026/06/05 09:40:14.2414995 1435648 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 69 ( component_b ) process 2 of group MainPG 
[2026-06-05 09:40:15.001] [INFO] [launch_manager] 2026/06/05 09:40:14.2414996 1435649 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( component_b ) done 
[2026-06-05 09:40:15.001] [INFO] [launch_manager] 2026/06/05 09:40:14.2414996 1435649 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( component_a ) from executable /tmp/tests/switch_run_target/component_a
[2026-06-05 09:40:15.002] [INFO] [launch_manager] 2026/06/05 09:40:14.2414997 1435659 000 ECU1 LM LM log debug verbose 4 startProcess pid 71 received for process: component_a
[2026-06-05 09:40:15.003] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:15.003] [INFO] [launch_manager] [----------] 1 test from ComponentD
[2026-06-05 09:40:15.003] [INFO] [launch_manager] [ RUN      ] ComponentD.RunAndVerify
[2026-06-05 09:40:15.003] [INFO] [launch_manager] [ STEP     ] Report running
[2026-06-05 09:40:15.007] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-05 09:40:15.007] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:15.008] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:15.008] [INFO] [launch_manager] [----------] 1 test from ComponentA
[2026-06-05 09:40:15.008] [INFO] [launch_manager] [ RUN      ] ComponentA.RunAndVerify
[2026-06-05 09:40:15.008] [INFO] [launch_manager] [ STEP     ] Report running
[2026-06-05 09:40:15.008] [INFO] [launch_manager] 2026/06/05 09:40:15.2415005 1435741 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 70 ( component_d ) process 3 of group MainPG 
[2026-06-05 09:40:15.008] [INFO] [launch_manager] 2026/06/05 09:40:15.2415005 1435741 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( component_d ) done
[2026-06-05 09:40:15.008] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-05 09:40:15.008] [INFO] [launch_manager] [ STEP     ] Verify startup order
[2026-06-05 09:40:15.009] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-05 09:40:15.009] [INFO] [launch_manager] 2026/06/05 09:40:15.2415007 1435763 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 71 ( component_a ) process 1 of group MainPG 
[2026-06-05 09:40:15.009] [INFO] [launch_manager] 2026/06/05 09:40:15.2415007 1435764 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_a ) done 
[2026-06-05 09:40:15.009] [INFO] [launch_manager] 2026/06/05 09:40:15.2415007 1435764 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.009] [INFO] [launch_manager] 2026/06/05 09:40:15.2415007 1435764 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_a in 22 ms 
[2026-06-05 09:40:15.010] [INFO] [launch_manager] 2026/06/05 09:40:15.2415007 1435764 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:15.010] [INFO] [launch_manager] 2026/06/05 09:40:15.2415010 1435792 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_a of PG MainPG
[2026-06-05 09:40:15.010] [INFO] [launch_manager] 2026/06/05 09:40:15.2415010 1435792 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 09:40:15.028] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435973 000 ECU1 LM Sprv log debug verbose 6
[2026-06-05 09:40:15.030] [INFO] [launch_manager] Process with Id component_initial changed state PG MainPG/Startup PS 1 
[2026-06-05 09:40:15.031] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435974 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 2 
[2026-06-05 09:40:15.031] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435975 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/run_target_a PS 1 
[2026-06-05 09:40:15.031] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435975 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/run_target_a PS 1 
[2026-06-05 09:40:15.031] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435976 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/run_target_a PS 2 
[2026-06-05 09:40:15.031] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435977 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/run_target_a PS 1 
[2026-06-05 09:40:15.031] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435978 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/run_target_a PS 2 
[2026-06-05 09:40:15.031] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435978 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/run_target_a PS 2 
[2026-06-05 09:40:15.031] [INFO] [launch_manager] 2026/06/05 09:40:15.2415028 1435978 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( component_initial_alive_supervision ) switched to OK.
[2026-06-05 09:40:15.050] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:15.082] [INFO] [launch_manager] 2026/06/05 09:40:15.2415081 1436507 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 09:40:15.082] [INFO] [launch_manager] [ END STEP ] Activate run target A
[2026-06-05 09:40:15.082] [INFO] [launch_manager] [ STEP     ] Verify running processes
[2026-06-05 09:40:15.082] [INFO] [launch_manager] [ END STEP ] Verify running processes
[2026-06-05 09:40:15.082] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Startup
[2026-06-05 09:40:15.082] [INFO] [launch_manager] 2026/06/05 09:40:15.2415082 1436510 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:15.083] [INFO] [launch_manager] Request sent. Waiting for acknowledgment...
[2026-06-05 09:40:15.083] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436521 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Startup of PG MainPG 
[2026-06-05 09:40:15.083] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436521 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Startup
[2026-06-05 09:40:15.083] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436521 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:15.084] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436521 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Startup to 
[2026-06-05 09:40:15.084] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436522 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Startup for PG MainPG 
[2026-06-05 09:40:15.084] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436522 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.084] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436522 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.084] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436522 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.084] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436522 000 ECU1 LM LM log debug verbose 1 2026/06/05 09:40:15.2415083 1436522 000 ECU1 LM LM log debug verbose 2 Request acknowledged. 
[2026-06-05 09:40:15.084] [INFO] [launch_manager] Stop Dependencies: 1 
[2026-06-05 09:40:15.084] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436523 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.084] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436523 000 ECU1 LM LM log debug verbose 5 terminating process 3 ( component_d ) 
[2026-06-05 09:40:15.085] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436524 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 3 of MainPG pid 70 ( component_d )
[2026-06-05 09:40:15.085] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436525 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( component_a ) 
[2026-06-05 09:40:15.085] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436525 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:15.085] [INFO] [launch_manager] Request termination received for 70
[2026-06-05 09:40:15.085] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436527 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 71 ( component_a ) 
[2026-06-05 09:40:15.085] [INFO] [launch_manager] 2026/06/05 09:40:15.2415083 1436527 000 ECU1 LM LM log debug verbose 2 Request termination received for 71
[2026-06-05 09:40:15.085] [INFO] [launch_manager] [       OK ] ComponentD.RunAndVerify (86 ms)
[2026-06-05 09:40:15.085] [INFO] [launch_manager] [ STEP     ] Verify termination order
[2026-06-05 09:40:15.085] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-06-05 09:40:15.086] [INFO] [launch_manager] [       OK ] ComponentA.RunAndVerify (80 ms)
[2026-06-05 09:40:15.086] [INFO] [launch_manager] [----------] 1 test from ComponentD (87 ms total)
[2026-06-05 09:40:15.086] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:15.086] [INFO] [launch_manager] [----------] 1 test from ComponentA (81 ms total)
[2026-06-05 09:40:15.086] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:15.086] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (90 ms total)
[2026-06-05 09:40:15.086] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:15.086] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (81 ms total)
[2026-06-05 09:40:15.086] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:15.086] [INFO] [launch_manager] 2026/06/05 09:40:15.2415086 1436553 000 ECU1 LM LM log debug verbose 12
[2026-06-05 09:40:15.087] [INFO] [launch_manager] Child process 3 of MainPG pid 70 ( component_d ) for node True terminated with status 0
[2026-06-05 09:40:15.087] [INFO] [launch_manager] 2026/06/05 09:40:15.2415086 1436556 000 ECU1 LM LM log debug verbose 12
[2026-06-05 09:40:15.087] [INFO] [launch_manager] Child process 1 of MainPG pid 71 ( component_a ) for node True terminated with status 0
[2026-06-05 09:40:15.088] [INFO] [launch_manager] 2026/06/05 09:40:15.2415088 1436570 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( component_a )
[2026-06-05 09:40:15.088] [INFO] [launch_manager] 2026/06/05 09:40:15.2415088 1436571 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( component_a ) done
[2026-06-05 09:40:15.088] [INFO] [launch_manager] 2026/06/05 09:40:15.2415088 1436572 000 ECU1 LM LM log debug verbose 5
[2026-06-05 09:40:15.089] [INFO] [launch_manager] Queuing jobs after regular termination of process wait 3 ( component_d ) 
[2026-06-05 09:40:15.089] [INFO] [launch_manager] 2026/06/05 09:40:15.2415088 1436573 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 3 ( component_d ) done 
[2026-06-05 09:40:15.089] [INFO] [launch_manager] 2026/06/05 09:40:15.2415088 1436574 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( component_b ) 
[2026-06-05 09:40:15.089] [INFO] [launch_manager] 2026/06/05 09:40:15.2415088 1436574 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 2 of MainPG pid 69 ( component_b ) 
[2026-06-05 09:40:15.089] [INFO] [launch_manager] 2026/06/05 09:40:15.2415088 1436574 000 ECU1 LM LM log debug verbose 2 Request termination received for 69
[2026-06-05 09:40:15.089] [INFO] [launch_manager] [ STEP     ] Verify termination order
[2026-06-05 09:40:15.089] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-06-05 09:40:15.089] [INFO] [launch_manager] [       OK ] ComponentB.RunAndVerify (96 ms)
[2026-06-05 09:40:15.089] [INFO] [launch_manager] [----------] 1 test from ComponentB (96 ms total)
[2026-06-05 09:40:15.089] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:15.089] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (96 ms total)
[2026-06-05 09:40:15.089] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:15.090] [INFO] [launch_manager] 2026/06/05 09:40:15.2415089 1436584 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 69 ( component_b ) for node True terminated with status 0
[2026-06-05 09:40:15.091] [INFO] [launch_manager] 2026/06/05 09:40:15.2415090 1436595 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 2 ( component_b ) 
[2026-06-05 09:40:15.091] [INFO] [launch_manager] 2026/06/05 09:40:15.2415090 1436596 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( component_b ) done 
[2026-06-05 09:40:15.091] [INFO] [launch_manager] 2026/06/05 09:40:15.2415090 1436597 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.091] [INFO] [launch_manager] 2026/06/05 09:40:15.2415090 1436597 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1 
[2026-06-05 09:40:15.091] [INFO] [launch_manager] 2026/06/05 09:40:15.2415090 1436597 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.091] [INFO] [launch_manager] 2026/06/05 09:40:15.2415090 1436597 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.091] [INFO] [launch_manager] 2026/06/05 09:40:15.2415090 1436597 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.091] [INFO] [launch_manager] 2026/06/05 09:40:15.2415090 1436598 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 7 ms 
[2026-06-05 09:40:15.091] [INFO] [launch_manager] 2026/06/05 09:40:15.2415090 1436598 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:15.091] [INFO] [launch_manager] 2026/06/05 09:40:15.2415091 1436601 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Startup of PG MainPG 
[2026-06-05 09:40:15.091] [INFO] [launch_manager] 2026/06/05 09:40:15.2415091 1436601 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 09:40:15.128] [INFO] [launch_manager] 2026/06/05 09:40:15.2415128 1436972 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/Startup PS 3 
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415128 1436972 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/Startup PS 3 
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415128 1436972 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/Startup PS 4
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415128 1436973 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/Startup PS 4 
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415128 1436973 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/Startup PS 3
[2026-06-05 09:40:15.183] [INFO] [launch_manager] 2026/06/05 09:40:15.2415128 1436973 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/Startup PS 4
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415181 1437508 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 09:40:15.184] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-05 09:40:15.184] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415182 1437510 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415182 1437516 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG 
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415182 1437516 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415182 1437517 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415182 1437517 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to 
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415182 1437517 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG 
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415182 1437517 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415182 1437518 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415182 1437518 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415182 1437518 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415182 1437518 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 09:40:15.184] [INFO] [launch_manager] 2026/06/05 09:40:15.2415183 1437520 000 ECU1 LM LM log debug verbose 5
[2026-06-05 09:40:15.184] [INFO] [launch_manager] terminating process 0 ( component_initial )
[2026-06-05 09:40:15.185] [INFO] [launch_manager] 2026/06/05 09:40:15.2415183 1437522 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 67 ( component_initial ) 
[2026-06-05 09:40:15.185] [INFO] [launch_manager] 2026/06/05 09:40:15.2415183 1437522 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:15.185] [INFO] [launch_manager] Request termination received for 67
[2026-06-05 09:40:15.185] [INFO] [launch_manager] 2026/06/05 09:40:15.2415184 1437530 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:15.185] [INFO] [launch_manager] Request acknowledged.
[2026-06-05 09:40:15.185] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-05 09:40:15.228] [INFO] [launch_manager] 2026/06/05 09:40:15.2415228 1437972 000 ECU1 LM Sprv log debug verbose 6
[2026-06-05 09:40:15.228] [INFO] [launch_manager] Process with Id component_initial changed state PG MainPG/Off PS 3 
[2026-06-05 09:40:15.229] [INFO] [launch_manager] 2026/06/05 09:40:15.2415228 1437974 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( component_initial_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 09:40:15.283] [INFO] [launch_manager] [       OK ] SwitchRunTarget.ControlClientMock (301 ms)
[2026-06-05 09:40:15.284] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget (301 ms total)
[2026-06-05 09:40:15.284] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:15.284] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (301 ms total)
[2026-06-05 09:40:15.284] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:15.284] [INFO] [launch_manager] 2026/06/05 09:40:15.2415284 1438530 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-05 09:40:15.285] [INFO] [launch_manager] 2026/06/05 09:40:15.2415285 1438542 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( component_initial ) 
[2026-06-05 09:40:15.285] [INFO] [launch_manager] 2026/06/05 09:40:15.2415285 1438542 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( component_initial ) done
[2026-06-05 09:40:15.285] [INFO] [launch_manager] 2026/06/05 09:40:15.2415285 1438543 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:15.285] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 09:40:15.286] [INFO] [launch_manager] 2026/06/05 09:40:15.2415285 1438544 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1 
[2026-06-05 09:40:15.286] [INFO] [launch_manager] 2026/06/05 09:40:15.2415285 1438544 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.286] [INFO] [launch_manager] 2026/06/05 09:40:15.2415285 1438544 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.286] [INFO] [launch_manager] 2026/06/05 09:40:15.2415285 1438545 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.286] [INFO] [launch_manager] 2026/06/05 09:40:15.2415285 1438546 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 102 ms 
[2026-06-05 09:40:15.286] [INFO] [launch_manager] 2026/06/05 09:40:15.2415285 1438546 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:15.328] [INFO] [launch_manager] 2026/06/05 09:40:15.2415328 1438972 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Off PS 4
[2026-06-05 09:40:15.702] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442711 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-05 09:40:15.702] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442712 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442712 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442712 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442712 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442712 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442713 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442713 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442713 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442713 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442713 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442714 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442714 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442714 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442714 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms 
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442715 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:15.703] [INFO] [launch_manager] 2026/06/05 09:40:15.2415702 1442716 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-05 09:40:15.784] [INFO] [launch_manager] 2026/06/05 09:40:15.2415784 1443536 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-05 09:40:15.831] [INFO] [launch_manager] 2026/06/05 09:40:15.2415828 1443977 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-05 09:40:15.831] [INFO] [launch_manager] 2026/06/05 09:40:15.2415830 1443996 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-05 09:40:15.832] [INFO] [launch_manager] 2026/06/05 09:40:15.2415830 1443997 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/879/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/switch_run_target/switch_run_target/test.xml -
============================== 1 passed in 6.86s ===============================

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/884/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-03 10:30:06.145] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-03 10:30:06.351] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:30:06.352] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:30:06.352] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:30:06.352] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:30:06.362] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:30:06.424] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-03 10:30:06.426] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/b2d73c57ffa182cfcc1b67e1d8ee765c58fd46d9e6fa12e32cc9bdcf613607fe/json HTTP/1.1" 200 None
[2026-06-03 10:30:06.598] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/b2d73c57ffa182cfcc1b67e1d8ee765c58fd46d9e6fa12e32cc9bdcf613607fe/start HTTP/1.1" 204 0
[2026-06-03 10:30:06.599] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:30:06.599] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:30:06.599] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:30:06.599] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:30:06.608] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:30:06.815] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-03 10:30:06.953] [INFO] [launch_manager] 2026/06/03 10:30:06.2606949 1440689 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:30:06.954] [INFO] [launch_manager] Launch Manager Started !!!!
[2026-06-03 10:30:06.954] [INFO] [launch_manager] 2026/06/03 10:30:06.2606950 1440694 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:30:06.954] [INFO] [launch_manager] Loading LCM Configurations...
[2026-06-03 10:30:06.954] [INFO] [launch_manager] 2026/06/03 10:30:06.2606950 1440696 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:30:06.954] [INFO] [launch_manager] ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-03 10:30:06.954] [INFO] [launch_manager] 2026/06/03 10:30:06.2606950 1440699 000 ECU1 LM LM log debug verbose 5
[2026-06-03 10:30:06.954] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-03 10:30:06.955] [INFO] [launch_manager] 2026/06/03 10:30:06.2606950 1440701 000 ECU1 LM LM log debug verbose 5
[2026-06-03 10:30:06.955] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-03 10:30:06.955] [INFO] [launch_manager] 2026/06/03 10:30:06.2606951 1440710 000 ECU1 LM LM log debug verbose 5
[2026-06-03 10:30:06.955] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-03 10:30:06.955] [INFO] [launch_manager] 2026/06/03 10:30:06.2606951 1440712 000 ECU1 LM LM log debug verbose 5
[2026-06-03 10:30:06.955] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-03 10:30:06.955] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440714 000 ECU1 LM LM log debug verbose 4
[2026-06-03 10:30:06.955] [INFO] [launch_manager] parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/incorrect_config_non_reporting/non_reporting_process
[2026-06-03 10:30:06.955] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440716 000 ECU1 LM LM log debug verbose 3 Process non_reporting_process is NOT Reporting execution state 
[2026-06-03 10:30:06.955] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440716 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-03 10:30:06.955] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440717 000 ECU1 LM LM log debug verbose 3 Process non_reporting_process is Self terminating 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440717 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440717 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440717 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440717 000 ECU1 LM LM log debug verbose 3 Creating graph with 1 nodes 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440718 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440718 000 ECU1 LM LM log debug verbose 1 Process Group initialization done 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440718 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 1 entries 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440718 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606952 1440719 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606954 1440733 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 1 processes 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606954 1440734 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606954 1440735 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606954 1440736 000 ECU1 LM LM log debug verbose 3 Created 1 process nodes 
[2026-06-03 10:30:06.956] [INFO] [launch_manager] 2026/06/03 10:30:06.2606954 1440737 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-03 10:30:06.957] [INFO] [launch_manager] 2026/06/03 10:30:06.2606954 1440738 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-03 10:30:06.957] [INFO] [launch_manager] 2026/06/03 10:30:06.2606954 1440741 000 ECU1 LM Fcty log info verbose 2
[2026-06-03 10:30:06.957] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-03 10:30:06.958] [INFO] [launch_manager] 2026/06/03 10:30:06.2606955 1440743 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:30:06.959] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-03 10:30:06.960] [INFO] [launch_manager] 2026/06/03 10:30:06.2606955 1440745 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:30:06.960] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-03 10:30:06.960] [INFO] [launch_manager] 2026/06/03 10:30:06.2606955 1440747 000 ECU1 LM Fcty log debug verbose 4
[2026-06-03 10:30:06.960] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-03 10:30:06.960] [INFO] [launch_manager] 2026/06/03 10:30:06.2606955 1440750 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:30:06.960] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-03 10:30:06.961] [INFO] [launch_manager] 2026/06/03 10:30:06.2606955 1440752 000 ECU1 LM Fcty log warn verbose 2
[2026-06-03 10:30:06.961] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-03 10:30:06.961] [INFO] [launch_manager] 2026/06/03 10:30:06.2606956 1440754 000 ECU1 LM Fcty log debug verbose 2
[2026-06-03 10:30:06.961] [INFO] [launch_manager] Software Cluster Handler starts constructing workers: MainCluster
[2026-06-03 10:30:06.961] [INFO] [launch_manager] 2026/06/03 10:30:06.2606956 1440756 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:30:06.961] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Process States: 0
[2026-06-03 10:30:06.961] [INFO] [launch_manager] 2026/06/03 10:30:06.2606956 1440758 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:30:06.961] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 0
[2026-06-03 10:30:06.961] [INFO] [launch_manager] 2026/06/03 10:30:06.2606956 1440760 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:30:06.961] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 0
[2026-06-03 10:30:06.961] [INFO] [launch_manager] 2026/06/03 10:30:06.2606957 1440765 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:30:06.961] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 0
[2026-06-03 10:30:06.961] [INFO] [launch_manager] 2026/06/03 10:30:06.2606957 1440771 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:30:06.962] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 0
[2026-06-03 10:30:06.962] [INFO] [launch_manager] 2026/06/03 10:30:06.2606958 1440774 000 ECU1 LM Fcty log info verbose 2
[2026-06-03 10:30:06.962] [INFO] [launch_manager] Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-03 10:30:06.962] [INFO] [launch_manager] 2026/06/03 10:30:06.2606958 1440775 000 ECU1 LM Fcty log debug verbose 2
[2026-06-03 10:30:06.962] [INFO] [launch_manager] Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-03 10:30:06.962] [INFO] [launch_manager] 2026/06/03 10:30:06.2606958 1440777 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:30:06.962] [INFO] [launch_manager] HealthMonitor: Initialization took  3  ms
[2026-06-03 10:30:06.962] [INFO] [launch_manager] 2026/06/03 10:30:06.2606958 1440779 000 ECU1 LM LM log info verbose 1
[2026-06-03 10:30:06.962] [INFO] [launch_manager] LCM started successfully
[2026-06-03 10:30:06.962] [INFO] [launch_manager] 2026/06/03 10:30:06.2606959 1440783 000 ECU1 LM LM log debug verbose 3
[2026-06-03 10:30:06.962] [INFO] [launch_manager] clock() at run(): 37.696000 ms
[2026-06-03 10:30:06.963] [INFO] [launch_manager] 2026/06/03 10:30:06.2606959 1440786 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:30:06.963] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============
[2026-06-03 10:30:06.963] [INFO] [launch_manager] 2026/06/03 10:30:06.2606959 1440788 000 ECU1 LM LM log debug verbose 9
[2026-06-03 10:30:06.964] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:30:06.964] [INFO] [launch_manager] 2026/06/03 10:30:06.2606959 1440790 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:30:06.964] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-03 10:30:06.964] [INFO] [launch_manager] 2026/06/03 10:30:06.2606959 1440792 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:30:06.964] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-03 10:30:06.964] [INFO] [launch_manager] 2026/06/03 10:30:06.2606960 1440795 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( non_reporting_process ) from executable /tmp/tests/incorrect_config_non_reporting/non_reporting_process
[2026-06-03 10:30:06.964] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:30:06.966] [INFO] [launch_manager] 2026/06/03 10:30:06.2606965 1440843 000 ECU1 LM LM log debug verbose 4 startProcess pid 69 received for process: non_reporting_process 
[2026-06-03 10:30:06.966] [INFO] [launch_manager] 2026/06/03 10:30:06.2606965 1440843 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 69 ( non_reporting_process ) process 0 of group MainPG 
[2026-06-03 10:30:06.966] [INFO] [launch_manager] 2026/06/03 10:30:06.2606965 1440843 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( non_reporting_process ) done 
[2026-06-03 10:30:06.966] [INFO] [launch_manager] 2026/06/03 10:30:06.2606965 1440843 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-03 10:30:06.966] [INFO] [launch_manager] 2026/06/03 10:30:06.2606965 1440844 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 38.812000 ms 
[2026-06-03 10:30:06.966] [INFO] [launch_manager] 2026/06/03 10:30:06.2606965 1440844 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-03 10:30:06.966] [INFO] [launch_manager] 2026/06/03 10:30:06.2606965 1440844 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 5 ms 
[2026-06-03 10:30:06.966] [INFO] [launch_manager] 2026/06/03 10:30:06.2606965 1440844 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-03 10:30:06.966] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:30:06.966] [INFO] [launch_manager] [----------] 1 test from NonReporting
[2026-06-03 10:30:06.967] [INFO] [launch_manager] [ RUN      ] NonReporting.Process
[2026-06-03 10:30:06.967] [INFO] [launch_manager] 2026/06/03 10:30:06.2606966 1440854 000 ECU1 LM LM log error verbose 3 [Lifecycle client] FD  3  is invalid for kRunning report 
[2026-06-03 10:30:06.967] [INFO] [launch_manager] [       OK ] NonReporting.Process (0 ms)
[2026-06-03 10:30:06.968] [INFO] [launch_manager] [----------] 1 test from NonReporting (0 ms total)
[2026-06-03 10:30:06.968] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:30:06.969] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (3 ms total)
[2026-06-03 10:30:06.969] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-03 10:30:07.059] [INFO] [launch_manager] 2026/06/03 10:30:07.2607059 1441789 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 69 ( non_reporting_process ) for node True terminated with status 0
[2026-06-03 10:30:07.202] [INFO] [launch_manager] 2026/06/03 10:30:07.2607201 1443213 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-03 10:30:07.202] [INFO] [launch_manager] 2026/06/03 10:30:07.2607202 1443213 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-03 10:30:07.202] [INFO] [launch_manager] 2026/06/03 10:30:07.2607202 1443213 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-03 10:30:07.202] [INFO] [launch_manager] 2026/06/03 10:30:07.2607202 1443213 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state 
[2026-06-03 10:30:07.202] [INFO] [launch_manager] 2026/06/03 10:30:07.2607202 1443214 000 ECU1 LM LM log debug verbose 9
[2026-06-03 10:30:07.203] [INFO] [launch_manager] Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:30:07.204] [INFO] [launch_manager] 2026/06/03 10:30:07.2607203 1443231 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:30:07.204] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-03 10:30:07.204] [INFO] [launch_manager] 2026/06/03 10:30:07.2607203 1443232 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:30:07.204] [INFO] [launch_manager] 2026/06/03 10:30:07.2607204 1443233 000 ECU1 LM LM log debug verbose 9
[2026-06-03 10:30:07.204] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:30:07.204] [INFO] [launch_manager] 2026/06/03 10:30:07.2607204 1443234 000 ECU1 LM LM log info verbose 7
[2026-06-03 10:30:07.204] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Off in 2 ms
[2026-06-03 10:30:07.204] [INFO] [launch_manager] 2026/06/03 10:30:07.2607204 1443235 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:30:07.205] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:30:07.205] [INFO] [launch_manager] 2026/06/03 10:30:07.2607204 1443235 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:30:07.205] [INFO] [launch_manager] Wait for all process groups to complete the transition
[2026-06-03 10:30:07.260] [INFO] [launch_manager] 2026/06/03 10:30:07.2607259 1443792 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-03 10:30:07.309] [INFO] [launch_manager] 2026/06/03 10:30:07.2607308 1444281 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-03 10:30:07.314] [INFO] [launch_manager] 2026/06/03 10:30:07.2607312 1444315 000 ECU1 LM LM log debug verbose 1 Graph destroyed 
[2026-06-03 10:30:07.315] [INFO] [launch_manager] 2026/06/03 10:30:07.2607312 1444316 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/884/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting/test.xml -
============================== 1 passed in 1.75s ===============================

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/878/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-05 09:40:09.920] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 09:40:14.251] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 09:40:14.252] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 09:40:14.252] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 09:40:14.252] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 09:40:14.262] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 09:40:14.286] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 09:40:14.288] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/14a1cda709f6248fdb599967c9ce023e858c08e26773edf94766ab7e08468a9a/json HTTP/1.1" 200 None
[2026-06-05 09:40:14.572] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/14a1cda709f6248fdb599967c9ce023e858c08e26773edf94766ab7e08468a9a/start HTTP/1.1" 204 0
[2026-06-05 09:40:14.573] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 09:40:14.573] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 09:40:14.573] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 09:40:14.573] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 09:40:14.581] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 09:40:14.826] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 09:40:14.965] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435330 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!! 
[2026-06-05 09:40:14.965] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435332 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations... 
[2026-06-05 09:40:14.965] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435333 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully 
[2026-06-05 09:40:14.965] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435334 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 ) 
[2026-06-05 09:40:14.965] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435334 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-06-05 09:40:14.965] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435334 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_complex_monitoring ( IdentifierHash: 581828208140588256 ) 
[2026-06-05 09:40:14.965] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435334 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-06-05 09:40:14.965] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435334 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 ) 
[2026-06-05 09:40:14.965] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435335 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/complex_monitoring/control_client_mock 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435335 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435335 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435336 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435336 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435336 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_complex_monitoring 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435336 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435337 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/complex_monitoring/component_complex_monitoring 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435337 000 ECU1 LM LM log debug verbose 3 Process component_complex_monitoring is Reporting execution state 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435337 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435337 000 ECU1 LM LM log debug verbose 3 Process component_complex_monitoring is NOT Self terminating 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435337 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_complex_monitoring 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435338 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/complex_monitoring/verification_process 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435338 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435338 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414964 1435338 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414965 1435339 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414965 1435339 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414965 1435339 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414965 1435339 000 ECU1 LM LM log debug verbose 3 Creating graph with 3 nodes 
[2026-06-05 09:40:14.966] [INFO] [launch_manager] 2026/06/05 09:40:14.2414965 1435339 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:14.967] [INFO] [launch_manager] Process groups initialized successfully
[2026-06-05 09:40:14.967] [INFO] [launch_manager] 2026/06/05 09:40:14.2414967 1435362 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:14.967] [INFO] [launch_manager] Process Group initialization done
[2026-06-05 09:40:14.968] [INFO] [launch_manager] 2026/06/05 09:40:14.2414967 1435366 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 3 entries 
[2026-06-05 09:40:14.968] [INFO] [launch_manager] 2026/06/05 09:40:14.2414967 1435367 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024 
[2026-06-05 09:40:14.968] [INFO] [launch_manager] 2026/06/05 09:40:14.2414967 1435367 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-05 09:40:14.969] [INFO] [launch_manager] 2026/06/05 09:40:14.2414969 1435384 000 ECU1 LM LM log debug verbose 7
[2026-06-05 09:40:14.970] [INFO] [launch_manager] Process group index 0 (with name MainPG ) has 3 processes 
[2026-06-05 09:40:14.970] [INFO] [launch_manager] 2026/06/05 09:40:14.2414969 1435387 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0 
[2026-06-05 09:40:14.970] [INFO] [launch_manager] 2026/06/05 09:40:14.2414969 1435387 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies 
[2026-06-05 09:40:14.970] [INFO] [launch_manager] 2026/06/05 09:40:14.2414969 1435387 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1 
[2026-06-05 09:40:14.970] [INFO] [launch_manager] 2026/06/05 09:40:14.2414969 1435388 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies 
[2026-06-05 09:40:14.970] [INFO] [launch_manager] 2026/06/05 09:40:14.2414969 1435388 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2 
[2026-06-05 09:40:14.970] [INFO] [launch_manager] 2026/06/05 09:40:14.2414969 1435388 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies 
[2026-06-05 09:40:14.970] [INFO] [launch_manager] 2026/06/05 09:40:14.2414969 1435388 000 ECU1 LM LM log debug verbose 3 Created 3 process nodes 
[2026-06-05 09:40:14.970] [INFO] [launch_manager] 2026/06/05 09:40:14.2414969 1435388 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-05 09:40:14.970] [INFO] [launch_manager] 2026/06/05 09:40:14.2414969 1435388 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-05 09:40:14.970] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435392 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. 
[2026-06-05 09:40:14.970] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435392 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100 
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435393 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512 
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435393 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns 
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435393 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0 
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435393 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured 
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435394 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster 
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435395 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock 
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435395 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: component_complex_monitoring 
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435396 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 2
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435397 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-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414970 1435399 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-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435399 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 2 
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435399 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock 
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435400 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_component_complex_monitoring 
[2026-06-05 09:40:14.971] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435400 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 2 
[2026-06-05 09:40:14.972] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435400 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint 
[2026-06-05 09:40:14.972] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435401 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: component_complex_monitoring_checkpoint 
[2026-06-05 09:40:14.972] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435401 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 2 
[2026-06-05 09:40:14.972] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435401 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-05 09:40:14.972] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435402 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-05 09:40:14.972] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435402 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 2 
[2026-06-05 09:40:14.972] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435403 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 
[2026-06-05 09:40:14.972] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435403 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1 
[2026-06-05 09:40:14.972] [INFO] [launch_manager] 2026/06/05 09:40:14.2414971 1435403 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  1  ms
[2026-06-05 09:40:14.972] [INFO] [launch_manager] 2026/06/05 09:40:14.2414972 1435415 000 ECU1 LM LM log info verbose 1
[2026-06-05 09:40:14.972] [INFO] [launch_manager] LCM started successfully
[2026-06-05 09:40:14.973] [INFO] [launch_manager] 2026/06/05 09:40:14.2414973 1435420 000 ECU1 LM LM log debug verbose 3
[2026-06-05 09:40:14.973] [INFO] [launch_manager] clock() at run(): 37.049000 ms
[2026-06-05 09:40:14.973] [INFO] [launch_manager] 2026/06/05 09:40:14.2414973 1435425 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:14.973] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============
[2026-06-05 09:40:14.974] [INFO] [launch_manager] 2026/06/05 09:40:14.2414974 1435430 000 ECU1 LM LM log debug verbose 9
[2026-06-05 09:40:14.974] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-05 09:40:14.974] [INFO] [launch_manager] 2026/06/05 09:40:14.2414974 1435435 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:14.974] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:14.975] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435439 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:14.975] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:14.975] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435444 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:14.975] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:14.976] [INFO] [launch_manager] 2026/06/05 09:40:14.2414975 1435448 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:14.976] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 09:40:14.976] [INFO] [launch_manager] 2026/06/05 09:40:14.2414976 1435453 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:14.976] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 09:40:14.976] [INFO] [launch_manager] 2026/06/05 09:40:14.2414976 1435457 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:14.977] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 09:40:14.977] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435462 000 ECU1 LM LM log debug verbose 6
[2026-06-05 09:40:14.977] [INFO] [launch_manager] Starting process 0 ( control_client_mock ) from executable /tmp/tests/complex_monitoring/control_client_mock
[2026-06-05 09:40:14.977] [INFO] [launch_manager] 2026/06/05 09:40:14.2414977 1435467 000 ECU1 LM LM log debug verbose 3
[2026-06-05 09:40:14.978] [INFO] [launch_manager] Initialize the control client for control_client_mock  process
[2026-06-05 09:40:14.978] [INFO] [launch_manager] 2026/06/05 09:40:14.2414978 1435472 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:14.978] [INFO] [launch_manager] ControlClientChannel initialized
[2026-06-05 09:40:14.979] [INFO] [launch_manager] 2026/06/05 09:40:14.2414979 1435481 000 ECU1 LM LM log debug verbose 4
[2026-06-05 09:40:14.981] [INFO] [launch_manager] startProcess pid 67 received for process: control_client_mock
[2026-06-05 09:40:14.981] [INFO] [launch_manager] 2026/06/05 09:40:14.2414981 1435503 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:14.981] [INFO] [launch_manager] ControlClientChannel obtained from sync.
[2026-06-05 09:40:14.982] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:14.982] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:14.982] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-05 09:40:14.982] [INFO] [launch_manager] [ RUN      ] ComplexMonitoring.ControlClientMock
[2026-06-05 09:40:14.983] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 09:40:14.995] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 09:40:14.995] [INFO] [launch_manager] [ STEP     ] Launch monitored process
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414991 1435605 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment... 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435625 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 67 ( control_client_mock ) process 0 of group MainPG 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435625 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435626 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435626 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 38.661000 ms 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435626 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435626 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 19 ms 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435627 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435627 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-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435627 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_complex_monitoring 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435627 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435628 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_complex_monitoring to 
[2026-06-05 09:40:14.996] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435628 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_complex_monitoring for PG MainPG 
[2026-06-05 09:40:14.997] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435628 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:14.997] [INFO] [launch_manager] 2026/06/05 09:40:14.2414993 1435628 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.997] [INFO] [launch_manager] 2026/06/05 09:40:14.2414994 1435629 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.997] [INFO] [launch_manager] 2026/06/05 09:40:14.2414994 1435629 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:14.997] [INFO] [launch_manager] 2026/06/05 09:40:14.2414994 1435629 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:14.997] [INFO] [launch_manager] 2026/06/05 09:40:14.2414994 1435629 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:14.997] [INFO] [launch_manager] 2026/06/05 09:40:14.2414994 1435629 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:14.997] [INFO] [launch_manager] 2026/06/05 09:40:14.2414994 1435630 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-05 09:40:14.999] [INFO] [launch_manager] 2026/06/05 09:40:14.2414998 1435678 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( component_complex_monitoring ) from executable /tmp/tests/complex_monitoring/component_complex_monitoring
[2026-06-05 09:40:15.006] [INFO] [launch_manager] 2026/06/05 09:40:14.2414999 1435685 000 ECU1 LM LM log debug verbose 4 startProcess pid 75 received for process: component_complex_monitoring 
[2026-06-05 09:40:15.007] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 09:40:15.007] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 09:40:15.007] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-05 09:40:15.007] [INFO] [launch_manager] [ RUN      ] ComplexMonitoring.ComponentComplexMonitoring
[2026-06-05 09:40:15.007] [INFO] [launch_manager] [2026/06/05 09:40:15.0062399][75][HMON][DEBUG] ScoreSupervisorAPIClient: Creating with IDENTIFIER=component_complex_monitoring
[2026-06-05 09:40:15.007] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 09:40:15.007] [INFO] [launch_manager] [2026/06/05 09:40:15.0073321][75][HMON][INFO] Monitoring thread started.
[2026-06-05 09:40:15.008] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 09:40:15.009] [INFO] [launch_manager] [ STEP     ] Send heartbeats for 1 second
[2026-06-05 09:40:15.009] [INFO] [launch_manager] 2026/06/05 09:40:15.2415009 1435781 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 75 ( component_complex_monitoring ) process 1 of group MainPG 
[2026-06-05 09:40:15.009] [INFO] [launch_manager] 2026/06/05 09:40:15.2415009 1435782 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_complex_monitoring ) done 
[2026-06-05 09:40:15.009] [INFO] [launch_manager] 2026/06/05 09:40:15.2415009 1435782 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:15.009] [INFO] [launch_manager] 2026/06/05 09:40:15.2415009 1435783 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_complex_monitoring in 15 ms 
[2026-06-05 09:40:15.009] [INFO] [launch_manager] 2026/06/05 09:40:15.2415009 1435783 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:15.011] [INFO] [launch_manager] 2026/06/05 09:40:15.2415011 1435802 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:15.011] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_complex_monitoring of PG MainPG 
[2026-06-05 09:40:15.011] [INFO] [launch_manager] 2026/06/05 09:40:15.2415011 1435803 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 09:40:15.021] [INFO] [launch_manager] 2026/06/05 09:40:15.2415021 1435905 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1 
[2026-06-05 09:40:15.022] [INFO] [launch_manager] 2026/06/05 09:40:15.2415021 1435905 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2 
[2026-06-05 09:40:15.022] [INFO] [launch_manager] 2026/06/05 09:40:15.2415021 1435905 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-05 09:40:15.022] [INFO] [launch_manager] 2026/06/05 09:40:15.2415021 1435906 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-05 09:40:15.022] [INFO] [launch_manager] 2026/06/05 09:40:15.2415021 1435906 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK. 
[2026-06-05 09:40:15.022] [INFO] [launch_manager] 2026/06/05 09:40:15.2415021 1435906 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to OK.
[2026-06-05 09:40:15.028] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:15.084] [INFO] [launch_manager] 2026/06/05 09:40:15.2415084 1436529 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:15.085] [INFO] [launch_manager] Response retrieved.
[2026-06-05 09:40:15.086] [INFO] [launch_manager] [ END STEP ] Launch monitored process
[2026-06-05 09:40:15.612] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:16.061] [INFO] [launch_manager] [ END STEP ] Send heartbeats for 1 second
[2026-06-05 09:40:16.110] [INFO] [launch_manager] [2026/06/05 09:40:16.1095118][75][HMON][INFO] Monitoring thread exiting.
[2026-06-05 09:40:16.110] [INFO] [launch_manager] [       OK ] ComplexMonitoring.ComponentComplexMonitoring (1107 ms)
[2026-06-05 09:40:16.110] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (1107 ms total)
[2026-06-05 09:40:16.110] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:16.110] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (1107 ms total)
[2026-06-05 09:40:16.110] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:16.219] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:16.322] [INFO] [launch_manager] 2026/06/05 09:40:16.2416321 1448905 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-05 09:40:16.322] [INFO] [launch_manager] 2026/06/05 09:40:16.2416321 1448905 000 ECU1 LM Sprv log debug verbose 3 Recovery request enqueued successfully for alive supervision  component_complex_monitoring_alive_supervision failure
[2026-06-05 09:40:16.409] [INFO] [launch_manager] 2026/06/05 09:40:16.2416409 1449780 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-05 09:40:16.410] [INFO] [launch_manager] 2026/06/05 09:40:16.2416409 1449780 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/fallback_run_target
[2026-06-05 09:40:16.554] [INFO] [launch_manager] 2026/06/05 09:40:16.2416536 1451054 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/fallback_run_target to 
[2026-06-05 09:40:16.555] [INFO] [launch_manager] 2026/06/05 09:40:16.2416536 1451054 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/fallback_run_target for PG MainPG 
[2026-06-05 09:40:16.555] [INFO] [launch_manager] 2026/06/05 09:40:16.2416536 1451055 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:16.555] [INFO] [launch_manager] 2026/06/05 09:40:16.2416536 1451055 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:16.555] [INFO] [launch_manager] 2026/06/05 09:40:16.2416536 1451055 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:16.555] [INFO] [launch_manager] 2026/06/05 09:40:16.2416536 1451055 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:16.555] [INFO] [launch_manager] 2026/06/05 09:40:16.2416536 1451056 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( component_complex_monitoring ) 
[2026-06-05 09:40:16.555] [INFO] [launch_manager] 2026/06/05 09:40:16.2416536 1451056 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 75 ( component_complex_monitoring ) 
[2026-06-05 09:40:16.555] [INFO] [launch_manager] 2026/06/05 09:40:16.2416536 1451056 000 ECU1 LM LM log debug verbose 2 Request termination received for 75
[2026-06-05 09:40:16.572] [INFO] [launch_manager] 2026/06/05 09:40:16.2416571 1451405 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-05 09:40:16.572] [INFO] [launch_manager] 2026/06/05 09:40:16.2416571 1451406 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 09:40:16.778] [INFO] [launch_manager] 2026/06/05 09:40:16.2416752 1453213 000 ECU1 LM LM log warn verbose 5 Process 1 ( component_complex_monitoring ) did not respond to SIGTERM, sending SIGKILL 
[2026-06-05 09:40:16.778] [INFO] [launch_manager] 2026/06/05 09:40:16.2416752 1453213 000 ECU1 LM LM log debug verbose 2 Forced termination received for pid 75 
[2026-06-05 09:40:16.778] [INFO] [launch_manager] 2026/06/05 09:40:16.2416753 1453230 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 75 ( component_complex_monitoring ) for node True terminated with status 9 
[2026-06-05 09:40:16.778] [INFO] [launch_manager] 2026/06/05 09:40:16.2416754 1453235 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( component_complex_monitoring ) done 
[2026-06-05 09:40:16.778] [INFO] [launch_manager] 2026/06/05 09:40:16.2416754 1453235 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:16.778] [INFO] [launch_manager] 2026/06/05 09:40:16.2416754 1453235 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:16.778] [INFO] [launch_manager] 2026/06/05 09:40:16.2416754 1453235 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:16.778] [INFO] [launch_manager] 2026/06/05 09:40:16.2416754 1453235 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( verification_component ) from executable /tmp/tests/complex_monitoring/verification_process 
[2026-06-05 09:40:16.779] [INFO] [launch_manager] 2026/06/05 09:40:16.2416757 1453260 000 ECU1 LM LM log debug verbose 4 startProcess pid 95 received for process: verification_component 
[2026-06-05 09:40:16.779] [INFO] [launch_manager] 2026/06/05 09:40:16.2416757 1453261 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 95 ( verification_component ) process 2 of group MainPG 
[2026-06-05 09:40:16.779] [INFO] [launch_manager] 2026/06/05 09:40:16.2416757 1453261 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( verification_component ) done 
[2026-06-05 09:40:16.779] [INFO] [launch_manager] 2026/06/05 09:40:16.2416757 1453261 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:16.779] [INFO] [launch_manager] 2026/06/05 09:40:16.2416757 1453261 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/fallback_run_target in 348 ms 
[2026-06-05 09:40:16.781] [INFO] [launch_manager] 2026/06/05 09:40:16.2416757 1453262 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:16.781] [INFO] [launch_manager] 2026/06/05 09:40:16.2416757 1453262 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 09:40:16.781] [INFO] [launch_manager] 2026/06/05 09:40:16.2416757 1453263 000 ECU1 LM LM log debug verbose 1 Response sent. 
[2026-06-05 09:40:16.781] [INFO] [launch_manager] 2026/06/05 09:40:16.2416758 1453278 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 95 ( verification_component ) for node True terminated with status 0 
[2026-06-05 09:40:16.781] [INFO] [launch_manager] 2026/06/05 09:40:16.2416772 1453410 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-05 09:40:16.789] [INFO] [launch_manager] 2026/06/05 09:40:16.2416789 1453582 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 09:40:16.801] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 09:40:17.087] [INFO] [launch_manager] [ STEP     ] Verify state changed to fallback run target
[2026-06-05 09:40:17.088] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-05 09:40:17.088] [INFO] [launch_manager] [ STEP     ] Activate Off run target
[2026-06-05 09:40:17.088] [INFO] [launch_manager] 2026/06/05 09:40:17.2417085 1456544 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 09:40:17.088] [INFO] [launch_manager] 2026/06/05 09:40:17.2417085 1456548 000 ECU1 LM LM log debug verbose 8
[2026-06-05 09:40:17.088] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-05 09:40:17.088] [INFO] [launch_manager] 2026/06/05 09:40:17.2417086 1456549 000 ECU1 LM LM log debug verbose 6
[2026-06-05 09:40:17.088] [INFO] [launch_manager] Pending state for process group MainPG changed from to MainPG/Off
[2026-06-05 09:40:17.088] [INFO] [launch_manager] 2026/06/05 09:40:17.2417086 1456550 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.088] [INFO] [launch_manager] Request acknowledged.
[2026-06-05 09:40:17.088] [INFO] [launch_manager] 2026/06/05 09:40:17.2417086 1456552 000 ECU1 LM LM log debug verbose 6
[2026-06-05 09:40:17.089] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/Off to
[2026-06-05 09:40:17.089] [INFO] [launch_manager] 2026/06/05 09:40:17.2417086 1456552 000 ECU1 LM LM log debug verbose 4
[2026-06-05 09:40:17.093] [INFO] [launch_manager] Start transition to MainPG/Off for PG MainPG
[2026-06-05 09:40:17.093] [INFO] [launch_manager] 2026/06/05 09:40:17.2417086 1456553 000 ECU1 LM LM log debug verbose 9
[2026-06-05 09:40:17.093] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-05 09:40:17.093] [INFO] [launch_manager] 2026/06/05 09:40:17.2417086 1456554 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:17.093] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:17.093] [INFO] [launch_manager] 2026/06/05 09:40:17.2417086 1456555 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:17.093] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:17.093] [INFO] [launch_manager] 2026/06/05 09:40:17.2417086 1456556 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.093] [INFO] [launch_manager] 2026/06/05 09:40:17.2417086 1456557 000 ECU1 LM LM log debug verbose 2
[2026-06-05 09:40:17.094] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 09:40:17.094] [INFO] [launch_manager] Request acknowledged.
[2026-06-05 09:40:17.100] [INFO] [launch_manager] [ END STEP ] Activate Off run target
[2026-06-05 09:40:17.100] [INFO] [launch_manager] 2026/06/05 09:40:17.2417086 1456559 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock ) 
[2026-06-05 09:40:17.100] [INFO] [launch_manager] 2026/06/05 09:40:17.2417087 1456559 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 67 ( control_client_mock ) 
[2026-06-05 09:40:17.100] [INFO] [launch_manager] 2026/06/05 09:40:17.2417087 1456559 000 ECU1 LM LM log debug verbose 2 Request termination received for 67
[2026-06-05 09:40:17.100] [INFO] [launch_manager] [       OK ] ComplexMonitoring.ControlClientMock (2109 ms)
[2026-06-05 09:40:17.100] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (2110 ms total)
[2026-06-05 09:40:17.100] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 09:40:17.100] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2110 ms total)
[2026-06-05 09:40:17.100] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 09:40:17.100] [INFO] [launch_manager] 2026/06/05 09:40:17.2417093 1456626 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 67 ( control_client_mock ) for node True terminated with status 0 
[2026-06-05 09:40:17.100] [INFO] [launch_manager] 2026/06/05 09:40:17.2417093 1456627 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock ) 
[2026-06-05 09:40:17.100] [INFO] [launch_manager] 2026/06/05 09:40:17.2417093 1456627 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done 
[2026-06-05 09:40:17.100] [INFO] [launch_manager] 2026/06/05 09:40:17.2417093 1456627 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:17.101] [INFO] [launch_manager] 2026/06/05 09:40:17.2417093 1456627 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:17.101] [INFO] [launch_manager] 2026/06/05 09:40:17.2417093 1456628 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:17.103] [INFO] [launch_manager] 2026/06/05 09:40:17.2417093 1456628 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:17.103] [INFO] [launch_manager] 2026/06/05 09:40:17.2417093 1456628 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 7 ms 
[2026-06-05 09:40:17.103] [INFO] [launch_manager] 2026/06/05 09:40:17.2417093 1456628 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 09:40:17.123] [INFO] [launch_manager] 2026/06/05 09:40:17.2417121 1456905 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3 
[2026-06-05 09:40:17.123] [INFO] [launch_manager] 2026/06/05 09:40:17.2417121 1456905 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4 
[2026-06-05 09:40:17.123] [INFO] [launch_manager] 2026/06/05 09:40:17.2417121 1456906 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 09:40:17.524] [INFO] [launch_manager] 2026/06/05 09:40:17.2417523 1460928 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-05 09:40:17.524] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460929 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 09:40:17.524] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460929 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-05 09:40:17.524] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460929 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state 
[2026-06-05 09:40:17.524] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460929 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 09:40:17.524] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460929 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:17.524] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460930 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 09:40:17.525] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460930 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 09:40:17.525] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460930 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:17.525] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460930 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:17.525] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460930 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 09:40:17.525] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460931 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 09:40:17.525] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460931 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms 
[2026-06-05 09:40:17.525] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460931 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 09:40:17.525] [INFO] [launch_manager] 2026/06/05 09:40:17.2417524 1460931 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-05 09:40:17.599] [INFO] [launch_manager] 2026/06/05 09:40:17.2417599 1461680 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-05 09:40:17.622] [INFO] [launch_manager] 2026/06/05 09:40:17.2417621 1461905 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-05 09:40:17.623] [INFO] [launch_manager] 2026/06/05 09:40:17.2417623 1461922 000 ECU1 LM LM log debug verbose 1
[2026-06-05 09:40:17.623] [INFO] [launch_manager] Graph destroyed 
[2026-06-05 09:40:17.623] [INFO] [launch_manager] 2026/06/05 09:40:17.2417623 1461923 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/878/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/complex_monitoring/complex_monitoring/test.xml -
============================== 1 passed in 8.48s ===============================