Component Requirements Statistics#
Overview#
In Detail#
No needs passed the filters
Failed Tests
Hint: This table should be empty. Before a PR can be merged all tests have to be successful.
No needs passed the filters
Skipped / Disabled Tests
No needs passed the filters
All passed Tests#
No needs passed the filters
Details About Testcases#
No needs passed the filters
No needs passed the filters
Test Log Files#
tests-report/score/health_monitor/src/rust/tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/rust:tests
-----------------------------------------------------------------------------
running 232 tests
test common::tests::duration_to_int_too_large - should panic ... ok
test common::tests::time_offset_diff_too_large - should panic ... ok
test common::tests::time_offset_valid ... ok
test common::tests::time_offset_wrong_order ... ok
test common::tests::time_range_from_interval_lower_too_large - should panic ... ok
test common::tests::time_range_from_interval_valid ... ok
test common::tests::time_range_new_valid ... ok
test common::tests::time_range_new_wrong_order - should panic ... ok
test deadline::common::tests::acquire_and_release_deadline ... ok
test deadline::common::tests::new_and_fields ... ok
test common::tests::duration_to_int_valid ... ok
test deadline::deadline_monitor::tests::deadline_failed_on_first_run_and_then_restarted_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::deadline_outside_time_range_is_error_when_dropped_after_evaluate ... ok
test deadline::common::tests::concurrent_acquire ... ok
test deadline::deadline_monitor::tests::get_deadline_unknown_tag ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_error_when_dropped_before_evaluate ... ok
test deadline::deadline_state::tests::as_u64_and_new ... ok
test deadline::deadline_state::tests::deadline_state_default_and_snapshot ... ok
test deadline::deadline_state::tests::deadline_state_update_none_returns_err ... ok
test deadline::deadline_state::tests::default_state ... ok
test deadline::deadline_state::tests::set_and_get_timestamp_ms ... ok
test deadline::deadline_state::tests::deadline_state_update_success ... ok
test deadline::deadline_state::tests::set_running ... ok
test deadline::deadline_state::tests::set_underrun ... ok
test deadline::ffi::tests::deadline_destroy_null_deadline ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_invalid_range ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_destroy_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_destroy_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_handle ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_unknown_deadline ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_start_already_started ... ok
test deadline::ffi::tests::deadline_start_null_deadline ... ok
test deadline::ffi::tests::deadline_stop_null_deadline ... ok
test deadline::ffi::tests::deadline_start_succeeds ... ok
test deadline::ffi::tests::deadline_stop_succeeds ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_deadline_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_heartbeat_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_logic_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_build_invalid_cycle_intervals ... ok
test ffi::tests::health_monitor_builder_build_no_monitors ... ok
test ffi::tests::health_monitor_builder_build_null_builder_handle ... ok
test ffi::tests::health_monitor_builder_build_null_monitor_handle ... ok
test ffi::tests::health_monitor_builder_build_succeeds ... ok
test ffi::tests::health_monitor_builder_build_thread_parameters ... ok
test ffi::tests::health_monitor_builder_build_valid_cycle_intervals_succeeds ... ok
test ffi::tests::health_monitor_builder_create_null_handle ... ok
test ffi::tests::health_monitor_builder_create_succeeds ... ok
test ffi::tests::health_monitor_builder_destroy_null_handle ... ok
test ffi::tests::health_monitor_destroy_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_deadline_monitor ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_heartbeat_monitor ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_logic_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_logic_monitor ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_start_null_hmon ... ok
test ffi::tests::health_monitor_start_monitor_not_taken ... ok
test health_monitor::tests::health_monitor_builder_build_invalid_cycles ... ok
test health_monitor::tests::health_monitor_builder_build_no_monitors ... ok
test health_monitor::tests::health_monitor_builder_build_succeeds ... ok
test health_monitor::tests::health_monitor_builder_new_succeeds ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_available ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_available ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_available ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_invalid_state ... ok
[2026/06/01 13:07:08.7969051][7815][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:08.7969244][7815][HMON][INFO] Monitoring thread exiting.
test ffi::tests::health_monitor_start_succeeds ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_unknown ... ok
[2026/06/01 13:07:08.7984349][7815][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:08.7984505][7815][HMON][INFO] Monitoring thread exiting.
test health_monitor::tests::health_monitor_start_monitors_not_taken - should panic ... ok
test health_monitor::tests::health_monitor_start_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_invalid_range ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_destroy_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_null_monitor ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_destroy_null_monitor ... ok
test deadline::deadline_monitor::tests::monitor_with_multiple_running_deadlines ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_invalid_internal_processing_cycle ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_ok ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_late_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_late_evaluate_late ... ok
test heartbeat::heartbeat_state::tests::snapshot_counter_increment ... ok
test heartbeat::heartbeat_state::tests::snapshot_default ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_max ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_valid ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_zero ... ok
test heartbeat::heartbeat_state::tests::snapshot_new_succeeds ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_valid ... ok
test heartbeat::heartbeat_state::tests::state_default ... ok
test heartbeat::heartbeat_state::tests::state_new ... ok
test heartbeat::heartbeat_state::tests::state_reset ... ok
test heartbeat::heartbeat_state::tests::state_snapshot ... ok
test heartbeat::heartbeat_state::tests::state_update_none ... ok
test heartbeat::heartbeat_state::tests::state_update_some ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_many_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_zero_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_tag ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_initial_state ... ok
test logic::ffi::tests::logic_monitor_builder_create_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_destroy_null_builder ... ok
test logic::ffi::tests::logic_monitor_destroy_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_fails ... ok
test logic::ffi::tests::logic_monitor_state_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_null_state ... ok
test logic::ffi::tests::logic_monitor_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_transition_fails ... ok
test logic::ffi::tests::logic_monitor_transition_null_monitor ... ok
test logic::ffi::tests::logic_monitor_transition_null_target_state ... ok
test logic::ffi::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_no_states ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_initial_state ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_target ... ok
test logic::logic_monitor::tests::logic_monitor_builder_new_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_state ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_state_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_state_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_transition_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_unknown_node ... ok
test logic::logic_state::tests::snapshot_from_u64_max ... ok
test logic::logic_state::tests::snapshot_from_u64_valid ... ok
test logic::logic_state::tests::snapshot_from_u64_zero ... ok
test logic::logic_state::tests::snapshot_new_succeeds ... ok
test logic::logic_state::tests::snapshot_set_current_state_index_valid ... ok
test logic::logic_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test logic::logic_state::tests::snapshot_set_monitor_status_valid ... ok
test logic::logic_state::tests::state_new ... ok
test logic::logic_state::tests::state_snapshot ... ok
test logic::logic_state::tests::state_swap ... ok
test tag::tests::deadline_tag_debug ... ok
test tag::tests::deadline_tag_from_str ... ok
test tag::tests::deadline_tag_from_string ... ok
test tag::tests::deadline_tag_new ... ok
test tag::tests::deadline_tag_score_debug ... ok
test tag::tests::monitor_tag_debug ... ok
test tag::tests::monitor_tag_from_str ... ok
test tag::tests::monitor_tag_from_string ... ok
test tag::tests::monitor_tag_new ... ok
test tag::tests::monitor_tag_score_debug ... ok
test tag::tests::state_tag_debug ... ok
test tag::tests::state_tag_from_str ... ok
test tag::tests::state_tag_from_string ... ok
test tag::tests::state_tag_new ... ok
test tag::tests::state_tag_score_debug ... ok
test tag::tests::tag_debug ... ok
test tag::tests::tag_hash_is_eq ... ok
test tag::tests::tag_hash_is_ne ... ok
test tag::tests::tag_new ... ok
test tag::tests::tag_partial_eq_is_eq ... ok
test tag::tests::tag_partial_eq_is_ne ... ok
test tag::tests::tag_score_debug ... ok
test tag::tests::test_from_str ... ok
test tag::tests::test_from_string ... ok
test thread_ffi::tests::scheduler_policy_priority_max_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_max_succeeds ... ok
test thread_ffi::tests::scheduler_policy_priority_min_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_min_succeeds ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_many_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_zero_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_handle ... ok
test thread_ffi::tests::thread_parameters_affinity_succeeds ... ok
test thread_ffi::tests::thread_parameters_create_succeeds ... ok
test thread_ffi::tests::thread_parameters_destroy_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_invalid_priority ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_succeeds ... ok
test thread_ffi::tests::thread_parameters_stack_size_null_handle ... ok
test thread_ffi::tests::thread_parameters_stack_size_succeeds ... ok
test worker::tests::monitoring_logic_report_alive_on_each_call_when_no_error ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_late ... ok
test worker::tests::monitoring_logic_report_error_when_deadline_failed ... ok
[2026/06/01 13:07:09.7562980][7815][HMON][INFO] Monitoring thread started.
test deadline::deadline_monitor::tests::start_stop_deadline_within_range_works ... ok
[2026/06/01 13:07:09.8167115][7815][HMON][WARN] Deadline (DeadlineTag(deadline_fast)) missed! Expected: 50, now: 60
[2026/06/01 13:07:09.8167394][7815][HMON][WARN] Deadline monitor with tag MonitorTag(deadline_monitor) reported error: TooLate.
[2026/06/01 13:07:09.8167466][7815][HMON][WARN] One or more monitors reported errors, skipping AliveAPI notification.
[2026/06/01 13:07:09.8167535][7815][HMON][INFO] Monitoring logic failed, stopping thread.
[2026/06/01 13:07:09.8167586][7815][HMON][INFO] Monitoring thread exiting.
test worker::tests::monitoring_logic_report_alive_respect_cycle ... ok
test worker::tests::unique_thread_runner_monitoring_works ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_timestamp_offset ... ok
test result: ok. 232 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
tests-report/score/health_monitor/src/rust/loom_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/rust:loom_tests
-----------------------------------------------------------------------------
running 3 tests
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_early ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_late ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.70s
tests-report/score/health_monitor/src/cpp/cpp_integration_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/cpp:cpp_integration_tests
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from HealthMonitorTest
[ RUN ] HealthMonitorTest.Integrated
[2026/06/05 09:54:42.0717292][score/health_monitor/src/rust/deadline/deadline_monitor.rs:217][4986][HMON][ERROR] Deadline DeadlineTag(deadline_1) stopped too early by 100 ms
[2026/06/05 09:54:42.0717485][score/health_monitor/src/rust/worker.rs:121][4986][HMON][INFO] Monitoring thread started.
[2026/06/05 09:54:42.0717714][score/health_monitor/src/rust/worker.rs:139][4986][HMON][INFO] Monitoring thread exiting.
[ OK ] HealthMonitorTest.Integrated (3 ms)
[----------] 1 test from HealthMonitorTest (3 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (3 ms total)
[ PASSED ] 1 test.
tests-report/score/health_monitor/src/cpp/cpp_unit_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/cpp:cpp_unit_tests
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 33 tests from 10 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from DeadlineMonitorBuilderFixture
[ RUN ] DeadlineMonitorBuilderFixture.New_Succeeds
[ OK ] DeadlineMonitorBuilderFixture.New_Succeeds (0 ms)
[ RUN ] DeadlineMonitorBuilderFixture.AddDeadline_Succeeds
[ OK ] DeadlineMonitorBuilderFixture.AddDeadline_Succeeds (0 ms)
[----------] 2 tests from DeadlineMonitorBuilderFixture (0 ms total)
[----------] 2 tests from DeadlineMonitorFixture
[ RUN ] DeadlineMonitorFixture.GetDeadline_Succeeds
[ OK ] DeadlineMonitorFixture.GetDeadline_Succeeds (0 ms)
[ RUN ] DeadlineMonitorFixture.GetDeadline_Unknown
[ OK ] DeadlineMonitorFixture.GetDeadline_Unknown (0 ms)
[----------] 2 tests from DeadlineMonitorFixture (0 ms total)
[----------] 2 tests from DeadlineFixture
[ RUN ] DeadlineFixture.Start_Succeeds
[2026/06/05 09:54:43.4389358][score/health_monitor/src/rust/deadline/deadline_monitor.rs:217][5018][HMON][ERROR] Deadline DeadlineTag(deadline) stopped too early by 50 ms
[ OK ] DeadlineFixture.Start_Succeeds (0 ms)
[ RUN ] DeadlineFixture.Start_AlreadyRunning
[2026/06/05 09:54:43.4389870][score/health_monitor/src/rust/deadline/deadline_monitor.rs:217][5018][HMON][ERROR] Deadline DeadlineTag(deadline) stopped too early by 50 ms
[2026/06/05 09:54:43.4389935][score/health_monitor/src/rust/deadline/deadline_monitor.rs:172][5018][HMON][WARN] Trying to start deadline DeadlineTag(deadline) that already failed
[ OK ] DeadlineFixture.Start_AlreadyRunning (0 ms)
[----------] 2 tests from DeadlineFixture (0 ms total)
[----------] 4 tests from HealthMonitorBuilderFixture
[ RUN ] HealthMonitorBuilderFixture.New_Succeeds
[ OK ] HealthMonitorBuilderFixture.New_Succeeds (0 ms)
[ RUN ] HealthMonitorBuilderFixture.Build_Succeeds
[ OK ] HealthMonitorBuilderFixture.Build_Succeeds (0 ms)
[ RUN ] HealthMonitorBuilderFixture.Build_InvalidCycles
[2026/06/05 09:54:43.4390903][score/health_monitor/src/rust/health_monitor.rs:134][5018][HMON][ERROR] Supervisor API cycle duration (123 ms) must be a multiple of internal processing cycle interval (100 ms).
[ OK ] HealthMonitorBuilderFixture.Build_InvalidCycles (0 ms)
[ RUN ] HealthMonitorBuilderFixture.Build_NoMonitors
[2026/06/05 09:54:43.4391104][score/health_monitor/src/rust/health_monitor.rs:146][5018][HMON][ERROR] No monitors have been added. HealthMonitor cannot be created.
[ OK ] HealthMonitorBuilderFixture.Build_NoMonitors (0 ms)
[----------] 4 tests from HealthMonitorBuilderFixture (0 ms total)
[----------] 11 tests from HealthMonitor
[ RUN ] HealthMonitor.GetDeadlineMonitor_Available
[ OK ] HealthMonitor.GetDeadlineMonitor_Available (0 ms)
[ RUN ] HealthMonitor.GetDeadlineMonitor_Taken
[ OK ] HealthMonitor.GetDeadlineMonitor_Taken (0 ms)
[ RUN ] HealthMonitor.GetDeadlineMonitor_Unknown
[ OK ] HealthMonitor.GetDeadlineMonitor_Unknown (0 ms)
[ RUN ] HealthMonitor.GetHeartbeatMonitor_Available
[ OK ] HealthMonitor.GetHeartbeatMonitor_Available (0 ms)
[ RUN ] HealthMonitor.GetHeartbeatMonitor_Taken
[ OK ] HealthMonitor.GetHeartbeatMonitor_Taken (0 ms)
[ RUN ] HealthMonitor.GetHeartbeatMonitor_Unknown
[ OK ] HealthMonitor.GetHeartbeatMonitor_Unknown (0 ms)
[ RUN ] HealthMonitor.GetLogicMonitor_Available
[ OK ] HealthMonitor.GetLogicMonitor_Available (0 ms)
[ RUN ] HealthMonitor.GetLogicMonitor_Taken
[ OK ] HealthMonitor.GetLogicMonitor_Taken (0 ms)
[ RUN ] HealthMonitor.GetLogicMonitor_Unknown
[ OK ] HealthMonitor.GetLogicMonitor_Unknown (0 ms)
[ RUN ] HealthMonitor.Start_Succeeds
[2026/06/05 09:54:43.4393663][score/health_monitor/src/rust/worker.rs:121][5018][HMON][INFO] Monitoring thread started.
[2026/06/05 09:54:43.4393754][score/health_monitor/src/rust/worker.rs:139][5018][HMON][INFO] Monitoring thread exiting.
[ OK ] HealthMonitor.Start_Succeeds (0 ms)
[ RUN ] HealthMonitor.Start_MonitorsNotTaken
[2026/06/05 09:54:43.4400290][score/health_monitor/src/rust/health_monitor.rs:307][5023][HMON][ERROR] All monitors must be taken before starting HealthMonitor but MonitorTag(deadline_monitor) is not taken.
[ OK ] HealthMonitor.Start_MonitorsNotTaken (158 ms)
[----------] 11 tests from HealthMonitor (158 ms total)
[----------] 1 test from HeartbeatMonitorBuilder
[ RUN ] HeartbeatMonitorBuilder.New_Succeeds
[ OK ] HeartbeatMonitorBuilder.New_Succeeds (0 ms)
[----------] 1 test from HeartbeatMonitorBuilder (0 ms total)
[----------] 1 test from HeartbeatMonitor
[ RUN ] HeartbeatMonitor.Heartbeat_Succeeds
[ OK ] HeartbeatMonitor.Heartbeat_Succeeds (0 ms)
[----------] 1 test from HeartbeatMonitor (0 ms total)
[----------] 2 tests from LogicMonitorBuilderFixture
[ RUN ] LogicMonitorBuilderFixture.New_Succeeds
[ OK ] LogicMonitorBuilderFixture.New_Succeeds (0 ms)
[ RUN ] LogicMonitorBuilderFixture.AddState_Succeeds
[ OK ] LogicMonitorBuilderFixture.AddState_Succeeds (0 ms)
[----------] 2 tests from LogicMonitorBuilderFixture (0 ms total)
[----------] 5 tests from LogicMonitorFixture
[ RUN ] LogicMonitorFixture.Transition_Succeeds
[ OK ] LogicMonitorFixture.Transition_Succeeds (0 ms)
[ RUN ] LogicMonitorFixture.Transition_Unknown
[2026/06/05 09:54:43.5978984][score/health_monitor/src/rust/logic/logic_monitor.rs:265][5018][HMON][WARN] Requested state transition is invalid: StateTag(state1) -> StateTag(unknown)
[ OK ] LogicMonitorFixture.Transition_Unknown (0 ms)
[ RUN ] LogicMonitorFixture.Transition_Invalid
[2026/06/05 09:54:43.5979562][score/health_monitor/src/rust/logic/logic_monitor.rs:265][5018][HMON][WARN] Requested state transition is invalid: StateTag(state1) -> StateTag(unknown)
[2026/06/05 09:54:43.5979644][score/health_monitor/src/rust/logic/logic_monitor.rs:254][5018][HMON][WARN] Current logic monitor state cannot be determined
[ OK ] LogicMonitorFixture.Transition_Invalid (0 ms)
[ RUN ] LogicMonitorFixture.State_Succeeds
[ OK ] LogicMonitorFixture.State_Succeeds (0 ms)
[ RUN ] LogicMonitorFixture.State_Invalid
[2026/06/05 09:54:43.5980688][score/health_monitor/src/rust/logic/logic_monitor.rs:265][5018][HMON][WARN] Requested state transition is invalid: StateTag(state1) -> StateTag(unknown)
[2026/06/05 09:54:43.5980816][score/health_monitor/src/rust/logic/logic_monitor.rs:290][5018][HMON][WARN] Current logic monitor state cannot be determined
[ OK ] LogicMonitorFixture.State_Invalid (0 ms)
[----------] 5 tests from LogicMonitorFixture (0 ms total)
[----------] 3 tests from TimeRangeFixture
[ RUN ] TimeRangeFixture.New_Succeeds
[ OK ] TimeRangeFixture.New_Succeeds (0 ms)
[ RUN ] TimeRangeFixture.New_InvalidOrder
[ OK ] TimeRangeFixture.New_InvalidOrder (149 ms)
[ RUN ] TimeRangeFixture.MinMax
[ OK ] TimeRangeFixture.MinMax (0 ms)
[----------] 3 tests from TimeRangeFixture (149 ms total)
[----------] Global test environment tear-down
[==========] 33 tests from 10 test suites ran. (309 ms total)
[ PASSED ] 33 tests.
tests-report/score/launch_manager/exec_error_domain_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager:exec_error_domain_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from ExecErrorDomainTest
[ RUN ] ExecErrorDomainTest.AllKnownCodesReturnNonEmptyMessage
[ OK ] ExecErrorDomainTest.AllKnownCodesReturnNonEmptyMessage (0 ms)
[ RUN ] ExecErrorDomainTest.AllKnownCodesHaveDistinctMessages
[ OK ] ExecErrorDomainTest.AllKnownCodesHaveDistinctMessages (0 ms)
[ RUN ] ExecErrorDomainTest.UnknownCodeReturnsNonEmptyMessage
[ OK ] ExecErrorDomainTest.UnknownCodeReturnsNonEmptyMessage (0 ms)
[----------] 3 tests from ExecErrorDomainTest (0 ms total)
[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 3 tests.
tests-report/score/launch_manager/daemon/src/process_state_client/process_state_client_ut/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_state_client:process_state_client_ut
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from ProcessStateClient_UT
[ RUN ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds (0 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds (0 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds (8 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/01 13:07:07.9227519 1538361 000 ECU1 NONE LM log error verbose 1 Failed to queue posix process
2026/06/01 13:07:07.9227520 1538363 000 ECU1 NONE LM log error verbose 1 ProcessStateReceiver::getNextChangedPosixProcess: Overflow occurred, will be reported as kCommunicationError
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails (5 ms)
[----------] 4 tests from ProcessStateClient_UT (15 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (15 ms total)
[ PASSED ] 4 tests.
tests-report/score/launch_manager/daemon/src/recovery_client/recovery_client_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/recovery_client:recovery_client_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from RecoveryClientTest
[ RUN ] RecoveryClientTest.SendSingleRequest
[ OK ] RecoveryClientTest.SendSingleRequest (0 ms)
[ RUN ] RecoveryClientTest.GetNextRequest
[ OK ] RecoveryClientTest.GetNextRequest (0 ms)
[ RUN ] RecoveryClientTest.GetNextRequestEmpty
[ OK ] RecoveryClientTest.GetNextRequestEmpty (0 ms)
[ RUN ] RecoveryClientTest.RingBufferFull
[ OK ] RecoveryClientTest.RingBufferFull (0 ms)
[ RUN ] RecoveryClientTest.FIFOOrdering
[ OK ] RecoveryClientTest.FIFOOrdering (0 ms)
[----------] 5 tests from RecoveryClientTest (0 ms total)
[----------] Global test environment tear-down
[==========] 5 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 5 tests.
tests-report/score/launch_manager/daemon/src/alive_monitor/details/MonitorImpl_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details:MonitorImpl_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from MonitorImplTest
[ RUN ] MonitorImplTest.ThrowsWhenInterfacePathEnvVarIsNotSet
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/05 09:40:17.2417211 1457806 000 ECU1 NONE Sprv log error verbose 3 Failed to load interface path for Monitor ( test/instance )
[ OK ] MonitorImplTest.ThrowsWhenInterfacePathEnvVarIsNotSet (6 ms)
[ RUN ] MonitorImplTest.DoesNotThrowWhenInterfacePathEnvVarIsSet
2026/06/05 09:40:17.2417214 1457832 000 ECU1 NONE Sprv log error verbose 3 Connection to PHM daemon failed, for the Monitor ( test/instance )
[ OK ] MonitorImplTest.DoesNotThrowWhenInterfacePathEnvVarIsSet (0 ms)
[ RUN ] MonitorImplTest.ReportCheckpointSafeWhenNotConnected
2026/06/05 09:40:17.2417214 1457833 000 ECU1 NONE Sprv log error verbose 3 Connection to PHM daemon failed, for the Monitor ( test/instance )
[ OK ] MonitorImplTest.ReportCheckpointSafeWhenNotConnected (0 ms)
[----------] 3 tests from MonitorImplTest (8 ms total)
[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (9 ms total)
[ PASSED ] 3 tests.
tests-report/score/launch_manager/daemon/src/alive_monitor/details/supervision/Alive_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details/supervision:Alive_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from AliveSupervisionTest
[ RUN ] AliveSupervisionTest.AliveTransitionsOkToExpiredOnMissingHeartbeat
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/03 10:29:52.2592505 1296245 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0
[ OK ] AliveSupervisionTest.AliveTransitionsOkToExpiredOnMissingHeartbeat (5 ms)
[ RUN ] AliveSupervisionTest.AliveStaysOkWithCorrectHeartbeats
[ OK ] AliveSupervisionTest.AliveStaysOkWithCorrectHeartbeats (0 ms)
[ RUN ] AliveSupervisionTest.AliveReportsEnqueueFailureWhenRingBufferFull
2026/06/03 10:29:52.2592506 1296255 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0
2026/06/03 10:29:52.2592506 1296256 000 ECU1 NONE Sprv log error verbose 3 Failed to enqueue recovery request for alive supervision test_alive failure (ring buffer full)
[ OK ] AliveSupervisionTest.AliveReportsEnqueueFailureWhenRingBufferFull (0 ms)
[ RUN ] AliveSupervisionTest.AliveDebouncesThroughFailedBeforeExpired
2026/06/03 10:29:52.2592506 1296257 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to FAILED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 1 / 1
2026/06/03 10:29:52.2592506 1296258 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 2 / 1
[ OK ] AliveSupervisionTest.AliveDebouncesThroughFailedBeforeExpired (0 ms)
[----------] 4 tests from AliveSupervisionTest (5 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (6 ms total)
[ PASSED ] 4 tests.
tests-report/score/launch_manager/daemon/src/alive_monitor/details/ifappl/MonitorIfDaemon_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details/ifappl:MonitorIfDaemon_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 16 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 16 tests from MonitorIfDaemonTest
[ RUN ] MonitorIfDaemonTest.GetInterfaceName_ReturnsNameGivenAtConstruction
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
[ OK ] MonitorIfDaemonTest.GetInterfaceName_ReturnsNameGivenAtConstruction (2 ms)
[ RUN ] MonitorIfDaemonTest.InitiallyInactive_CheckForNewData_DoesNotNotifyCheckpoint
[ OK ] MonitorIfDaemonTest.InitiallyInactive_CheckForNewData_DoesNotNotifyCheckpoint (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessOffBeforeActivation_RemainsInactive
[ OK ] MonitorIfDaemonTest.ProcessOffBeforeActivation_RemainsInactive (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessRunning_ActivatesMonitorOnNextCheckForNewData
[ OK ] MonitorIfDaemonTest.ProcessRunning_ActivatesMonitorOnNextCheckForNewData (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessStarting_AlsoActivatesMonitor
[ OK ] MonitorIfDaemonTest.ProcessStarting_AlsoActivatesMonitor (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessOff_DeactivatesMonitor_NoFurtherDataForwarded
[ OK ] MonitorIfDaemonTest.ProcessOff_DeactivatesMonitor_NoFurtherDataForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_CheckpointDataForwarded
[ OK ] MonitorIfDaemonTest.Active_CheckpointDataForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_FutureTimestamp_NotForwardedInCurrentCycle
[ OK ] MonitorIfDaemonTest.Active_FutureTimestamp_NotForwardedInCurrentCycle (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_FutureTimestampCheckpoint_ConsumedInLaterCycle
[ OK ] MonitorIfDaemonTest.Active_FutureTimestampCheckpoint_ConsumedInLaterCycle (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_NonMatchingCheckpointId_NotForwarded
[ OK ] MonitorIfDaemonTest.Active_NonMatchingCheckpointId_NotForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_MultipleCheckpointsInOneCycle_AllForwarded
[ OK ] MonitorIfDaemonTest.Active_MultipleCheckpointsInOneCycle_AllForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_TwoAttachedCheckpoints_RoutedByCheckpointId
[ OK ] MonitorIfDaemonTest.Active_TwoAttachedCheckpoints_RoutedByCheckpointId (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_OverflowDetected_TransitionsToInactiveOverflow
2026/06/03 10:29:52.2592545 1296648 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.Active_OverflowDetected_TransitionsToInactiveOverflow (1 ms)
[ RUN ] MonitorIfDaemonTest.InactiveOverflow_NoProcessRestart_DoesNotRepeatNotification
2026/06/03 10:29:52.2592546 1296653 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.InactiveOverflow_NoProcessRestart_DoesNotRepeatNotification (0 ms)
[ RUN ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestarts_PushesOverflowNotificationAgain
2026/06/03 10:29:52.2592546 1296655 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestarts_PushesOverflowNotificationAgain (0 ms)
[ RUN ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestartFlag_ClearedAfterNotification
2026/06/03 10:29:52.2592546 1296658 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestartFlag_ClearedAfterNotification (0 ms)
[----------] 16 tests from MonitorIfDaemonTest (7 ms total)
[----------] Global test environment tear-down
[==========] 16 tests from 1 test suite ran. (7 ms total)
[ PASSED ] 16 tests.
tests-report/score/launch_manager/daemon/src/process_group_manager/details/safeprocessmap_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_group_manager/details:safeprocessmap_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 13 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 13 tests from SafeProcessMapTest
[ RUN ] SafeProcessMapTest.ConstructWithZeroCapacity
[ OK ] SafeProcessMapTest.ConstructWithZeroCapacity (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedWithNegativePidReturnsInvalid
[ OK ] SafeProcessMapTest.FindTerminatedWithNegativePidReturnsInvalid (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedInsertsEntryWhenPidNotPresent
[ OK ] SafeProcessMapTest.FindTerminatedInsertsEntryWhenPidNotPresent (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedMatchesExistingInsertAndCallsCallback
[ OK ] SafeProcessMapTest.FindTerminatedMatchesExistingInsertAndCallsCallback (0 ms)
[ RUN ] SafeProcessMapTest.InsertIntoEmptyTreeReturnsZero
[ OK ] SafeProcessMapTest.InsertIntoEmptyTreeReturnsZero (0 ms)
[ RUN ] SafeProcessMapTest.InsertMatchesExistingFindTerminatedEntry
[ OK ] SafeProcessMapTest.InsertMatchesExistingFindTerminatedEntry (0 ms)
[ RUN ] SafeProcessMapTest.InsertMultipleNodesThenFindTerminatedRemovesAll
[ OK ] SafeProcessMapTest.InsertMultipleNodesThenFindTerminatedRemovesAll (7 ms)
[ RUN ] SafeProcessMapTest.InsertBeyondCapacityReturnsOutOfMemory
[ OK ] SafeProcessMapTest.InsertBeyondCapacityReturnsOutOfMemory (2 ms)
[ RUN ] SafeProcessMapTest.InsertSamePidTwiceYieldsUntilFindTerminatedResolves
[ OK ] SafeProcessMapTest.InsertSamePidTwiceYieldsUntilFindTerminatedResolves (11 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedSamePidTwiceYieldsUntilInsertResolves
[ OK ] SafeProcessMapTest.FindTerminatedSamePidTwiceYieldsUntilInsertResolves (11 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedWorksAtMaxTreeDepth
[ OK ] SafeProcessMapTest.FindTerminatedWorksAtMaxTreeDepth (0 ms)
[ RUN ] SafeProcessMapTest.ConcurrentInsertAndFindFromMultipleThreads
[ OK ] SafeProcessMapTest.ConcurrentInsertAndFindFromMultipleThreads (2575 ms)
[ RUN ] SafeProcessMapTest.ConcurrentFindAndInsertFromMultipleThreads
[ OK ] SafeProcessMapTest.ConcurrentFindAndInsertFromMultipleThreads (2210 ms)
[----------] 13 tests from SafeProcessMapTest (4821 ms total)
[----------] Global test environment tear-down
[==========] 13 tests from 1 test suite ran. (4821 ms total)
[ PASSED ] 13 tests.
tests-report/score/launch_manager/daemon/src/process_group_manager/details/oshandler_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_group_manager/details:oshandler_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from OsHandlerTest
[ RUN ] OsHandlerTest.WaitReturnsProcessId_FindTerminatedIsCalled
[ OK ] OsHandlerTest.WaitReturnsProcessId_FindTerminatedIsCalled (102 ms)
[ RUN ] OsHandlerTest.WaitReturnsError_OsHandlerSleepsAndDoesNotCallFindTerminated
[ OK ] OsHandlerTest.WaitReturnsError_OsHandlerSleepsAndDoesNotCallFindTerminated (101 ms)
[ RUN ] OsHandlerTest.WaitReturnsZeroPid_OsHandlerSleepsAndDoesNotCallFindTerminated
[ OK ] OsHandlerTest.WaitReturnsZeroPid_OsHandlerSleepsAndDoesNotCallFindTerminated (104 ms)
[ RUN ] OsHandlerTest.WaitReturnsProcessIdBeforeRegistration_LaterRegistrationReceivesStoredTermination
[ OK ] OsHandlerTest.WaitReturnsProcessIdBeforeRegistration_LaterRegistrationReceivesStoredTermination (102 ms)
[ RUN ] OsHandlerTest.WaitReturnsUnknownPidWhenMapIsFull_OutOfResourcesPathDoesNotNotifyCallbacks
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/03 06:59:29.9969867 1115355 000 ECU1 NONE LM log error verbose 3 No more resources available to track process with PID 9999 (SafeProcessMap capacity exceeded).
[ OK ] OsHandlerTest.WaitReturnsUnknownPidWhenMapIsFull_OutOfResourcesPathDoesNotNotifyCallbacks (112 ms)
[ RUN ] OsHandlerTest.WaitReturnsErrorThenProcessId_HandlerRecoversAndInvokesCallback
[ OK ] OsHandlerTest.WaitReturnsErrorThenProcessId_HandlerRecoversAndInvokesCallback (202 ms)
[----------] 6 tests from OsHandlerTest (813 ms total)
[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (814 ms total)
[ PASSED ] 6 tests.
tests-report/score/launch_manager/daemon/src/common/identifier_hash_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common:identifier_hash_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from IdentifierHashTest
[ RUN ] IdentifierHashTest.IdentifierHash_with_string_view_created
[ OK ] IdentifierHashTest.IdentifierHash_with_string_view_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_with_string_created
[ OK ] IdentifierHashTest.IdentifierHash_with_string_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_default_created
[ OK ] IdentifierHashTest.IdentifierHash_default_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation
[ OK ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies
[ OK ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_EqualityOperators
[ OK ] IdentifierHashTest.IdentifierHash_EqualityOperators (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_LessThanOperator
[ OK ] IdentifierHashTest.IdentifierHash_LessThanOperator (0 ms)
[----------] 7 tests from IdentifierHashTest (0 ms total)
[----------] Global test environment tear-down
[==========] 7 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 7 tests.
tests-report/score/launch_manager/daemon/src/common/concurrency/mpmc_concurrent_queue_tsan_test/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common/concurrency:mpmc_concurrent_queue_tsan_test
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 15 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from MPMCConcurrentQueueTest_Basic
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem
[ OK ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType
[ OK ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure
[ OK ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure (20 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (21 ms total)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull (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_complex_rep_failure/process_complex_rep_failure/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/process_complex_rep_failure:process_complex_rep_failure
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/913/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/process_complex_rep_failure/process_complex_rep_failure.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_recovery_action_complex_rep_failure
-------------------------------- live log setup --------------------------------
[2026-06-11 08:24:53.413] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-11 08:24:57.359] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-11 08:24:57.359] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-11 08:24:57.359] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-11 08:24:57.359] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-11 08:24:57.368] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-11 08:24:57.386] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-11 08:24:57.388] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/f9384b9c9980357315fc186f552aba46637fe290c05e7a62d5db026000cec720/json HTTP/1.1" 200 None
[2026-06-11 08:24:57.624] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/f9384b9c9980357315fc186f552aba46637fe290c05e7a62d5db026000cec720/start HTTP/1.1" 204 0
[2026-06-11 08:24:57.625] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-11 08:24:57.625] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-11 08:24:57.625] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-11 08:24:57.627] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-11 08:24:57.636] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-11 08:24:57.855] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-11 08:24:57.970] [INFO] [launch_manager] 2026/06/11 08:24:57.6297968 3247780 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-11 08:24:57.971] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247783 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-11 08:24:57.972] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247784 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-11 08:24:57.972] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247784 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-11 08:24:57.972] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247785 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-11 08:24:57.972] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247785 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_app_does_report_krunning_in_time ( IdentifierHash: 11934981641920773349 )
[2026-06-11 08:24:57.972] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247785 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_app_does_not_report_krunning_in_time ( IdentifierHash: 7672161913816744053 )
[2026-06-11 08:24:57.972] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247785 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-11 08:24:57.973] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247785 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-11 08:24:57.973] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247786 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_complex_rep_failure/control_client_mock
[2026-06-11 08:24:57.973] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247786 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-11 08:24:57.973] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247787 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-11 08:24:57.973] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247787 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Self terminating
[2026-06-11 08:24:57.974] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247787 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-11 08:24:57.974] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247787 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_app_does_report_krunning_in_time
[2026-06-11 08:24:57.974] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247787 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_app_does_not_report_krunning_in_time
[2026-06-11 08:24:57.974] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247788 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-11 08:24:57.974] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247788 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/process_complex_rep_failure/complex_reporting_process
[2026-06-11 08:24:57.975] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247788 000 ECU1 LM LM log debug verbose 3 Process component_does_report_krunning_in_time is Reporting execution state
[2026-06-11 08:24:57.975] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247788 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-11 08:24:57.975] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247789 000 ECU1 LM LM log debug verbose 3
[2026-06-11 08:24:57.976] [INFO] [launch_manager] Process component_does_report_krunning_in_time is Self terminating
[2026-06-11 08:24:57.976] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247790 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_app_does_report_krunning_in_time
[2026-06-11 08:24:57.976] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247791 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/process_complex_rep_failure/process_complex_reporting
[2026-06-11 08:24:57.976] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247791 000 ECU1 LM LM log debug verbose 3 Process component_does_not_report_krunning_in_time is Reporting execution state
[2026-06-11 08:24:57.976] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247791 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-11 08:24:57.976] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247791 000 ECU1 LM LM log debug verbose 3 Process component_does_not_report_krunning_in_time is Self terminating
[2026-06-11 08:24:57.976] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247791 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_app_does_not_report_krunning_in_time
[2026-06-11 08:24:57.976] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247792 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/process_complex_rep_failure/verification_process
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297969 3247792 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297970 3247792 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297970 3247792 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297970 3247793 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297970 3247793 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297970 3247794 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297970 3247794 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297970 3247794 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297970 3247794 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297970 3247794 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297970 3247795 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-11 08:24:57.977] [INFO] [launch_manager] 2026/06/11 08:24:57.6297970 3247795 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-11 08:24:57.978] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247815 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 4 processes
[2026-06-11 08:24:57.978] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247816 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-11 08:24:57.978] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247816 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-11 08:24:57.978] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247817 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-11 08:24:57.978] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247818 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-11 08:24:57.978] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247818 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-11 08:24:57.979] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247818 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-11 08:24:57.979] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247819 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3
[2026-06-11 08:24:57.979] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247819 000 ECU1 LM LM log debug verbose 5 Process 3 has 0 start dependencies
[2026-06-11 08:24:57.979] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247819 000 ECU1 LM LM log debug verbose 3 Created 4 process nodes
[2026-06-11 08:24:57.979] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247819 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-11 08:24:57.979] [INFO] [launch_manager] 2026/06/11 08:24:57.6297972 3247820 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:57.979] [INFO] [launch_manager] Graphs initialized
[2026-06-11 08:24:57.980] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247823 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-11 08:24:57.980] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247824 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-11 08:24:57.980] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247824 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-11 08:24:57.980] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247824 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-11 08:24:57.980] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247824 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-11 08:24:57.980] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247825 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-11 08:24:57.980] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247825 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-11 08:24:57.981] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247826 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-11 08:24:57.981] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247826 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-11 08:24:57.981] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247827 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-11 08:24:57.982] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247828 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-11 08:24:57.982] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247828 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-11 08:24:57.982] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247828 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-11 08:24:57.982] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247828 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-11 08:24:57.982] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247829 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-11 08:24:57.982] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247829 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-11 08:24:57.982] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247829 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-11 08:24:57.982] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247829 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-11 08:24:57.983] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247830 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-11 08:24:57.983] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247830 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 0 ms
[2026-06-11 08:24:57.983] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247831 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-11 08:24:57.983] [INFO] [launch_manager] 2026/06/11 08:24:57.6297973 3247831 000 ECU1 LM LM log debug verbose 3 clock() at run(): 37.887000 ms
[2026-06-11 08:24:57.983] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247832 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-11 08:24:57.983] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247833 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:24:57.983] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247833 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.983] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247833 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.983] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247833 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.983] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247833 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.983] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247834 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.984] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247834 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.984] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247834 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.984] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247834 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.984] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247835 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( control_client_mock ) from executable /tmp/tests/process_complex_rep_failure/control_client_mock
[2026-06-11 08:24:57.984] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247836 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock process
[2026-06-11 08:24:57.984] [INFO] [launch_manager] 2026/06/11 08:24:57.6297974 3247836 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-11 08:24:57.984] [INFO] [launch_manager] 2026/06/11 08:24:57.6297976 3247853 000 ECU1 LM LM log debug verbose 4 startProcess pid 65 received for process: control_client_mock
[2026-06-11 08:24:57.984] [INFO] [launch_manager] 2026/06/11 08:24:57.6297976 3247855 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-11 08:24:57.985] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-11 08:24:57.985] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-11 08:24:57.985] [INFO] [launch_manager] [----------] 1 test from RecoveryActionComplexRepFailure
[2026-06-11 08:24:57.985] [INFO] [launch_manager] [ RUN ] RecoveryActionComplexRepFailure.ControlClientMock
[2026-06-11 08:24:57.985] [INFO] [launch_manager] [ STEP ] Report kRunning from ControlClientMock
[2026-06-11 08:24:57.985] [INFO] [launch_manager] [ END STEP ] Report kRunning from ControlClientMock
[2026-06-11 08:24:57.985] [INFO] [launch_manager] [ STEP ] Activate RunTarget run_target_app_does_report_krunning_in_time
[2026-06-11 08:24:57.985] [INFO] [launch_manager] 2026/06/11 08:24:57.6297981 3247907 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-11 08:24:57.986] [INFO] [launch_manager] 2026/06/11 08:24:57.6297982 3247917 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 65 ( control_client_mock ) process 0 of group MainPG
[2026-06-11 08:24:57.986] [INFO] [launch_manager] 2026/06/11 08:24:57.6297982 3247918 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-11 08:24:57.986] [INFO] [launch_manager] 2026/06/11 08:24:57.6297982 3247918 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:57.986] [INFO] [launch_manager] 2026/06/11 08:24:57.6297982 3247918 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 39.096000 ms
[2026-06-11 08:24:57.986] [INFO] [launch_manager] 2026/06/11 08:24:57.6297982 3247919 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:24:57.986] [INFO] [launch_manager] 2026/06/11 08:24:57.6297982 3247919 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 8 ms
[2026-06-11 08:24:57.986] [INFO] [launch_manager] 2026/06/11 08:24:57.6297982 3247919 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:57.986] [INFO] [launch_manager] 2026/06/11 08:24:57.6297982 3247920 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:57.986] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_app_does_report_krunning_in_time of PG MainPG
[2026-06-11 08:24:57.986] [INFO] [launch_manager] 2026/06/11 08:24:57.6297982 3247922 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_app_does_report_krunning_in_time
[2026-06-11 08:24:57.987] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247923 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:57.987] [INFO] [launch_manager] Request acknowledged.
[2026-06-11 08:24:57.987] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247924 000 ECU1 LM LM log debug verbose 6
[2026-06-11 08:24:57.987] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/run_target_app_does_report_krunning_in_time to
[2026-06-11 08:24:57.987] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247925 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:57.987] [INFO] [launch_manager] Request acknowledged.
[2026-06-11 08:24:57.987] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247925 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_app_does_report_krunning_in_time for PG MainPG
[2026-06-11 08:24:57.987] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247927 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:24:57.987] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247927 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.988] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247927 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.988] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247927 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.988] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247927 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.988] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247927 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.988] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247928 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.988] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247928 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.988] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247928 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.988] [INFO] [launch_manager] 2026/06/11 08:24:57.6297983 3247929 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( component_does_report_krunning_in_time ) from executable /tmp/tests/process_complex_rep_failure/complex_reporting_process
[2026-06-11 08:24:57.988] [INFO] [launch_manager] 2026/06/11 08:24:57.6297984 3247940 000 ECU1 LM LM log debug verbose 4
[2026-06-11 08:24:57.988] [INFO] [launch_manager] startProcess pid 67 received for process: component_does_report_krunning_in_time
[2026-06-11 08:24:57.988] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-11 08:24:57.988] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-11 08:24:57.989] [INFO] [launch_manager] [----------] 1 test from ComplexReportingProcess
[2026-06-11 08:24:57.989] [INFO] [launch_manager] [ RUN ] ComplexReportingProcess.ReportsRunning
[2026-06-11 08:24:57.989] [INFO] [launch_manager] [ STEP ] Check args
[2026-06-11 08:24:57.989] [INFO] [launch_manager] [ END STEP ] Check args
[2026-06-11 08:24:57.989] [INFO] [launch_manager] [ STEP ] Report kRunning from ProcessComplexReporting
[2026-06-11 08:24:58.024] [INFO] [launch_manager] 2026/06/11 08:24:58.6298023 3248332 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-11 08:24:58.024] [INFO] [launch_manager] 2026/06/11 08:24:58.6298024 3248332 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-11 08:24:58.024] [INFO] [launch_manager] 2026/06/11 08:24:58.6298024 3248333 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_does_report_krunning_in_time changed state PG MainPG/run_target_app_does_report_krunning_in_time PS 1
[2026-06-11 08:24:58.024] [INFO] [launch_manager] 2026/06/11 08:24:58.6298024 3248333 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-11 08:24:58.033] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:24:58.491] [INFO] [launch_manager] 2026/06/11 08:24:58.6298488 3252983 000 ECU1 LM DFLT log info verbose 1 Initializing LifeCycleManager
[2026-06-11 08:24:58.492] [INFO] [launch_manager] 2026/06/11 08:24:58.6298489 3252984 000 ECU1 LM DFLT log info verbose 1 LifeCycleManager started
[2026-06-11 08:24:58.492] [INFO] [launch_manager] 2026/06/11 08:24:58.6298489 3252984 000 ECU1 LM DFLT log info verbose 1 Running Application
[2026-06-11 08:24:58.492] [INFO] [launch_manager] 2026/06/11 08:24:58.6298489 3252984 000 ECU1 LM DFLT log info verbose 1 Reporting kRunning to Launch Manager
[2026-06-11 08:24:58.493] [INFO] [launch_manager] 2026/06/11 08:24:58.6298489 3252986 000 ECU1 LM DFLT log info verbose 1 Signal handler started
[2026-06-11 08:24:58.494] [INFO] [launch_manager] 2026/06/11 08:24:58.6298491 3253008 000 ECU1 LM DFLT log info verbose 1 Shutting down Application
[2026-06-11 08:24:58.494] [INFO] [launch_manager] 2026/06/11 08:24:58.6298491 3253008 000 ECU1 LM DFLT log info verbose 4 Application /tmp/tests/process_complex_rep_failure/complex_reporting_process run finished with 0
[2026-06-11 08:24:58.494] [INFO] [launch_manager] 2026/06/11 08:24:58.6298491 3253009 000 ECU1 LM DFLT log info verbose 1 Signal SIGTERM received, requesting to stop the app
[2026-06-11 08:24:58.495] [INFO] [launch_manager] [ END STEP ] Report kRunning from ProcessComplexReporting
[2026-06-11 08:24:58.495] [INFO] [launch_manager] [ OK ] ComplexReportingProcess.ReportsRunning (504 ms)
[2026-06-11 08:24:58.495] [INFO] [launch_manager] [----------] 1 test from ComplexReportingProcess (504 ms total)
[2026-06-11 08:24:58.495] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-11 08:24:58.495] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (504 ms total)
[2026-06-11 08:24:58.495] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-11 08:24:58.495] [INFO] [launch_manager] 2026/06/11 08:24:58.6298492 3253019 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 67 ( component_does_report_krunning_in_time ) process 1 of group MainPG
[2026-06-11 08:24:58.495] [INFO] [launch_manager] 2026/06/11 08:24:58.6298492 3253020 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_does_report_krunning_in_time ) done
[2026-06-11 08:24:58.495] [INFO] [launch_manager] 2026/06/11 08:24:58.6298492 3253020 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:24:58.495] [INFO] [launch_manager] 2026/06/11 08:24:58.6298492 3253021 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_app_does_report_krunning_in_time in 509 ms
[2026-06-11 08:24:58.495] [INFO] [launch_manager] 2026/06/11 08:24:58.6298492 3253021 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:58.496] [INFO] [launch_manager] 2026/06/11 08:24:58.6298496 3253055 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_app_does_report_krunning_in_time of PG MainPG
[2026-06-11 08:24:58.497] [INFO] [launch_manager] 2026/06/11 08:24:58.6298496 3253057 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 67 ( component_does_report_krunning_in_time ) for node True terminated with status 0
[2026-06-11 08:24:58.497] [INFO] [launch_manager] 2026/06/11 08:24:58.6298496 3253058 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-11 08:24:58.524] [INFO] [launch_manager] 2026/06/11 08:24:58.6298523 3253332 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_does_report_krunning_in_time changed state PG MainPG/run_target_app_does_report_krunning_in_time PS 2
[2026-06-11 08:24:58.524] [INFO] [launch_manager] 2026/06/11 08:24:58.6298524 3253333 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_does_report_krunning_in_time changed state PG MainPG/run_target_app_does_report_krunning_in_time PS 4
[2026-06-11 08:24:58.589] [INFO] [launch_manager] 2026/06/11 08:24:58.6298582 3253917 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-11 08:24:58.590] [INFO] [launch_manager] [ END STEP ] Activate RunTarget run_target_app_does_report_krunning_in_time
[2026-06-11 08:24:58.598] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:24:59.192] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:24:59.584] [INFO] [launch_manager] [ STEP ] Verify fallback run target has not been activated
[2026-06-11 08:24:59.584] [INFO] [launch_manager] [ END STEP ] Verify fallback run target has not been activated
[2026-06-11 08:24:59.585] [INFO] [launch_manager] [ STEP ] Activate RunTarget run_target_app_does_not_report_krunning_in_time
[2026-06-11 08:24:59.585] [INFO] [launch_manager] 2026/06/11 08:24:59.6299584 3263934 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-11 08:24:59.586] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263948 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_app_does_not_report_krunning_in_time of PG MainPG
[2026-06-11 08:24:59.586] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263948 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_app_does_not_report_krunning_in_time
[2026-06-11 08:24:59.586] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263948 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:24:59.586] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263948 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_app_does_not_report_krunning_in_time to
[2026-06-11 08:24:59.586] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263949 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_app_does_not_report_krunning_in_time for PG MainPG
[2026-06-11 08:24:59.586] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263949 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:24:59.586] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263949 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.586] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263949 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.587] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263949 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.587] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263949 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.587] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263949 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.587] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263950 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.587] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263950 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.587] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263950 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.587] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263951 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( component_does_not_report_krunning_in_time ) from executable /tmp/tests/process_complex_rep_failure/process_complex_reporting
[2026-06-11 08:24:59.587] [INFO] [launch_manager] 2026/06/11 08:24:59.6299585 3263952 000 ECU1 LM LM log error verbose 2 File does not exist or is not executable: /tmp/tests/process_complex_rep_failure/process_complex_reporting
[2026-06-11 08:24:59.587] [INFO] [launch_manager] 2026/06/11 08:24:59.6299586 3263952 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kAborting for PG 0 ( MainPG )
[2026-06-11 08:24:59.587] [INFO] [launch_manager] 2026/06/11 08:24:59.6299586 3263953 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( component_does_not_report_krunning_in_time ) done
[2026-06-11 08:24:59.588] [INFO] [launch_manager] 2026/06/11 08:24:59.6299586 3263953 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kAborting to kUndefinedState for PG 0 ( MainPG )
[2026-06-11 08:24:59.588] [INFO] [launch_manager] 2026/06/11 08:24:59.6299586 3263953 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.588] [INFO] [launch_manager] 2026/06/11 08:24:59.6299586 3263956 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:24:59.588] [INFO] [launch_manager] 2026/06/11 08:24:59.6299587 3263972 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateFailed ( 19 ) re state MainPG/run_target_app_does_not_report_krunning_in_time of PG MainPG
[2026-06-11 08:24:59.588] [INFO] [launch_manager] 2026/06/11 08:24:59.6299587 3263972 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-11 08:24:59.588] [INFO] [launch_manager] 2026/06/11 08:24:59.6299588 3263972 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-11 08:24:59.588] [INFO] [launch_manager] 2026/06/11 08:24:59.6299588 3263973 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:24:59.588] [INFO] [launch_manager] 2026/06/11 08:24:59.6299588 3263973 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.588] [INFO] [launch_manager] 2026/06/11 08:24:59.6299588 3263973 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.588] [INFO] [launch_manager] 2026/06/11 08:24:59.6299588 3263973 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.589] [INFO] [launch_manager] 2026/06/11 08:24:59.6299588 3263974 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.589] [INFO] [launch_manager] 2026/06/11 08:24:59.6299588 3263974 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.589] [INFO] [launch_manager] 2026/06/11 08:24:59.6299588 3263974 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.589] [INFO] [launch_manager] 2026/06/11 08:24:59.6299588 3263974 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.589] [INFO] [launch_manager] 2026/06/11 08:24:59.6299588 3263974 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.589] [INFO] [launch_manager] 2026/06/11 08:24:59.6299588 3263976 000 ECU1 LM LM log debug verbose 6 Starting process 3 ( verification_component ) from executable /tmp/tests/process_complex_rep_failure/verification_process
[2026-06-11 08:24:59.590] [INFO] [launch_manager] 2026/06/11 08:24:59.6299590 3263993 000 ECU1 LM LM log debug verbose 4 startProcess pid 87 received for process: verification_component
[2026-06-11 08:24:59.590] [INFO] [launch_manager] 2026/06/11 08:24:59.6299590 3263994 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 87 ( verification_component ) process 3 of group MainPG
[2026-06-11 08:24:59.590] [INFO] [launch_manager] 2026/06/11 08:24:59.6299590 3263995 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( verification_component ) done
[2026-06-11 08:24:59.590] [INFO] [launch_manager] 2026/06/11 08:24:59.6299590 3263996 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:24:59.590] [INFO] [launch_manager] 2026/06/11 08:24:59.6299590 3263997 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/fallback_run_target in 2 ms
[2026-06-11 08:24:59.590] [INFO] [launch_manager] 2026/06/11 08:24:59.6299590 3263998 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.590] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.591] [INFO] [launch_manager] 2026/06/11 08:24:59.6299591 3264008 000 ECU1 LM LM log debug verbose 12 Child process 3 of MainPG pid 87 ( verification_component ) for node True terminated with status 0
[2026-06-11 08:24:59.592] [INFO] [launch_manager] 2026/06/11 08:24:59.6299592 3264016 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.592] [INFO] [launch_manager] 2026/06/11 08:24:59.6299592 3264017 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.592] [INFO] [launch_manager] 2026/06/11 08:24:59.6299592 3264017 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.592] [INFO] [launch_manager] 2026/06/11 08:24:59.6299592 3264018 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.592] [INFO] [launch_manager] 2026/06/11 08:24:59.6299592 3264018 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.592] [INFO] [launch_manager] 2026/06/11 08:24:59.6299592 3264019 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.593] [INFO] [launch_manager] 2026/06/11 08:24:59.6299592 3264020 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.593] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.593] [INFO] [launch_manager] 2026/06/11 08:24:59.6299592 3264021 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299592 3264021 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299592 3264022 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299592 3264022 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264022 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264023 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264023 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264023 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264024 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264024 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264024 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264024 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264025 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264025 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264025 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264026 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264026 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.594] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264026 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264026 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264026 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264027 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264027 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264027 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264027 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264028 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264028 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264028 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264028 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264028 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264029 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264029 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264029 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.595] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264029 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.596] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264030 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.596] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264030 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.596] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264031 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.596] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264031 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.596] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264031 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.596] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264032 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.596] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264032 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.596] [INFO] [launch_manager] 2026/06/11 08:24:59.6299593 3264032 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.596] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264032 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.596] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264032 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.596] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264033 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264033 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264033 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264033 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264034 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264034 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264034 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264034 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264035 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264035 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264035 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264035 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264035 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264036 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264036 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.597] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264036 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264036 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264037 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264037 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264037 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264037 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264037 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264038 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264038 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264038 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264038 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264039 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264039 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264039 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264039 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.598] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264039 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264040 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264040 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264040 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264041 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264041 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264041 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264041 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264042 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264042 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299594 3264042 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264042 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264042 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264043 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264043 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264043 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.599] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264043 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264044 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264044 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264044 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264044 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264044 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264045 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264045 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264045 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264045 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264046 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264046 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264046 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264046 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264046 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264047 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.600] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264047 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264047 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264047 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264048 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264048 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264048 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264048 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264048 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264049 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264049 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264049 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264049 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264050 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264051 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.601] [INFO] [launch_manager] 2026/06/11 08:24:59.6299595 3264052 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.602] [INFO] [launch_manager] 2026/06/11 08:24:59.6299596 3264052 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.602] [INFO] [launch_manager] 2026/06/11 08:24:59.6299596 3264053 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.602] [INFO] [launch_manager] 2026/06/11 08:24:59.6299596 3264054 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.602] [INFO] [launch_manager] 2026/06/11 08:24:59.6299596 3264055 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.602] [INFO] [launch_manager] 2026/06/11 08:24:59.6299596 3264057 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.602] [INFO] [launch_manager] 2026/06/11 08:24:59.6299596 3264059 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.602] [INFO] [launch_manager] 2026/06/11 08:24:59.6299596 3264060 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.602] [INFO] [launch_manager] 2026/06/11 08:24:59.6299596 3264061 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.602] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264063 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.602] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.602] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264064 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264065 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264065 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264065 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264065 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264066 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264066 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264066 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264066 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264066 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264067 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264067 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264067 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264067 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264068 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.603] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264068 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264068 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264068 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264069 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264069 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264069 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264069 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264069 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264070 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264070 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264070 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264071 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264071 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264071 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264071 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.604] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264072 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264072 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299597 3264072 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264072 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264072 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264073 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264073 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264073 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264073 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264074 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264074 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264074 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264074 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264074 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264075 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.605] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264075 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264075 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264075 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264076 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264076 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264076 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264076 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264076 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264077 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264077 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264077 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264077 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264077 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264078 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.606] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264078 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264078 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264078 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264079 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264079 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264079 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264079 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264080 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264080 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264080 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264081 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264081 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264081 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264081 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264081 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.607] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264082 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264082 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299598 3264082 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264082 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264082 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264083 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264083 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264083 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264083 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264084 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264084 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264084 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264084 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264084 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264085 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.608] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264085 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264085 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264085 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264086 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264086 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264086 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264086 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264086 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264087 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264087 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264087 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264087 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264088 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264088 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264088 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.609] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264088 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.610] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264088 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.610] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264089 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.610] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264089 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.610] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264089 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.610] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264089 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.610] [INFO] [launch_manager] 2026/06/11 08:24:59.6299599 3264090 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.610] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.610] [INFO] [launch_manager] 2026/06/11 08:24:59.6299600 3264093 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.610] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.610] [INFO] [launch_manager] 2026/06/11 08:24:59.6299600 3264095 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.610] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.610] [INFO] [launch_manager] 2026/06/11 08:24:59.6299600 3264098 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.611] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.611] [INFO] [launch_manager] 2026/06/11 08:24:59.6299600 3264100 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.611] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.611] [INFO] [launch_manager] 2026/06/11 08:24:59.6299600 3264103 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.611] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.611] [INFO] [launch_manager] 2026/06/11 08:24:59.6299601 3264105 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.611] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.611] [INFO] [launch_manager] 2026/06/11 08:24:59.6299601 3264108 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.611] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.611] [INFO] [launch_manager] 2026/06/11 08:24:59.6299601 3264110 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.612] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.612] [INFO] [launch_manager] 2026/06/11 08:24:59.6299602 3264113 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.612] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.612] [INFO] [launch_manager] 2026/06/11 08:24:59.6299602 3264115 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.612] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.612] [INFO] [launch_manager] 2026/06/11 08:24:59.6299602 3264118 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.612] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.612] [INFO] [launch_manager] 2026/06/11 08:24:59.6299602 3264120 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.612] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.612] [INFO] [launch_manager] 2026/06/11 08:24:59.6299602 3264123 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.613] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.613] [INFO] [launch_manager] 2026/06/11 08:24:59.6299603 3264125 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.613] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.613] [INFO] [launch_manager] 2026/06/11 08:24:59.6299603 3264127 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.613] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.613] [INFO] [launch_manager] 2026/06/11 08:24:59.6299603 3264129 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.613] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.613] [INFO] [launch_manager] 2026/06/11 08:24:59.6299603 3264132 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.613] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.613] [INFO] [launch_manager] 2026/06/11 08:24:59.6299604 3264135 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.613] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.614] [INFO] [launch_manager] 2026/06/11 08:24:59.6299604 3264137 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.614] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.614] [INFO] [launch_manager] 2026/06/11 08:24:59.6299604 3264139 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.614] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.614] [INFO] [launch_manager] 2026/06/11 08:24:59.6299604 3264142 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.614] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.614] [INFO] [launch_manager] 2026/06/11 08:24:59.6299605 3264144 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.614] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.614] [INFO] [launch_manager] 2026/06/11 08:24:59.6299605 3264146 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.614] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.614] [INFO] [launch_manager] 2026/06/11 08:24:59.6299605 3264149 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.615] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.615] [INFO] [launch_manager] 2026/06/11 08:24:59.6299605 3264151 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.615] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.615] [INFO] [launch_manager] 2026/06/11 08:24:59.6299606 3264153 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.615] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.615] [INFO] [launch_manager] 2026/06/11 08:24:59.6299606 3264156 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.615] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.615] [INFO] [launch_manager] 2026/06/11 08:24:59.6299606 3264158 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.615] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.615] [INFO] [launch_manager] 2026/06/11 08:24:59.6299606 3264161 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.615] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.616] [INFO] [launch_manager] 2026/06/11 08:24:59.6299607 3264163 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.616] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.616] [INFO] [launch_manager] 2026/06/11 08:24:59.6299607 3264165 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.616] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.616] [INFO] [launch_manager] 2026/06/11 08:24:59.6299607 3264167 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.616] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.616] [INFO] [launch_manager] 2026/06/11 08:24:59.6299607 3264169 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.616] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.616] [INFO] [launch_manager] 2026/06/11 08:24:59.6299607 3264172 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.616] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.616] [INFO] [launch_manager] 2026/06/11 08:24:59.6299608 3264174 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.617] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.617] [INFO] [launch_manager] 2026/06/11 08:24:59.6299608 3264176 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.617] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.617] [INFO] [launch_manager] 2026/06/11 08:24:59.6299608 3264178 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.617] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.617] [INFO] [launch_manager] 2026/06/11 08:24:59.6299608 3264181 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.617] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.617] [INFO] [launch_manager] 2026/06/11 08:24:59.6299609 3264183 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.617] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.617] [INFO] [launch_manager] 2026/06/11 08:24:59.6299609 3264185 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.617] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.618] [INFO] [launch_manager] 2026/06/11 08:24:59.6299609 3264187 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.618] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.618] [INFO] [launch_manager] 2026/06/11 08:24:59.6299609 3264191 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.618] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.618] [INFO] [launch_manager] 2026/06/11 08:24:59.6299610 3264193 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.618] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.618] [INFO] [launch_manager] 2026/06/11 08:24:59.6299610 3264195 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.618] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.618] [INFO] [launch_manager] 2026/06/11 08:24:59.6299610 3264198 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.618] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.619] [INFO] [launch_manager] 2026/06/11 08:24:59.6299610 3264199 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.619] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.619] [INFO] [launch_manager] 2026/06/11 08:24:59.6299610 3264202 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.619] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.619] [INFO] [launch_manager] 2026/06/11 08:24:59.6299611 3264205 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.619] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.619] [INFO] [launch_manager] 2026/06/11 08:24:59.6299611 3264206 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.619] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.619] [INFO] [launch_manager] 2026/06/11 08:24:59.6299611 3264209 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.619] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.619] [INFO] [launch_manager] 2026/06/11 08:24:59.6299611 3264212 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.620] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.620] [INFO] [launch_manager] 2026/06/11 08:24:59.6299612 3264214 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.620] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.620] [INFO] [launch_manager] 2026/06/11 08:24:59.6299612 3264216 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.620] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.620] [INFO] [launch_manager] 2026/06/11 08:24:59.6299612 3264219 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.620] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.620] [INFO] [launch_manager] 2026/06/11 08:24:59.6299612 3264221 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.620] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.620] [INFO] [launch_manager] 2026/06/11 08:24:59.6299613 3264223 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.621] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.621] [INFO] [launch_manager] 2026/06/11 08:24:59.6299613 3264225 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.621] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.621] [INFO] [launch_manager] 2026/06/11 08:24:59.6299613 3264227 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.621] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.621] [INFO] [launch_manager] 2026/06/11 08:24:59.6299613 3264230 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.621] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.621] [INFO] [launch_manager] 2026/06/11 08:24:59.6299614 3264232 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.621] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.622] [INFO] [launch_manager] 2026/06/11 08:24:59.6299614 3264235 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.622] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.622] [INFO] [launch_manager] 2026/06/11 08:24:59.6299614 3264236 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.622] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.622] [INFO] [launch_manager] 2026/06/11 08:24:59.6299614 3264239 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.622] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.622] [INFO] [launch_manager] 2026/06/11 08:24:59.6299614 3264242 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.622] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.622] [INFO] [launch_manager] 2026/06/11 08:24:59.6299615 3264243 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.622] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.623] [INFO] [launch_manager] 2026/06/11 08:24:59.6299615 3264246 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.623] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.623] [INFO] [launch_manager] 2026/06/11 08:24:59.6299615 3264248 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.623] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.623] [INFO] [launch_manager] 2026/06/11 08:24:59.6299615 3264250 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.623] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.623] [INFO] [launch_manager] 2026/06/11 08:24:59.6299616 3264253 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.623] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.624] [INFO] [launch_manager] 2026/06/11 08:24:59.6299616 3264255 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.624] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.624] [INFO] [launch_manager] 2026/06/11 08:24:59.6299616 3264257 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.624] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.624] [INFO] [launch_manager] 2026/06/11 08:24:59.6299616 3264259 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.624] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.624] [INFO] [launch_manager] 2026/06/11 08:24:59.6299616 3264261 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.624] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.624] [INFO] [launch_manager] 2026/06/11 08:24:59.6299617 3264263 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.624] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.625] [INFO] [launch_manager] 2026/06/11 08:24:59.6299617 3264265 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.625] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.625] [INFO] [launch_manager] 2026/06/11 08:24:59.6299617 3264267 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.625] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.625] [INFO] [launch_manager] 2026/06/11 08:24:59.6299617 3264269 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.625] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.625] [INFO] [launch_manager] 2026/06/11 08:24:59.6299617 3264272 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.625] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.625] [INFO] [launch_manager] 2026/06/11 08:24:59.6299618 3264274 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.625] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.625] [INFO] [launch_manager] 2026/06/11 08:24:59.6299618 3264276 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.626] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.626] [INFO] [launch_manager] 2026/06/11 08:24:59.6299618 3264279 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.626] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.626] [INFO] [launch_manager] 2026/06/11 08:24:59.6299618 3264281 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.626] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.626] [INFO] [launch_manager] 2026/06/11 08:24:59.6299619 3264283 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.626] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.626] [INFO] [launch_manager] 2026/06/11 08:24:59.6299619 3264286 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.626] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.627] [INFO] [launch_manager] 2026/06/11 08:24:59.6299619 3264288 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.627] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.627] [INFO] [launch_manager] 2026/06/11 08:24:59.6299619 3264290 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.627] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.627] [INFO] [launch_manager] 2026/06/11 08:24:59.6299620 3264293 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.627] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.627] [INFO] [launch_manager] 2026/06/11 08:24:59.6299620 3264295 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.627] [INFO] [launch_manager] 2026/06/11 08:24:59.6299620 3264296 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.627] [INFO] [launch_manager] 2026/06/11 08:24:59.6299620 3264296 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.627] [INFO] [launch_manager] 2026/06/11 08:24:59.6299620 3264296 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.627] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.627] [INFO] [launch_manager] 2026/06/11 08:24:59.6299620 3264300 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.628] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.628] [INFO] [launch_manager] 2026/06/11 08:24:59.6299621 3264303 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.628] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.628] [INFO] [launch_manager] 2026/06/11 08:24:59.6299621 3264305 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.628] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.628] [INFO] [launch_manager] 2026/06/11 08:24:59.6299621 3264307 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.628] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.628] [INFO] [launch_manager] 2026/06/11 08:24:59.6299621 3264310 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.628] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.628] [INFO] [launch_manager] 2026/06/11 08:24:59.6299621 3264312 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.628] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.629] [INFO] [launch_manager] 2026/06/11 08:24:59.6299622 3264313 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.629] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.629] [INFO] [launch_manager] 2026/06/11 08:24:59.6299622 3264316 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.629] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.629] [INFO] [launch_manager] 2026/06/11 08:24:59.6299622 3264318 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.629] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.629] [INFO] [launch_manager] 2026/06/11 08:24:59.6299622 3264322 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.629] [INFO] [launch_manager] 2026/06/11 08:24:59.6299622 3264322 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.629] [INFO] [launch_manager] 2026/06/11 08:24:59.6299622 3264322 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.630] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264324 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264325 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264325 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264325 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264326 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264326 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264326 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264327 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264327 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264327 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264327 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264328 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264328 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.630] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264328 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264329 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264329 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264329 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264329 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264330 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264330 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264330 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264331 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264331 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264331 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264331 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264332 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299623 3264332 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.631] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264332 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264333 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_does_not_report_krunning_in_time changed state PG MainPG/run_target_app_does_not_report_krunning_in_time PS 1
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264333 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_does_not_report_krunning_in_time changed state PG MainPG/run_target_app_does_not_report_krunning_in_time PS 4
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264334 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264334 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264334 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264335 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264335 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264335 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264336 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264336 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264336 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264336 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264337 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264337 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.632] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264337 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.633] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264338 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.633] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264338 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.633] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264338 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.633] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264339 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.633] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264339 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.633] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264339 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.634] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264340 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.634] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264340 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.634] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264340 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.634] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264341 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.634] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264341 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.634] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264341 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.635] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264342 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.635] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264342 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.635] [INFO] [launch_manager] 2026/06/11 08:24:59.6299624 3264342 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.635] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264343 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.635] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264343 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.635] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264343 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.635] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264343 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.635] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264344 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264344 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264344 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264345 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264345 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264345 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264345 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264346 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264346 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264346 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264347 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264347 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.636] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264347 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264348 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264348 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264348 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264348 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264349 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264349 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264349 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264350 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264350 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264351 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264351 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264351 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264351 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264352 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.637] [INFO] [launch_manager] 2026/06/11 08:24:59.6299625 3264352 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.638] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264352 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.638] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264353 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.638] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264353 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.638] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264353 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.638] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264353 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.638] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264353 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.638] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264354 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.638] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264354 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.638] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264354 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.639] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264355 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.639] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264355 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.639] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264355 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.639] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264356 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.639] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264356 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.640] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264356 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.640] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264357 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.640] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264357 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.640] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264357 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.640] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264357 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.640] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264358 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.640] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264358 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.640] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264358 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.640] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264359 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.640] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264359 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.640] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264359 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264359 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264360 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264360 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264361 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264361 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264361 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264362 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264362 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299626 3264362 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264362 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264363 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264363 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264363 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264363 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264364 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.641] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264364 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.642] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264364 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.642] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264365 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.642] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264365 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.642] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264365 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.642] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264366 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.642] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264366 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.642] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264366 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.642] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264367 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.642] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264367 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.642] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264367 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.643] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264367 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.643] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264368 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.643] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264368 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.643] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264368 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.643] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264368 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.643] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264369 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.643] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264369 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.644] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264369 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.644] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264369 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.644] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264370 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.644] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264370 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.644] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264370 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.644] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264371 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.644] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264371 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.645] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264371 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.645] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264372 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.645] [INFO] [launch_manager] 2026/06/11 08:24:59.6299627 3264372 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.645] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264372 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.645] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264373 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.645] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264373 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.646] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264373 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.646] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264373 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.646] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264374 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.646] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264374 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.646] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264374 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.647] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264375 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.647] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264375 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.647] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264375 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.647] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264375 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.647] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264376 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.647] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264376 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.648] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264377 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.648] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264377 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.648] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264377 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.648] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264377 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.648] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264378 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.648] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264378 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.649] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264378 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.649] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264379 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.649] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264379 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.649] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264379 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.649] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264379 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.649] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264380 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.649] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264380 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.650] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264381 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.650] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264381 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.650] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264381 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.650] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264381 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.650] [INFO] [launch_manager] 2026/06/11 08:24:59.6299628 3264382 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.650] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264382 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.650] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264382 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.650] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264383 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.651] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264383 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.651] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264383 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.651] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264384 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.651] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.651] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264387 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.651] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.651] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264388 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.651] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264388 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.651] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264388 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.651] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264388 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.651] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264389 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.651] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264389 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.651] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264389 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264389 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299629 3264391 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264392 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.652] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264394 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264394 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264394 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264394 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264395 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264395 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264395 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264395 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.652] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264395 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264396 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264396 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264396 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264396 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264397 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264397 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264397 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264397 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264397 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264398 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264398 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264398 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264398 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264399 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.653] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264399 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264399 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264399 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264399 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264400 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264400 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264400 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264401 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264401 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264401 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264401 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264401 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264402 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299630 3264402 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.654] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264402 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264402 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264403 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264403 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264403 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264403 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264404 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264404 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264404 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264404 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264404 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264405 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264405 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264405 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264405 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.655] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264406 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264406 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264406 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264406 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264406 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264407 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264407 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264407 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264407 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264408 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264408 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264408 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.656] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264408 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264408 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264409 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264409 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264409 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264409 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264410 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264410 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264410 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264411 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264411 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264411 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.657] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264411 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264411 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264412 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264412 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299631 3264412 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264412 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264412 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264413 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264413 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264413 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264413 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264414 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264414 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.658] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264414 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.659] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264414 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.659] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264415 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.659] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264415 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.659] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264415 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.659] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264415 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.659] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264415 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.659] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264416 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.659] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264416 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.659] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264416 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.659] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264416 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.659] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264417 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264417 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264417 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264417 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264417 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264418 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264418 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264418 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264418 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264418 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264419 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264419 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.660] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264419 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.661] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264419 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.661] [INFO] [launch_manager] 2026/06/11 08:24:59.6299632 3264420 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.661] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.661] [INFO] [launch_manager] 2026/06/11 08:24:59.6299633 3264423 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.661] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.661] [INFO] [launch_manager] 2026/06/11 08:24:59.6299633 3264424 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.661] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.661] [INFO] [launch_manager] 2026/06/11 08:24:59.6299633 3264426 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.661] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.661] [INFO] [launch_manager] 2026/06/11 08:24:59.6299633 3264427 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.662] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.662] [INFO] [launch_manager] 2026/06/11 08:24:59.6299633 3264429 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.662] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.662] [INFO] [launch_manager] 2026/06/11 08:24:59.6299633 3264431 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.662] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.662] [INFO] [launch_manager] 2026/06/11 08:24:59.6299634 3264432 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.662] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.662] [INFO] [launch_manager] 2026/06/11 08:24:59.6299634 3264434 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.663] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.663] [INFO] [launch_manager] 2026/06/11 08:24:59.6299634 3264435 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.663] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.663] [INFO] [launch_manager] 2026/06/11 08:24:59.6299634 3264437 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.663] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.663] [INFO] [launch_manager] 2026/06/11 08:24:59.6299634 3264439 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.663] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.663] [INFO] [launch_manager] 2026/06/11 08:24:59.6299634 3264441 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.664] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.664] [INFO] [launch_manager] 2026/06/11 08:24:59.6299634 3264442 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.664] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.664] [INFO] [launch_manager] 2026/06/11 08:24:59.6299635 3264444 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.664] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.664] [INFO] [launch_manager] 2026/06/11 08:24:59.6299635 3264446 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.664] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.664] [INFO] [launch_manager] 2026/06/11 08:24:59.6299635 3264448 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.664] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.664] [INFO] [launch_manager] 2026/06/11 08:24:59.6299635 3264450 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.665] [INFO] [launch_manager] 2026/06/11 08:24:59.6299635 3264451 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.665] [INFO] [launch_manager] 2026/06/11 08:24:59.6299635 3264452 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.665] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264452 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.665] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264453 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.665] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264454 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.665] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264454 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.665] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.665] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264456 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.665] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.665] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264458 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.665] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264459 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264459 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264459 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264459 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264460 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264460 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264460 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264460 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264461 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264461 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264461 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264461 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264461 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264461 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264462 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.666] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264462 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299636 3264462 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264462 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264462 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264463 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264463 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264463 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264463 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264463 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264463 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264464 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264464 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264464 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264464 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264464 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.667] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264464 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264465 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264465 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264465 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264465 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264465 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264465 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264466 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264466 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264466 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264466 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264466 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264467 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264467 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264467 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264467 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264467 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264467 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.668] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264468 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264468 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264468 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264468 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264468 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264468 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264469 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264469 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264469 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264469 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264469 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264469 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.669] [INFO] [launch_manager] 2026/06/11 08:24:59.6299637 3264471 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.669] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.670] [INFO] [launch_manager] 2026/06/11 08:24:59.6299638 3264472 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.670] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.670] [INFO] [launch_manager] 2026/06/11 08:24:59.6299638 3264474 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.670] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.670] [INFO] [launch_manager] 2026/06/11 08:24:59.6299638 3264476 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.670] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.670] [INFO] [launch_manager] 2026/06/11 08:24:59.6299638 3264477 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.670] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.670] [INFO] [launch_manager] 2026/06/11 08:24:59.6299638 3264479 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.670] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.671] [INFO] [launch_manager] 2026/06/11 08:24:59.6299638 3264481 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.671] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.673] [INFO] [launch_manager] 2026/06/11 08:24:59.6299639 3264483 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.673] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.673] [INFO] [launch_manager] 2026/06/11 08:24:59.6299639 3264484 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.673] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.673] [INFO] [launch_manager] 2026/06/11 08:24:59.6299639 3264486 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.674] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.674] [INFO] [launch_manager] 2026/06/11 08:24:59.6299639 3264488 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.674] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.674] [INFO] [launch_manager] 2026/06/11 08:24:59.6299639 3264489 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.674] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.674] [INFO] [launch_manager] 2026/06/11 08:24:59.6299639 3264491 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.674] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.674] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264492 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.674] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.674] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264494 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.675] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.675] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264495 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.675] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.675] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264497 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.675] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.675] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264498 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264498 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264498 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264498 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264498 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264499 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264499 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264499 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264499 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264499 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264499 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264500 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264500 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.676] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264500 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.677] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264501 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.677] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264501 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.677] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264501 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.677] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264501 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.677] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264501 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.677] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264502 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.677] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264502 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.677] [INFO] [launch_manager] 2026/06/11 08:24:59.6299640 3264502 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.677] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264502 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.677] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264502 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.678] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264503 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.678] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264503 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.678] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264503 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.678] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264503 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.678] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264503 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.678] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264504 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.679] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264504 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.679] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264504 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.679] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264504 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.679] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264505 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.679] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264505 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.679] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264505 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.679] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264505 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.679] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264505 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.679] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264506 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.679] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264506 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.680] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264506 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.680] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264506 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.680] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264506 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.681] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264507 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.681] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264507 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.681] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264507 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.681] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264507 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.681] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264508 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.681] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264508 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.681] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264508 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264508 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264508 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264509 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264509 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264509 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264509 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264509 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264510 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264510 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264510 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264511 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264511 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.682] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264511 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264511 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264511 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264512 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299641 3264512 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264512 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264512 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264513 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264513 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264513 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264513 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264513 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.683] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264514 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.684] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264514 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.685] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264514 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.685] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264514 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.685] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264515 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.685] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264515 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.685] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264515 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.685] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264515 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.685] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.685] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264518 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.685] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.686] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264520 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.686] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.686] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264521 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.686] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.686] [INFO] [launch_manager] 2026/06/11 08:24:59.6299642 3264522 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.686] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.686] [INFO] [launch_manager] 2026/06/11 08:24:59.6299643 3264524 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.686] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.686] [INFO] [launch_manager] 2026/06/11 08:24:59.6299643 3264525 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.687] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.687] [INFO] [launch_manager] 2026/06/11 08:24:59.6299643 3264526 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.687] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.687] [INFO] [launch_manager] 2026/06/11 08:24:59.6299643 3264527 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.687] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.687] [INFO] [launch_manager] 2026/06/11 08:24:59.6299643 3264529 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.687] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.687] [INFO] [launch_manager] 2026/06/11 08:24:59.6299643 3264530 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.688] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.688] [INFO] [launch_manager] 2026/06/11 08:24:59.6299643 3264532 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.688] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.688] [INFO] [launch_manager] 2026/06/11 08:24:59.6299644 3264533 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.688] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.688] [INFO] [launch_manager] 2026/06/11 08:24:59.6299644 3264535 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.688] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.688] [INFO] [launch_manager] 2026/06/11 08:24:59.6299644 3264536 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.689] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.689] [INFO] [launch_manager] 2026/06/11 08:24:59.6299644 3264537 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.689] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.689] [INFO] [launch_manager] 2026/06/11 08:24:59.6299644 3264538 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.689] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.689] [INFO] [launch_manager] 2026/06/11 08:24:59.6299644 3264540 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.689] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.689] [INFO] [launch_manager] 2026/06/11 08:24:59.6299644 3264541 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.690] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.690] [INFO] [launch_manager] 2026/06/11 08:24:59.6299645 3264543 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.690] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.690] [INFO] [launch_manager] 2026/06/11 08:24:59.6299645 3264544 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.690] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.690] [INFO] [launch_manager] 2026/06/11 08:24:59.6299645 3264546 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.690] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.690] [INFO] [launch_manager] 2026/06/11 08:24:59.6299645 3264548 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.691] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.691] [INFO] [launch_manager] 2026/06/11 08:24:59.6299645 3264550 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.691] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.691] [INFO] [launch_manager] 2026/06/11 08:24:59.6299645 3264551 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.691] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.691] [INFO] [launch_manager] 2026/06/11 08:24:59.6299646 3264553 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.691] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.692] [INFO] [launch_manager] 2026/06/11 08:24:59.6299646 3264554 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.692] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.692] [INFO] [launch_manager] 2026/06/11 08:24:59.6299646 3264556 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.692] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.692] [INFO] [launch_manager] 2026/06/11 08:24:59.6299646 3264558 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.692] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.692] [INFO] [launch_manager] 2026/06/11 08:24:59.6299646 3264560 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.692] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.693] [INFO] [launch_manager] 2026/06/11 08:24:59.6299646 3264561 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.693] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.693] [INFO] [launch_manager] 2026/06/11 08:24:59.6299647 3264562 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.693] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.693] [INFO] [launch_manager] 2026/06/11 08:24:59.6299647 3264564 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.693] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.693] [INFO] [launch_manager] 2026/06/11 08:24:59.6299647 3264566 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.693] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.694] [INFO] [launch_manager] 2026/06/11 08:24:59.6299647 3264568 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.694] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.694] [INFO] [launch_manager] 2026/06/11 08:24:59.6299647 3264570 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.694] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.694] [INFO] [launch_manager] 2026/06/11 08:24:59.6299647 3264571 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.696] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.696] [INFO] [launch_manager] 2026/06/11 08:24:59.6299648 3264572 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.696] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.696] [INFO] [launch_manager] 2026/06/11 08:24:59.6299648 3264574 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.697] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.698] [INFO] [launch_manager] 2026/06/11 08:24:59.6299648 3264576 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.698] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.698] [INFO] [launch_manager] 2026/06/11 08:24:59.6299648 3264578 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.698] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.699] [INFO] [launch_manager] 2026/06/11 08:24:59.6299648 3264579 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.699] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.699] [INFO] [launch_manager] 2026/06/11 08:24:59.6299648 3264581 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.699] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.699] [INFO] [launch_manager] 2026/06/11 08:24:59.6299649 3264582 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.699] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.699] [INFO] [launch_manager] 2026/06/11 08:24:59.6299649 3264584 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.700] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.700] [INFO] [launch_manager] 2026/06/11 08:24:59.6299649 3264586 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.700] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.701] [INFO] [launch_manager] 2026/06/11 08:24:59.6299649 3264588 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.701] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.702] [INFO] [launch_manager] 2026/06/11 08:24:59.6299649 3264590 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.704] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.708] [INFO] [launch_manager] 2026/06/11 08:24:59.6299649 3264591 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.708] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.709] [INFO] [launch_manager] 2026/06/11 08:24:59.6299650 3264593 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.709] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.709] [INFO] [launch_manager] 2026/06/11 08:24:59.6299650 3264594 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.709] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.711] [INFO] [launch_manager] 2026/06/11 08:24:59.6299650 3264596 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.711] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.711] [INFO] [launch_manager] 2026/06/11 08:24:59.6299650 3264597 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.711] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.711] [INFO] [launch_manager] 2026/06/11 08:24:59.6299650 3264599 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.711] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.711] [INFO] [launch_manager] 2026/06/11 08:24:59.6299650 3264601 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.712] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.712] [INFO] [launch_manager] 2026/06/11 08:24:59.6299651 3264603 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.712] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.712] [INFO] [launch_manager] 2026/06/11 08:24:59.6299651 3264606 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.712] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.712] [INFO] [launch_manager] 2026/06/11 08:24:59.6299651 3264608 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.712] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.712] [INFO] [launch_manager] 2026/06/11 08:24:59.6299651 3264610 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.712] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.713] [INFO] [launch_manager] 2026/06/11 08:24:59.6299652 3264613 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.713] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.713] [INFO] [launch_manager] 2026/06/11 08:24:59.6299652 3264615 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.713] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.713] [INFO] [launch_manager] 2026/06/11 08:24:59.6299652 3264617 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.713] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.713] [INFO] [launch_manager] 2026/06/11 08:24:59.6299652 3264620 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.713] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.713] [INFO] [launch_manager] 2026/06/11 08:24:59.6299652 3264622 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.713] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.714] [INFO] [launch_manager] 2026/06/11 08:24:59.6299653 3264624 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.714] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.714] [INFO] [launch_manager] 2026/06/11 08:24:59.6299653 3264627 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.714] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.714] [INFO] [launch_manager] 2026/06/11 08:24:59.6299653 3264629 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.714] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.714] [INFO] [launch_manager] 2026/06/11 08:24:59.6299653 3264632 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.714] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.714] [INFO] [launch_manager] 2026/06/11 08:24:59.6299654 3264634 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.714] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.715] [INFO] [launch_manager] 2026/06/11 08:24:59.6299654 3264637 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.715] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.715] [INFO] [launch_manager] 2026/06/11 08:24:59.6299654 3264639 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.715] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.715] [INFO] [launch_manager] 2026/06/11 08:24:59.6299654 3264641 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.715] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.715] [INFO] [launch_manager] 2026/06/11 08:24:59.6299655 3264643 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.715] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.715] [INFO] [launch_manager] 2026/06/11 08:24:59.6299655 3264646 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.715] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.715] [INFO] [launch_manager] 2026/06/11 08:24:59.6299655 3264648 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.716] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.716] [INFO] [launch_manager] 2026/06/11 08:24:59.6299655 3264650 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.716] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.716] [INFO] [launch_manager] 2026/06/11 08:24:59.6299655 3264653 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.716] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.716] [INFO] [launch_manager] 2026/06/11 08:24:59.6299656 3264655 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.716] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.716] [INFO] [launch_manager] 2026/06/11 08:24:59.6299656 3264657 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.716] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.716] [INFO] [launch_manager] 2026/06/11 08:24:59.6299657 3264663 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.716] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.716] [INFO] [launch_manager] 2026/06/11 08:24:59.6299657 3264665 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.716] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.717] [INFO] [launch_manager] 2026/06/11 08:24:59.6299657 3264667 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.717] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.717] [INFO] [launch_manager] 2026/06/11 08:24:59.6299657 3264669 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.717] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.717] [INFO] [launch_manager] 2026/06/11 08:24:59.6299658 3264675 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.717] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.717] [INFO] [launch_manager] 2026/06/11 08:24:59.6299658 3264678 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.717] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.717] [INFO] [launch_manager] 2026/06/11 08:24:59.6299658 3264680 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.717] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.717] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264683 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.717] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.718] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264685 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.718] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.718] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264686 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.718] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264688 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.718] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264690 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.718] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264690 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.718] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264690 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.718] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264691 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.718] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264691 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.718] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264691 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.718] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264691 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.718] [INFO] [launch_manager] 2026/06/11 08:24:59.6299659 3264691 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299660 3264700 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299663 3264722 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299663 3264726 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299663 3264728 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299663 3264729 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299663 3264740 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299664 3264740 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299664 3264741 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299664 3264741 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299664 3264741 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299664 3264741 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299664 3264742 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299664 3264742 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299664 3264742 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.719] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264742 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264743 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264743 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264743 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264743 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264743 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264744 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264744 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264744 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264744 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264745 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264745 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264745 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264745 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264745 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264746 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.720] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264746 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264746 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264746 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264747 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264747 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264747 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264747 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264747 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264748 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264748 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264748 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264748 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264749 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264749 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264749 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264749 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264749 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.721] [INFO] [launch_manager] 2026/06/11 08:24:59.6299665 3264760 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299666 3264760 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299666 3264761 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299666 3264761 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299666 3264761 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299666 3264761 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299666 3264761 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299666 3264762 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299666 3264762 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299666 3264762 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264762 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264763 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264763 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264763 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264763 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.722] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264763 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264764 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264764 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264764 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264764 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264765 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264765 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264765 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264765 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264765 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264766 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264766 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264766 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264766 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264767 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.723] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264767 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264767 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264767 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264767 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264768 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264768 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264768 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264768 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264769 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264769 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264769 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264769 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264769 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.724] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264770 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264770 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264770 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264771 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264771 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264771 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264771 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264772 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264772 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299667 3264772 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264772 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264772 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264773 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264773 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264773 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.725] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264773 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.726] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264774 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.726] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264774 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.726] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264774 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.726] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264774 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.726] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264774 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.726] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264775 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.726] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264775 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.726] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264775 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.726] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264775 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.726] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264776 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264776 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264776 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264776 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264776 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264777 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264777 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264777 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264777 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264778 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264778 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264778 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264778 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264778 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.727] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264779 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264779 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264779 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264779 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264780 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264780 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264780 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264781 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264781 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264781 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264781 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264781 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264782 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299668 3264782 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264782 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264782 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.728] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264783 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264783 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264783 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264783 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264784 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264784 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264784 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264784 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264785 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264785 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264785 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264785 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264785 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264786 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264786 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264786 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264786 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.729] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264787 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264787 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264787 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264787 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264787 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264788 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264788 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264788 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264788 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264789 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264789 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264789 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264789 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264789 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.730] [INFO] [launch_manager] 2026/06/11 08:24:59.6299669 3264790 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299671 3264805 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299671 3264807 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299671 3264808 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299671 3264810 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299671 3264812 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264813 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264813 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264813 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264814 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264814 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264815 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264815 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264816 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264816 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.731] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264816 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264816 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264817 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264817 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264817 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264817 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264817 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264818 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264818 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264818 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264818 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264819 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264819 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.732] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264819 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264819 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264819 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264820 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264820 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264820 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264821 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264821 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264821 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264821 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264822 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264822 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299672 3264822 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.733] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264822 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.734] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264822 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.734] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264823 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.734] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264823 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.734] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264823 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.734] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264823 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.734] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264824 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.734] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264824 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.734] [INFO] [launch_manager] 2026/06/11 08
[2026-06-11 08:24:59.734] [INFO] [launch_manager] :24:59.6299673 3264824 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.734] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264824 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.734] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264824 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264825 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264825 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264825 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264825 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264826 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264826 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264826 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264826 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264826 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264827 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264827 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264827 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264828 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.735] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264828 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264828 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264828 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264828 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264829 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264829 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264829 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264829 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264830 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264830 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264830 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264831 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264831 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264831 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.736] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264831 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264831 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264832 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264832 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299673 3264832 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264832 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264833 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264833 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264833 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264833 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264833 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264834 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.737] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264834 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264834 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264834 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264835 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264835 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264835 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264835 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264836 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264836 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264836 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264836 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264836 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264837 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264837 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.738] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264837 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264837 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264837 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264838 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264838 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264838 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264838 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264839 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264839 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264839 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264839 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264839 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299674 3264842 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299675 3264843 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.739] [INFO] [launch_manager] 2026/06/11 08:24:59.6299675 3264845 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299675 3264846 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299675 3264848 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299675 3264849 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299675 3264851 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299676 3264852 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299676 3264854 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299676 3264855 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299676 3264857 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299676 3264858 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299676 3264860 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299676 3264861 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299677 3264863 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299677 3264865 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299677 3264866 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.740] [INFO] [launch_manager] 2026/06/11 08:24:59.6299677 3264868 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299677 3264869 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299677 3264871 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299678 3264872 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299678 3264874 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299678 3264876 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299678 3264877 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299678 3264879 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299678 3264880 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299678 3264882 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299679 3264883 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299679 3264885 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299679 3264886 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.741] [INFO] [launch_manager] 2026/06/11 08:24:59.6299679 3264888 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.742] [INFO] [launch_manager] 2026/06/11 08:24:59.6299679 3264889 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.742] [INFO] [launch_manager] 2026/06/11 08:24:59.6299679 3264891 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.742] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264892 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.742] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264893 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.742] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264893 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.742] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264893 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.742] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264894 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.742] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264894 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.742] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264894 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.742] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264895 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.742] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264895 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264895 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264895 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264895 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264896 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264896 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264896 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264896 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264897 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264897 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264897 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264897 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264898 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.743] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264898 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264898 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264898 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264898 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264899 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264899 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264899 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264899 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299680 3264901 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264902 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264904 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264905 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264905 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.744] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264905 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.745] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264906 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.745] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264906 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.745] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264906 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.745] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264906 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.745] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264906 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.745] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264907 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.745] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264907 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.745] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264907 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.745] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264907 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.745] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264908 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.745] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264908 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264908 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264908 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264909 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264909 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264909 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264909 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264910 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264910 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264910 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264911 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264911 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264911 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264911 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264911 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.746] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264912 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264912 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299681 3264912 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264912 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264913 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264913 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264913 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264913 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264913 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264914 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264914 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264914 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.747] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264914 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264914 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264915 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264915 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264915 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264915 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264916 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264916 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264916 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264916 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264917 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264917 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264917 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.748] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264917 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264917 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264918 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264918 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264918 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264918 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264919 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264919 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264919 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264919 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264919 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264920 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264920 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.749] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264920 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264921 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264921 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264921 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264921 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264922 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264922 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299682 3264922 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264922 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264922 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264923 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264923 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264923 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.750] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264923 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264924 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264924 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264924 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264924 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264924 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264925 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264925 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264925 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264925 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264925 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264926 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264926 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.751] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264926 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264926 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264927 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264927 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264927 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264927 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264927 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264928 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264928 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264928 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_ta
[2026-06-11 08:24:59.752] [INFO] [launch_manager] rget of PG MainPG
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264928 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264929 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264929 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.752] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264929 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.753] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264929 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.753] [INFO] [launch_manager] 2026/06/11 08:24:59.6299683 3264929 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.753] [INFO] [launch_manager] 2026/06/11 08:24:59.6299684 3264932 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.753] [INFO] [launch_manager] 2026/06/11 08:24:59.6299684 3264934 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.753] [INFO] [launch_manager] 2026/06/11 08:24:59.6299684 3264935 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.753] [INFO] [launch_manager] 2026/06/11 08:24:59.6299684 3264937 000 ECU1 LM LM log debug verbose 1 2026/06/11 08:24:59.6299684 3264937 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-11 08:24:59.753] [INFO] [launch_manager] Response sent.
[2026-06-11 08:24:59.753] [INFO] [launch_manager] [ END STEP ] Activate RunTarget run_target_app_does_not_report_krunning_in_time
[2026-06-11 08:24:59.778] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:24:59.784] [INFO] [launch_manager] 2026/06/11 08:24:59.6299784 3265939 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-11 08:25:00.330] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:25:00.684] [INFO] [launch_manager] [ STEP ] Verify fallback run target was activated
[2026-06-11 08:25:00.685] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was activated
[2026-06-11 08:25:00.685] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-11 08:25:00.685] [INFO] [launch_manager] 2026/06/11 08:25:00.6300684 3274939 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-11 08:25:00.686] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274957 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-11 08:25:00.686] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274957 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-11 08:25:00.686] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274957 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:25:00.686] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274958 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-11 08:25:00.687] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274958 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-11 08:25:00.687] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274958 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:25:00.687] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274959 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.687] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274959 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.687] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274959 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.687] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274959 000 ECU1 LM LM log debug verbose 2
[2026-06-11 08:25:00.687] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-11 08:25:00.687] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274961 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock )
[2026-06-11 08:25:00.687] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274961 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 65 ( control_client_mock )
[2026-06-11 08:25:00.687] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274962 000 ECU1 LM LM log debug verbose 2 Request termination received for 65
[2026-06-11 08:25:00.687] [INFO] [launch_manager] 2026/06/11 08:25:00.6300686 3274962 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:25:00.687] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-11 08:25:00.724] [INFO] [launch_manager] 2026/06/11 08:25:00.6300723 3275332 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-11 08:25:00.724] [INFO] [launch_manager] 2026/06/11 08:25:00.6300723 3275332 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-11 08:25:00.786] [INFO] [launch_manager] [ OK ] RecoveryActionComplexRepFailure.ControlClientMock (2808 ms)
[2026-06-11 08:25:00.786] [INFO] [launch_manager] [----------] 1 test from RecoveryActionComplexRepFailure (2808 ms total)
[2026-06-11 08:25:00.786] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-11 08:25:00.786] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2808 ms total)
[2026-06-11 08:25:00.786] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-11 08:25:00.786] [INFO] [launch_manager] 2026/06/11 08:25:00.6300786 3275960 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 65 ( control_client_mock ) for node True terminated with status 0
[2026-06-11 08:25:00.788] [INFO] [launch_manager] 2026/06/11 08:25:00.6300788 3275975 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-11 08:25:00.788] [INFO] [launch_manager] 2026/06/11 08:25:00.6300788 3275975 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-11 08:25:00.788] [INFO] [launch_manager] 2026/06/11 08:25:00.6300788 3275976 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.788] [INFO] [launch_manager] 2026/06/11 08:25:00.6300788 3275976 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.788] [INFO] [launch_manager] 2026/06/11 08:25:00.6300788 3275976 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.788] [INFO] [launch_manager] 2026/06/11 08:25:00.6300788 3275976 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.788] [INFO] [launch_manager] 2026/06/11 08:25:00.6300788 3275977 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:25:00.789] [INFO] [launch_manager] 2026/06/11 08:25:00.6300788 3275977 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 101 ms
[2026-06-11 08:25:00.789] [INFO] [launch_manager] 2026/06/11 08:25:00.6300788 3275977 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:00.824] [INFO] [launch_manager] 2026/06/11 08:25:00.6300823 3276332 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-11 08:25:00.998] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278076 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-11 08:25:00.999] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278077 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-11 08:25:00.999] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278077 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-11 08:25:00.999] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278077 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-11 08:25:00.999] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278078 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:25:00.999] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278078 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.999] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278078 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.999] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278079 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.999] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278079 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.999] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278079 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:01.000] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278079 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:01.000] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278080 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:01.000] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278081 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:01.000] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278081 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:25:01.000] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278081 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-11 08:25:01.000] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278081 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.000] [INFO] [launch_manager] 2026/06/11 08:25:00.6300998 3278081 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-11 08:25:01.087] [INFO] [launch_manager] 2026/06/11 08:25:01.6301087 3278964 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-11 08:25:01.124] [INFO] [launch_manager] 2026/06/11 08:25:01.6301123 3279332 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-11 08:25:01.125] [INFO] [launch_manager] 2026/06/11 08:25:01.6301125 3279346 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-11 08:25:01.125] [INFO] [launch_manager] 2026/06/11 08:25:01.6301125 3279347 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/913/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_complex_rep_failure/process_complex_rep_failure/test.xml -
============================== 1 passed in 8.24s ===============================
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/908/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-11 08:24:53.367] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-11 08:24:57.358] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-11 08:24:57.358] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-11 08:24:57.358] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-11 08:24:57.358] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-11 08:24:57.368] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-11 08:24:57.386] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-11 08:24:57.389] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/ea2ddba1808e51e13a7bb95696a54086a4ae3bf507e206fb0c93446ee4555588/json HTTP/1.1" 200 None
[2026-06-11 08:24:57.603] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/ea2ddba1808e51e13a7bb95696a54086a4ae3bf507e206fb0c93446ee4555588/start HTTP/1.1" 204 0
[2026-06-11 08:24:57.603] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-11 08:24:57.603] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-11 08:24:57.603] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-11 08:24:57.604] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-11 08:24:57.612] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-11 08:24:57.795] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-11 08:24:57.900] [INFO] [launch_manager] 2026/06/11 08:24:57.6297899 3247086 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-11 08:24:57.901] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247096 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-11 08:24:57.901] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247096 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-11 08:24:57.901] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247098 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-11 08:24:57.901] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247098 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-11 08:24:57.901] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247098 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_twice ( IdentifierHash: 16083544560338850016 )
[2026-06-11 08:24:57.901] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247099 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_always ( IdentifierHash: 12093248490838190123 )
[2026-06-11 08:24:57.902] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247099 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-11 08:24:57.902] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247099 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-11 08:24:57.902] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247100 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/crash_on_startup/control_client_mock
[2026-06-11 08:24:57.902] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247100 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247100 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247100 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating
[2026-06-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247101 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247101 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-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247101 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-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297900 3247102 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247102 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-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247103 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_twice is Reporting execution state
[2026-06-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247104 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247104 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_twice is NOT Self terminating
[2026-06-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247104 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-11 08:24:57.903] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247105 000 ECU1 LM LM log debug verbose 4
[2026-06-11 08:24:57.904] [INFO] [launch_manager] parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/crash_on_startup/process_crashing_on_startup_always
[2026-06-11 08:24:57.904] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247106 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_always is Reporting execution state
[2026-06-11 08:24:57.904] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247106 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:57.904] [INFO] [launch_manager] Process is NOT associated with any function Cluster Affiliation
[2026-06-11 08:24:57.904] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247107 000 ECU1 LM LM log debug verbose 3
[2026-06-11 08:24:57.904] [INFO] [launch_manager] Process process_crashing_on_startup_always is NOT Self terminating
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247108 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-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247108 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/crash_on_startup/verification_process
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247108 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247108 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247109 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247109 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247109 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247109 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247110 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247110 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247110 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247110 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247111 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-11 08:24:57.905] [INFO] [launch_manager] 2026/06/11 08:24:57.6297901 3247111 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247125 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 4 processes
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247125 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247125 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247126 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247126 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247126 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247127 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247127 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247127 000 ECU1 LM LM log debug verbose 5 Process 3 has 0 start dependencies
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247127 000 ECU1 LM LM log debug verbose 3 Created 4 process nodes
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247128 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247128 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247130 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-11 08:24:57.906] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247130 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247130 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247131 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247131 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247131 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297903 3247132 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247132 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247132 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247134 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-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247134 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247134 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247134 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247134 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247135 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-11 08:24:57.907] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247135 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-11 08:24:57.908] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247135 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-11 08:24:57.908] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247136 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-11 08:24:57.908] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247136 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-11 08:24:57.908] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247136 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 0 ms
[2026-06-11 08:24:57.908] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247137 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-11 08:24:57.908] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247139 000 ECU1 LM LM log debug verbose 3 clock() at run(): 36.563000 ms
[2026-06-11 08:24:57.908] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247141 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-11 08:24:57.908] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247141 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:24:57.908] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247141 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.908] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247141 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.908] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247142 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.909] [INFO] [launch_manager] 2026/06/11 08:24:57.6297904 3247142 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.909] [INFO] [launch_manager] 2026/06/11 08:24:57.6297905 3247142 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.909] [INFO] [launch_manager] 2026/06/11 08:24:57.6297905 3247143 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.909] [INFO] [launch_manager] 2026/06/11 08:24:57.6297905 3247143 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.909] [INFO] [launch_manager] 2026/06/11 08:24:57.6297905 3247143 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.909] [INFO] [launch_manager] 2026/06/11 08:24:57.6297905 3247144 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( control_client_mock ) from executable /tmp/tests/crash_on_startup/control_client_mock
[2026-06-11 08:24:57.909] [INFO] [launch_manager] 2026/06/11 08:24:57.6297905 3247145 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock process
[2026-06-11 08:24:57.909] [INFO] [launch_manager] 2026/06/11 08:24:57.6297905 3247145 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-11 08:24:57.909] [INFO] [launch_manager] 2026/06/11 08:24:57.6297905 3247149 000 ECU1 LM LM log debug verbose 4
[2026-06-11 08:24:57.909] [INFO] [launch_manager] startProcess pid 67 received for process: control_client_mock
[2026-06-11 08:24:57.909] [INFO] [launch_manager] 2026/06/11 08:24:57.6297905 3247150 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-11 08:24:57.920] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-11 08:24:57.920] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-11 08:24:57.921] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-11 08:24:57.921] [INFO] [launch_manager] [ RUN ] CrashOnStartup.ControlClientMock
[2026-06-11 08:24:57.922] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-11 08:24:57.924] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-11 08:24:57.924] [INFO] [launch_manager] [ STEP ] Launch process crashing on startup twice
[2026-06-11 08:24:57.924] [INFO] [launch_manager] 2026/06/11 08:24:57.6297924 3247338 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:57.924] [INFO] [launch_manager] Request sent. Waiting for acknowledgment...
[2026-06-11 08:24:57.926] [INFO] [launch_manager] 2026/06/11 08:24:57.6297925 3247343 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 67 ( control_client_mock ) process 0 of group MainPG
[2026-06-11 08:24:57.926] [INFO] [launch_manager] 2026/06/11 08:24:57.6297925 3247344 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-11 08:24:57.926] [INFO] [launch_manager] 2026/06/11 08:24:57.6297925 3247344 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:57.926] [INFO] [launch_manager] 2026/06/11 08:24:57.6297925 3247344 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 38.083000 ms
[2026-06-11 08:24:57.926] [INFO] [launch_manager] 2026/06/11 08:24:57.6297925 3247345 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:24:57.926] [INFO] [launch_manager] 2026/06/11 08:24:57.6297925 3247345 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 20 ms
[2026-06-11 08:24:57.926] [INFO] [launch_manager] 2026/06/11 08:24:57.6297925 3247345 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:57.926] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247353 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-11 08:24:57.926] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247353 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_crash_on_startup_twice
[2026-06-11 08:24:57.927] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247353 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:24:57.927] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247354 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-11 08:24:57.927] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247354 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:24:57.927] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247354 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_twice for PG MainPG
[2026-06-11 08:24:57.927] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247354 000 ECU1 LM LM log debug verbose 9
[2026-06-11 08:24:57.927] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:24:57.927] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247355 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.927] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247355 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.927] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247356 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.927] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247356 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.927] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247356 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.927] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247356 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.928] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247356 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.928] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247357 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.928] [INFO] [launch_manager] 2026/06/11 08:24:57.6297926 3247358 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-11 08:24:57.928] [INFO] [launch_manager] 2026/06/11 08:24:57.6297927 3247364 000 ECU1 LM LM log debug verbose 4 startProcess pid 75 received for process: process_crashing_on_startup_twice
[2026-06-11 08:24:57.929] [INFO] [launch_manager] Process crashing on startup...
[2026-06-11 08:24:57.954] [INFO] [launch_manager] 2026/06/11 08:24:57.6297954 3247638 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297954 3247638 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297954 3247638 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-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297954 3247639 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-11 08:24:57.981] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:24:58.056] [INFO] [launch_manager] 2026/06/11 08:24:58.6298055 3248650 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 75 ( process_crashing_on_startup_twice ) for node True terminated with status 134
[2026-06-11 08:24:58.056] [INFO] [launch_manager] 2026/06/11 08:24:58.6298055 3248651 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 75 ( process_crashing_on_startup_twice )
[2026-06-11 08:24:58.104] [INFO] [launch_manager] 2026/06/11 08:24:58.6298104 3249138 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-11 08:24:58.160] [INFO] [launch_manager] 2026/06/11 08:24:58.6298160 3249696 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-06-11 08:24:58.160] [INFO] [launch_manager] 2026/06/11 08:24:58.6298160 3249696 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-11 08:24:58.161] [INFO] [launch_manager] 2026/06/11 08:24:58.6298160 3249697 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-11 08:24:58.161] [INFO] [launch_manager] 2026/06/11 08:24:58.6298161 3249704 000 ECU1 LM LM log debug verbose 4 startProcess pid 76 received for process: process_crashing_on_startup_twice
[2026-06-11 08:24:58.163] [INFO] [launch_manager] Process crashing on startup...
[2026-06-11 08:24:58.204] [INFO] [launch_manager] 2026/06/11 08:24:58.6298204 3250138 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-11 08:24:58.238] [INFO] [launch_manager] 2026/06/11 08:24:58.6298238 3250475 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 76 ( process_crashing_on_startup_twice ) for node True terminated with status 134
[2026-06-11 08:24:58.238] [INFO] [launch_manager] 2026/06/11 08:24:58.6298238 3250475 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 76 ( process_crashing_on_startup_twice )
[2026-06-11 08:24:58.254] [INFO] [launch_manager] 2026/06/11 08:24:58.6298254 3250638 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-11 08:24:58.344] [INFO] [launch_manager] 2026/06/11 08:24:58.6298344 3251535 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-06-11 08:24:58.344] [INFO] [launch_manager] 2026/06/11 08:24:58.6298344 3251536 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-11 08:24:58.345] [INFO] [launch_manager] 2026/06/11 08:24:58.6298344 3251536 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-11 08:24:58.346] [INFO] [launch_manager] 2026/06/11 08:24:58.6298345 3251550 000 ECU1 LM LM log debug verbose 4 startProcess pid 77 received for process: process_crashing_on_startup_twice
[2026-06-11 08:24:58.346] [INFO] [launch_manager] Process starting successfully...
[2026-06-11 08:24:58.346] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-11 08:24:58.347] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-11 08:24:58.347] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-11 08:24:58.347] [INFO] [launch_manager] [ RUN ] CrashOnStartup.ProcessCrashingOnStartupTwice
[2026-06-11 08:24:58.347] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-11 08:24:58.349] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-11 08:24:58.349] [INFO] [launch_manager] [ OK ] CrashOnStartup.ProcessCrashingOnStartupTwice (2 ms)
[2026-06-11 08:24:58.349] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2 ms total)
[2026-06-11 08:24:58.349] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-11 08:24:58.349] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-11 08:24:58.349] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-11 08:24:58.350] [INFO] [launch_manager] 2026/06/11 08:24:58.6298350 3251593 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 77 ( process_crashing_on_startup_twice ) process 1 of group MainPG
[2026-06-11 08:24:58.350] [INFO] [launch_manager] 2026/06/11 08:24:58.6298350 3251594 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-11 08:24:58.350] [INFO] [launch_manager] 2026/06/11 08:24:58.6298350 3251594 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:24:58.350] [INFO] [launch_manager] 2026/06/11 08:24:58.6298350 3251595 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_crash_on_startup_twice in 424 ms
[2026-06-11 08:24:58.351] [INFO] [launch_manager] 2026/06/11 08:24:58.6298350 3251595 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:58.351] [INFO] [launch_manager] 2026/06/11 08:24:58.6298351 3251602 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:58.351] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_crash_on_startup_twice of PG MainPG
[2026-06-11 08:24:58.351] [INFO] [launch_manager] 2026/06/11 08:24:58.6298351 3251603 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-11 08:24:58.354] [INFO] [launch_manager] 2026/06/11 08:24:58.6298354 3251638 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-11 08:24:58.355] [INFO] [launch_manager] 2026/06/11 08:24:58.6298354 3251639 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-11 08:24:58.422] [INFO] [launch_manager] 2026/06/11 08:24:58.6298422 3252315 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:58.422] [INFO] [launch_manager] Response retrieved.
[2026-06-11 08:24:58.423] [INFO] [launch_manager] [ END STEP ] Launch process crashing on startup twice
[2026-06-11 08:24:58.423] [INFO] [launch_manager] [ STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-11 08:24:58.423] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-11 08:24:58.423] [INFO] [launch_manager] [ STEP ] Attempt to launch process crashing on startup always
[2026-06-11 08:24:58.423] [INFO] [launch_manager] 2026/06/11 08:24:58.6298422 3252317 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-11 08:24:58.424] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252333 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:58.424] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_crash_on_startup_always of PG MainPG
[2026-06-11 08:24:58.424] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252335 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-11 08:24:58.424] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252335 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:24:58.424] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252335 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-11 08:24:58.424] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252336 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_always for PG MainPG
[2026-06-11 08:24:58.425] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252337 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:24:58.425] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252337 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:58.425] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252338 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:58.425] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252338 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:58.425] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252338 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:58.425] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252340 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:58.425] [INFO] [launch_manager] 2026/06/11 08:24:58.6298424 3252341 000 ECU1 LM LM log debug verbose 5
[2026-06-11 08:24:58.425] [INFO] [launch_manager] Request acknowledged.
[2026-06-11 08:24:58.426] [INFO] [launch_manager] terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-11 08:24:58.426] [INFO] [launch_manager] 2026/06/11 08:24:58.6298425 3252345 000 ECU1 LM LM log debug verbose 9
[2026-06-11 08:24:58.426] [INFO] [launch_manager] Requesting termination of process 1 of MainPG pid 77 ( process_crashing_on_startup_twice )
[2026-06-11 08:24:58.426] [INFO] [launch_manager] 2026/06/11 08:24:58.6298425 3252346 000 ECU1 LM LM log debug verbose 2
[2026-06-11 08:24:58.426] [INFO] [launch_manager] Request termination received for 77
[2026-06-11 08:24:58.426] [INFO] [launch_manager] 2026/06/11 08:24:58.6298426 3252353 000 ECU1 LM LM log debug verbose 12
[2026-06-11 08:24:58.426] [INFO] [launch_manager] Child process 1 of MainPG pid 77 ( process_crashing_on_startup_twice ) for node True terminated with status 0
[2026-06-11 08:24:58.429] [INFO] [launch_manager] 2026/06/11 08:24:58.6298427 3252371 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( process_crashing_on_startup_twice )
[2026-06-11 08:24:58.429] [INFO] [launch_manager] 2026/06/11 08:24:58.6298427 3252372 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-11 08:24:58.429] [INFO] [launch_manager] 2026/06/11 08:24:58.6298427 3252372 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:58.429] [INFO] [launch_manager] 2026/06/11 08:24:58.6298427 3252372 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:58.429] [INFO] [launch_manager] 2026/06/11 08:24:58.6298428 3252372 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:58.429] [INFO] [launch_manager] 2026/06/11 08:24:58.6298428 3252372 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:58.429] [INFO] [launch_manager] 2026/06/11 08:24:58.6298428 3252373 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-11 08:24:58.429] [INFO] [launch_manager] 2026/06/11 08:24:58.6298428 3252378 000 ECU1 LM LM log debug verbose 4 startProcess pid 78 received for process: process_crashing_on_startup_always
[2026-06-11 08:24:58.430] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-11 08:24:58.454] [INFO] [launch_manager] 2026/06/11 08:24:58.6298454 3252638 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-11 08:24:58.455] [INFO] [launch_manager] 2026/06/11 08:24:58.6298454 3252638 000 ECU1 LM Sprv log debug verbose 6
[2026-06-11 08:24:58.455] [INFO] [launch_manager] Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_always PS 4
[2026-06-11 08:24:58.455] [INFO] [launch_manager] 2026/06/11 08:24:58.6298454 3252639 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-11 08:24:58.531] [INFO] [launch_manager] 2026/06/11 08:24:58.6298531 3253405 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 78 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-11 08:24:58.532] [INFO] [launch_manager] 2026/06/11 08:24:58.6298531 3253405 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 78 ( process_crashing_on_startup_always )
[2026-06-11 08:24:58.555] [INFO] [launch_manager] 2026/06/11 08:24:58.6298554 3253638 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-11 08:24:58.561] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:24:58.655] [INFO] [launch_manager] 2026/06/11 08:24:58.6298653 3254628 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-11 08:24:58.655] [INFO] [launch_manager] 2026/06/11 08:24:58.6298653 3254629 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-11 08:24:58.655] [INFO] [launch_manager] 2026/06/11 08:24:58.6298653 3254629 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-11 08:24:58.655] [INFO] [launch_manager] 2026/06/11 08:24:58.6298654 3254635 000 ECU1 LM LM log debug verbose 4 startProcess pid 85 received for process: process_crashing_on_startup_always
[2026-06-11 08:24:58.655] [INFO] [launch_manager] 2026/06/11 08:24:58.6298654 3254638 000 ECU1 LM Sprv log debug verbose 6
[2026-06-11 08:24:58.655] [INFO] [launch_manager] Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 1
[2026-06-11 08:24:58.657] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-11 08:24:58.732] [INFO] [launch_manager] 2026/06/11 08:24:58.6298731 3255409 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 85 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-11 08:24:58.732] [INFO] [launch_manager] 2026/06/11 08:24:58.6298731 3255412 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 85 ( process_crashing_on_startup_always )
[2026-06-11 08:24:58.754] [INFO] [launch_manager] 2026/06/11 08:24:58.6298754 3255638 000 ECU1 LM Sprv log debug verbose 6
[2026-06-11 08:24:58.755] [INFO] [launch_manager] Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 4
[2026-06-11 08:24:58.838] [INFO] [launch_manager] 2026/06/11 08:24:58.6298838 3256476 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-11 08:24:58.838] [INFO] [launch_manager] 2026/06/11 08:24:58.6298838 3256476 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-11 08:24:58.839] [INFO] [launch_manager] 2026/06/11 08:24:58.6298838 3256476 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-11 08:24:58.840] [INFO] [launch_manager] 2026/06/11 08:24:58.6298839 3256483 000 ECU1 LM LM log debug verbose 4 startProcess pid 86 received for process: process_crashing_on_startup_always
[2026-06-11 08:24:58.840] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-11 08:24:58.854] [INFO] [launch_manager] 2026/06/11 08:24:58.6298854 3256638 000 ECU1 LM Sprv log debug verbose 6
[2026-06-11 08:24:58.855] [INFO] [launch_manager] Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 1
[2026-06-11 08:24:58.972] [INFO] [launch_manager] 2026/06/11 08:24:58.6298972 3257813 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-11 08:24:58.972] [INFO] [launch_manager] 2026/06/11 08:24:58.6298972 3257813 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 86 ( process_crashing_on_startup_always )
[2026-06-11 08:24:59.004] [INFO] [launch_manager] 2026/06/11 08:24:59.6299004 3258138 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-11 08:24:59.080] [INFO] [launch_manager] 2026/06/11 08:24:59.6299080 3258894 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-11 08:24:59.080] [INFO] [launch_manager] 2026/06/11 08:24:59.6299080 3258894 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-11 08:24:59.080] [INFO] [launch_manager] 2026/06/11 08:24:59.6299080 3258894 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-11 08:24:59.080] [INFO] [launch_manager] 2026/06/11 08:24:59.6299080 3258895 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kAborting for PG 0 ( MainPG )
[2026-06-11 08:24:59.081] [INFO] [launch_manager] 2026/06/11 08:24:59.6299080 3258895 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-11 08:24:59.081] [INFO] [launch_manager] 2026/06/11 08:24:59.6299080 3258895 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kAborting to kUndefinedState for PG 0 ( MainPG )
[2026-06-11 08:24:59.081] [INFO] [launch_manager] 2026/06/11 08:24:59.6299080 3258896 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.082] [INFO] [launch_manager] 2026/06/11 08:24:59.6299081 3258910 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-11 08:24:59.082] [INFO] [launch_manager] 2026/06/11 08:24:59.6299081 3258911 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-11 08:24:59.082] [INFO] [launch_manager] 2026/06/11 08:24:59.6299081 3258911 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-11 08:24:59.082] [INFO] [launch_manager] 2026/06/11 08:24:59.6299081 3258911 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:24:59.082] [INFO] [launch_manager] 2026/06/11 08:24:59.6299081 3258911 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.082] [INFO] [launch_manager] 2026/06/11 08:24:59.6299081 3258912 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.082] [INFO] [launch_manager] 2026/06/11 08:24:59.6299081 3258912 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.083] [INFO] [launch_manager] 2026/06/11 08:24:59.6299081 3258912 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.083] [INFO] [launch_manager] 2026/06/11 08:24:59.6299082 3258912 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.083] [INFO] [launch_manager] 2026/06/11 08:24:59.6299082 3258912 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.083] [INFO] [launch_manager] 2026/06/11 08:24:59.6299082 3258913 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.083] [INFO] [launch_manager] 2026/06/11 08:24:59.6299082 3258913 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.083] [INFO] [launch_manager] 2026/06/11 08:24:59.6299082 3258914 000 ECU1 LM LM log debug verbose 6 Starting process 3 ( verification_component ) from executable /tmp/tests/crash_on_startup/verification_process
[2026-06-11 08:24:59.083] [INFO] [launch_manager] 2026/06/11 08:24:59.6299082 3258919 000 ECU1 LM LM log debug verbose 4 startProcess pid 93 received for process: verification_component
[2026-06-11 08:24:59.083] [INFO] [launch_manager] 2026/06/11 08:24:59.6299082 3258919 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 93 ( verification_component ) process 3 of group MainPG
[2026-06-11 08:24:59.083] [INFO] [launch_manager] 2026/06/11 08:24:59.6299082 3258920 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( verification_component ) done
[2026-06-11 08:24:59.083] [INFO] [launch_manager] 2026/06/11 08:24:59.6299082 3258920 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:24:59.084] [INFO] [launch_manager] 2026/06/11 08:24:59.6299082 3258921 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-11 08:24:59.084] [INFO] [launch_manager] 2026/06/11 08:24:59.6299082 3258921 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.087] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258934 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.087] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258935 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.087] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258935 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.087] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258935 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.087] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258935 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.087] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258936 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.087] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258936 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.087] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258936 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258936 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258937 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258937 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258937 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258937 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258937 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258938 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258938 000 ECU1 LM LM log debug verbose 12 Child process 3 of MainPG pid 93 ( verification_component ) for node True terminated with status 0
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258938 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258938 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258939 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258939 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258939 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258939 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258940 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258940 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.088] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258940 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258941 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258941 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258941 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258941 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258941 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258942 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258942 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299084 3258942 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258942 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258943 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258943 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258943 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.089] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258943 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258943 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258944 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258944 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258944 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258944 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258945 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258945 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258945 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258945 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258945 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258946 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258946 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258946 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258946 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258947 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.090] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258947 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.091] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258947 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.091] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258947 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.091] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258948 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.091] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258948 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.091] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258948 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.091] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258948 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.091] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258948 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.091] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258949 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.091] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258949 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.091] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258949 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.091] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258949 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.092] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258949 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.093] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258950 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.093] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258950 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.093] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258950 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258951 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258951 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258951 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258951 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258951 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258952 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258952 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299085 3258952 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258952 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258952 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258953 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.094] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258953 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.096] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258953 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.096] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258953 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.096] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258953 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.096] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258953 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.096] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258954 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.097] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258954 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.097] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258954 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.097] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258954 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.097] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258954 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.097] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258955 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.097] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258955 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.097] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258955 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.097] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258955 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.097] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258955 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.097] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258956 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.103] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258956 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.105] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258956 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.106] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258956 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.107] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258956 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.107] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258956 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.107] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258957 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.107] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258957 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.107] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258957 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.107] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258957 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.107] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258957 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.107] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258958 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.107] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258958 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.109] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258958 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.109] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258958 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.110] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258958 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.110] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258958 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.110] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258959 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.111] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258959 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.112] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258959 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.112] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258959 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.112] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258959 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.112] [INFO] [launch_manager] 2026/06/11 08:24:59.6299086 3258960 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.112] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.112] [INFO] [launch_manager] 2026/06/11 08:24:59.6299089 3258987 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.112] [INFO] [launch_manager] 2026/06/11 08:24:59.6299089 3258987 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.112] [INFO] [launch_manager] 2026/06/11 08:24:59.6299089 3258988 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.112] [INFO] [launch_manager] 2026/06/11 08:24:59.6299089 3258988 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.112] [INFO] [launch_manager] 2026/06/11 08:24:59.6299089 3258988 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.112] [INFO] [launch_manager] 2026/06/11 08:24:59.6299089 3258989 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.112] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:24:59.114] [INFO] [launch_manager] 2026/06/11 08:24:59.6299089 3258991 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.115] [INFO] [launch_manager] 2026/06/11 08:24:59.6299089 3258992 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.118] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258993 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.118] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258993 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.118] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258993 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.119] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258993 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.119] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258994 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.119] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258994 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.119] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258994 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.119] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258994 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.119] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258995 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.119] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258995 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.119] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258995 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.119] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258995 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258995 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258996 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258996 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258996 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258996 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258997 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258997 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258997 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258997 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258997 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258998 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258998 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.120] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258998 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.121] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258998 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.121] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258999 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.121] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258999 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.121] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258999 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.121] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3258999 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.121] [INFO] [launch_manager] 2026/06/11 08:24:59.6299090 3259000 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.121] [INFO] [launch_manager] 2026/06/11 08:24:59.6299092 3259020 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:24:59.124] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.124] [INFO] [launch_manager] 2026/06/11 08:24:59.6299092 3259021 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.124] [INFO] [launch_manager] 2026/06/11 08:24:59.6299092 3259022 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.124] [INFO] [launch_manager] 2026/06/11 08:24:59.6299092 3259022 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.124] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259022 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.124] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259022 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.124] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259023 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.124] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259023 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.124] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259023 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.124] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259023 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.124] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259023 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.125] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259024 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.125] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259024 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.128] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259024 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.128] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259024 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.128] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259024 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.128] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259025 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.128] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259025 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.128] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259025 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259025 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259025 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259026 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259026 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259026 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259026 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259026 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259027 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259027 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259027 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259027 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259027 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259028 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.129] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259028 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259028 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259028 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259028 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259029 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259029 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259029 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259029 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259029 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299093 3259050 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299095 3259050 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299095 3259051 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299095 3259051 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299095 3259051 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299095 3259051 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299095 3259051 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.130] [INFO] [launch_manager] 2026/06/11 08:24:59.6299095 3259052 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299095 3259052 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299095 3259052 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259052 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259053 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259053 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259053 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259053 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259053 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259054 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259054 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259054 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259054 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259055 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259055 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.131] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259055 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259055 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259055 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259056 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259056 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259056 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259056 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259057 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259057 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259057 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259057 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259057 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259058 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259058 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259058 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259058 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259059 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.132] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259059 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259059 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259059 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259059 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259061 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259061 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299096 3259061 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259062 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259063 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259063 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259063 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259064 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259064 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259064 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259064 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.133] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259064 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259065 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259065 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259065 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259065 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259066 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259066 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259066 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259066 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259066 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259067 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259067 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259067 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259067 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259068 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259068 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259068 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.134] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259068 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259068 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259069 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259069 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259069 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259069 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299097 3259070 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:24:59.135] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299098 3259081 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299098 3259081 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299098 3259081 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299098 3259081 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299098 3259082 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299098 3259082 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299098 3259082 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.135] [INFO] [launch_manager] 2026/06/11 08:24:59.6299098 3259082 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259082 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259082 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259083 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259083 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259083 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259083 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259083 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259083 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259084 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259084 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259084 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259084 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259084 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259085 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259085 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259085 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.136] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259085 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259085 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259086 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259086 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259086 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259086 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259086 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259086 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259087 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259087 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259087 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259087 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259087 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259088 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259088 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259088 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259088 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.137] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259088 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259088 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259089 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259089 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259089 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259089 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259089 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259090 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259091 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259091 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299099 3259092 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259092 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259093 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.138] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259093 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.139] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259093 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.139] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259094 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.139] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259094 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.139] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259094 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.139] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259095 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.139] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259095 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.139] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259095 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.139] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259095 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.139] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259096 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.139] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259096 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.140] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259096 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.140] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259097 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.140] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259097 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.140] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259097 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.140] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259097 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.140] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259098 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.140] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259098 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.140] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259098 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.140] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259099 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.140] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259099 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.140] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259099 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.141] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259100 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.141] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259100 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.141] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259100 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.141] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259101 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.141] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259101 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.141] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259101 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.141] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259101 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.141] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259102 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.141] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259102 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.141] [INFO] [launch_manager] 2026/06/11 08:24:59.6299100 3259102 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.141] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259102 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.142] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259102 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259103 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259103 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259103 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259103 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259103 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259104 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259104 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259104 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259104 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259105 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259105 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259105 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.143] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259105 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.144] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259105 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.144] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259106 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.144] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259106 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.144] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259106 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.144] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259106 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.144] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259107 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.144] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259107 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.144] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259107 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.144] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259107 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.144] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259107 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.146] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259107 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.146] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259108 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.146] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259108 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259108 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259108 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259108 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259109 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259109 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259109 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259109 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259109 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259110 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259110 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259110 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259111 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259111 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.147] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259111 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.148] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259111 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.148] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259112 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.148] [INFO] [launch_manager] 2026/06/11 08:24:59.6299101 3259112 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.148] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259112 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.148] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259112 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.149] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259113 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.149] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259113 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.149] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259113 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.149] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259114 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.149] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259114 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.149] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259114 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.149] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259114 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.151] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259115 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.151] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259115 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.151] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259115 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.151] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259115 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.151] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259116 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.151] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259116 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.151] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259116 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.151] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259116 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.152] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259117 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.152] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259117 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259117 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259117 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259118 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259118 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259118 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259119 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259119 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259119 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259119 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259119 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259120 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.153] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259120 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259120 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259120 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259121 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259121 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259121 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259121 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259121 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259122 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259122 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299102 3259122 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259122 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.154] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259122 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.155] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259123 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.155] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259123 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.155] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:24:59.155] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259123 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.155] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259123 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259123 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259124 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259124 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259124 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259124 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259124 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259125 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259125 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259125 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259125 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259125 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259125 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259126 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259126 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.156] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259126 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259126 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259126 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259127 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259127 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259127 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259127 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259127 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259128 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259128 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259128 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259128 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259128 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259129 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259129 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.157] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259129 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259129 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259129 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259130 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259130 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259130 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259131 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259131 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259131 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259132 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259132 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299103 3259132 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259132 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.158] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259133 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259133 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259133 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259134 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259134 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259134 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259134 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259135 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259135 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259135 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259136 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259136 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259136 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.159] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259136 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259137 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259137 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259138 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259138 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259138 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259138 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259139 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259139 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259139 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259140 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259140 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.160] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259141 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259141 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259141 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259142 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299104 3259142 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259142 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259142 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259143 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259143 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259143 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259144 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259144 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.161] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259144 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259144 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259145 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259145 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259145 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259146 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259146 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259146 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259146 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259147 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259147 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259147 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259148 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.162] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259148 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.163] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259148 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.163] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259148 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.163] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259149 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.163] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259149 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.163] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259149 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.163] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259150 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.163] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259150 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.163] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259150 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.163] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259151 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.163] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259151 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259151 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259151 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259151 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259152 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259152 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299105 3259152 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259152 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259152 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259153 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259153 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259153 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.164] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259153 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259153 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259154 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259154 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259154 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259154 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259154 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259155 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259155 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259155 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259155 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259155 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259155 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259156 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259156 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.165] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259156 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259156 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259156 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259157 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259157 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259157 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259157 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259157 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259157 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259158 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259158 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259158 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.166] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259158 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259158 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259159 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259159 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259159 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259159 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259159 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259160 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259160 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259160 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259160 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259161 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259161 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259161 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259161 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.167] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259161 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259162 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259162 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299106 3259162 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259162 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259162 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259163 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259163 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259163 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259163 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259163 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259163 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259164 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.168] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259164 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259164 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259164 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259164 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259165 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259165 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259165 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259165 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259165 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259166 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259166 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259166 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259166 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259166 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.169] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259167 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259167 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259167 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259167 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259167 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259167 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259168 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259168 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259168 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259168 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259168 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259169 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259169 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259169 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259169 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.170] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259169 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259170 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259170 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259170 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259171 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259171 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259171 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259171 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259172 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299107 3259172 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259172 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259172 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259173 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.171] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259173 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.172] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259173 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.172] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259174 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.172] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259174 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.172] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259174 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.172] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259174 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.172] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259175 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.172] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259175 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.172] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259175 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.172] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259175 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.172] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259176 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.172] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259176 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.173] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259176 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.173] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259176 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.174] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259177 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.174] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259177 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.174] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259177 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.174] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259178 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.174] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259178 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.174] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259178 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.174] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259178 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.174] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259179 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.174] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259179 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.174] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259179 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259179 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259180 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259180 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259180 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259181 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259181 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259181 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259181 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259182 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299108 3259182 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259182 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259183 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259183 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259183 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.175] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259183 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259184 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259184 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259184 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259184 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259185 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259185 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259185 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259185 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259186 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259186 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259186 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259187 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259187 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.176] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259187 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259187 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259188 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259188 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259188 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259188 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259189 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259189 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259189 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259189 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259190 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259190 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259191 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259191 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.177] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259191 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259191 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259192 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299109 3259192 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259192 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259193 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259193 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259193 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259193 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259194 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259194 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259194 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.178] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259194 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.179] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259195 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.179] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259195 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.179] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259195 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.179] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259196 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.179] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259196 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.179] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259196 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.179] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259196 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.179] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259197 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.179] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259197 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.179] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259197 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.179] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259197 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.182] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259198 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.182] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259198 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.182] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259198 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259198 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259199 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259199 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259199 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259199 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259200 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259200 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259200 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259201 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259201 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259201 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.183] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259202 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.184] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259202 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.184] [INFO] [launch_manager] 2026/06/11 08:24:59.6299110 3259202 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.184] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259202 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.184] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259203 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.184] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259203 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.184] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259203 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.184] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259203 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.184] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259204 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.184] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259204 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.185] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259204 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.185] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259204 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.185] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259205 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.185] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259205 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.185] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259205 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.185] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259206 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.185] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259206 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.185] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259206 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.185] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259206 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.185] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259207 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.185] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259207 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.186] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259207 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.186] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259207 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.186] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259208 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.186] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259208 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.186] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259208 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.186] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259208 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.186] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259209 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.186] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259209 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.186] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259209 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.186] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259209 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259210 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259210 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259210 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259211 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259211 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259211 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259211 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259212 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299111 3259212 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259212 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259212 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.187] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259213 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.188] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259213 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.188] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259213 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.188] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259213 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.188] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259213 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.188] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259214 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.188] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259214 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.188] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259214 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.188] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259214 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.188] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259214 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.189] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259215 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.189] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259215 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.189] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259215 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.189] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259215 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.189] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259215 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.189] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259216 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.189] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259216 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.189] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259216 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.190] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259216 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.190] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259216 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.190] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259216 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.190] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259217 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.190] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259217 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.190] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259217 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.190] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259217 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.190] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259217 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259218 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259218 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259218 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259218 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259218 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259219 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259219 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259219 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259219 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259219 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299112 3259220 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.191] [INFO] [launch_manager] 2026/06/11 08:24:59.6299113 3259230 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299113 3259230 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299113 3259231 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299113 3259231 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299113 3259231 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299113 3259231 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299113 3259231 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299113 3259231 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299113 3259232 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299113 3259232 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299113 3259232 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259232 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259232 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.192] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259233 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259233 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259233 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259233 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259233 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259234 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259234 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259234 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259234 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259234 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259234 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259235 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259235 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259235 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259235 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259235 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.193] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259235 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259236 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259236 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259236 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259236 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259236 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259237 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259237 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259237 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259237 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259237 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259237 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259238 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259238 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259238 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259238 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259238 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.194] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259238 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259239 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259239 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259239 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259239 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259239 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259240 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259240 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259240 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259241 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259241 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259241 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259241 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259242 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259242 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299114 3259242 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259242 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.195] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259242 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259243 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259243 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259243 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259243 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259244 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259244 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259244 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259244 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259244 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259245 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259245 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259245 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259245 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259246 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259246 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259246 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.196] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259246 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259246 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259247 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259247 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259247 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259247 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259248 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259248 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259248 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259248 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259248 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259249 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259249 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259249 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259249 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299115 3259249 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299121 3259310 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.197] [INFO] [launch_manager] 2026/06/11 08:24:59.6299121 3259311 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.198] [INFO] [launch_manager] 2026/06/11 08:24:59.6299122 3259312 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.198] [INFO] [launch_manager] 2026/06/11 08:24:59.6299122 3259313 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.198] [INFO] [launch_manager] 2026/06/11 08:24:59.6299122 3259320 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.198] [INFO] [launch_manager] 2026/06/11 08:24:59.6299122 3259321 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.198] [INFO] [launch_manager] 2026/06/11 08:24:59.6299122 3259322 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:24:59.198] [INFO] [launch_manager] 2026/06/11 08:24:59.6299123 3259322 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:59.198] [INFO] [launch_manager] 2026/06/11 08:24:59.6299123 3259323 000 ECU1 LM LM log debug verbose 8 2026/06/11 08:24:59.6299123 3259323 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-11 08:24:59.198] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:24:59.198] [INFO] [launch_manager] 2026/06/11 08:24:59.6299123 3259324 000 ECU1 LM LM log debug verbose 1 [ END STEP ] Attempt to launch process crashing on startup always
[2026-06-11 08:24:59.198] [INFO] [launch_manager] Response sent.
[2026-06-11 08:24:59.223] [INFO] [launch_manager] 2026/06/11 08:24:59.6299223 3260327 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-11 08:24:59.761] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:25:00.123] [INFO] [launch_manager] [ STEP ] Verify fallback run target was activated
[2026-06-11 08:25:00.123] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was activated
[2026-06-11 08:25:00.124] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-11 08:25:00.124] [INFO] [launch_manager] 2026/06/11 08:25:00.6300123 3269328 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-11 08:25:00.125] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269345 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-11 08:25:00.125] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269346 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-11 08:25:00.125] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269346 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:25:00.126] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269346 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-11 08:25:00.126] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269347 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-11 08:25:00.126] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269347 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:25:00.126] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269347 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.126] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269347 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.126] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269347 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.126] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269348 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.126] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269349 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock )
[2026-06-11 08:25:00.126] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269349 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 67 ( control_client_mock )
[2026-06-11 08:25:00.126] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269350 000 ECU1 LM LM log debug verbose 2 Request termination received for 67
[2026-06-11 08:25:00.126] [INFO] [launch_manager] 2026/06/11 08:25:00.6300125 3269350 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:25:00.126] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-11 08:25:00.154] [INFO] [launch_manager] 2026/06/11 08:25:00.6300154 3269638 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-11 08:25:00.154] [INFO] [launch_manager] 2026/06/11 08:25:00.6300154 3269638 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-11 08:25:00.225] [INFO] [launch_manager] [ OK ] CrashOnStartup.ControlClientMock (2305 ms)
[2026-06-11 08:25:00.226] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2305 ms total)
[2026-06-11 08:25:00.226] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-11 08:25:00.226] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2305 ms total)
[2026-06-11 08:25:00.226] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-11 08:25:00.226] [INFO] [launch_manager] 2026/06/11 08:25:00.6300226 3270357 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-11 08:25:00.227] [INFO] [launch_manager] 2026/06/11 08:25:00.6300227 3270367 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-11 08:25:00.227] [INFO] [launch_manager] 2026/06/11 08:25:00.6300227 3270367 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-11 08:25:00.227] [INFO] [launch_manager] 2026/06/11 08:25:00.6300227 3270367 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.227] [INFO] [launch_manager] 2026/06/11 08:25:00.6300227 3270367 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.227] [INFO] [launch_manager] 2026/06/11 08:25:00.6300227 3270368 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.228] [INFO] [launch_manager] 2026/06/11 08:25:00.6300227 3270368 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.228] [INFO] [launch_manager] 2026/06/11 08:25:00.6300227 3270368 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:25:00.228] [INFO] [launch_manager] 2026/06/11 08:25:00.6300227 3270369 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 102 ms
[2026-06-11 08:25:00.228] [INFO] [launch_manager] 2026/06/11 08:25:00.6300227 3270369 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:00.254] [INFO] [launch_manager] 2026/06/11 08:25:00.6300254 3270638 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-11 08:25:00.444] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272534 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-11 08:25:00.444] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272535 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-11 08:25:00.444] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272535 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-11 08:25:00.444] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272535 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272535 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272536 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272536 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272536 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272536 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272537 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272537 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272537 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272537 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272537 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272537 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272538 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:00.445] [INFO] [launch_manager] 2026/06/11 08:25:00.6300444 3272538 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-11 08:25:00.528] [INFO] [launch_manager] 2026/06/11 08:25:00.6300527 3273372 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:00.528] [INFO] [launch_manager] LCM run successfully
[2026-06-11 08:25:00.554] [INFO] [launch_manager] 2026/06/11 08:25:00.6300554 3273637 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-11 08:25:00.555] [INFO] [launch_manager] 2026/06/11 08:25:00.6300555 3273649 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-11 08:25:00.555] [INFO] [launch_manager] 2026/06/11 08:25:00.6300555 3273649 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/908/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/crash_on_startup/crash_on_startup/test.xml -
============================== 1 passed in 7.78s ===============================
tests-report/tests/integration/process_simple_rep_failure/process_simple_rep_failure/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/process_simple_rep_failure:process_simple_rep_failure
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/915/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/process_simple_rep_failure/process_simple_rep_failure.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_recovery_action_simple_rep_failure
-------------------------------- live log setup --------------------------------
[2026-06-11 08:24:53.952] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-11 08:24:57.359] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-11 08:24:57.360] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-11 08:24:57.360] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-11 08:24:57.360] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-11 08:24:57.368] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-11 08:24:57.386] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-11 08:24:57.388] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/471713f86c49f2f46db7094def780423680d98a332c0af14d490f04d97c14c57/json HTTP/1.1" 200 None
[2026-06-11 08:24:57.620] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/471713f86c49f2f46db7094def780423680d98a332c0af14d490f04d97c14c57/start HTTP/1.1" 204 0
[2026-06-11 08:24:57.620] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-11 08:24:57.621] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-11 08:24:57.621] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-11 08:24:57.621] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-11 08:24:57.631] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-11 08:24:57.810] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-11 08:24:57.941] [INFO] [launch_manager] 2026/06/11 08:24:57.6297935 3247446 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-11 08:24:57.942] [INFO] [launch_manager] 2026/06/11 08:24:57.6297935 3247449 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-11 08:24:57.942] [INFO] [launch_manager] 2026/06/11 08:24:57.6297935 3247449 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-11 08:24:57.942] [INFO] [launch_manager] 2026/06/11 08:24:57.6297935 3247450 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-11 08:24:57.942] [INFO] [launch_manager] 2026/06/11 08:24:57.6297935 3247451 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-11 08:24:57.943] [INFO] [launch_manager] 2026/06/11 08:24:57.6297935 3247451 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_app_does_report_krunning_in_time ( IdentifierHash: 11934981641920773349 )
[2026-06-11 08:24:57.943] [INFO] [launch_manager] 2026/06/11 08:24:57.6297935 3247451 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_app_does_not_report_krunning_in_time ( IdentifierHash: 7672161913816744053 )
[2026-06-11 08:24:57.943] [INFO] [launch_manager] 2026/06/11 08:24:57.6297935 3247451 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-11 08:24:57.943] [INFO] [launch_manager] 2026/06/11 08:24:57.6297935 3247452 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-11 08:24:57.943] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247452 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_simple_rep_failure/control_client_mock
[2026-06-11 08:24:57.943] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247453 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-11 08:24:57.943] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247453 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-11 08:24:57.943] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247453 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Self terminating
[2026-06-11 08:24:57.943] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247453 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247453 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_app_does_report_krunning_in_time
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247454 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_app_does_not_report_krunning_in_time
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247454 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247454 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/process_simple_rep_failure/process_simple_reporting
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247454 000 ECU1 LM LM log debug verbose 3 Process component_does_report_krunning_in_time is Reporting execution state
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247455 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247455 000 ECU1 LM LM log debug verbose 3 Process component_does_report_krunning_in_time is Self terminating
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247455 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_app_does_report_krunning_in_time
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247456 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/process_simple_rep_failure/process_simple_reporting
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247456 000 ECU1 LM LM log debug verbose 3 Process component_does_not_report_krunning_in_time is Reporting execution state
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247456 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247456 000 ECU1 LM LM log debug verbose 3 Process component_does_not_report_krunning_in_time is Self terminating
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247456 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_app_does_not_report_krunning_in_time
[2026-06-11 08:24:57.944] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247457 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/process_simple_rep_failure/verification_process
[2026-06-11 08:24:57.945] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247457 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state
[2026-06-11 08:24:57.945] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247457 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-11 08:24:57.945] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247458 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-11 08:24:57.945] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247458 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-11 08:24:57.945] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247458 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-11 08:24:57.945] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247458 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-11 08:24:57.946] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247458 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes
[2026-06-11 08:24:57.946] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247459 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-11 08:24:57.947] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247459 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-11 08:24:57.947] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247459 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries
[2026-06-11 08:24:57.947] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247459 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-11 08:24:57.949] [INFO] [launch_manager] 2026/06/11 08:24:57.6297936 3247461 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-11 08:24:57.950] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247475 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 4 processes
[2026-06-11 08:24:57.950] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247475 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-11 08:24:57.950] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247476 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-11 08:24:57.951] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247476 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-11 08:24:57.951] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247476 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-11 08:24:57.951] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247476 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-11 08:24:57.952] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247477 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-11 08:24:57.953] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247477 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3
[2026-06-11 08:24:57.953] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247477 000 ECU1 LM LM log debug verbose 5 Process 3 has 0 start dependencies
[2026-06-11 08:24:57.953] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247477 000 ECU1 LM LM log debug verbose 3 Created 4 process nodes
[2026-06-11 08:24:57.953] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247477 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-11 08:24:57.953] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247478 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-11 08:24:57.953] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247480 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-11 08:24:57.953] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247481 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-11 08:24:57.954] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247481 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-11 08:24:57.954] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247481 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-11 08:24:57.954] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247481 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-11 08:24:57.954] [INFO] [launch_manager] 2026/06/11 08:24:57.6297938 3247482 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-11 08:24:57.954] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247484 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-11 08:24:57.954] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247484 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-11 08:24:57.954] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247484 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-11 08:24:57.954] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247485 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-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247485 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247486 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247486 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247486 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247486 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247487 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-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247487 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247487 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247487 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-11 08:24:57.955] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247488 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 0 ms
[2026-06-11 08:24:57.956] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247488 000 ECU1 LM LM log info verbose 1
[2026-06-11 08:24:57.956] [INFO] [launch_manager] LCM started successfully
[2026-06-11 08:24:57.956] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247489 000 ECU1 LM LM log debug verbose 3 clock() at run(): 38.334000 ms
[2026-06-11 08:24:57.956] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247490 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-11 08:24:57.956] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247490 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:24:57.956] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247491 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.956] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247491 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.956] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247492 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.956] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247492 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.956] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247492 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.957] [INFO] [launch_manager] 2026/06/11 08:24:57.6297939 3247492 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.957] [INFO] [launch_manager] 2026/06/11 08:24:57.6297940 3247492 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.957] [INFO] [launch_manager] 2026/06/11 08:24:57.6297940 3247492 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.957] [INFO] [launch_manager] 2026/06/11 08:24:57.6297940 3247493 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( control_client_mock ) from executable /tmp/tests/process_simple_rep_failure/control_client_mock
[2026-06-11 08:24:57.957] [INFO] [launch_manager] 2026/06/11 08:24:57.6297940 3247494 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock process
[2026-06-11 08:24:57.957] [INFO] [launch_manager] 2026/06/11 08:24:57.6297940 3247494 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-11 08:24:57.957] [INFO] [launch_manager] 2026/06/11 08:24:57.6297940 3247498 000 ECU1 LM LM log debug verbose 4 startProcess pid 67 received for process: control_client_mock
[2026-06-11 08:24:57.957] [INFO] [launch_manager] 2026/06/11 08:24:57.6297940 3247499 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-11 08:24:57.957] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-11 08:24:57.957] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-11 08:24:57.957] [INFO] [launch_manager] [----------] 1 test from RecoveryActionSimpleRepFailure
[2026-06-11 08:24:57.958] [INFO] [launch_manager] [ RUN ] RecoveryActionSimpleRepFailure.ControlClientMock
[2026-06-11 08:24:57.958] [INFO] [launch_manager] [ STEP ] Report kRunning from ControlClientMock
[2026-06-11 08:24:57.958] [INFO] [launch_manager] [ END STEP ] Report kRunning from ControlClientMock
[2026-06-11 08:24:57.958] [INFO] [launch_manager] [ STEP ] Activate RunTarget run_target_app_does_report_krunning_in_time
[2026-06-11 08:24:57.958] [INFO] [launch_manager] 2026/06/11 08:24:57.6297945 3247552 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-11 08:24:57.958] [INFO] [launch_manager] 2026/06/11 08:24:57.6297946 3247561 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_app_does_report_krunning_in_time of PG MainPG
[2026-06-11 08:24:57.958] [INFO] [launch_manager] 2026/06/11 08:24:57.6297946 3247561 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_app_does_report_krunning_in_time
[2026-06-11 08:24:57.958] [INFO] [launch_manager] 2026/06/11 08:24:57.6297946 3247561 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kCancelled for PG 0 ( MainPG )
[2026-06-11 08:24:57.958] [INFO] [launch_manager] 2026/06/11 08:24:57.6297946 3247562 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:57.958] [INFO] [launch_manager] 2026/06/11 08:24:57.6297946 3247562 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:24:57.958] [INFO] [launch_manager] 2026/06/11 08:24:57.6297947 3247562 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 67 ( control_client_mock ) process 0 of group MainPG
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297947 3247563 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297947 3247563 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297947 3247563 000 ECU1 LM LM log fatal verbose 3 clock() at failed initial state transition: 39.662000 ms
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297947 3247563 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kCancelled to kUndefinedState for PG 0 ( MainPG )
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297947 3247563 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297947 3247564 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247583 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_app_does_report_krunning_in_time to
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247583 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_app_does_report_krunning_in_time for PG MainPG
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247584 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247584 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247584 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.959] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247584 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.960] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247584 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:57.960] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247584 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.960] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247585 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.960] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247585 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.960] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247585 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:57.962] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247586 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( component_does_report_krunning_in_time ) from executable /tmp/tests/process_simple_rep_failure/process_simple_reporting
[2026-06-11 08:24:57.963] [INFO] [launch_manager] 2026/06/11 08:24:57.6297949 3247592 000 ECU1 LM LM log debug verbose 4 startProcess pid 69 received for process: component_does_report_krunning_in_time
[2026-06-11 08:24:57.967] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-11 08:24:57.969] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-11 08:24:57.969] [INFO] [launch_manager] [----------] 1 test from ProcessSimpleRepFailure
[2026-06-11 08:24:57.969] [INFO] [launch_manager] [ RUN ] ProcessSimpleRepFailure.ProcessSimpleReporting
[2026-06-11 08:24:57.969] [INFO] [launch_manager] [ STEP ] Check args
[2026-06-11 08:24:57.969] [INFO] [launch_manager] [ END STEP ] Check args
[2026-06-11 08:24:57.969] [INFO] [launch_manager] [ STEP ] Report kRunning from ProcessSimpleReporting
[2026-06-11 08:24:57.990] [INFO] [launch_manager] 2026/06/11 08:24:57.6297990 3247993 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-11 08:24:57.990] [INFO] [launch_manager] 2026/06/11 08:24:57.6297990 3247993 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-11 08:24:57.990] [INFO] [launch_manager] 2026/06/11 08:24:57.6297990 3247994 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_does_report_krunning_in_time changed state PG MainPG/run_target_app_does_report_krunning_in_time PS 1
[2026-06-11 08:24:57.990] [INFO] [launch_manager] 2026/06/11 08:24:57.6297990 3247994 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-11 08:24:58.017] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:24:58.471] [INFO] [launch_manager] [ END STEP ] Report kRunning from ProcessSimpleReporting
[2026-06-11 08:24:58.472] [INFO] [launch_manager] [ OK ] ProcessSimpleRepFailure.ProcessSimpleReporting (502 ms)
[2026-06-11 08:24:58.472] [INFO] [launch_manager] [----------] 1 test from ProcessSimpleRepFailure (502 ms total)
[2026-06-11 08:24:58.472] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-11 08:24:58.472] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (506 ms total)
[2026-06-11 08:24:58.473] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-11 08:24:58.473] [INFO] [launch_manager] 2026/06/11 08:24:58.6298473 3252822 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 69 ( component_does_report_krunning_in_time ) process 1 of group MainPG
[2026-06-11 08:24:58.473] [INFO] [launch_manager] 2026/06/11 08:24:58.6298473 3252823 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_does_report_krunning_in_time ) done
[2026-06-11 08:24:58.473] [INFO] [launch_manager] 2026/06/11 08:24:58.6298473 3252824 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:24:58.474] [INFO] [launch_manager] 2026/06/11 08:24:58.6298473 3252824 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_app_does_report_krunning_in_time in 526 ms
[2026-06-11 08:24:58.474] [INFO] [launch_manager] 2026/06/11 08:24:58.6298473 3252824 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:24:58.474] [INFO] [launch_manager] 2026/06/11 08:24:58.6298473 3252830 000 ECU1 LM LM log debug verbose 12
[2026-06-11 08:24:58.474] [INFO] [launch_manager] Child process 1 of MainPG pid 69 ( component_does_report_krunning_in_time ) for node True terminated with status 0
[2026-06-11 08:24:58.475] [INFO] [launch_manager] 2026/06/11 08:24:58.6298475 3252843 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_app_does_report_krunning_in_time of PG MainPG
[2026-06-11 08:24:58.475] [INFO] [launch_manager] 2026/06/11 08:24:58.6298475 3252843 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-11 08:24:58.494] [INFO] [launch_manager] 2026/06/11 08:24:58.6298490 3252998 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_does_report_krunning_in_time changed state PG MainPG/run_target_app_does_report_krunning_in_time PS 2
[2026-06-11 08:24:58.494] [INFO] [launch_manager] 2026/06/11 08:24:58.6298490 3252999 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_does_report_krunning_in_time changed state PG MainPG/run_target_app_does_report_krunning_in_time PS 4
[2026-06-11 08:24:58.544] [INFO] [launch_manager] 2026/06/11 08:24:58.6298543 3253530 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-11 08:24:58.544] [INFO] [launch_manager] [ END STEP ] Activate RunTarget run_target_app_does_report_krunning_in_time
[2026-06-11 08:24:58.590] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:24:59.190] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:24:59.544] [INFO] [launch_manager] [ STEP ] Verify fallback run target has not been activated
[2026-06-11 08:24:59.544] [INFO] [launch_manager] [ END STEP ] Verify fallback run target has not been activated
[2026-06-11 08:24:59.544] [INFO] [launch_manager] [ STEP ] Activate RunTarget run_target_app_does_not_report_krunning_in_time
[2026-06-11 08:24:59.544] [INFO] [launch_manager] 2026/06/11 08:24:59.6299544 3263533 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-11 08:24:59.545] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263548 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_app_does_not_report_krunning_in_time of PG MainPG
[2026-06-11 08:24:59.545] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263549 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_app_does_not_report_krunning_in_time
[2026-06-11 08:24:59.546] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263549 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:24:59.546] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263549 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_app_does_not_report_krunning_in_time to
[2026-06-11 08:24:59.546] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263549 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_app_does_not_report_krunning_in_time for PG MainPG
[2026-06-11 08:24:59.546] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263550 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:24:59.546] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263550 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.546] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263551 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.546] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263551 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.546] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263551 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:24:59.546] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263552 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.547] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263552 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.547] [INFO] [launch_manager] 2026/06/11 08:24:59.6299545 3263552 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.547] [INFO] [launch_manager] 2026/06/11 08:24:59.6299546 3263552 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:24:59.547] [INFO] [launch_manager] 2026/06/11 08:24:59.6299546 3263554 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( component_does_not_report_krunning_in_time ) from executable /tmp/tests/process_simple_rep_failure/process_simple_reporting
[2026-06-11 08:24:59.547] [INFO] [launch_manager] 2026/06/11 08:24:59.6299546 3263555 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:24:59.547] [INFO] [launch_manager] 2026/06/11 08:24:59.6299546 3263561 000 ECU1 LM LM log debug verbose 4
[2026-06-11 08:24:59.547] [INFO] [launch_manager] startProcess pid 87 received for process: component_does_not_report_krunning_in_time
[2026-06-11 08:24:59.548] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-11 08:24:59.548] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-11 08:24:59.548] [INFO] [launch_manager] [----------] 1 test from ProcessSimpleRepFailure
[2026-06-11 08:24:59.548] [INFO] [launch_manager] [ RUN ] ProcessSimpleRepFailure.ProcessSimpleReporting
[2026-06-11 08:24:59.548] [INFO] [launch_manager] [ STEP ] Check args
[2026-06-11 08:24:59.549] [INFO] [launch_manager] [ END STEP ] Check args
[2026-06-11 08:24:59.549] [INFO] [launch_manager] [ STEP ] Report kRunning from ProcessSimpleReporting
[2026-06-11 08:24:59.590] [INFO] [launch_manager] 2026/06/11 08:24:59.6299590 3263992 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_does_not_report_krunning_in_time changed state PG MainPG/run_target_app_does_not_report_krunning_in_time PS 1
[2026-06-11 08:24:59.759] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:25:00.313] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:25:00.604] [INFO] [launch_manager] 2026/06/11 08:25:00.6300604 3274139 000 ECU1 LM LM log error verbose 1 Semaphore timedWait or post failed: Unable to wait or post on semaphores within the specified timeout.
[2026-06-11 08:25:00.605] [INFO] [launch_manager] 2026/06/11 08:25:00.6300604 3274139 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( component_does_not_report_krunning_in_time )
[2026-06-11 08:25:00.605] [INFO] [launch_manager] 2026/06/11 08:25:00.6300604 3274140 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( component_does_not_report_krunning_in_time )
[2026-06-11 08:25:00.605] [INFO] [launch_manager] 2026/06/11 08:25:00.6300604 3274141 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 2 of MainPG pid 87 ( component_does_not_report_krunning_in_time )
[2026-06-11 08:25:00.605] [INFO] [launch_manager] 2026/06/11 08:25:00.6300604 3274141 000 ECU1 LM LM log debug verbose 2 Request termination received for 87
[2026-06-11 08:25:00.640] [INFO] [launch_manager] 2026/06/11 08:25:00.6300639 3274492 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_does_not_report_krunning_in_time changed state PG MainPG/run_target_app_does_not_report_krunning_in_time PS 3
[2026-06-11 08:25:00.859] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:25:01.401] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:25:01.648] [INFO] [launch_manager] 2026/06/11 08:25:01.6301648 3284577 000 ECU1 LM LM log warn verbose 5 Process 2 ( component_does_not_report_krunning_in_time ) did not respond to SIGTERM, sending SIGKILL
[2026-06-11 08:25:01.648] [INFO] [launch_manager] 2026/06/11 08:25:01.6301648 3284577 000 ECU1 LM LM log debug verbose 2 Forced termination received for pid 87
[2026-06-11 08:25:01.649] [INFO] [launch_manager] 2026/06/11 08:25:01.6301649 3284582 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 87 ( component_does_not_report_krunning_in_time ) for node True terminated with status 9
[2026-06-11 08:25:01.649] [INFO] [launch_manager] 2026/06/11 08:25:01.6301649 3284583 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 87 ( component_does_not_report_krunning_in_time )
[2026-06-11 08:25:01.649] [INFO] [launch_manager] 2026/06/11 08:25:01.6301649 3284583 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kAborting for PG 0 ( MainPG )
[2026-06-11 08:25:01.650] [INFO] [launch_manager] 2026/06/11 08:25:01.6301650 3284598 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( component_does_not_report_krunning_in_time ) done
[2026-06-11 08:25:01.651] [INFO] [launch_manager] 2026/06/11 08:25:01.6301650 3284599 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( component_does_not_report_krunning_in_time ) done
[2026-06-11 08:25:01.651] [INFO] [launch_manager] 2026/06/11 08:25:01.6301650 3284600 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kAborting to kUndefinedState for PG 0 ( MainPG )
[2026-06-11 08:25:01.651] [INFO] [launch_manager] 2026/06/11 08:25:01.6301650 3284600 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.651] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284605 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kFailedUnexpectedTerminationOnEnter ( 23 ) re state MainPG/run_target_app_does_not_report_krunning_in_time of PG MainPG
[2026-06-11 08:25:01.651] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284606 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-11 08:25:01.651] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284606 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-11 08:25:01.652] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284606 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:25:01.652] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284606 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:01.652] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284607 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:01.652] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284607 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:01.652] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284607 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:01.652] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284607 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:01.652] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284607 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:01.652] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284608 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:01.652] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284608 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:01.652] [INFO] [launch_manager] 2026/06/11 08:25:01.6301651 3284609 000 ECU1 LM LM log debug verbose 6 Starting process 3 ( verification_component ) from executable /tmp/tests/process_simple_rep_failure/verification_process
[2026-06-11 08:25:01.652] [INFO] [launch_manager] 2026/06/11 08:25:01.6301652 3284615 000 ECU1 LM LM log debug verbose 4 startProcess pid 113 received for process: verification_component
[2026-06-11 08:25:01.653] [INFO] [launch_manager] 2026/06/11 08:25:01.6301652 3284616 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 113 ( verification_component ) process 3 of group MainPG
[2026-06-11 08:25:01.653] [INFO] [launch_manager] 2026/06/11 08:25:01.6301652 3284616 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( verification_component ) done
[2026-06-11 08:25:01.653] [INFO] [launch_manager] 2026/06/11 08:25:01.6301652 3284616 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:25:01.653] [INFO] [launch_manager] 2026/06/11 08:25:01.6301652 3284617 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/fallback_run_target in 1 ms
[2026-06-11 08:25:01.653] [INFO] [launch_manager] 2026/06/11 08:25:01.6301652 3284617 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.653] [INFO] [launch_manager] 2026/06/11 08:25:01.6301653 3284629 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.654] [INFO] [launch_manager] 2026/06/11 08:25:01.6301653 3284630 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.654] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.654] [INFO] [launch_manager] 2026/06/11 08:25:01.6301653 3284631 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.654] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:25:01.654] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284633 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.654] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284634 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.654] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284634 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.655] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284634 000 ECU1 LM LM log debug verbose 12 Child process 3 of MainPG pid 113 ( verification_component ) for node True terminated with status 0
[2026-06-11 08:25:01.655] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284635 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.655] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284636 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.655] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284636 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.655] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284637 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.655] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284637 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.655] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284638 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.656] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:25:01.656] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284640 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.657] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284640 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.657] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284640 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.657] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284641 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.657] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284641 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.657] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284641 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.657] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284641 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.657] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284642 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.657] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284642 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.657] [INFO] [launch_manager] 2026/06/11 08:25:01.6301654 3284642 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.657] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284642 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.657] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284642 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.658] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284643 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.658] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284643 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.658] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284643 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.658] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284643 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.658] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284643 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.658] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284644 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.658] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284644 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.658] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284644 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.658] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284644 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.658] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284645 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284645 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284645 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284645 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284645 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284645 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284646 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284646 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284646 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284646 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284647 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284647 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284647 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284647 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284647 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284648 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284648 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284648 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284648 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284648 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.659] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284648 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.660] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284649 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.660] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284649 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.660] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284649 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.660] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284649 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.660] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284649 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.660] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284649 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.660] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284650 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.660] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284650 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.660] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284650 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.660] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284650 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.660] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284651 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.661] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284651 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.661] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284651 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.661] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284651 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.661] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284651 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.661] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284651 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.661] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284652 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.661] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284652 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.661] [INFO] [launch_manager] 2026/06/11 08:25:01.6301655 3284652 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.661] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284652 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.661] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284652 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.661] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284653 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284653 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284653 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284653 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284653 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284653 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284654 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284654 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284654 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284654 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284654 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284654 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284655 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.662] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284655 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284655 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284655 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284655 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284656 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284656 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284656 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284656 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284656 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284657 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284657 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284657 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284657 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.663] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284657 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284657 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284658 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284658 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284658 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284658 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284658 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284659 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284659 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284659 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284659 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284659 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.664] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284659 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.665] [INFO] [launch_manager] 2026/06/11 08:25:01.6301656 3284661 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:25:01.665] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.665] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284665 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.665] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284665 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.665] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284665 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.665] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284666 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.665] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284666 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.665] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284666 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.665] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284667 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.666] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.666] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284668 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.666] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284668 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.666] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284669 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.666] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284669 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.666] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284669 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.666] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284669 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.666] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284669 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.666] [INFO] [launch_manager] 2026/06/11 08:25:01.6301657 3284670 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:25:01.666] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.667] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284673 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.667] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284673 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.667] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284673 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.667] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284673 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.667] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284674 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.667] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284674 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:25:01.667] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.667] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284675 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.667] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.668] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284675 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.668] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:25:01.668] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284676 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.668] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284676 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.668] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.668] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284677 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.668] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:25:01.668] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284678 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.668] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284678 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.669] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.669] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284679 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.669] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284679 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:25:01.669] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.669] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284680 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.669] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284680 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.669] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284681 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.669] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284681 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.669] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284681 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.669] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284681 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284681 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284682 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284682 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284682 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301658 3284682 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284682 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284682 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284683 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284683 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284683 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284683 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.670] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284683 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284684 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284684 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284684 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284684 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284684 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284685 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284685 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284685 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284685 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284685 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284685 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.671] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284686 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284686 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284686 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284686 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284686 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284687 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284687 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284687 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284687 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284687 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284688 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284688 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284688 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.672] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284688 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.673] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284688 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.673] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284689 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.673] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284689 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.673] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284689 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.673] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284689 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.673] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284689 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.673] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284689 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.673] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284691 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.673] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284691 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.673] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284691 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.673] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284692 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.674] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284692 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.674] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284692 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.674] [INFO] [launch_manager] 2026/06/11 08:25:01.6301659 3284692 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:25:01.674] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.674] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284693 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.674] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284693 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.674] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284694 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.674] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284695 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.674] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284695 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.674] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284695 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.674] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284695 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.675] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284695 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.675] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284696 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.675] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284696 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.675] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.675] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284696 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.675] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284697 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.675] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284698 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.675] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.675] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284698 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.675] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:25:01.676] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284699 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.676] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284699 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.676] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284699 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.676] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284699 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.676] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284700 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.676] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284700 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.676] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284700 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.676] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284701 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.676] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284701 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.676] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284701 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.676] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284701 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.677] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284701 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.677] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284702 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.677] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284702 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.677] [INFO] [launch_manager] 2026/06/11 08:25:01.6301660 3284702 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.677] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284702 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.677] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284702 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.677] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284703 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.677] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:25:01.677] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284704 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.678] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284704 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.678] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284705 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.678] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284706 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.678] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284706 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.678] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284706 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.678] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284706 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.678] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284706 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.678] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284707 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.678] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284708 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.679] [INFO] [launch_manager] 2026/06/11 08:25:01.6301661 3284709 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.679] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.679] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284718 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.679] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284719 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.679] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284719 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.679] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284720 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.679] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284720 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:25:01.679] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.679] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284720 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.679] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284721 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284721 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284721 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.680] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284721 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284721 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284722 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284722 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.680] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284722 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301662 3284722 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284722 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284722 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284723 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284723 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284723 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284723 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.680] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284723 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.680] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:25:01.681] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284724 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.681] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284724 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.681] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284724 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.681] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284724 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:25:01.681] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.681] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284724 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.681] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284725 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.681] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284725 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.681] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284725 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.681] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284725 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.681] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284725 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.682] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284725 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.682] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284726 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.682] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284726 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.682] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284726 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.682] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284726 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.682] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284726 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.682] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284727 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.682] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284727 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.682] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284727 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.682] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284727 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.683] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284727 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.683] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284728 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.683] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284728 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.683] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284728 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.683] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284728 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.683] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284728 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.683] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284728 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.683] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284729 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.683] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284729 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.683] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284729 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.683] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284729 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284729 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284730 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284730 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284730 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284730 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284731 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284731 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284731 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284731 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284731 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284732 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.684] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284732 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.685] [INFO] [launch_manager] 2026/06/11 08:25:01.6301663 3284732 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.685] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284732 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.685] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284732 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.685] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284733 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.685] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284733 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.685] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284733 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.685] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284733 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.685] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284733 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.685] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284734 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.685] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284734 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284734 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284734 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284734 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284734 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284735 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284735 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284735 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284735 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284735 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284736 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284736 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284736 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284736 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284736 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.686] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284737 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.687] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284737 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.687] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284737 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.687] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284737 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.687] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284737 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.687] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284737 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.687] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284738 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.687] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284738 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.687] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284738 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.687] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284738 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.687] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284738 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.687] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284738 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284739 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284739 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284739 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284739 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284739 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284739 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284740 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284740 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284740 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284740 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284741 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284741 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284741 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284741 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284741 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.688] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284741 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.689] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284742 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284742 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284742 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301664 3284742 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.689] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284742 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284743 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284743 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284743 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284743 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.689] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284743 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284744 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284744 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284744 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284744 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.689] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284744 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284745 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284745 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284745 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284745 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284746 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284746 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284746 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284746 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284747 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284747 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284747 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284747 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284747 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284748 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284748 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.690] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284748 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284748 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284748 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284748 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284749 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284749 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284749 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284749 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284749 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284749 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284750 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284750 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284750 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284751 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284751 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284751 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284751 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284751 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284751 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284752 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.691] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284752 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301665 3284752 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284752 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284752 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284753 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284753 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284753 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284753 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284753 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284754 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284754 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284754 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284754 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284754 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284755 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284755 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284755 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284755 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.692] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284755 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.693] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284755 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.693] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284756 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.693] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284756 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.693] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-11 08:25:01.693] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284756 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.693] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284756 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.693] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284756 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.693] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284757 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.693] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284757 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.693] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284757 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.693] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284757 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.694] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284757 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.694] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284758 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.694] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284758 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.694] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284758 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.694] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284758 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.694] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284758 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.694] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284759 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.694] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284759 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.694] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284759 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.694] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284759 000 ECU1 LM LM log debug verbose 8
[2026-06-11 08:25:01.694] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.695] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284759 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.695] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284759 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.695] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284760 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.695] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284760 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.695] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284760 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.695] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284761 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.695] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284761 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.695] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284761 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.695] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284761 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.696] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284761 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.696] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284761 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.696] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284762 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.696] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284762 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.696] [INFO] [launch_manager] 2026/06/11 08:25:01.6301666 3284762 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.696] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284762 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.696] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284762 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.696] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284763 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:01.697] [INFO] [launch_manager] Control Client handler nudged
[2026-06-11 08:25:01.697] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284763 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.697] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284763 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.697] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284763 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.697] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284763 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.698] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284764 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.698] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284764 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.698] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284764 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.698] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284764 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.698] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284764 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.698] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284765 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.698] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284765 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284765 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284765 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284765 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284765 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284766 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284766 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284766 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284766 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284766 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284767 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284767 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.699] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284767 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284767 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284767 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284768 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284768 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284768 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284768 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284768 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284769 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284769 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284769 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284769 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284769 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284769 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284770 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284770 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284770 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.700] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284771 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.701] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284771 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.701] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284771 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.701] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284771 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.701] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284771 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.701] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284771 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.701] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284772 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.701] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284772 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.701] [INFO] [launch_manager] 2026/06/11 08:25:01.6301667 3284772 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.701] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284772 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.701] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284772 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.701] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284773 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.702] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284773 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.702] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284773 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.702] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284773 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.702] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284773 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.702] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284774 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.702] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284774 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.702] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284774 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.702] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284774 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.702] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284774 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.702] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284775 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.703] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284775 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.703] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284775 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.703] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284775 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.703] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284775 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.703] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284775 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.703] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284776 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.703] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284776 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.703] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284776 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.703] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284776 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.703] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284776 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.703] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284777 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.704] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284777 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.704] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284777 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.704] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284777 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.704] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284777 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.704] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284778 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.704] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284778 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.704] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284778 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.704] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284778 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.705] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284778 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.705] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284779 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.705] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284779 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.705] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284779 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.705] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284779 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.705] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284779 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.705] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284779 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.705] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284780 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.705] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284780 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.705] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284780 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.706] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284781 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.706] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284781 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.706] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284781 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.706] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284781 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.706] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284781 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.706] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284782 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.706] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284782 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.706] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284782 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.706] [INFO] [launch_manager] 2026/06/11 08:25:01.6301668 3284782 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.706] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284782 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.706] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284782 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.707] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284783 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.707] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284783 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.707] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284783 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.707] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284783 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.707] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284783 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.707] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284784 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.707] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284784 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.707] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284784 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.707] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284784 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.707] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284784 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.708] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284785 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.708] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284785 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.708] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284785 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.708] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284785 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.708] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284785 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.708] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284786 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.708] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284786 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.708] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284786 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.708] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284786 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.708] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284786 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.709] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284787 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.709] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284787 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.709] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284787 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.709] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284787 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.709] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284787 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.709] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284787 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.709] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284788 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.709] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284788 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.709] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284788 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.709] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284788 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.709] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284788 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.710] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284789 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.710] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284789 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.710] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284789 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.710] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284789 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.710] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284789 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.710] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284790 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.710] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284790 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.710] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284790 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.710] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284790 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.710] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284791 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.710] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284791 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.711] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284791 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.711] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284791 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.711] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284791 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.711] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284792 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.711] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284792 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.711] [INFO] [launch_manager] 2026/06/11 08:25:01.6301669 3284792 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.711] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284792 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.711] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284792 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.711] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284793 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.711] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284793 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.712] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284793 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.712] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284793 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.712] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284793 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.712] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284793 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.712] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284794 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.712] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284794 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.712] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284794 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.712] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284794 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.712] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284794 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.713] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284795 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.713] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284795 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.713] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284795 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.713] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284795 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.713] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284795 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.713] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284796 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.713] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284796 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.713] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284796 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.713] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284796 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.713] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284796 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.714] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284796 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.714] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284797 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.714] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284797 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.714] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284797 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.714] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284797 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.714] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284797 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.714] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284798 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.714] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284798 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.714] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284798 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.715] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284798 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.715] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284799 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.715] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284799 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.715] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284799 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.715] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284799 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.715] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284799 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.715] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284800 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.715] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284800 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.715] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284800 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.715] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284800 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284801 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284801 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284801 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284801 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284801 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284802 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284802 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301670 3284802 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284802 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284802 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284803 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284803 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284803 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.716] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284803 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284803 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284803 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284804 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284804 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284804 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284804 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284804 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284805 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284805 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284805 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284805 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284805 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284806 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.717] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284806 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284806 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284806 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284806 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284807 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284807 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284807 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284807 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284807 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284807 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284808 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284808 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284808 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.718] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284808 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.719] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284808 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.719] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284809 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.719] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284809 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.719] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284809 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.719] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284809 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.719] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284809 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.719] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284810 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.719] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284810 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.719] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284810 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.719] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284810 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284811 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284811 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284811 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284811 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284811 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284812 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284812 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301671 3284812 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284812 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284812 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284813 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284813 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.720] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284813 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284813 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284813 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284813 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284814 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284814 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284814 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284814 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284814 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284814 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284815 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284815 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.721] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284815 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284815 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284815 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284816 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284816 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284816 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284816 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284816 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284817 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284817 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284817 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284817 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.722] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284817 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284818 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284818 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284818 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284818 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284818 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284818 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284819 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284819 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284819 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284819 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284819 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.723] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284820 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284820 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284820 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284820 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284821 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284821 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284821 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284821 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284821 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284822 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284822 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301672 3284822 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284822 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.724] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284822 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284823 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284823 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284823 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284823 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284823 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284824 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284824 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284824 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284824 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284824 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284824 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.725] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284825 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284825 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284825 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284825 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284825 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284825 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284826 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284826 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284826 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284826 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284826 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284826 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.726] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284827 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284827 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284827 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284827 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284827 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284827 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284828 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284828 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284828 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284828 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284828 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284828 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.727] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284829 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284829 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284829 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284829 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284829 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284830 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284830 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284830 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284831 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284831 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284831 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284831 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284831 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.728] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284832 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284832 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301673 3284832 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284832 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284832 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284833 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284833 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284833 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284833 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284833 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284834 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284834 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.729] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284834 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284834 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284834 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284835 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284835 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284835 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284835 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284835 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284836 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284836 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284836 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284836 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.730] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284836 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284837 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284837 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284837 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284837 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284837 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284838 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284838 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284838 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284838 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284838 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284838 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.731] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284839 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284839 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284839 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284839 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284839 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284840 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284840 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284840 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284841 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284841 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284841 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284841 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.732] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284841 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284841 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284842 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284842 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301674 3284842 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284842 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284842 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284843 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284843 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284843 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284843 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284843 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.733] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284844 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.734] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284844 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.734] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284844 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.734] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284844 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.734] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284844 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.734] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284845 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fa
[2026-06-11 08:25:01.734] [INFO] [launch_manager] llback_run_target of PG MainPG
[2026-06-11 08:25:01.734] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284845 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.734] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284845 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.734] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284845 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.734] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284845 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284845 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284846 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284846 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284846 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284846 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284846 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284847 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284847 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284847 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284847 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284847 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284848 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.735] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284848 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284848 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284848 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284848 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284849 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284849 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284849 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284849 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284849 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284850 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284850 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284850 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.736] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284850 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284851 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284851 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284851 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284851 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284851 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284852 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284852 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284852 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301675 3284852 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284852 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284853 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.737] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284853 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284853 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284853 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284853 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284853 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284854 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284854 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284854 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284854 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284854 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284855 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284855 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284855 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.738] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284855 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284855 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284856 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284856 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284856 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284856 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284856 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284857 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284857 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284857 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284857 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284857 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.739] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284857 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284858 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284858 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284858 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284858 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284858 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284859 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284859 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284859 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284859 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284859 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284860 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.740] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284860 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284860 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284860 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284861 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284861 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284861 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284861 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284861 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284862 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284862 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301676 3284862 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284862 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284862 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.741] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284863 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.742] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284863 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.742] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284863 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.742] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284863 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.742] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284863 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.742] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284864 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.742] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284864 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.742] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284864 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.742] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284864 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.742] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284864 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.742] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284864 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.743] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284865 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.743] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284865 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.743] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284865 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.743] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284865 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.743] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284865 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284866 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284866 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284866 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284866 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284866 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284867 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284867 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284867 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284867 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284867 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284868 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284868 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.744] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284868 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284868 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284868 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284868 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284869 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284869 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284869 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284869 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284869 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284870 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284870 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284870 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284870 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.745] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284871 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.746] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284871 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.746] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284871 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.746] [INFO] [launch_manager] 2026/06/11 08:25:01.6301677 3284872 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.746] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284872 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.746] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284873 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.746] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284873 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.746] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284874 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.746] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284874 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.746] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284874 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.746] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284875 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.746] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284876 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.747] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284876 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.747] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284877 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.747] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284877 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.747] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284877 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.747] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284877 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.747] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284877 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.747] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284878 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.747] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284878 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.747] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284878 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.747] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284878 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.747] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284879 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284880 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284880 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284880 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284881 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284881 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284881 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284882 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301678 3284882 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284882 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284882 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284883 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284883 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284883 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.748] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284883 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284884 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284884 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284884 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284885 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284885 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284886 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284886 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284886 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284887 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284887 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284887 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284887 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284888 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284888 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.749] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284888 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284888 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284889 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284889 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284889 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284889 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284890 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284890 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284890 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284891 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284891 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284891 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284892 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284892 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.750] [INFO] [launch_manager] 2026/06/11 08:25:01.6301679 3284892 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284892 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284892 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284892 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284893 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284893 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284893 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284893 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284893 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284894 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284894 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284894 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284894 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.751] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284894 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284895 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284895 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284895 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284895 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284895 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284896 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284896 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284896 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284896 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284896 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284896 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284897 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284897 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284897 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284897 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284897 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284898 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284898 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284898 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284898 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284898 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284899 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284899 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.752] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284899 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284899 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 0
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 8:25:01.6301680 3284899 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284900 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284901 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284901 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284902 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301680 3284902 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284902 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284903 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284903 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284903 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284903 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284903 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284904 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284905 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284905 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284905 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284906 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.753] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284906 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284906 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284906 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284906 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284907 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284907 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284907 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284908 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284908 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284908 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284908 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284909 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284909 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284909 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284910 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284910 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284910 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284911 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284911 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284911 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284911 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284911 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284911 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284912 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.754] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284912 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301681 3284912 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284912 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284912 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284913 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284913 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284914 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284914 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284914 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284915 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284916 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284916 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284916 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284916 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284917 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284917 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284917 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284917 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284917 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284918 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284918 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284918 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284919 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284919 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284919 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.755] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284919 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284920 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284920 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284921 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284921 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284921 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284921 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284922 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284922 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301682 3284922 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284922 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284923 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284924 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284924 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284924 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284925 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284925 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284925 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284925 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284925 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284926 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284926 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284927 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284927 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.756] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284927 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284928 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284928 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284928 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284929 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284929 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284929 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284929 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284929 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284930 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284931 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284931 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284931 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284931 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284931 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284931 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284932 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284932 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301683 3284932 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284932 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284932 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284932 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284933 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284933 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284933 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.757] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284933 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284933 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284934 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284934 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284934 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284934 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284934 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284935 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284935 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284935 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284935 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284935 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284936 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284936 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284936 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284936 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284936 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284937 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284937 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284937 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284937 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284937 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284938 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284938 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.758] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284938 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284939 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284939 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284940 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284940 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284940 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284941 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301684 3284942 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284942 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284943 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284943 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284943 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284943 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284943 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284944 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284944 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284945 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284945 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284945 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284945 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284945 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284946 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284946 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284946 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284947 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.759] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284947 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284947 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284947 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284948 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284948 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284948 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284949 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284949 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284950 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284950 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284950 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284951 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284952 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301685 3284952 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284952 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284952 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284953 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284953 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284953 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284953 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284953 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284954 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284954 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284954 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284954 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.760] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284954 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284955 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284955 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284955 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284955 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284955 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284955 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284956 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284956 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284956 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284956 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284956 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284957 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284957 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284957 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284957 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284957 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284958 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284958 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284958 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284958 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284958 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284959 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284959 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.761] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284959 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284959 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284959 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284960 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284961 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284961 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301686 3284962 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284962 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284963 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284963 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284964 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284965 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284965 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284966 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284967 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284967 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284968 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284968 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284969 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284970 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284971 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284971 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.762] [INFO] [launch_manager] 2026/06/11 08:25:01.6301687 3284972 000 ECU1 LM LM log debug verbose 8 Pro
[2026-06-11 08:25:01.762] [INFO] [launch_manager] cessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284972 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284973 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284974 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284974 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284974 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284975 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284975 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284975 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284975 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284975 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284976 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284976 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284976 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284976 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284976 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284976 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284977 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284977 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284977 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284977 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284977 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284978 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284978 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.763] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284978 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284978 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284978 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284979 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284979 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284979 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284979 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284979 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284979 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284980 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284980 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284980 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284981 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284981 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284981 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284981 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284981 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284982 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284982 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284982 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301688 3284982 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284982 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284983 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284983 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284983 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.764] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284983 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284983 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284983 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284984 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284984 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284984 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284984 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284984 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284985 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284985 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284985 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284985 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284985 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284986 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284986 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284986 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284986 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284986 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284987 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284987 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284987 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284987 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284987 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284988 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284988 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.765] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284988 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284988 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284988 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284989 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284989 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284989 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284989 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284989 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284989 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284990 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284991 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301689 3284992 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284993 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284994 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_does_not_report_krunning_in_time changed state PG MainPG/run_target_app_does_not_report_krunning_in_time PS 4
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284994 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284994 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284994 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284995 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284995 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284995 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284995 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284995 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284995 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284996 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284996 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.766] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284996 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284996 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284996 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284996 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284997 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284997 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284997 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284997 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284997 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284998 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284998 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284998 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284998 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284998 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284998 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284999 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284999 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284999 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284999 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3284999 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285000 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285000 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285000 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285000 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285001 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.767] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285001 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285001 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285001 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285001 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285002 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285002 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301690 3285002 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285002 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285002 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285003 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285003 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285003 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285003 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285003 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285003 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285004 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285004 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285004 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285004 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285004 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285005 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285005 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285005 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285005 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285005 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.768] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285006 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285006 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285006 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285006 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285006 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285007 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285007 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285007 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285007 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285007 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285007 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285008 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285008 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285008 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285008 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285008 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285009 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285009 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285009 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285009 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285009 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285010 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285010 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285010 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285010 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.769] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285011 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285011 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285011 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285011 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285011 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285011 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285012 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285012 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301691 3285012 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285012 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285012 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285013 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285013 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285013 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285013 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285013 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285014 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285014 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285014 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285014 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285014 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285014 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285015 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285015 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285015 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.770] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285015 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285015 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285016 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285016 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285016 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285016 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285016 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285017 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285017 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285017 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285017 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285017 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285017 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285018 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285018 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285018 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285018 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285018 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285019 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285019 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285019 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285019 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285019 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285019 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285020 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.771] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285021 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301692 3285022 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285022 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285023 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285024 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285024 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285025 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285025 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285026 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285027 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285027 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 3285028 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285029 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285029 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285030 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285031 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301693 3285031 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301694 3285039 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301694 3285039 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301694 3285040 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301694 3285041 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.772] [INFO] [launch_manager] 2026/06/11 08:25:01.6301694 3285042 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285042 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285043 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285043 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285044 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285045 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285045 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285046 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285047 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285047 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285048 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285049 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285049 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285050 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285051 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285051 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301695 3285052 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285053 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285053 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285054 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285055 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285056 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285056 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285057 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285057 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.773] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285058 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285059 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285059 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285060 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285061 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285061 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301696 3285062 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285063 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285064 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285064 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285065 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285066 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285067 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285068 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285069 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285070 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285070 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285070 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285070 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285071 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285071 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285071 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285071 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285071 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285071 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.774] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285072 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285072 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301697 3285072 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285072 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285072 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285073 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285073 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285073 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285073 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285073 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285074 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285074 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285074 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285074 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285074 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285075 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285075 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285075 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285075 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285075 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285075 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285076 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285076 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285076 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285076 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.775] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285076 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285076 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285077 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285077 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301698 3285077 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285085 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285085 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285086 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285086 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285086 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285086 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285087 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285088 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285088 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285088 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285089 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285089 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285090 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285090 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285090 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285090 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285091 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285091 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285091 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.776] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285091 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285091 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285092 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285092 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301699 3285092 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285092 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285092 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285093 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285093 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285093 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285093 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285093 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285094 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285094 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285094 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285094 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285094 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285095 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285095 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285095 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285095 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285095 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285095 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285096 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285096 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.777] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285096 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285096 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285096 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285097 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285097 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285097 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285097 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285097 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285098 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285098 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285098 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285098 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285098 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285099 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285099 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285099 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285099 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285099 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285100 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285101 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285101 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285101 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285102 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285102 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301700 3285102 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.778] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285102 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285102 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285103 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285103 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285103 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285103 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285103 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285104 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285104 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285104 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285104 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285104 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285105 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285105 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285105 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285105 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285105 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285106 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285106 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285106 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285106 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285106 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285107 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285107 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285107 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.779] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285107 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285107 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285108 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285108 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285108 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285109 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285109 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285109 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285109 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285109 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285110 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285110 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285110 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285110 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285111 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285111 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285111 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285111 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285112 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285112 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301701 3285112 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285112 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285112 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285113 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285113 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.780] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285113 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285113 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285114 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285114 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285114 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285114 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285114 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285115 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285115 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285115 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285115 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285115 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285116 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285116 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285116 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285116 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285116 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285117 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285117 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285117 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285117 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285117 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285118 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285118 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.781] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285118 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285118 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG Main
[2026-06-11 08:25:01.782] [INFO] [launch_manager] PG
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285119 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285119 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285119 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285119 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285119 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285120 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285120 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285120 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285121 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285121 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285121 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285121 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285121 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285122 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285122 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301702 3285122 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285122 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285122 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285123 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285123 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285123 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.782] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285123 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285123 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285124 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285124 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285124 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285124 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285125 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285125 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285125 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285125 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285125 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285126 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285126 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285126 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285126 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285126 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285127 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285127 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285127 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285127 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285128 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285128 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285128 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285128 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285128 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.783] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285129 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285129 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285129 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285129 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285129 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285130 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285130 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285130 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285131 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285131 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285131 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285131 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285131 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285132 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285132 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301703 3285132 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285132 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285132 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285133 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285133 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285133 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285133 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.784] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285138 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285138 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285138 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285139 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285139 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285139 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285139 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285140 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285140 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285140 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285141 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285141 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285141 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285141 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285141 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285142 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285142 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301704 3285142 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.785] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285142 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285143 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285143 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285143 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285143 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285143 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285144 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285144 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285144 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285144 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285144 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285145 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285145 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285145 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285145 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285146 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285146 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285146 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285146 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285146 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.786] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285147 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285147 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285147 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285147 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285148 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285148 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285148 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285148 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285148 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285149 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285149 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285149 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285149 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285150 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285150 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285150 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285151 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285151 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285151 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285151 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285151 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285152 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285152 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285152 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301705 3285152 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.787] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285152 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285153 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285153 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285153 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285153 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285153 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285154 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285154 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285154 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285154 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285154 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285155 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285155 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285155 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285155 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285155 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285156 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285156 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285156 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285156 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285156 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285156 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285157 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285157 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285157 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.788] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285157 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285158 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285158 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285158 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285158 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285158 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285158 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285159 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285159 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285159 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285159 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285159 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285160 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285160 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285160 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285160 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285161 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285161 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285161 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285161 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285162 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285162 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285162 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301706 3285162 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285162 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285162 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.789] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285163 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285163 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285163 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285163 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285163 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285164 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285164 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285164 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285164 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285164 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285165 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285165 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285165 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285165 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285165 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285166 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285166 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285166 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285166 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285166 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285167 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285167 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285167 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285167 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285167 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.790] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285168 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285168 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285168 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285168 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285169 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285169 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285169 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285169 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285169 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285170 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285170 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285170 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285171 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285171 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285171 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285171 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285171 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285172 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285172 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301707 3285172 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285172 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285173 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285173 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285173 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.791] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285173 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285173 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285174 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285174 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285174 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285174 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285174 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285175 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285175 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285175 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285175 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285175 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285176 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285176 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285176 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285176 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285176 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285177 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285177 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285177 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285177 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285178 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285178 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285178 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285178 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285178 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.792] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285179 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285179 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285179 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285179 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285179 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285179 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285180 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285180 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301708 3285186 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285187 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285187 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285187 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285187 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285188 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285188 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285188 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285188 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285188 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285189 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285189 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285189 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285189 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285189 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285189 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285190 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.793] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285190 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285191 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285191 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285191 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285191 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285191 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285192 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285192 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301709 3285192 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fa
[2026-06-11 08:25:01.794] [INFO] [launch_manager] llback_run_target of PG MainPG
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285192 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285192 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285193 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285193 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285193 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285193 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285193 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285194 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285194 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285194 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285194 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285194 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.794] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285195 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285195 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285195 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285195 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285196 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285196 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285196 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285196 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285197 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285197 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285197 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285197 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285197 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285198 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285198 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285198 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285198 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285198 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285199 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285199 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285199 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285199 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285199 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.795] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285200 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285200 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285200 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285200 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285201 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285201 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285201 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285201 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285201 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285201 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285202 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285202 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301710 3285202 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285202 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285202 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285203 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285203 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285203 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285203 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285203 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285204 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285204 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285204 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285204 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285205 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285205 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.796] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285205 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285205 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285205 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285206 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285206 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285206 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285206 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285206 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285207 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285207 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285207 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285207 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285207 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285208 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285208 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285208 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285208 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285208 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285209 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285209 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285209 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285209 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285209 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285210 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285210 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.797] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285210 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285211 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285211 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285211 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285211 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285211 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285212 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285212 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301711 3285212 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285212 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285213 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285213 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285213 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285213 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285213 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285214 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285214 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285214 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285214 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285214 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285215 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285215 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285215 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285215 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285215 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.798] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285216 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285216 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285216 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285216 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285216 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285217 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285217 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285217 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285217 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285217 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285218 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285218 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285218 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285218 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285218 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285219 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285219 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285219 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285219 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285220 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285220 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285220 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285220 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285221 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285221 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285221 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.799] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285221 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285221 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285222 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285222 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285222 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301712 3285222 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285222 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285223 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285223 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285223 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285223 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285223 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285223 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285224 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285224 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285224 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285224 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285224 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285225 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285225 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285225 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285225 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285226 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285226 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285226 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285226 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.800] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285226 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285227 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285227 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285227 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285227 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285227 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285228 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285228 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285228 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285228 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285228 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285229 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285229 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285229 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285229 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285229 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285230 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285230 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285230 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285230 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285230 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285231 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285231 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285231 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.801] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285231 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285231 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285232 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285232 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301713 3285232 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285232 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285232 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285233 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285233 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285233 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285233 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285233 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285234 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285234 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285234 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285234 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285235 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285235 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285235 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285235 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285235 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285235 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285236 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285236 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285236 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285236 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.802] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285236 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285237 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285237 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285237 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285237 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285237 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285237 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285237 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285238 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285238 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285238 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285238 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285238 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285238 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285238 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285239 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285239 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285239 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285239 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.803] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285239 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285239 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285239 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 0
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 8:25:01.6301714 3285240 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285240 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285240 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285241 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285241 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285241 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285242 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285242 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301714 3285242 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285242 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285243 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285243 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285243 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285243 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285244 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285244 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285244 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285244 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285245 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.804] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285245 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285245 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285245 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285246 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285246 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285246 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285247 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285247 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285247 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285248 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285248 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285248 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285248 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285249 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285249 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285249 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285249 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285250 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285250 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285251 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285251 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285251 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285251 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285252 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301715 3285252 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285252 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.805] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285252 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285253 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285253 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285253 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285254 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285254 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285254 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285254 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285255 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285255 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285255 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285255 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285256 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285256 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285256 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285257 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285257 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285257 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285257 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285258 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285258 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285259 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285259 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285259 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285259 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.806] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285261 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285261 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285261 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285262 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285262 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301716 3285262 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285262 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285263 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285263 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285263 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285263 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285263 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285264 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285264 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285264 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285264 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285264 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285264 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285265 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285265 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285265 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285265 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285266 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285266 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285266 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.807] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285266 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285266 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285267 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285267 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285267 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285267 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285267 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285267 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285267 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285268 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285268 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285268 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285268 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285268 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285268 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285268 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285268 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285269 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285269 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285269 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285269 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285269 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285269 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285269 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285270 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285270 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.808] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285270 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285271 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285271 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285271 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285271 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285271 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285272 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285272 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301717 3285272 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285272 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285272 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285272 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285273 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285273 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285273 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285273 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285274 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285274 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285274 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285274 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285274 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285274 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285274 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285275 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.809] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285275 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285275 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285275 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285275 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285275 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285275 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285276 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285276 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285276 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285276 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285276 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285276 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285276 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285277 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285277 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285277 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285277 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285277 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285277 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285277 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285278 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285278 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285278 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285278 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285278 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285278 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.810] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285278 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285279 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285279 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285279 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285279 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285279 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285279 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285280 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285280 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285281 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285281 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285282 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285282 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301718 3285282 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285282 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285282 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285283 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285283 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285283 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285284 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285284 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285285 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285285 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285285 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285286 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.811] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285287 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285287 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285287 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285288 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285288 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285289 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285289 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285289 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285290 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285290 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285291 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285291 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285292 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285292 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301719 3285292 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285293 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285293 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285293 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285294 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285294 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285295 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285295 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285295 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285296 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285296 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285297 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.812] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285297 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285297 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285298 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285298 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285298 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285298 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285299 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285299 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285299 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285299 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285300 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285300 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285300 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285300 000 ECU1 LM LM log debug verbose 8 Pro
[2026-06-11 08:25:01.813] [INFO] [launch_manager] cessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285301 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285301 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285301 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285301 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285301 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285302 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285302 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301720 3285302 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.813] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285303 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285303 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285303 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285303 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285303 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285304 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285304 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285304 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285304 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285304 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285305 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285305 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285305 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285305 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285305 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285306 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285306 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285306 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285306 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285306 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285307 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285307 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285307 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285307 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285308 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285308 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.814] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285308 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285308 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285308 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285309 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285309 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285309 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285309 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285310 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285310 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285310 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285311 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285311 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285311 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285311 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285312 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285312 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301721 3285312 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285312 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285312 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285313 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285313 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285313 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285313 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285314 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285314 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.815] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285314 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285314 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285314 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285314 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285315 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285315 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285315 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285315 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285315 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285316 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285316 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285316 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285316 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285316 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285317 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285317 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285317 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285317 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285317 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285318 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285318 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285318 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285318 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285318 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285319 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285319 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.816] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285319 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285319 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285319 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285320 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285320 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285320 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285320 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285321 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285321 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285321 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285321 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285322 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301722 3285322 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285322 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285322 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285322 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285323 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285323 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285323 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285324 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285324 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285324 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285324 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285324 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285325 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.817] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285325 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285325 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285325 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285325 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285326 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285326 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285326 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285326 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285327 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285327 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285327 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285327 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285328 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285328 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285328 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285328 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285328 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285329 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285329 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285329 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285329 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285330 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285330 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285330 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285331 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285331 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285331 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.818] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285331 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285332 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285332 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301723 3285332 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285332 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285332 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285333 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285333 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285333 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285333 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285334 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285334 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285334 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285334 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285335 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285335 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285335 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285335 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285335 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285336 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285336 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285336 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285336 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285337 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285337 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.819] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285337 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285337 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285338 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285338 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285338 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285338 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285338 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285339 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285339 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285339 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285339 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285339 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285340 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285340 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285340 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285341 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285341 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285341 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285341 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285342 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285342 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301724 3285342 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285342 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285342 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285343 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285343 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285343 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.820] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285343 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285344 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285344 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285344 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285344 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285345 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285345 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285345 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285345 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285346 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285346 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285346 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285346 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285346 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285347 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285347 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285347 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285347 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285348 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285348 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285348 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285348 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285349 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285349 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.821] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285349 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285349 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285350 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285350 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285350 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285351 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285351 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285351 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285351 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285352 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301725 3285352 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285352 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285352 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285353 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285353 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285353 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285353 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285354 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.822] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285354 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285354 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285355 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285355 000 EC
[2026-06-11 08:25:01.823] [INFO] [launch_manager] U1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285355 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285355 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285356 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285356 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285356 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285356 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285357 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285357 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285357 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285357 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285358 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285358 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285358 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.823] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285358 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285359 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285359 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285359 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285359 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285359 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285360 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285360 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285360 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285361 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285361 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285361 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285362 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285362 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301726 3285362 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285362 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285363 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285363 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285363 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285363 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285364 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285364 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285364 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285364 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285365 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.824] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285365 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285365 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285365 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285366 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285366 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285366 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285366 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285367 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285367 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285367 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285367 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285368 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285368 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285368 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285368 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285369 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285369 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285369 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285369 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285370 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285370 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285370 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285371 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285371 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285371 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.825] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285371 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285372 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301727 3285372 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285372 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285373 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285373 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285373 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285373 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285374 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285374 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285374 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285375 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285375 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285375 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285375 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285376 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285376 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285376 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285376 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285377 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285377 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285377 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285378 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285378 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285378 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285378 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.826] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285379 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285379 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285379 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285379 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285380 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285380 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285381 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285381 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285381 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285381 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285381 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285382 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301728 3285382 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285382 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285383 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285383 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285383 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285383 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285383 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285384 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285384 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285384 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.827] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285385 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285385 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285385 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285385 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285385 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285386 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285386 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285386 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285386 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285387 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285387 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285387 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285387 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285388 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285388 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285388 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285388 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285388 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285389 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285389 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285389 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285389 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285390 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285390 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285390 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285391 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.828] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285391 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285391 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285391 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285391 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285392 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285392 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301729 3285392 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285392 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285393 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285393 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285393 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285393 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285393 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285394 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.829] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285394 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285394 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285394 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285395 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285395 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285395 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285395 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285395 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285396 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285396 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285396 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285396 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285396 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285397 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285397 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285397 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285397 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285398 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285398 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285398 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285398 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285399 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285399 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.830] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285399 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285399 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285400 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285400 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285400 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285400 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285401 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285401 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285401 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285401 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285402 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285402 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301730 3285402 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285402 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285403 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285403 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285403 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285403 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285404 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285404 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285404 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285404 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285405 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285405 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285405 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285405 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.831] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285406 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285406 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285406 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285406 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285406 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285407 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285407 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285407 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285408 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285408 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285408 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285408 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285408 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285409 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285409 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285409 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285410 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285410 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285410 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285411 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285411 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285411 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301731 3285411 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285412 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285412 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.832] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285413 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285413 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285413 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285413 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285414 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285414 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285414 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285414 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285415 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285415 000 ECU1 LM LM log debug verbose 1 Control Client
[2026-06-11 08:25:01.833] [INFO] [launch_manager] handler nudged
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285415 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285415 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285416 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285416 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285416 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285416 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285417 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285417 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285417 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285417 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285418 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285418 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.833] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285418 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285418 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285418 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285419 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285419 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285419 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285419 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285420 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285420 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285420 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285421 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285421 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285421 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285421 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285422 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301732 3285422 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285422 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285422 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285423 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285423 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285423 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285424 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.834] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285424 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285424 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285425 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285425 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285425 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285425 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285426 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285426 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285426 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285426 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285426 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285427 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285427 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285427 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285428 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285428 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285428 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285429 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285429 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285429 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285429 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285430 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285430 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285430 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285430 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285431 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.835] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285431 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285431 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285431 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285432 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301733 3285432 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285432 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285433 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285433 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285433 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285433 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285434 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285434 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285434 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285434 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285434 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285435 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285435 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285435 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285435 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285436 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285436 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285436 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285436 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285437 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285437 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285437 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.836] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285437 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285438 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285438 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285438 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285438 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285439 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285439 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285439 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285439 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285440 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285440 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285441 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285441 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285441 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285441 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285442 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301734 3285442 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285442 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285442 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285443 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285443 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285443 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285443 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285444 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285444 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.837] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285444 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285444 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285445 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285445 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285445 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285445 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285445 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285446 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285446 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285446 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285447 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285447 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285447 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285447 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285447 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285448 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285448 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285448 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285448 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285449 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285449 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285449 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285449 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285449 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285450 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285450 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.838] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285450 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285451 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285451 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285451 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285452 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285452 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301735 3285452 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285452 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285452 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285453 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285453 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285453 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285453 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285454 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285454 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285454 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285454 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285455 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285455 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285455 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285456 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285456 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285456 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285456 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285457 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285457 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.839] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285457 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285457 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285458 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285458 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285458 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285458 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285459 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285459 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285459 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285459 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285460 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285460 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285460 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285461 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285461 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285461 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285461 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285462 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301736 3285462 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285462 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285463 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285463 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285463 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285463 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285464 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285464 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.840] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285464 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285464 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285465 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285465 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285465 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285465 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285466 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285466 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285466 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285467 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285467 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285467 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285467 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285468 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285468 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285468 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285468 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285469 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285469 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285469 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285469 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285470 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285470 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285470 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285471 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285471 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.841] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285471 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285471 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285472 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301737 3285472 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285472 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285472 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285473 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285473 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285473 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285473 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285474 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285474 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285474 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285474 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285475 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285475 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285475 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285475 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285476 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285476 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re
[2026-06-11 08:25:01.842] [INFO] [launch_manager] state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285476 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.842] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285476 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285477 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285477 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285477 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285477 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285477 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285478 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285478 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285478 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285478 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285479 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285479 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285479 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285479 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285480 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285480 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285480 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285480 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285481 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285481 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285481 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285481 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285482 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285482 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301738 3285482 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.843] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285482 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285483 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285483 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285483 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285483 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285483 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285484 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285484 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285484 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285484 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285484 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285485 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285485 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285485 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285485 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285486 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285486 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285486 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285486 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285486 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285487 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285487 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285487 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285487 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285487 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.844] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285488 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285488 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285488 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285488 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285488 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285489 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285489 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285489 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285489 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285489 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285490 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285490 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285490 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285491 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285491 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285491 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285491 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285492 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285492 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301739 3285492 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285492 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285493 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285493 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285493 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285493 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.845] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285493 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285494 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285494 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285494 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285494 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285495 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285495 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285495 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285495 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285495 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285496 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285496 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285496 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285497 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285497 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285497 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285497 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285498 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285498 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285498 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285499 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285499 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285499 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285499 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285500 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285500 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.846] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285500 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285501 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285501 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285501 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285501 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285501 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285501 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285501 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285502 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285502 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285502 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301740 3285502 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285502 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285502 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285502 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285503 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285503 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285503 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285503 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285503 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285503 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285503 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285504 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.847] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285504 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285504 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285504 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285504 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285504 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285504 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285505 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285505 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285505 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285505 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285505 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285505 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285505 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285506 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285506 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285506 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285506 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285506 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285507 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285507 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285507 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285508 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285508 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285508 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.848] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285508 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285509 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285509 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285509 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285509 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285509 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285510 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285510 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285510 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285511 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285511 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285511 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285511 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285512 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285512 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301741 3285512 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285512 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285512 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285513 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285513 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285513 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285513 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285514 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285514 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.849] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285514 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285514 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285514 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285515 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285515 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285515 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285515 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285516 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285516 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285516 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285516 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285516 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285517 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285517 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285517 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285517 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285518 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285518 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285518 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285518 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285519 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285519 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285519 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285519 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285519 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285520 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.850] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285520 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285520 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285521 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285521 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285521 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285521 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285522 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285522 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285522 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301742 3285522 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285522 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285522 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285523 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285523 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285523 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285523 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285523 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285524 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285524 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285524 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285524 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285524 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285525 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285525 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285525 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.851] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285525 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285526 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285526 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285526 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285526 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285526 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285527 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285527 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285527 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285527 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285528 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empt
[2026-06-11 08:25:01.852] [INFO] [launch_manager] y.
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285528 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285528 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285528 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285529 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285529 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285529 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285529 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285530 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285530 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285530 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.852] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285531 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285531 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285531 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285531 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285532 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301743 3285532 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285532 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285532 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285533 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285533 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285533 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285533 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285534 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285534 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285534 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285534 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285534 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285535 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285535 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285535 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.853] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285535 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285536 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285536 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285536 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285537 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285537 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285537 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285537 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285538 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285538 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285538 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285538 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285538 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285539 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285539 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285539 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285539 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285540 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285540 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285540 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285541 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285541 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285541 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285541 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285541 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.854] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285542 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285542 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301744 3285542 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285542 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285543 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285543 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285543 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285543 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285543 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285543 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285544 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285544 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285544 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285544 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285544 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285545 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285545 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285545 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285545 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285545 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285545 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285546 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285546 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285546 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.855] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285546 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285547 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285547 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285547 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285547 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285547 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285547 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285548 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285548 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285548 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285548 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285548 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285549 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285549 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285549 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285549 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285549 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285549 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285550 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285550 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285550 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285551 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285551 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285551 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285551 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285551 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.856] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285552 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285552 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285552 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301745 3285552 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285552 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285552 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285553 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285553 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285553 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285553 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285553 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285554 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285554 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285554 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285554 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285554 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285555 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285555 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285555 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285555 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285555 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285556 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285556 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285556 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285556 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285557 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.857] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285557 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285557 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285557 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285557 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285558 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285558 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285558 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285558 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285559 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285559 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285559 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285559 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285559 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285560 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285560 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285561 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285561 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285561 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-11 08:25:01.858] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285561 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-11 08:25:01.859] [INFO] [launch_manager] 2026/06/11 08:25:01.6301746 3285562 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-11 08:25:01.859] [INFO] [launch_manager] [ END STEP ] Activate RunTarget run_target_app_does_not_report_krunning_in_time
[2026-06-11 08:25:01.859] [INFO] [launch_manager] 2026/06/11 08:25:01.6301847 3286563 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-11 08:25:01.941] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:25:02.486] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-11 08:25:02.747] [INFO] [launch_manager] [ STEP ] Verify fallback run target was activated
[2026-06-11 08:25:02.747] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was activated
[2026-06-11 08:25:02.747] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-11 08:25:02.747] [INFO] [launch_manager] 2026/06/11 08:25:02.6302747 3295565 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-11 08:25:02.749] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295582 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-11 08:25:02.749] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295583 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-11 08:25:02.749] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295583 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:25:02.749] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295583 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-11 08:25:02.749] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295583 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-11 08:25:02.749] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295584 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:25:02.749] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295584 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:02.749] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295584 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:02.749] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295584 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:02.750] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295584 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:02.750] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295586 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock )
[2026-06-11 08:25:02.750] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295586 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 67 ( control_client_mock )
[2026-06-11 08:25:02.750] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295586 000 ECU1 LM LM log debug verbose 2 Request termination received for 67
[2026-06-11 08:25:02.750] [INFO] [launch_manager] 2026/06/11 08:25:02.6302749 3295587 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-11 08:25:02.750] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-11 08:25:02.790] [INFO] [launch_manager] 2026/06/11 08:25:02.6302789 3295992 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-11 08:25:02.790] [INFO] [launch_manager] 2026/06/11 08:25:02.6302790 3295993 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-11 08:25:02.848] [INFO] [launch_manager] [ OK ] RecoveryActionSimpleRepFailure.ControlClientMock (4906 ms)
[2026-06-11 08:25:02.849] [INFO] [launch_manager] [----------] 1 test from RecoveryActionSimpleRepFailure (4906 ms total)
[2026-06-11 08:25:02.849] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-11 08:25:02.849] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (4906 ms total)
[2026-06-11 08:25:02.849] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-11 08:25:02.849] [INFO] [launch_manager] 2026/06/11 08:25:02.6302849 3296586 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-11 08:25:02.849] [INFO] [launch_manager] 2026/06/11 08:25:02.6302849 3296589 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-11 08:25:02.850] [INFO] [launch_manager] 2026/06/11 08:25:02.6302849 3296589 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-11 08:25:02.850] [INFO] [launch_manager] 2026/06/11 08:25:02.6302849 3296589 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:02.850] [INFO] [launch_manager] 2026/06/11 08:25:02.6302849 3296590 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:02.850] [INFO] [launch_manager] 2026/06/11 08:25:02.6302849 3296590 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:02.850] [INFO] [launch_manager] 2026/06/11 08:25:02.6302849 3296591 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:02.850] [INFO] [launch_manager] 2026/06/11 08:25:02.6302850 3296592 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:25:02.850] [INFO] [launch_manager] 2026/06/11 08:25:02.6302850 3296593 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 100 ms
[2026-06-11 08:25:02.850] [INFO] [launch_manager] 2026/06/11 08:25:02.6302850 3296593 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:02.890] [INFO] [launch_manager] 2026/06/11 08:25:02.6302889 3296992 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-11 08:25:03.163] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299723 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-11 08:25:03.163] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299723 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-11 08:25:03.163] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299723 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-11 08:25:03.163] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299724 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-11 08:25:03.163] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299724 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-11 08:25:03.163] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299724 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:03.163] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299724 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:03.164] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299725 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:03.164] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299725 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-11 08:25:03.164] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299725 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:03.164] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299725 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:03.164] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299726 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:03.164] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299726 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-11 08:25:03.164] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299726 000 ECU1 LM LM log debug verbose 9
[2026-06-11 08:25:03.164] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-11 08:25:03.164] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299727 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-11 08:25:03.164] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299727 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-11 08:25:03.164] [INFO] [launch_manager] 2026/06/11 08:25:03.6303163 3299727 000 ECU1 LM LM log debug verbose 1
[2026-06-11 08:25:03.164] [INFO] [launch_manager] Wait for all process groups to complete the transition
[2026-06-11 08:25:03.250] [INFO] [launch_manager] 2026/06/11 08:25:03.6303250 3300592 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-11 08:25:03.290] [INFO] [launch_manager] 2026/06/11 08:25:03.6303289 3300992 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-11 08:25:03.291] [INFO] [launch_manager] 2026/06/11 08:25:03.6303291 3301004 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-11 08:25:03.291] [INFO] [launch_manager] 2026/06/11 08:25:03.6303291 3301004 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/915/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_simple_rep_failure/process_simple_rep_failure/test.xml -
============================== 1 passed in 9.86s ===============================
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 ===============================