Component Requirements Statistics#

Overview#

_images/need_pie_2b909.svg

In Detail#

_images/need_pie_cce4e.svg
_images/need_pie_8587e.svg

No needs passed the filters

Failed Tests

Hint: This table should be empty. Before a PR can be merged all tests have to be successful.

No needs passed the filters

Skipped / Disabled Tests

No needs passed the filters

All passed Tests#

No needs passed the filters

Details About Testcases#

No needs passed the filters

No needs passed the filters

Test Log Files#

tests-report/score/health_monitor/src/rust/tests/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/rust:tests
-----------------------------------------------------------------------------

running 232 tests
test common::tests::duration_to_int_too_large - should panic ... ok
test common::tests::duration_to_int_valid ... ok
test common::tests::time_offset_diff_too_large - should panic ... ok
test common::tests::time_offset_wrong_order ... ok
test common::tests::time_offset_valid ... ok
test common::tests::time_range_from_interval_lower_too_large - should panic ... ok
test common::tests::time_range_new_valid ... ok
test common::tests::time_range_from_interval_valid ... ok
test deadline::common::tests::acquire_and_release_deadline ... ok
test common::tests::time_range_new_wrong_order - should panic ... ok
test deadline::deadline_monitor::tests::deadline_outside_time_range_is_error_when_dropped_after_evaluate ... ok
test deadline::deadline_monitor::tests::get_deadline_unknown_tag ... ok
test deadline::common::tests::new_and_fields ... ok
test deadline::deadline_monitor::tests::deadline_failed_on_first_run_and_then_restarted_is_evaluated_as_error ... ok
test deadline::common::tests::concurrent_acquire ... 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::deadline_state_update_success ... ok
test deadline::deadline_state::tests::default_state ... ok
test deadline::deadline_state::tests::set_running ... ok
test deadline::deadline_state::tests::set_underrun ... ok
test deadline::deadline_state::tests::set_and_get_timestamp_ms ... ok
test deadline::ffi::tests::deadline_destroy_null_deadline ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_invalid_range ... 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_add_deadline_null_deadline_tag ... 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_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_unknown_deadline ... ok
test deadline::ffi::tests::deadline_start_already_started ... ok
test deadline::ffi::tests::deadline_start_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_heartbeat_monitor_builder ... ok
test deadline::ffi::tests::deadline_stop_null_deadline ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_hmon_builder ... 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_valid_cycle_intervals_succeeds ... ok
test ffi::tests::health_monitor_builder_create_null_handle ... ok
test ffi::tests::health_monitor_builder_build_thread_parameters ... ok
test ffi::tests::health_monitor_builder_create_succeeds ... ok
test ffi::tests::health_monitor_destroy_null_hmon ... ok
test ffi::tests::health_monitor_builder_destroy_null_handle ... 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_succeeds ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_heartbeat_monitor ... 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
[2026/06/05 14:32:26.7277923][5357][HMON][INFO] Monitoring thread started.
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
test health_monitor::tests::health_monitor_get_logic_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_unknown ... ok
test health_monitor::tests::health_monitor_start_monitors_not_taken - should panic ... ok
[2026/06/05 14:32:26.7362070][5357][HMON][INFO] Monitoring thread started.
[2026/06/05 14:32:26.7363803][5357][HMON][INFO] Monitoring thread exiting.
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_destroy_null_monitor ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_null_monitor ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_succeeds ... ok
test deadline::deadline_monitor::tests::monitor_with_multiple_running_deadlines ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_early ... ok
[2026/06/05 14:32:26.8279178][5357][HMON][INFO] Monitoring thread exiting.
test ffi::tests::health_monitor_start_succeeds ... 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_multiple_beats_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_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 deadline::deadline_monitor::tests::start_stop_deadline_within_range_works ... ok
test worker::tests::monitoring_logic_report_error_when_deadline_failed ... ok
[2026/06/05 14:32:27.7168202][5357][HMON][INFO] Monitoring thread started.
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_late ... ok
[2026/06/05 14:32:27.7776950][5357][HMON][WARN] Deadline (DeadlineTag(deadline_fast)) missed! Expected: 50, now: 60
[2026/06/05 14:32:27.7777195][5357][HMON][WARN] Deadline monitor with tag MonitorTag(deadline_monitor) reported error: TooLate.
[2026/06/05 14:32:27.7777258][5357][HMON][WARN] One or more monitors reported errors, skipping AliveAPI notification.
[2026/06/05 14:32:27.7777300][5357][HMON][INFO] Monitoring logic failed, stopping thread.
[2026/06/05 14:32:27.7777338][5357][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.30s

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.71s

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/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/05 14:32:25.9945310 2527939 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 (4 ms)
[ RUN      ] AliveSupervisionTest.AliveStaysOkWithCorrectHeartbeats
[       OK ] AliveSupervisionTest.AliveStaysOkWithCorrectHeartbeats (0 ms)
[ RUN      ] AliveSupervisionTest.AliveReportsEnqueueFailureWhenRingBufferFull
2026/06/05 14:32:25.9945311 2527950 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/05 14:32:25.9945311 2527951 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/05 14:32:25.9945311 2527953 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/05 14:32:25.9945311 2527953 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. (5 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/score/launch_manager/alive/src/details/AliveImpl_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/alive/src/details:AliveImpl_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from AliveImplTest
[ RUN      ] AliveImplTest.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 14:32:25.9945434 2529182 000 ECU1 NONE Sprv log error verbose 3 Failed to load interface path for Monitor ( test/instance ) 
[       OK ] AliveImplTest.ThrowsWhenInterfacePathEnvVarIsNotSet (3 ms)
[ RUN      ] AliveImplTest.DoesNotThrowWhenInterfacePathEnvVarIsSet
2026/06/05 14:32:25.9945434 2529186 000 ECU1 NONE Sprv log error verbose 3 Connection to PHM daemon failed, for the Monitor ( test/instance ) 
[       OK ] AliveImplTest.DoesNotThrowWhenInterfacePathEnvVarIsSet (0 ms)
[ RUN      ] AliveImplTest.ReportCheckpointSafeWhenNotConnected
2026/06/05 14:32:25.9945435 2529187 000 ECU1 NONE Sprv log error verbose 3 Connection to PHM daemon failed, for the Monitor ( test/instance ) 
[       OK ] AliveImplTest.ReportCheckpointSafeWhenNotConnected (0 ms)
[----------] 3 tests from AliveImplTest (4 ms total)

[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (4 ms total)
[  PASSED  ] 3 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/894/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 14:32:34.831] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 14:32:35.316] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:35.316] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:35.316] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:35.317] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:35.331] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:35.358] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 14:32:35.360] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/ac921a79f3d14e215482dcecc83edb50f309ff27d1597f90d7f70512f03296b9/json HTTP/1.1" 200 None
[2026-06-05 14:32:35.590] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/ac921a79f3d14e215482dcecc83edb50f309ff27d1597f90d7f70512f03296b9/start HTTP/1.1" 204 0
[2026-06-05 14:32:35.591] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:35.591] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:35.591] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:35.591] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:35.601] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:35.984] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 14:32:36.140] [INFO] [launch_manager] 2026/06/05 14:32:36.9956138 2636219 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!! 
[2026-06-05 14:32:36.140] [INFO] [launch_manager] 2026/06/05 14:32:36.9956138 2636223 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations... 
[2026-06-05 14:32:36.140] [INFO] [launch_manager] 2026/06/05 14:32:36.9956138 2636223 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully 
[2026-06-05 14:32:36.140] [INFO] [launch_manager] 2026/06/05 14:32:36.9956138 2636224 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-05 14:32:36.149] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636228 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-06-05 14:32:36.149] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636228 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Running ( IdentifierHash: 15039935902284124227 ) 
[2026-06-05 14:32:36.149] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636229 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-06-05 14:32:36.150] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636229 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 ) 
[2026-06-05 14:32:36.150] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636230 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/smoke/control_daemon_mock 
[2026-06-05 14:32:36.150] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636230 000 ECU1 LM LM log debug verbose 3 Process control_daemon is Reporting execution state 
[2026-06-05 14:32:36.150] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636231 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation 
[2026-06-05 14:32:36.150] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636231 000 ECU1 LM LM log debug verbose 3 Process control_daemon is NOT Self terminating 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636231 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636231 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636232 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/smoke/gtest_process 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636232 000 ECU1 LM LM log debug verbose 3 Process gtest_process is Reporting execution state 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636232 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:36.153] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636232 000 ECU1 LM LM log debug verbose 3 Process gtest_process is NOT Self terminating 
[2026-06-05 14:32:36.154] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636233 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running 
[2026-06-05 14:32:36.154] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636233 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-05 14:32:36.154] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636234 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-05 14:32:36.154] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636234 000 ECU1 LM LM log debug verbose 3 Creating graph with 2 nodes 
[2026-06-05 14:32:36.154] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636234 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-05 14:32:36.154] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636234 000 ECU1 LM LM log debug verbose 1 Process Group initialization done 
[2026-06-05 14:32:36.154] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636234 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 2 entries 
[2026-06-05 14:32:36.154] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636235 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024 
[2026-06-05 14:32:36.154] [INFO] [launch_manager] 2026/06/05 14:32:36.9956139 2636235 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-05 14:32:36.155] [INFO] [launch_manager] 2026/06/05 14:32:36.9956141 2636254 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 2 processes 
[2026-06-05 14:32:36.155] [INFO] [launch_manager] 2026/06/05 14:32:36.9956141 2636254 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0 
[2026-06-05 14:32:36.155] [INFO] [launch_manager] 2026/06/05 14:32:36.9956141 2636254 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies 
[2026-06-05 14:32:36.157] [INFO] [launch_manager] 2026/06/05 14:32:36.9956141 2636254 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1 
[2026-06-05 14:32:36.157] [INFO] [launch_manager] 2026/06/05 14:32:36.9956141 2636255 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies 
[2026-06-05 14:32:36.157] [INFO] [launch_manager] 2026/06/05 14:32:36.9956141 2636255 000 ECU1 LM LM log debug verbose 3 Created 2 process nodes 
[2026-06-05 14:32:36.158] [INFO] [launch_manager] 2026/06/05 14:32:36.9956141 2636255 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-05 14:32:36.158] [INFO] [launch_manager] 2026/06/05 14:32:36.9956141 2636255 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-05 14:32:36.158] [INFO] [launch_manager] 2026/06/05 14:32:36.9956141 2636257 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. 
[2026-06-05 14:32:36.158] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636258 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100 
[2026-06-05 14:32:36.158] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636258 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-05 14:32:36.158] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636258 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns 
[2026-06-05 14:32:36.158] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636258 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0 
[2026-06-05 14:32:36.158] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636259 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636259 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636260 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_daemon 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636260 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636261 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 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636261 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636262 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_daemon 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636262 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636262 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_daemon_checkpoint 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636262 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636263 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 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636263 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636263 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636263 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636263 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  0  ms 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636264 000 ECU1 LM LM log info verbose 1 LCM started successfully 
[2026-06-05 14:32:36.159] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636264 000 ECU1 LM LM log debug verbose 3 clock() at run(): 38.716000 ms 
[2026-06-05 14:32:36.160] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636265 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============ 
[2026-06-05 14:32:36.160] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636266 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.160] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636266 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:36.160] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636266 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:36.160] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636266 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:36.163] [INFO] [launch_manager] 2026/06/05 14:32:36.9956142 2636267 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:36.163] [INFO] [launch_manager] 2026/06/05 14:32:36.9956143 2636268 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( control_daemon ) from executable /tmp/tests/smoke/control_daemon_mock
[2026-06-05 14:32:36.163] [INFO] [launch_manager] 2026/06/05 14:32:36.9956143 2636269 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_daemon  process
[2026-06-05 14:32:36.163] [INFO] [launch_manager] 2026/06/05 14:32:36.9956143 2636269 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-05 14:32:36.163] [INFO] [launch_manager] 2026/06/05 14:32:36.9956143 2636274 000 ECU1 LM LM log debug verbose 4 startProcess pid 68 received for process: control_daemon 
[2026-06-05 14:32:36.163] [INFO] [launch_manager] 2026/06/05 14:32:36.9956143 2636274 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-05 14:32:36.163] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:36.164] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:36.164] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-05 14:32:36.164] [INFO] [launch_manager] [ RUN      ] Smoke.Daemon
[2026-06-05 14:32:36.164] [INFO] [launch_manager] [ STEP     ] Control daemon report kRunning
[2026-06-05 14:32:36.164] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-06-05 14:32:36.164] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Running
[2026-06-05 14:32:36.164] [INFO] [launch_manager] 2026/06/05 14:32:36.9956149 2636330 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 14:32:36.164] [INFO] [launch_manager] 2026/06/05 14:32:36.9956149 2636332 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 68 ( control_daemon ) process 0 of group MainPG 
[2026-06-05 14:32:36.164] [INFO] [launch_manager] 2026/06/05 14:32:36.9956149 2636332 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_daemon ) done 
[2026-06-05 14:32:36.164] [INFO] [launch_manager] 2026/06/05 14:32:36.9956149 2636332 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:36.164] [INFO] [launch_manager] 2026/06/05 14:32:36.9956149 2636333 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 39.979000 ms 
[2026-06-05 14:32:36.165] [INFO] [launch_manager] 2026/06/05 14:32:36.9956149 2636333 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.165] [INFO] [launch_manager] 2026/06/05 14:32:36.9956149 2636333 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 6 ms 
[2026-06-05 14:32:36.165] [INFO] [launch_manager] 2026/06/05 14:32:36.9956149 2636333 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:36.165] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636350 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Running of PG MainPG 
[2026-06-05 14:32:36.165] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636351 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Running 
[2026-06-05 14:32:36.165] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636351 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:36.165] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636351 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:36.165] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636351 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Running to 
[2026-06-05 14:32:36.165] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636352 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Running for PG MainPG 
[2026-06-05 14:32:36.165] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636352 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.166] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636353 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:36.166] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636353 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:36.169] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636353 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:36.170] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636353 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:36.170] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636355 000 ECU1 LM LM log debug verbose 6
[2026-06-05 14:32:36.170] [INFO] [launch_manager] Starting process 1 ( gtest_process ) from executable /tmp/tests/smoke/gtest_process
[2026-06-05 14:32:36.170] [INFO] [launch_manager] 2026/06/05 14:32:36.9956154 2636379 000 ECU1 LM LM log debug verbose 4 startProcess pid 70 received for process: gtest_process
[2026-06-05 14:32:36.171] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:36.171] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:36.171] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-05 14:32:36.171] [INFO] [launch_manager] [ RUN      ] Smoke.Process
[2026-06-05 14:32:36.171] [INFO] [launch_manager] [       OK ] Smoke.Process (2 ms)
[2026-06-05 14:32:36.172] [INFO] [launch_manager] [----------] 1 test from Smoke (2 ms total)
[2026-06-05 14:32:36.172] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:36.172] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-05 14:32:36.172] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:36.173] [INFO] [launch_manager] 2026/06/05 14:32:36.9956158 2636422 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 70 ( gtest_process ) process 1 of group MainPG 
[2026-06-05 14:32:36.173] [INFO] [launch_manager] 2026/06/05 14:32:36.9956158 2636423 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( gtest_process ) done 
[2026-06-05 14:32:36.173] [INFO] [launch_manager] 2026/06/05 14:32:36.9956158 2636423 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.173] [INFO] [launch_manager] 2026/06/05 14:32:36.9956158 2636423 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Running in 7 ms 
[2026-06-05 14:32:36.173] [INFO] [launch_manager] 2026/06/05 14:32:36.9956158 2636423 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:36.173] [INFO] [launch_manager] 2026/06/05 14:32:36.9956161 2636450 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Running of PG MainPG 
[2026-06-05 14:32:36.174] [INFO] [launch_manager] 2026/06/05 14:32:36.9956161 2636451 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 14:32:36.197] [INFO] [launch_manager] 2026/06/05 14:32:36.9956194 2636777 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Startup PS 1 
[2026-06-05 14:32:36.197] [INFO] [launch_manager] 2026/06/05 14:32:36.9956194 2636778 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Startup PS 2 
[2026-06-05 14:32:36.197] [INFO] [launch_manager] 2026/06/05 14:32:36.9956194 2636778 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Running PS 1
[2026-06-05 14:32:36.197] [INFO] [launch_manager] 2026/06/05 14:32:36.9956194 2636778 000 ECU1 LM Sprv log debug verbose 6
[2026-06-05 14:32:36.197] [INFO] [launch_manager] Process with Id gtest_process changed state PG MainPG/Running PS 2
[2026-06-05 14:32:36.198] [INFO] [launch_manager] 2026/06/05 14:32:36.9956195 2636794 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_daemon_alive_supervision ) switched to OK.
[2026-06-05 14:32:36.234] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:36.248] [INFO] [launch_manager] 2026/06/05 14:32:36.9956246 2637306 000 ECU1 LM LM log debug verbose 1 Response retrieved. 
[2026-06-05 14:32:36.248] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-06-05 14:32:36.248] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Startup
[2026-06-05 14:32:36.248] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637307 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 14:32:36.248] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637310 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:36.249] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Startup of PG MainPG 
[2026-06-05 14:32:36.249] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637311 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Startup
[2026-06-05 14:32:36.249] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637311 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:36.249] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637311 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Startup to
[2026-06-05 14:32:36.249] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637311 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Startup for PG MainPG
[2026-06-05 14:32:36.249] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637312 000 ECU1 LM LM log debug verbose 9
[2026-06-05 14:32:36.249] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.249] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637312 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:36.249] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637312 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:36.249] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637313 000 ECU1 LM LM log debug verbose 5
[2026-06-05 14:32:36.250] [INFO] [launch_manager] terminating process 1 ( gtest_process )
[2026-06-05 14:32:36.250] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637314 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 70 ( gtest_process )
[2026-06-05 14:32:36.250] [INFO] [launch_manager] 2026/06/05 14:32:36.9956247 2637315 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:36.250] [INFO] [launch_manager] Request termination received for 70
[2026-06-05 14:32:36.250] [INFO] [launch_manager] 2026/06/05 14:32:36.9956248 2637319 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:36.250] [INFO] [launch_manager] Request acknowledged.
[2026-06-05 14:32:36.250] [INFO] [launch_manager] 2026/06/05 14:32:36.9956248 2637322 000 ECU1 LM LM log debug verbose 12
[2026-06-05 14:32:36.251] [INFO] [launch_manager] Child process 1 of MainPG pid 70 ( gtest_process ) for node True terminated with status 0
[2026-06-05 14:32:36.251] [INFO] [launch_manager] 2026/06/05 14:32:36.9956249 2637337 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( gtest_process )
[2026-06-05 14:32:36.251] [INFO] [launch_manager] 2026/06/05 14:32:36.9956250 2637338 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( gtest_process ) done
[2026-06-05 14:32:36.254] [INFO] [launch_manager] 2026/06/05 14:32:36.9956250 2637339 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:36.254] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:36.254] [INFO] [launch_manager] 2026/06/05 14:32:36.9956250 2637340 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:36.254] [INFO] [launch_manager] 2026/06/05 14:32:36.9956250 2637341 000 ECU1 LM LM log debug verbose 9
[2026-06-05 14:32:36.254] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.255] [INFO] [launch_manager] 2026/06/05 14:32:36.9956250 2637342 000 ECU1 LM LM log info verbose 7
[2026-06-05 14:32:36.255] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Startup in 3 ms
[2026-06-05 14:32:36.255] [INFO] [launch_manager] 2026/06/05 14:32:36.9956250 2637342 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:36.255] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 14:32:36.255] [INFO] [launch_manager] 2026/06/05 14:32:36.9956251 2637355 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Startup of PG MainPG
[2026-06-05 14:32:36.255] [INFO] [launch_manager] 2026/06/05 14:32:36.9956251 2637355 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 14:32:36.293] [INFO] [launch_manager] 2026/06/05 14:32:36.9956292 2637765 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Startup PS 3 
[2026-06-05 14:32:36.293] [INFO] [launch_manager] 2026/06/05 14:32:36.9956292 2637766 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Startup PS 4
[2026-06-05 14:32:36.347] [INFO] [launch_manager] 2026/06/05 14:32:36.9956347 2638308 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 14:32:36.347] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-05 14:32:36.347] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-05 14:32:36.347] [INFO] [launch_manager] 2026/06/05 14:32:36.9956347 2638309 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 14:32:36.347] [INFO] [launch_manager] 2026/06/05 14:32:36.9956347 2638315 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-05 14:32:36.348] [INFO] [launch_manager] 2026/06/05 14:32:36.9956347 2638316 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off 
[2026-06-05 14:32:36.348] [INFO] [launch_manager] 2026/06/05 14:32:36.9956347 2638316 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-05 14:32:36.348] [INFO] [launch_manager] 2026/06/05 14:32:36.9956347 2638316 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to 
[2026-06-05 14:32:36.348] [INFO] [launch_manager] 2026/06/05 14:32:36.9956347 2638316 000 ECU1 LM LM log debug verbose 4
[2026-06-05 14:32:36.348] [INFO] [launch_manager] Start transition to MainPG/Off for PG MainPG
[2026-06-05 14:32:36.348] [INFO] [launch_manager] 2026/06/05 14:32:36.9956347 2638317 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-05 14:32:36.348] [INFO] [launch_manager] 2026/06/05 14:32:36.9956348 2638317 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:36.348] [INFO] [launch_manager] Stop Dependencies: 0 
[2026-06-05 14:32:36.349] [INFO] [launch_manager] 2026/06/05 14:32:36.9956348 2638317 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:36.349] [INFO] [launch_manager] 2026/06/05 14:32:36.9956348 2638321 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:36.349] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-05 14:32:36.349] [INFO] [launch_manager] 2026/06/05 14:32:36.9956349 2638331 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_daemon ) 
[2026-06-05 14:32:36.349] [INFO] [launch_manager] 2026/06/05 14:32:36.9956349 2638331 000 ECU1 LM LM log debug verbose 9
[2026-06-05 14:32:36.349] [INFO] [launch_manager] Requesting termination of process 0 of MainPG pid 68 ( control_daemon ) 
[2026-06-05 14:32:36.349] [INFO] [launch_manager] 2026/06/05 14:32:36.9956349 2638331 000 ECU1 LM LM log debug verbose 2 Request termination received for 68
[2026-06-05 14:32:36.393] [INFO] [launch_manager] 2026/06/05 14:32:36.9956392 2638765 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Off PS 3
[2026-06-05 14:32:36.393] [INFO] [launch_manager] 2026/06/05 14:32:36.9956392 2638766 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_daemon_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 14:32:36.448] [INFO] [launch_manager] [       OK ] Smoke.Daemon (301 ms)
[2026-06-05 14:32:36.448] [INFO] [launch_manager] [----------] 1 test from Smoke (301 ms total)
[2026-06-05 14:32:36.448] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:36.448] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (302 ms total)
[2026-06-05 14:32:36.448] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:36.449] [INFO] [launch_manager] 2026/06/05 14:32:36.9956449 2639329 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 68 ( control_daemon ) for node True terminated with status 0
[2026-06-05 14:32:36.449] [INFO] [launch_manager] 2026/06/05 14:32:36.9956449 2639332 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_daemon ) 
[2026-06-05 14:32:36.450] [INFO] [launch_manager] 2026/06/05 14:32:36.9956449 2639333 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_daemon ) done 
[2026-06-05 14:32:36.450] [INFO] [launch_manager] 2026/06/05 14:32:36.9956449 2639333 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:36.450] [INFO] [launch_manager] 2026/06/05 14:32:36.9956449 2639333 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:36.450] [INFO] [launch_manager] 2026/06/05 14:32:36.9956449 2639334 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.450] [INFO] [launch_manager] 2026/06/05 14:32:36.9956449 2639334 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 101 ms 
[2026-06-05 14:32:36.450] [INFO] [launch_manager] 2026/06/05 14:32:36.9956449 2639334 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:36.493] [INFO] [launch_manager] 2026/06/05 14:32:36.9956492 2639765 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Off PS 4
[2026-06-05 14:32:36.891] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643722 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-05 14:32:36.891] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643723 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.891] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643723 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-05 14:32:36.891] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643723 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state 
[2026-06-05 14:32:36.891] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643723 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.891] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643723 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:36.891] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643723 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:36.891] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643724 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:36.892] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643724 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:36.892] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643724 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.892] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643724 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms 
[2026-06-05 14:32:36.892] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643724 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:36.892] [INFO] [launch_manager] 2026/06/05 14:32:36.9956888 2643724 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-05 14:32:36.953] [INFO] [launch_manager] 2026/06/05 14:32:36.9956953 2644368 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-05 14:32:36.993] [INFO] [launch_manager] 2026/06/05 14:32:36.9956992 2644765 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-05 14:32:36.994] [INFO] [launch_manager] 2026/06/05 14:32:36.9956994 2644780 000 ECU1 LM LM log debug verbose 1 Graph destroyed 
[2026-06-05 14:32:36.994] [INFO] [launch_manager] 2026/06/05 14:32:36.9956994 2644781 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED                                                                   [100%]

- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/894/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/smoke/smoke/test.xml -
============================== 1 passed in 2.84s ===============================

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/895/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-05 14:32:36.455] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 14:32:36.682] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:36.682] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:36.682] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:36.682] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:36.691] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:36.729] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 14:32:36.731] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/ed390845a34c1b505ea540dd48e9d2f0b2da4f51cd1b79cd2e42b82a46a73a83/json HTTP/1.1" 200 None
[2026-06-05 14:32:36.850] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/ed390845a34c1b505ea540dd48e9d2f0b2da4f51cd1b79cd2e42b82a46a73a83/start HTTP/1.1" 204 0
[2026-06-05 14:32:36.851] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:36.852] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:36.852] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:36.852] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:36.860] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:36.992] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 14:32:37.072] [INFO] [launch_manager] 2026/06/05 14:32:37.9957069 2645538 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-05 14:32:37.072] [INFO] [launch_manager] 2026/06/05 14:32:37.9957070 2645541 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:37.074] [INFO] [launch_manager] Loading LCM Configurations...
[2026-06-05 14:32:37.074] [INFO] [launch_manager] 2026/06/05 14:32:37.9957070 2645542 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-05 14:32:37.074] [INFO] [launch_manager] 2026/06/05 14:32:37.9957070 2645543 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-05 14:32:37.074] [INFO] [launch_manager] 2026/06/05 14:32:37.9957070 2645544 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-05 14:32:37.075] [INFO] [launch_manager] 2026/06/05 14:32:37.9957070 2645545 000 ECU1 LM LM log debug verbose 5
[2026-06-05 14:32:37.076] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-05 14:32:37.076] [INFO] [launch_manager] 2026/06/05 14:32:37.9957070 2645546 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_launch_args/process_initial 
[2026-06-05 14:32:37.076] [INFO] [launch_manager] 2026/06/05 14:32:37.9957070 2645547 000 ECU1 LM LM log debug verbose 3
[2026-06-05 14:32:37.076] [INFO] [launch_manager] Process component_initial is Reporting execution state
[2026-06-05 14:32:37.076] [INFO] [launch_manager] 2026/06/05 14:32:37.9957071 2645547 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:37.076] [INFO] [launch_manager] Process is NOT associated with any function Cluster Affiliation
[2026-06-05 14:32:37.076] [INFO] [launch_manager] 2026/06/05 14:32:37.9957071 2645548 000 ECU1 LM LM log debug verbose 3
[2026-06-05 14:32:37.076] [INFO] [launch_manager] Process component_initial is Self terminating 
[2026-06-05 14:32:37.076] [INFO] [launch_manager] 2026/06/05 14:32:37.9957071 2645549 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-06-05 14:32:37.077] [INFO] [launch_manager] 2026/06/05 14:32:37.9957071 2645549 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-05 14:32:37.077] [INFO] [launch_manager] 2026/06/05 14:32:37.9957071 2645549 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-05 14:32:37.077] [INFO] [launch_manager] 2026/06/05 14:32:37.9957071 2645549 000 ECU1 LM LM log debug verbose 3 Creating graph with 1 nodes
[2026-06-05 14:32:37.077] [INFO] [launch_manager] 2026/06/05 14:32:37.9957071 2645550 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:37.077] [INFO] [launch_manager] Process groups initialized successfully
[2026-06-05 14:32:37.077] [INFO] [launch_manager] 2026/06/05 14:32:37.9957071 2645552 000 ECU1 LM LM log debug verbose 1 Process Group initialization done 
[2026-06-05 14:32:37.077] [INFO] [launch_manager] 2026/06/05 14:32:37.9957071 2645552 000 ECU1 LM LM log debug verbose 3
[2026-06-05 14:32:37.077] [INFO] [launch_manager] Creating Safe Process Map with 1 entries
[2026-06-05 14:32:37.077] [INFO] [launch_manager] 2026/06/05 14:32:37.9957071 2645553 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-05 14:32:37.077] [INFO] [launch_manager] 2026/06/05 14:32:37.9957071 2645553 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:37.078] [INFO] [launch_manager] Creating worker threads...
[2026-06-05 14:32:37.078] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645568 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 1 processes 
[2026-06-05 14:32:37.078] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645568 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-05 14:32:37.078] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645568 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies 
[2026-06-05 14:32:37.078] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645569 000 ECU1 LM LM log debug verbose 3 Created 1 process nodes
[2026-06-05 14:32:37.078] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645569 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-05 14:32:37.078] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645569 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-05 14:32:37.078] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645571 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. 
[2026-06-05 14:32:37.078] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645571 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-05 14:32:37.079] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645572 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-05 14:32:37.079] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645572 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns 
[2026-06-05 14:32:37.079] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645572 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-05 14:32:37.079] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645573 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-05 14:32:37.079] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645573 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster 
[2026-06-05 14:32:37.079] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645574 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 0
[2026-06-05 14:32:37.079] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645574 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 0
[2026-06-05 14:32:37.079] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645574 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 0
[2026-06-05 14:32:37.080] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645574 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 0 
[2026-06-05 14:32:37.080] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645575 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 0
[2026-06-05 14:32:37.080] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645575 000 ECU1 LM Fcty log info verbose 2
[2026-06-05 14:32:37.080] [INFO] [launch_manager] Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-05 14:32:37.080] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645576 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1 
[2026-06-05 14:32:37.080] [INFO] [launch_manager] 2026/06/05 14:32:37.9957073 2645577 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  0  ms
[2026-06-05 14:32:37.080] [INFO] [launch_manager] 2026/06/05 14:32:37.9957074 2645578 000 ECU1 LM LM log info verbose 1 LCM started successfully 
[2026-06-05 14:32:37.080] [INFO] [launch_manager] 2026/06/05 14:32:37.9957074 2645579 000 ECU1 LM LM log debug verbose 3 clock() at run(): 30.369000 ms
[2026-06-05 14:32:37.080] [INFO] [launch_manager] 2026/06/05 14:32:37.9957074 2645580 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-05 14:32:37.080] [INFO] [launch_manager] 2026/06/05 14:32:37.9957074 2645580 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:37.081] [INFO] [launch_manager] 2026/06/05 14:32:37.9957074 2645581 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:37.081] [INFO] [launch_manager] 2026/06/05 14:32:37.9957074 2645582 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:37.081] [INFO] [launch_manager] 2026/06/05 14:32:37.9957074 2645584 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( component_initial ) from executable /tmp/tests/process_launch_args/process_initial
[2026-06-05 14:32:37.081] [INFO] [launch_manager] 2026/06/05 14:32:37.9957075 2645589 000 ECU1 LM LM log debug verbose 4 startProcess pid 68 received for process: component_initial
[2026-06-05 14:32:37.081] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:37.081] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:37.081] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs
[2026-06-05 14:32:37.081] [INFO] [launch_manager] [ RUN      ] ProcessLaunchArgs.ProcessInitial
[2026-06-05 14:32:37.081] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 14:32:37.081] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 14:32:37.081] [INFO] [launch_manager] [ STEP     ] Check args
[2026-06-05 14:32:37.082] [INFO] [launch_manager] [ END STEP ] Check args
[2026-06-05 14:32:37.082] [INFO] [launch_manager] [       OK ] ProcessLaunchArgs.ProcessInitial (2 ms)
[2026-06-05 14:32:37.082] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs (2 ms total)
[2026-06-05 14:32:37.082] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:37.082] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-05 14:32:37.082] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:37.082] [INFO] [launch_manager] 2026/06/05 14:32:37.9957079 2645633 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 68 ( component_initial ) process 0 of group MainPG
[2026-06-05 14:32:37.082] [INFO] [launch_manager] 2026/06/05 14:32:37.9957079 2645634 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( component_initial ) done
[2026-06-05 14:32:37.082] [INFO] [launch_manager] 2026/06/05 14:32:37.9957079 2645634 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:37.082] [INFO] [launch_manager] 2026/06/05 14:32:37.9957079 2645635 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 31.608000 ms 
[2026-06-05 14:32:37.082] [INFO] [launch_manager] 2026/06/05 14:32:37.9957079 2645635 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 14:32:37.083] [INFO] [launch_manager] 2026/06/05 14:32:37.9957079 2645635 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 5 ms 
[2026-06-05 14:32:37.083] [INFO] [launch_manager] 2026/06/05 14:32:37.9957079 2645636 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:37.124] [INFO] [launch_manager] 2026/06/05 14:32:37.9957124 2646078 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 1
[2026-06-05 14:32:37.124] [INFO] [launch_manager] 2026/06/05 14:32:37.9957124 2646079 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 2
[2026-06-05 14:32:37.174] [INFO] [launch_manager] 2026/06/05 14:32:37.9957174 2646581 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 68 ( component_initial ) for node True terminated with status 0
[2026-06-05 14:32:37.185] [INFO] [launch_manager] 2026/06/05 14:32:37.9957185 2646687 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-05 14:32:37.185] [INFO] [launch_manager] 2026/06/05 14:32:37.9957185 2646688 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 14:32:37.185] [INFO] [launch_manager] 2026/06/05 14:32:37.9957185 2646688 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-05 14:32:37.185] [INFO] [launch_manager] 2026/06/05 14:32:37.9957185 2646688 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state 
[2026-06-05 14:32:37.185] [INFO] [launch_manager] 2026/06/05 14:32:37.9957185 2646688 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:37.185] [INFO] [launch_manager] 2026/06/05 14:32:37.9957185 2646688 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:37.185] [INFO] [launch_manager] 2026/06/05 14:32:37.9957185 2646689 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:37.185] [INFO] [launch_manager] 2026/06/05 14:32:37.9957185 2646689 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:37.185] [INFO] [launch_manager] 2026/06/05 14:32:37.9957185 2646689 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State Off in 0 ms 
[2026-06-05 14:32:37.185] [INFO] [launch_manager] 2026/06/05 14:32:37.9957185 2646689 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:37.185] [INFO] [launch_manager] 2026/06/05 14:32:37.9957185 2646689 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-05 14:32:37.224] [INFO] [launch_manager] 2026/06/05 14:32:37.9957224 2647079 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 4
[2026-06-05 14:32:37.274] [INFO] [launch_manager] 2026/06/05 14:32:37.9957274 2647584 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-05 14:32:37.324] [INFO] [launch_manager] 2026/06/05 14:32:37.9957324 2648078 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-05 14:32:37.325] [INFO] [launch_manager] 2026/06/05 14:32:37.9957325 2648089 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-05 14:32:37.325] [INFO] [launch_manager] 2026/06/05 14:32:37.9957325 2648090 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED                                                                   [100%]

- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/895/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_launch_args/process_launch_args/test.xml -
============================== 1 passed in 1.41s ===============================

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/893/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/crash_on_startup/crash_on_startup.runfiles/score_itf+
configfile: pytest.ini
collected 1 item

../score_itf+::test_crash_on_startup 
-------------------------------- live log setup --------------------------------
[2026-06-05 14:32:32.622] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 14:32:32.735] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:32.735] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:32.735] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:32.735] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:32.746] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:32.778] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 14:32:32.783] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/9166045616b8ec5459c7f16c3b9231e2611fb5a3ec9baaf5edc2799b68ae7069/json HTTP/1.1" 200 None
[2026-06-05 14:32:32.957] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9166045616b8ec5459c7f16c3b9231e2611fb5a3ec9baaf5edc2799b68ae7069/start HTTP/1.1" 204 0
[2026-06-05 14:32:32.958] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:32.958] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:32.958] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:32.958] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:32.968] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:33.305] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 14:32:33.416] [INFO] [launch_manager] 2026/06/05 14:32:33.9953413 2608969 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!! 
[2026-06-05 14:32:33.416] [INFO] [launch_manager] 2026/06/05 14:32:33.9953413 2608972 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations... 
[2026-06-05 14:32:33.416] [INFO] [launch_manager] 2026/06/05 14:32:33.9953413 2608972 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully 
[2026-06-05 14:32:33.416] [INFO] [launch_manager] 2026/06/05 14:32:33.9953413 2608973 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 ) 
[2026-06-05 14:32:33.416] [INFO] [launch_manager] 2026/06/05 14:32:33.9953413 2608973 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-06-05 14:32:33.416] [INFO] [launch_manager] 2026/06/05 14:32:33.9953413 2608973 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_twice ( IdentifierHash: 16083544560338850016 ) 
[2026-06-05 14:32:33.416] [INFO] [launch_manager] 2026/06/05 14:32:33.9953413 2608974 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_always ( IdentifierHash: 12093248490838190123 ) 
[2026-06-05 14:32:33.416] [INFO] [launch_manager] 2026/06/05 14:32:33.9953413 2608974 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608981 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 ) 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608982 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/crash_on_startup/control_client_mock 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608982 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608982 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608982 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608983 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608983 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crash_on_startup_twice 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608983 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crash_on_startup_always 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608983 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608984 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/crash_on_startup/process_crashing_on_startup_twice 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608984 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_twice is Reporting execution state 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608984 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:33.417] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608984 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_twice is NOT Self terminating 
[2026-06-05 14:32:33.418] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608984 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crash_on_startup_twice 
[2026-06-05 14:32:33.418] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608985 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/crash_on_startup/process_crashing_on_startup_always 
[2026-06-05 14:32:33.418] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608985 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_always is Reporting execution state 
[2026-06-05 14:32:33.418] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608985 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:33.420] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608985 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_always is NOT Self terminating 
[2026-06-05 14:32:33.420] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608986 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crash_on_startup_always 
[2026-06-05 14:32:33.420] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608986 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/crash_on_startup/verification_process 
[2026-06-05 14:32:33.420] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608986 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state 
[2026-06-05 14:32:33.420] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608986 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:33.420] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608987 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating 
[2026-06-05 14:32:33.420] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608987 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target 
[2026-06-05 14:32:33.420] [INFO] [launch_manager] 2026/06/05 14:32:33.9953414 2608987 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-05 14:32:33.420] [INFO] [launch_manager] 2026/06/05 14:32:33.9953415 2608987 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-05 14:32:33.420] [INFO] [launch_manager] 2026/06/05 14:32:33.9953415 2608987 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes 
[2026-06-05 14:32:33.421] [INFO] [launch_manager] 2026/06/05 14:32:33.9953415 2608988 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-05 14:32:33.421] [INFO] [launch_manager] 2026/06/05 14:32:33.9953415 2608988 000 ECU1 LM LM log debug verbose 1 Process Group initialization done 
[2026-06-05 14:32:33.421] [INFO] [launch_manager] 2026/06/05 14:32:33.9953415 2608988 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries 
[2026-06-05 14:32:33.421] [INFO] [launch_manager] 2026/06/05 14:32:33.9953415 2608988 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024 
[2026-06-05 14:32:33.421] [INFO] [launch_manager] 2026/06/05 14:32:33.9953415 2608988 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-05 14:32:33.423] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609041 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 4 processes 
[2026-06-05 14:32:33.423] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609042 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0 
[2026-06-05 14:32:33.423] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609042 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies 
[2026-06-05 14:32:33.423] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609042 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1 
[2026-06-05 14:32:33.423] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609042 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies 
[2026-06-05 14:32:33.423] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609042 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2 
[2026-06-05 14:32:33.423] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609042 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609043 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609043 000 ECU1 LM LM log debug verbose 5 Process 3 has 0 start dependencies 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609043 000 ECU1 LM LM log debug verbose 3 Created 4 process nodes 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609043 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609043 000 ECU1 LM LM log debug verbose 1 Graphs initialized 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609045 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609045 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609046 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609046 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609046 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609046 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953420 2609047 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609047 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609047 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609049 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 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609049 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1 
[2026-06-05 14:32:33.424] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609049 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock 
[2026-06-05 14:32:33.425] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609049 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1 
[2026-06-05 14:32:33.425] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609049 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint 
[2026-06-05 14:32:33.425] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609050 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1 
[2026-06-05 14:32:33.425] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609050 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 14:32:33.425] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609051 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-05 14:32:33.425] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609051 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 
[2026-06-05 14:32:33.426] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609051 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1 
[2026-06-05 14:32:33.426] [INFO] [launch_manager] 2026/06/05 14:32:33.9953421 2609052 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  0  ms 
[2026-06-05 14:32:33.426] [INFO] [launch_manager] 2026/06/05 14:32:33.9953424 2609078 000 ECU1 LM LM log info verbose 1 LCM started successfully 
[2026-06-05 14:32:33.426] [INFO] [launch_manager] 2026/06/05 14:32:33.9953424 2609078 000 ECU1 LM LM log debug verbose 3 clock() at run(): 34.403000 ms 
[2026-06-05 14:32:33.427] [INFO] [launch_manager] 2026/06/05 14:32:33.9953425 2609090 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============ 
[2026-06-05 14:32:33.427] [INFO] [launch_manager] 2026/06/05 14:32:33.9953425 2609091 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-05 14:32:33.427] [INFO] [launch_manager] 2026/06/05 14:32:33.9953425 2609097 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:33.427] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 14:32:33.427] [INFO] [launch_manager] 2026/06/05 14:32:33.9953426 2609100 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:33.428] [INFO] [launch_manager] Stop Dependencies: 0 
[2026-06-05 14:32:33.428] [INFO] [launch_manager] 2026/06/05 14:32:33.9953427 2609114 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:33.429] [INFO] [launch_manager] 2026/06/05 14:32:33.9953427 2609114 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:33.429] [INFO] [launch_manager] 2026/06/05 14:32:33.9953427 2609115 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:33.429] [INFO] [launch_manager] 2026/06/05 14:32:33.9953427 2609115 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:33.429] [INFO] [launch_manager] 2026/06/05 14:32:33.9953427 2609115 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:33.429] [INFO] [launch_manager] 2026/06/05 14:32:33.9953427 2609115 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:33.431] [INFO] [launch_manager] 2026/06/05 14:32:33.9953427 2609118 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-05 14:32:33.431] [INFO] [launch_manager] 2026/06/05 14:32:33.9953428 2609120 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock  process 
[2026-06-05 14:32:33.431] [INFO] [launch_manager] 2026/06/05 14:32:33.9953428 2609121 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized 
[2026-06-05 14:32:33.432] [INFO] [launch_manager] 2026/06/05 14:32:33.9953429 2609127 000 ECU1 LM LM log debug verbose 4 startProcess pid 69 received for process: control_client_mock 
[2026-06-05 14:32:33.432] [INFO] [launch_manager] 2026/06/05 14:32:33.9953429 2609128 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-05 14:32:33.438] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:33.438] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:33.438] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-05 14:32:33.438] [INFO] [launch_manager] [ RUN      ] CrashOnStartup.ControlClientMock
[2026-06-05 14:32:33.438] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 14:32:33.440] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 14:32:33.440] [INFO] [launch_manager] [ STEP     ] Launch process crashing on startup twice
[2026-06-05 14:32:33.441] [INFO] [launch_manager] 2026/06/05 14:32:33.9953441 2609250 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 14:32:33.442] [INFO] [launch_manager] 2026/06/05 14:32:33.9953442 2609259 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 69 ( control_client_mock ) process 0 of group MainPG
[2026-06-05 14:32:33.442] [INFO] [launch_manager] 2026/06/05 14:32:33.9953442 2609259 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done 
[2026-06-05 14:32:33.442] [INFO] [launch_manager] 2026/06/05 14:32:33.9953442 2609259 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:33.442] [INFO] [launch_manager] 2026/06/05 14:32:33.9953442 2609260 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 36.154000 ms 
[2026-06-05 14:32:33.442] [INFO] [launch_manager] 2026/06/05 14:32:33.9953442 2609260 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:33.442] [INFO] [launch_manager] 2026/06/05 14:32:33.9953442 2609261 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 17 ms 
[2026-06-05 14:32:33.443] [INFO] [launch_manager] 2026/06/05 14:32:33.9953442 2609261 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:33.443] [INFO] [launch_manager] 2026/06/05 14:32:33.9953443 2609271 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:33.443] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_crash_on_startup_twice of PG MainPG
[2026-06-05 14:32:33.444] [INFO] [launch_manager] 2026/06/05 14:32:33.9953443 2609276 000 ECU1 LM LM log debug verbose 6
[2026-06-05 14:32:33.444] [INFO] [launch_manager] Pending state for process group MainPG changed from to MainPG/run_target_crash_on_startup_twice
[2026-06-05 14:32:33.444] [INFO] [launch_manager] 2026/06/05 14:32:33.9953444 2609283 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:33.445] [INFO] [launch_manager] 2026/06/05 14:32:33.9953444 2609286 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:33.445] [INFO] [launch_manager] Request acknowledged.
[2026-06-05 14:32:33.445] [INFO] [launch_manager] Request acknowledged. 
[2026-06-05 14:32:33.445] [INFO] [launch_manager] 2026/06/05 14:32:33.9953445 2609292 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_crash_on_startup_twice to 
[2026-06-05 14:32:33.445] [INFO] [launch_manager] 2026/06/05 14:32:33.9953445 2609292 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_twice for PG MainPG 
[2026-06-05 14:32:33.445] [INFO] [launch_manager] 2026/06/05 14:32:33.9953445 2609292 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:33.445] [INFO] [launch_manager] 2026/06/05 14:32:33.9953445 2609292 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:33.445] [INFO] [launch_manager] 2026/06/05 14:32:33.9953445 2609293 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:33.446] [INFO] [launch_manager] Stop Dependencies: 0 
[2026-06-05 14:32:33.446] [INFO] [launch_manager] 2026/06/05 14:32:33.9953445 2609293 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:33.446] [INFO] [launch_manager] 2026/06/05 14:32:33.9953445 2609293 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:33.446] [INFO] [launch_manager] 2026/06/05 14:32:33.9953445 2609293 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:33.446] [INFO] [launch_manager] 2026/06/05 14:32:33.9953445 2609294 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:33.446] [INFO] [launch_manager] 2026/06/05 14:32:33.9953445 2609294 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:33.446] [INFO] [launch_manager] 2026/06/05 14:32:33.9953445 2609294 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:33.446] [INFO] [launch_manager] 2026/06/05 14:32:33.9953446 2609303 000 ECU1 LM LM log debug verbose 6
[2026-06-05 14:32:33.446] [INFO] [launch_manager] Starting process 1 ( process_crashing_on_startup_twice ) from executable /tmp/tests/crash_on_startup/process_crashing_on_startup_twice
[2026-06-05 14:32:33.448] [INFO] [launch_manager] 2026/06/05 14:32:33.9953447 2609316 000 ECU1 LM LM log debug verbose 4
[2026-06-05 14:32:33.448] [INFO] [launch_manager] startProcess pid 77 received for process: process_crashing_on_startup_twice
[2026-06-05 14:32:33.450] [INFO] [launch_manager] Process crashing on startup...
[2026-06-05 14:32:33.471] [INFO] [launch_manager] 2026/06/05 14:32:33.9953471 2609554 000 ECU1 LM Sprv log debug verbose 6
[2026-06-05 14:32:33.472] [INFO] [launch_manager] Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-05 14:32:33.472] [INFO] [launch_manager] 2026/06/05 14:32:33.9953472 2609563 000 ECU1 LM Sprv log debug verbose 6
[2026-06-05 14:32:33.473] [INFO] [launch_manager] Process with Id control_client_mock changed state PG MainPG/Startup PS 2 
[2026-06-05 14:32:33.473] [INFO] [launch_manager] 2026/06/05 14:32:33.9953472 2609566 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 1 
[2026-06-05 14:32:33.473] [INFO] [launch_manager] 2026/06/05 14:32:33.9953472 2609566 000 ECU1 LM Sprv log info verbose 3
[2026-06-05 14:32:33.473] [INFO] [launch_manager] Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-05 14:32:33.479] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:33.535] [INFO] [launch_manager] 2026/06/05 14:32:33.9953534 2610184 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 77 ( process_crashing_on_startup_twice ) for node True terminated with status 134 
[2026-06-05 14:32:33.535] [INFO] [launch_manager] 2026/06/05 14:32:33.9953534 2610184 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 77 ( process_crashing_on_startup_twice )
[2026-06-05 14:32:33.571] [INFO] [launch_manager] 2026/06/05 14:32:33.9953571 2610553 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 4
[2026-06-05 14:32:33.641] [INFO] [launch_manager] 2026/06/05 14:32:33.9953641 2611253 000 ECU1 LM LM log warn verbose 5
[2026-06-05 14:32:33.642] [INFO] [launch_manager] Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-06-05 14:32:33.642] [INFO] [launch_manager] 2026/06/05 14:32:33.9953642 2611262 000 ECU1 LM LM log debug verbose 5
[2026-06-05 14:32:33.643] [INFO] [launch_manager] terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-05 14:32:33.643] [INFO] [launch_manager] 2026/06/05 14:32:33.9953643 2611269 000 ECU1 LM LM log debug verbose 7
[2026-06-05 14:32:33.643] [INFO] [launch_manager] terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-05 14:32:33.644] [INFO] [launch_manager] 2026/06/05 14:32:33.9953644 2611283 000 ECU1 LM LM log debug verbose 4
[2026-06-05 14:32:33.646] [INFO] [launch_manager] startProcess pid 78 received for process: process_crashing_on_startup_twice
[2026-06-05 14:32:33.647] [INFO] [launch_manager] Process crashing on startup...
[2026-06-05 14:32:33.672] [INFO] [launch_manager] 2026/06/05 14:32:33.9953671 2611554 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 1
[2026-06-05 14:32:33.800] [INFO] [launch_manager] 2026/06/05 14:32:33.9953800 2612841 000 ECU1 LM LM log debug verbose 12
[2026-06-05 14:32:33.801] [INFO] [launch_manager] Child process 1 of MainPG pid 78 ( process_crashing_on_startup_twice ) for node True terminated with status 134 
[2026-06-05 14:32:33.801] [INFO] [launch_manager] 2026/06/05 14:32:33.9953800 2612843 000 ECU1 LM LM log warn verbose 7
[2026-06-05 14:32:33.801] [INFO] [launch_manager] unexpected termination of process 1 pid 78 ( process_crashing_on_startup_twice )
[2026-06-05 14:32:33.821] [INFO] [launch_manager] 2026/06/05 14:32:33.9953821 2613053 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 4
[2026-06-05 14:32:33.917] [INFO] [launch_manager] 2026/06/05 14:32:33.9953914 2613984 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice ) 
[2026-06-05 14:32:33.917] [INFO] [launch_manager] 2026/06/05 14:32:33.9953914 2613985 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-05 14:32:33.917] [INFO] [launch_manager] 2026/06/05 14:32:33.9953914 2613985 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done 
[2026-06-05 14:32:33.917] [INFO] [launch_manager] 2026/06/05 14:32:33.9953915 2613992 000 ECU1 LM LM log debug verbose 4 startProcess pid 79 received for process: process_crashing_on_startup_twice
[2026-06-05 14:32:33.921] [INFO] [launch_manager] 2026/06/05 14:32:33.9953921 2614053 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 1
[2026-06-05 14:32:33.936] [INFO] [launch_manager] Process starting successfully...
[2026-06-05 14:32:33.938] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:33.938] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:33.938] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-05 14:32:33.939] [INFO] [launch_manager] [ RUN      ] CrashOnStartup.ProcessCrashingOnStartupTwice
[2026-06-05 14:32:33.939] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 14:32:33.940] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 14:32:33.941] [INFO] [launch_manager] [       OK ] CrashOnStartup.ProcessCrashingOnStartupTwice (2 ms)
[2026-06-05 14:32:33.941] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2 ms total)
[2026-06-05 14:32:33.941] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:33.941] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-05 14:32:33.941] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:33.943] [INFO] [launch_manager] 2026/06/05 14:32:33.9953942 2614264 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:33.943] [INFO] [launch_manager] Got kRunning for pid 79 ( process_crashing_on_startup_twice ) process 1 of group MainPG
[2026-06-05 14:32:33.943] [INFO] [launch_manager] 2026/06/05 14:32:33.9953942 2614266 000 ECU1 LM LM log debug verbose 7
[2026-06-05 14:32:33.943] [INFO] [launch_manager] startProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done 
[2026-06-05 14:32:33.944] [INFO] [launch_manager] 2026/06/05 14:32:33.9953943 2614268 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 14:32:33.944] [INFO] [launch_manager] 2026/06/05 14:32:33.9953943 2614269 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_crash_on_startup_twice in 498 ms 
[2026-06-05 14:32:33.944] [INFO] [launch_manager] 2026/06/05 14:32:33.9953943 2614270 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:33.944] [INFO] [launch_manager] 2026/06/05 14:32:33.9953944 2614281 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_crash_on_startup_twice of PG MainPG 
[2026-06-05 14:32:33.944] [INFO] [launch_manager] 2026/06/05 14:32:33.9953944 2614281 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 14:32:33.973] [INFO] [launch_manager] 2026/06/05 14:32:33.9953971 2614554 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_twice PS 2
[2026-06-05 14:32:34.040] [INFO] [launch_manager] 2026/06/05 14:32:34.9954040 2615240 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 14:32:34.041] [INFO] [launch_manager] [ END STEP ] Launch process crashing on startup twice
[2026-06-05 14:32:34.041] [INFO] [launch_manager] [ STEP     ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-05 14:32:34.041] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-05 14:32:34.041] [INFO] [launch_manager] [ STEP     ] Attempt to launch process crashing on startup always
[2026-06-05 14:32:34.041] [INFO] [launch_manager] 2026/06/05 14:32:34.9954041 2615248 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 14:32:34.043] [INFO] [launch_manager] 2026/06/05 14:32:34.9954043 2615268 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_crash_on_startup_always of PG MainPG 
[2026-06-05 14:32:34.043] [INFO] [launch_manager] 2026/06/05 14:32:34.9954043 2615269 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_crash_on_startup_always 
[2026-06-05 14:32:34.043] [INFO] [launch_manager] 2026/06/05 14:32:34.9954043 2615269 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:34.043] [INFO] [launch_manager] 2026/06/05 14:32:34.9954043 2615269 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_crash_on_startup_always to 
[2026-06-05 14:32:34.043] [INFO] [launch_manager] 2026/06/05 14:32:34.9954043 2615269 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_always for PG MainPG 
[2026-06-05 14:32:34.043] [INFO] [launch_manager] 2026/06/05 14:32:34.9954043 2615270 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:34.044] [INFO] [launch_manager] 2026/06/05 14:32:34.9954043 2615270 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:34.044] [INFO] [launch_manager] 2026/06/05 14:32:34.9954043 2615270 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:34.044] [INFO] [launch_manager] 2026/06/05 14:32:34.9954044 2615283 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-05 14:32:34.045] [INFO] [launch_manager] 2026/06/05 14:32:34.9954043 2615270 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:34.045] [INFO] [launch_manager] 2026/06/05 14:32:34.9954044 2615287 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:34.045] [INFO] [launch_manager] 2026/06/05 14:32:34.9954045 2615288 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice ) 
[2026-06-05 14:32:34.045] [INFO] [launch_manager] 2026/06/05 14:32:34.9954045 2615289 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 79 ( process_crashing_on_startup_twice ) 
[2026-06-05 14:32:34.045] [INFO] [launch_manager] 2026/06/05 14:32:34.9954045 2615289 000 ECU1 LM LM log debug verbose 2 Request termination received for 79
[2026-06-05 14:32:34.068] [INFO] [launch_manager] 2026/06/05 14:32:34.9954066 2615504 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 79 ( process_crashing_on_startup_twice ) for node True terminated with status 0
[2026-06-05 14:32:34.086] [INFO] [launch_manager] 2026/06/05 14:32:34.9954067 2615508 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( process_crashing_on_startup_twice ) 
[2026-06-05 14:32:34.087] [INFO] [launch_manager] 2026/06/05 14:32:34.9954067 2615509 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done 
[2026-06-05 14:32:34.087] [INFO] [launch_manager] 2026/06/05 14:32:34.9954067 2615509 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:34.087] [INFO] [launch_manager] 2026/06/05 14:32:34.9954067 2615509 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:34.087] [INFO] [launch_manager] 2026/06/05 14:32:34.9954067 2615510 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:34.087] [INFO] [launch_manager] 2026/06/05 14:32:34.9954067 2615510 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:34.087] [INFO] [launch_manager] 2026/06/05 14:32:34.9954067 2615511 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( process_crashing_on_startup_always ) from executable /tmp/tests/crash_on_startup/process_crashing_on_startup_always 
[2026-06-05 14:32:34.087] [INFO] [launch_manager] 2026/06/05 14:32:34.9954069 2615531 000 ECU1 LM LM log debug verbose 4 startProcess pid 86 received for process: process_crashing_on_startup_always 
[2026-06-05 14:32:34.087] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-05 14:32:34.087] [INFO] [launch_manager] 2026/06/05 14:32:34.9954071 2615553 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_always PS 3 
[2026-06-05 14:32:34.087] [INFO] [launch_manager] 2026/06/05 14:32:34.9954071 2615553 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_twice changed state PG MainPG/run_target_crash_on_startup_always PS 4 
[2026-06-05 14:32:34.088] [INFO] [launch_manager] 2026/06/05 14:32:34.9954071 2615554 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 1
[2026-06-05 14:32:34.101] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:34.180] [INFO] [launch_manager] 2026/06/05 14:32:34.9954179 2616635 000 ECU1 LM LM log debug verbose 12
[2026-06-05 14:32:34.180] [INFO] [launch_manager] Child process 2 of MainPG pid 86 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-05 14:32:34.180] [INFO] [launch_manager] 2026/06/05 14:32:34.9954180 2616638 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 86 ( process_crashing_on_startup_always )
[2026-06-05 14:32:34.222] [INFO] [launch_manager] 2026/06/05 14:32:34.9954221 2617053 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 4
[2026-06-05 14:32:34.288] [INFO] [launch_manager] 2026/06/05 14:32:34.9954287 2617713 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-05 14:32:34.288] [INFO] [launch_manager] 2026/06/05 14:32:34.9954287 2617714 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always ) 
[2026-06-05 14:32:34.288] [INFO] [launch_manager] 2026/06/05 14:32:34.9954287 2617714 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-05 14:32:34.289] [INFO] [launch_manager] 2026/06/05 14:32:34.9954288 2617721 000 ECU1 LM LM log debug verbose 4 startProcess pid 87 received for process: process_crashing_on_startup_always
[2026-06-05 14:32:34.290] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-05 14:32:34.321] [INFO] [launch_manager] 2026/06/05 14:32:34.9954321 2618054 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 1
[2026-06-05 14:32:34.443] [INFO] [launch_manager] 2026/06/05 14:32:34.9954440 2619242 000 ECU1 LM LM log debug verbose 12
[2026-06-05 14:32:34.443] [INFO] [launch_manager] Child process 2 of MainPG pid 87 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-05 14:32:34.443] [INFO] [launch_manager] 2026/06/05 14:32:34.9954440 2619247 000 ECU1 LM LM log warn verbose 7
[2026-06-05 14:32:34.444] [INFO] [launch_manager] unexpected termination of process 2 pid 87 ( process_crashing_on_startup_always )
[2026-06-05 14:32:34.484] [INFO] [launch_manager] 2026/06/05 14:32:34.9954483 2619675 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 4
[2026-06-05 14:32:34.576] [INFO] [launch_manager] 2026/06/05 14:32:34.9954570 2620539 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always ) 
[2026-06-05 14:32:34.576] [INFO] [launch_manager] 2026/06/05 14:32:34.9954570 2620540 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always ) 
[2026-06-05 14:32:34.576] [INFO] [launch_manager] 2026/06/05 14:32:34.9954570 2620541 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done 
[2026-06-05 14:32:34.577] [INFO] [launch_manager] 2026/06/05 14:32:34.9954571 2620547 000 ECU1 LM LM log debug verbose 4 startProcess pid 88 received for process: process_crashing_on_startup_always 
[2026-06-05 14:32:34.577] [INFO] [launch_manager] 2026/06/05 14:32:34.9954571 2620554 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 1 
[2026-06-05 14:32:34.577] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-05 14:32:34.697] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:34.938] [INFO] [launch_manager] 2026/06/05 14:32:34.9954938 2624220 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 88 ( process_crashing_on_startup_always ) for node True terminated with status 134 
[2026-06-05 14:32:34.938] [INFO] [launch_manager] 2026/06/05 14:32:34.9954938 2624221 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 88 ( process_crashing_on_startup_always )
[2026-06-05 14:32:34.998] [INFO] [launch_manager] 2026/06/05 14:32:34.9954974 2624581 000 ECU1 LM Sprv log debug verbose 6 Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 4
[2026-06-05 14:32:35.059] [INFO] [launch_manager] 2026/06/05 14:32:35.9955058 2625426 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always ) 
[2026-06-05 14:32:35.059] [INFO] [launch_manager] 2026/06/05 14:32:35.9955058 2625426 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always ) 
[2026-06-05 14:32:35.059] [INFO] [launch_manager] 2026/06/05 14:32:35.9955058 2625426 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done 
[2026-06-05 14:32:35.059] [INFO] [launch_manager] 2026/06/05 14:32:35.9955058 2625427 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kAborting for PG 0 ( MainPG ) 
[2026-06-05 14:32:35.059] [INFO] [launch_manager] 2026/06/05 14:32:35.9955059 2625427 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( process_crashing_on_startup_always ) done 
[2026-06-05 14:32:35.059] [INFO] [launch_manager] 2026/06/05 14:32:35.9955059 2625428 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kAborting to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 14:32:35.059] [INFO] [launch_manager] 2026/06/05 14:32:35.9955059 2625428 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:35.061] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625443 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kFailedUnexpectedTerminationOnEnter ( 23 ) re state MainPG/run_target_crash_on_startup_always of PG MainPG 
[2026-06-05 14:32:35.061] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625443 000 ECU1 LM LM log debug verbose 1 Response sent. 
[2026-06-05 14:32:35.061] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625443 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state. 
[2026-06-05 14:32:35.062] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625443 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:35.062] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625444 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:35.062] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625444 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:35.062] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625444 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:35.062] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625444 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:35.062] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625444 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:35.062] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625444 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:35.062] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625445 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:35.062] [INFO] [launch_manager] 2026/06/05 14:32:35.9955060 2625445 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:35.063] [INFO] [launch_manager] 2026/06/05 14:32:35.9955061 2625452 000 ECU1 LM LM log debug verbose 6 Starting process 3 ( verification_component ) from executable /tmp/tests/crash_on_startup/verification_process
[2026-06-05 14:32:35.063] [INFO] [launch_manager] 2026/06/05 14:32:35.9955062 2625460 000 ECU1 LM LM log debug verbose 4
[2026-06-05 14:32:35.063] [INFO] [launch_manager] startProcess pid 95 received for process: verification_component 
[2026-06-05 14:32:35.063] [INFO] [launch_manager] 2026/06/05 14:32:35.9955062 2625462 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 95 ( verification_component ) process 3 of group MainPG 
[2026-06-05 14:32:35.063] [INFO] [launch_manager] 2026/06/05 14:32:35.9955062 2625462 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( verification_component ) done 
[2026-06-05 14:32:35.063] [INFO] [launch_manager] 2026/06/05 14:32:35.9955062 2625463 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:35.063] [INFO] [launch_manager] 2026/06/05 14:32:35.9955062 2625463 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-05 14:32:35.063] [INFO] [launch_manager] 2026/06/05 14:32:35.9955062 2625463 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:35.065] [INFO] [launch_manager] 2026/06/05 14:32:35.9955064 2625485 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.065] [INFO] [launch_manager] 2026/06/05 14:32:35.9955064 2625486 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.065] [INFO] [launch_manager] 2026/06/05 14:32:35.9955064 2625486 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.065] [INFO] [launch_manager] 2026/06/05 14:32:35.9955064 2625486 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.066] [INFO] [launch_manager] 2026/06/05 14:32:35.9955064 2625486 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.066] [INFO] [launch_manager] 2026/06/05 14:32:35.9955064 2625486 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:35.070] [INFO] [launch_manager] 2026/06/05 14:32:35.9955064 2625487 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.070] [INFO] [launch_manager] 2026/06/05 14:32:35.9955064 2625487 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.070] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625487 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.070] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625487 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.070] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625487 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.070] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625488 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.070] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625488 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.070] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625488 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.070] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625488 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625488 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625489 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625489 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625489 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625489 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625489 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625489 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625490 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625490 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625490 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625490 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625491 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625491 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.071] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625491 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625491 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625491 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625491 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625492 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625492 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625492 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625492 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625492 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625493 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625493 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625493 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.072] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625493 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625493 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625494 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625494 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625494 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625494 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625494 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625494 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625495 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625495 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625495 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625495 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625495 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.073] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625495 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625496 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625496 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625496 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625496 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625496 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625496 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625497 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955065 2625497 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625497 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625497 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625497 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625498 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625498 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.074] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625498 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625498 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625498 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625499 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625499 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625499 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625499 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625499 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625499 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625500 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625501 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625501 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625501 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625501 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.075] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625502 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625502 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625502 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625502 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625502 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625502 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625503 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625503 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625503 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625503 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625503 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625503 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625504 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625504 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.076] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625504 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625504 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625504 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625505 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625505 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625505 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625505 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625505 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625505 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625506 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625506 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625506 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625506 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.077] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625506 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.078] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625507 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.078] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625507 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.078] [INFO] [launch_manager] 2026/06/05 14:32:35.9955066 2625507 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.078] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625507 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.078] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625507 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.078] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625507 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.078] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625508 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625508 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625508 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625508 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625508 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625509 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625509 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625509 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625509 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625509 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625509 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625510 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625510 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.079] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625511 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625511 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625511 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625511 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625512 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625512 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625512 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625512 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625512 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625512 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625513 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625513 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625513 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.080] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625513 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.081] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625513 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.081] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625514 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.081] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625514 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.082] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625514 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.082] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625514 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.082] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625514 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.082] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625514 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.082] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625515 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.082] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625515 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.082] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625515 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.082] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625515 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625515 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625516 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625516 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625516 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625516 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625516 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625517 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625517 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955067 2625517 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625517 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625517 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625517 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625518 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.083] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625518 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625518 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625518 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625518 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625518 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625519 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625519 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625519 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625519 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625519 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625520 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625520 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625520 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.084] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625520 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625521 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625521 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625521 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625521 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625521 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625521 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625522 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625522 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625522 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625522 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625522 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625523 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.085] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625523 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625523 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625523 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625523 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625523 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625524 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625524 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625524 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625524 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625524 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625525 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625525 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625525 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.086] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625525 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625525 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625525 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625526 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625526 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625526 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625526 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625526 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625527 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625527 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955068 2625527 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625527 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625527 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625527 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.087] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625528 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625528 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625528 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625528 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625528 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625529 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625529 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625529 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625529 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625529 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625529 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625530 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625530 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.088] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625530 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-05 14:32:35.089] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625531 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.089] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625531 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.089] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625531 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.089] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625531 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.089] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625531 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.089] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625532 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.089] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625532 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.089] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625532 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.089] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625532 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.089] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625532 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.089] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625533 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625533 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625533 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625533 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625533 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625533 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625534 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625534 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625534 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625534 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625534 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625535 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625535 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.090] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625535 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625535 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625536 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625536 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625536 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625536 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625536 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625537 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955069 2625537 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625537 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625537 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625538 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625538 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.091] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625538 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625538 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625539 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625539 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625539 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625539 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625539 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625541 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625541 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625541 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625542 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625542 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625542 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.092] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625543 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625543 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625544 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625544 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625545 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625545 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625546 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625546 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625546 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625547 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955070 2625547 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625547 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625548 000 ECU1 LM LM log debug verbose 12 Child process 3 of MainPG pid 95 ( verification_component ) for node True terminated with status 0 
[2026-06-05 14:32:35.093] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625548 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625549 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625549 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625550 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625551 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625551 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625552 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625552 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625552 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625552 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625552 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625552 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625553 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625553 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.094] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625553 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625553 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625553 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625554 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625554 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625554 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625554 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625554 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625555 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625555 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625555 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625555 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625555 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625555 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.095] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625556 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625556 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625556 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625556 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625556 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625557 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625557 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955071 2625557 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625557 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625557 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625557 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625558 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625558 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.096] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625558 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625558 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625558 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625558 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625559 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625559 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625559 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625559 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625559 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625560 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625560 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625560 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625560 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.097] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625561 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625561 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625561 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625561 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625561 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625561 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625562 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625562 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625562 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625562 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625562 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625563 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625563 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.098] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625563 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625563 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625563 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625563 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625564 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625564 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625564 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625564 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625564 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625565 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625565 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625565 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625565 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625565 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.099] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625566 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625566 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625566 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625566 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625566 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625566 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625567 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625567 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955072 2625567 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625567 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625567 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625567 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625568 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625568 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.100] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625568 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625568 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625568 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625569 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625569 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625569 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625569 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625569 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625570 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625571 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625572 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625572 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.101] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625573 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625574 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625574 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625575 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625576 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955073 2625577 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625577 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625578 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625579 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625579 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625580 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625581 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625582 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625583 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.102] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625583 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625584 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625585 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625585 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625586 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955074 2625587 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625587 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625588 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625589 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625589 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625590 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625591 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625591 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.103] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625592 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625593 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625593 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625594 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625595 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625595 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625596 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955075 2625597 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625597 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625598 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625599 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625599 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625600 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.104] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625600 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625600 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625601 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625601 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625601 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625601 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625602 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625602 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625602 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625602 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625602 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625603 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625603 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625603 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625603 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.105] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625604 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625604 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625604 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625605 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625605 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625605 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625606 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625606 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955076 2625607 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625607 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625608 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not
[2026-06-05 14:32:35.106] [INFO] [launch_manager] empty. 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625609 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.106] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625609 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625611 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625612 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625612 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625612 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625612 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625613 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625615 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625615 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625616 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625616 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955077 2625617 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:35.107] [INFO] [launch_manager] Control Client handler nudged 
[2026-06-05 14:32:35.107] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625619 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625619 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625620 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625620 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625620 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625620 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625621 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625625 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625626 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625626 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625626 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625626 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.108] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625626 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625626 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625627 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955078 2625627 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625627 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625627 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625627 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625628 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625628 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625628 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625628 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625628 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625628 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625629 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.109] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625629 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625629 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625629 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625629 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625630 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625630 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625630 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625630 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625631 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625631 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625631 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625631 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625631 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.110] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625631 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625632 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625632 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955079 2625632 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625640 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625640 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625641 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625641 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625641 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625641 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625641 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625641 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625642 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625642 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.111] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625642 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625642 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625642 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625643 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625643 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625643 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625643 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625643 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625643 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625644 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625644 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625644 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625644 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625644 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.112] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625645 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.113] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625645 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.113] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625645 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.113] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625645 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.113] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625645 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.114] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625645 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.114] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625646 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.114] [INFO] [launch_manager] 2026/06/05 14:32:35.9955080 2625647 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.114] [INFO] [launch_manager] 2026/06/05 14:32:35.9955081 2625648 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.114] [INFO] [launch_manager] 2026/06/05 14:32:35.9955081 2625648 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.114] [INFO] [launch_manager] 2026/06/05 14:32:35.9955081 2625649 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.114] [INFO] [launch_manager] 2026/06/05 14:32:35.9955081 2625649 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.114] [INFO] [launch_manager] 2026/06/05 14:32:35.9955081 2625650 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.115] [INFO] [launch_manager] 2026/06/05 14:32:35.9955081 2625651 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.115] [INFO] [launch_manager] 2026/06/05 14:32:35.9955081 2625651 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.115] [INFO] [launch_manager] 2026/06/05 14:32:35.9955081 2625652 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:35.115] [INFO] [launch_manager] Failed to send response: response is not empty. 
[2026-06-05 14:32:35.115] [INFO] [launch_manager] 2026/06/05 14:32:35.9955082 2625661 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.115] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625673 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.115] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625673 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.115] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625673 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.115] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625673 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.115] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625673 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625674 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625674 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625674 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625674 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625674 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625674 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625675 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625675 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625675 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625675 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625675 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625676 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.116] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625676 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625676 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625676 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625676 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625676 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625677 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955083 2625677 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625677 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625677 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625677 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625678 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625678 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625678 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.117] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625678 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625678 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625678 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625679 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625679 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625679 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625679 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625679 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625679 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625680 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625681 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625681 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625681 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.118] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625681 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625681 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625682 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625682 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625682 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625682 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625682 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625682 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625683 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625683 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625683 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625683 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625683 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625684 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.119] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625684 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625684 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625684 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625684 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625684 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625685 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625685 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625685 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625685 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625685 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625686 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625686 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625686 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.120] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625686 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.121] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625686 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.121] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625686 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.121] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625687 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.121] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625687 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.121] [INFO] [launch_manager] 2026/06/05 14:32:35.9955084 2625687 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.121] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625687 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.121] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625687 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.121] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625688 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.121] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625688 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.121] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625688 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.121] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625688 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625688 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625688 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625689 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625689 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625689 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625689 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625689 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625689 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625690 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625690 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625690 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.122] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625691 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625691 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625691 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625691 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625691 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625691 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625692 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625692 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625692 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625692 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625692 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625693 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625693 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.123] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625693 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625693 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625693 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625693 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625694 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625694 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625694 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625694 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625695 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625695 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625695 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625695 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.124] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625695 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.125] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625696 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.125] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625696 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.125] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625696 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.125] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625696 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.125] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625696 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.125] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625696 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.125] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625697 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.125] [INFO] [launch_manager] 2026/06/05 14:32:35.9955085 2625697 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.125] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625697 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.125] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625697 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.125] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625697 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.126] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625698 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.126] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625698 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.126] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625698 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.126] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625698 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.126] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625698 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.126] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625698 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625699 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625699 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625699 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625699 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625699 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955086 2625720 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625721 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625721 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625722 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625722 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625723 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.127] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625723 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625724 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625724 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625725 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625726 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625726 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955088 2625727 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625727 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625728 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625728 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625729 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625729 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625730 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625731 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.128] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625731 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.129] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625732 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.129] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625732 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.129] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625733 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.129] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625733 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.129] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625734 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.129] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625734 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.129] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625735 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.130] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625735 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.130] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625736 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.130] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625736 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.130] [INFO] [launch_manager] 2026/06/05 14:32:35.9955089 2625737 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.130] [INFO] [launch_manager] 2026/06/05 14:32:35.9955090 2625737 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955090 2625738 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955090 2625738 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955090 2625739 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955090 2625739 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955090 2625740 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955090 2625741 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955090 2625741 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955091 2625751 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955091 2625751 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955091 2625752 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955091 2625753 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.131] [INFO] [launch_manager] 2026/06/05 14:32:35.9955091 2625753 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955091 2625754 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955091 2625755 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955091 2625755 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955091 2625756 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955091 2625757 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625757 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625758 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625759 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625760 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625761 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625761 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.132] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625762 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625762 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625763 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625763 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625764 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625764 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625765 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625766 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955092 2625767 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955093 2625767 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955093 2625768 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955093 2625768 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955093 2625769 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955093 2625769 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.133] [INFO] [launch_manager] 2026/06/05 14:32:35.9955093 2625770 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955093 2625771 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625790 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625790 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625791 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625791 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625791 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625791 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625791 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625792 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625792 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625792 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625792 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625792 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.134] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625792 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.135] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625793 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.135] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625793 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.135] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625793 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.135] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625793 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.135] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625793 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.135] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625794 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.135] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625794 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.135] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625794 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.135] [INFO] [launch_manager] 2026/06/05 14
[2026-06-05 14:32:35.135] [INFO] [launch_manager] :32:35.9955095 2625794 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.135] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625794 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.135] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625794 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625795 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625795 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625795 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625795 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625795 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625796 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625796 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625796 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625796 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625796 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625796 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.136] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625797 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625797 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955095 2625797 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625797 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625797 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625798 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625798 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625798 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625798 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625798 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625798 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625799 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625799 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.137] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625799 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625799 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625799 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625800 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625800 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625800 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625801 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625801 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625801 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625801 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625802 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625802 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.138] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625802 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625802 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625802 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625803 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625803 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625803 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625803 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625804 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625804 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625804 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625804 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625804 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625805 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.139] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625805 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625805 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625805 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625806 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625806 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625806 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625806 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625807 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625807 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955096 2625807 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625807 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625807 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625808 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.140] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625808 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625808 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625808 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625809 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625809 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625809 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625809 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625810 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625811 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625811 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625812 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625813 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.141] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625813 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625814 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625814 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625815 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625815 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625816 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955097 2625816 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625817 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625818 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625818 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625819 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625819 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625820 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.142] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625821 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 14:32:35.143] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625822 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.143] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625823 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.143] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625824 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.143] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625825 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.143] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625826 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.143] [INFO] [launch_manager] 2026/06/05 14:32:35.9955098 2625827 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.143] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625828 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.143] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625829 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.143] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625830 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.143] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625831 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.144] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625832 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.144] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625832 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.144] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625833 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.144] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625834 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.144] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625834 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.144] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625835 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.144] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625836 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.144] [INFO] [launch_manager] 2026/06/05 14:32:35.9955099 2625837 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.144] [INFO] [launch_manager] 2026/06/05 14:32:35.9955100 2625837 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.144] [INFO] [launch_manager] 2026/06/05 14:32:35.9955100 2625838 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.144] [INFO] [launch_manager] 2026/06/05 14:32:35.9955100 2625839 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955100 2625840 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955100 2625842 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955100 2625843 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955100 2625844 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955100 2625846 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955101 2625848 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955101 2625850 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955101 2625850 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955101 2625851 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955101 2625853 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955101 2625854 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955101 2625856 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.145] [INFO] [launch_manager] 2026/06/05 14:32:35.9955101 2625857 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955102 2625858 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955102 2625859 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955102 2625859 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955102 2625862 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955102 2625864 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955102 2625864 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955102 2625864 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955102 2625865 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955102 2625866 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955102 2625866 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625868 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625868 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625868 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.146] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625870 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625871 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625871 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625871 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625871 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625872 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625872 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625872 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625873 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625873 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625873 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625873 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625874 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625874 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.147] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625875 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625876 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625877 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625877 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955103 2625877 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955104 2625877 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955104 2625878 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955104 2625878 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955104 2625879 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955104 2625880 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955104 2625881 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955104 2625883 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955104 2625884 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.148] [INFO] [launch_manager] 2026/06/05 14:32:35.9955104 2625885 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.149] [INFO] [launch_manager] 2026/06/05 14:32:35.9955104 2625886 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.149] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625887 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.149] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625888 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.149] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625889 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.149] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625889 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.149] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625890 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.149] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625890 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.149] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625890 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.149] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625891 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.149] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625891 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625891 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625891 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625892 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625892 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625892 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625892 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955105 2625893 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625900 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625901 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625901 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625901 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625901 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.150] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625901 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625902 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625902 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625902 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625902 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625902 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625902 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625903 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625903 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625903 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625903 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625903 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625904 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625904 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625904 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.151] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625904 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625905 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625905 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625905 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625905 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625905 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625905 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625906 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625906 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625906 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625906 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625906 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625907 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.152] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625907 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955106 2625907 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625907 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625907 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625907 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625908 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625908 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625908 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625908 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625908 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625909 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625909 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625909 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625909 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.153] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625909 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625909 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625914 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625915 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625916 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955107 2625916 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955108 2625917 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955108 2625918 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955108 2625919 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955108 2625919 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955108 2625920 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955108 2625921 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955108 2625921 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955108 2625922 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.154] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625930 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.155] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625930 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.155] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625931 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.155] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625931 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.155] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625931 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.155] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625931 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.155] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625932 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.155] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625932 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.155] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625932 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.155] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625932 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.155] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625932 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.156] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625933 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.156] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625933 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.156] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625933 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.156] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625933 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.156] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625933 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.156] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625934 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.156] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625934 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.156] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625934 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.157] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625934 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.157] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625934 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.157] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625934 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.157] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625935 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.158] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625935 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.158] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625935 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.158] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625935 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.158] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625935 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.158] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625936 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.158] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625936 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.158] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625936 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625936 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625936 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625936 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625937 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625937 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955109 2625937 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625937 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625937 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625938 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625938 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625938 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625938 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625938 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.159] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625938 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.160] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625939 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.160] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625939 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.160] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625939 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.160] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625939 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.160] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625939 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.161] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625939 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:35.162] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625941 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:35.162] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 14:32:35.162] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625941 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-05 14:32:35.162] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625942 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:35.162] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 14:32:35.162] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625943 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:35.162] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 14:32:35.162] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625943 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-05 14:32:35.163] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625944 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:35.163] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 14:32:35.163] [INFO] [launch_manager] 2026/06/05 14:32:35.9955110 2625945 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:35.163] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 14:32:35.163] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625960 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.163] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625960 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.163] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625961 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.163] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625961 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.163] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625961 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.163] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625961 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.163] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625961 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.163] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625962 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.164] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625962 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.164] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625962 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.164] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625962 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.166] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625962 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.166] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625963 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.166] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625963 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625963 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625963 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625963 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625964 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625964 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625964 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625964 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625964 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625964 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625965 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625965 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625965 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.167] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625965 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625966 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625966 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625966 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625966 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625967 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625967 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955112 2625967 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625967 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625968 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625968 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625968 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625968 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625968 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.168] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625969 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.169] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625969 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.169] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625969 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.169] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625969 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.169] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625969 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-05 14:32:35.169] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625970 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.169] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625970 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.169] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625971 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.169] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625971 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.169] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625971 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.169] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625971 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.169] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625971 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625972 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625972 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625972 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625972 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625972 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625973 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625973 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625973 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625973 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625973 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625974 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625974 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625974 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.170] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625974 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625974 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625975 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625975 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625975 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625975 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625975 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625976 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625976 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625976 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625976 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625976 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625977 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.171] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625977 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955113 2625977 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625977 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625977 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625978 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625978 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625978 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625978 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625978 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625979 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625979 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625979 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625979 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.172] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625979 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625980 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625980 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625980 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625981 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625981 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625981 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625981 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625981 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625982 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625982 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625982 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625982 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.173] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625982 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625983 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625983 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625983 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625983 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625984 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625984 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625984 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625984 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625984 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625984 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625985 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625985 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625985 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.174] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625985 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625985 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625986 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625986 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625986 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625986 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625986 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625987 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625987 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955114 2625987 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625987 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625987 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625988 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.175] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625988 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625988 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625988 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625988 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625989 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625989 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625989 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625989 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625989 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625990 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625990 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625990 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.176] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625991 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.177] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625991 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.177] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625991 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.177] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625991 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.177] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625991 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.177] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625991 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955115 2625992 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955116 2626000 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955116 2626001 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955116 2626002 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955116 2626003 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955116 2626003 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955116 2626004 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955116 2626004 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955116 2626005 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955116 2626006 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955116 2626007 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626007 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.178] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626008 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626009 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626009 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626010 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626011 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626012 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626012 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626013 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626014 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626015 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955117 2626015 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626030 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626030 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626031 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.179] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626031 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626031 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626031 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626031 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626032 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626032 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626032 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626032 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626032 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626032 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626033 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626033 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626033 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626033 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.180] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626033 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626034 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626034 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626034 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626034 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626034 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626034 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626035 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626035 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626035 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626035 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626035 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626036 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626036 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.181] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626036 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626036 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626036 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626036 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626037 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626037 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955119 2626037 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626037 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626037 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626038 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626038 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626038 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626038 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.182] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626038 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626038 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626039 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626039 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626039 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626039 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626039 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626039 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626040 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626040 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626040 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626041 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626041 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.183] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626041 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626041 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626042 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626042 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626042 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626042 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626042 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626043 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626043 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626043 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626043 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626044 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626044 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626044 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626044 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.184] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626044 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626045 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626045 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626045 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626045 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626045 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626045 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626046 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626046 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626046 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626046 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626046 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626047 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.185] [INFO] [launch_manager] 2026/06/05 14:32:35.9955120 2626047 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.186] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626047 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.186] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626047 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.186] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626048 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.186] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626048 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.186] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626048 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626048 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626049 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626049 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626049 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626049 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626049 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626051 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626051 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626052 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626053 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626053 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.187] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626054 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626055 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626055 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626056 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955121 2626057 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626057 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626058 000 ECU1
[2026-06-05 14:32:35.188] [INFO] [launch_manager] LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626058 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626059 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626060 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626061 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626061 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.188] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626062 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.189] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626062 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.189] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626063 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.189] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626064 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.189] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626064 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.189] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626065 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.189] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626066 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.189] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626066 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.189] [INFO] [launch_manager] 2026/06/05 14:32:35.9955122 2626067 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.189] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626067 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.189] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626068 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.189] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626068 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626069 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626070 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626071 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626071 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626072 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626072 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626073 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626073 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626074 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626074 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626075 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626075 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.190] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626076 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955123 2626076 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626077 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626078 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626078 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626079 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626079 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626080 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626081 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626081 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626082 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626082 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626083 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626084 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626084 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.191] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626085 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626085 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626086 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955124 2626086 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626087 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626088 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626088 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626089 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626090 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626091 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626091 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626092 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626092 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626094 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.192] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626094 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626095 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626096 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626096 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955125 2626097 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955126 2626097 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955126 2626098 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955126 2626098 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955126 2626099 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955126 2626100 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955126 2626101 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955126 2626101 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.193] [INFO] [launch_manager] 2026/06/05 14:32:35.9955126 2626102 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955126 2626102 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626111 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626111 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626112 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626112 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626112 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626113 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626113 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626113 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626113 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626114 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626114 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.194] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626114 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626114 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626114 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626115 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626115 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626115 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626115 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626115 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626116 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626116 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626116 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626116 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626116 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.195] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626117 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955127 2626117 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626117 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626117 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626118 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626118 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626118 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626118 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626118 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626119 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626119 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626119 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626119 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.196] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626120 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.197] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626120 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.197] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626120 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.197] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626121 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.197] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626121 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.197] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626121 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.197] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626121 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.198] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626121 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.199] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626122 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.199] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626122 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.199] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626122 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.199] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626122 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.199] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626122 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.199] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626122 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.199] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626123 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.199] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626123 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626123 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626123 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626123 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626123 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626124 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626124 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626124 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626124 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626124 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626125 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626125 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626125 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626125 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.200] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626125 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626126 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626126 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626126 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626126 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626126 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626126 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626127 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626127 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955128 2626127 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626127 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626127 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626128 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626128 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.201] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626128 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626128 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626128 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626128 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626129 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626129 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626129 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626129 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626129 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626129 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626130 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626131 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626132 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.202] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626132 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.203] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626133 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.203] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626133 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.203] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626134 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.203] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626135 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.203] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626135 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.203] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626136 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.203] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626136 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-05 14:32:35.203] [INFO] [launch_manager] 2026/06/05 14:32:35.9955129 2626137 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:35.203] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 14:32:35.203] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626137 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:35.203] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626138 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626139 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626140 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626141 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626141 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626142 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626143 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626144 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626144 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626145 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626146 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955130 2626147 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626148 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.204] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626148 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626149 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626150 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626151 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626151 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626152 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626152 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626153 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626154 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626154 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626155 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626155 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626156 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626156 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.205] [INFO] [launch_manager] 2026/06/05 14:32:35.9955131 2626157 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626157 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626158 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626158 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626159 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626159 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626160 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626161 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626162 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626162 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626163 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626163 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626164 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626164 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626165 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.206] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626166 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.207] [INFO] [launch_manager] 2026/06/05 14:32:35.9955132 2626167 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.207] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626180 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.207] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626180 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.207] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626181 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.208] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626181 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.208] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626181 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.209] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626181 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.209] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626181 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.209] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626182 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.209] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626182 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.209] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626182 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.210] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626182 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.210] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626182 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.210] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626183 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.210] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626183 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.210] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626183 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.210] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626183 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.210] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626183 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.210] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626184 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.210] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626184 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.210] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626184 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626184 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626184 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626185 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626185 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626185 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626185 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626185 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626186 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626186 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626186 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626186 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626186 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626187 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.211] [INFO] [launch_manager] 2026/06/05 14:32:35.9955134 2626187 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626187 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626187 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626187 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626188 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626188 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626188 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626188 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626188 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626189 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626189 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626189 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626189 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626189 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.212] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626190 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.213] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626191 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.213] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626191 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.213] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626191 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.213] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626191 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.213] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626191 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.213] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626192 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.213] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626192 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.213] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626192 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.213] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626192 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.213] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626193 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626193 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626193 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626193 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626193 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626193 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626194 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626195 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626195 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626196 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955135 2626197 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626197 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626198 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626199 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626199 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.214] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626200 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626201 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626202 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626202 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626203 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626203 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626204 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626204 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626204 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626205 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626205 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626205 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626205 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626205 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626206 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626206 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.215] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626206 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.216] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626206 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.216] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626206 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.216] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626206 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.216] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626207 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.383] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626207 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.384] [INFO] [launch_manager] 2026/06/05 14:32:35.9955136 2626207 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.384] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626207 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.384] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626207 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.384] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626208 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.384] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626208 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.384] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626208 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.384] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626208 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.384] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626208 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.384] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626208 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.384] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626209 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.384] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626209 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.385] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626209 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.385] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626209 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.385] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626209 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.385] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626210 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.386] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626210 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.386] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626210 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.387] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626210 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.387] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626211 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.388] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626211 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.388] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626211 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.389] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626211 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.390] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626211 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.390] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626211 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.390] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626212 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.390] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626212 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.390] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626212 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.390] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626212 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.390] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626212 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.390] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626213 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.391] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626213 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.391] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626213 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.391] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626213 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.391] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626213 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.395] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626213 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.395] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626214 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.395] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626214 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.395] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626214 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.395] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626214 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.395] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626214 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.395] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626214 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.395] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626215 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.395] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626215 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.396] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626215 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.396] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626215 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.400] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626215 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.400] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626216 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.400] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626216 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.400] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626216 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.400] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626216 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.400] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626216 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.400] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626217 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.401] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626217 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.401] [INFO] [launch_manager] 2026/06/05 14:32:35.9955137 2626217 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.401] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626217 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.402] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626217 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.402] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626217 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.402] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626218 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.402] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626218 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.402] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626218 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.402] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626218 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.402] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626218 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.402] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626219 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.402] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626219 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.403] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626219 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.405] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626219 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.405] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626219 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.405] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626219 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.405] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626220 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.405] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626221 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.405] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626221 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.405] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626222 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.405] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626223 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.406] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626223 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.406] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626224 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.406] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626225 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.406] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626225 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.408] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626226 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626226 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955138 2626227 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626228 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626228 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626229 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626229 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626230 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626231 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626232 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626232 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626233 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.409] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626233 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.410] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626234 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.410] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626234 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.410] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626235 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.410] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626236 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.417] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626236 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.417] [INFO] [launch_manager] 2026/06/05 14:32:35.9955139 2626237 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.417] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626238 000
[2026-06-05 14:32:35.418] [INFO] [launch_manager] ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.418] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626238 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.418] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626239 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.418] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626240 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.418] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626240 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.418] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626241 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.418] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626242 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.418] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626242 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.418] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626243 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.426] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626243 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.426] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626244 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.428] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626244 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.435] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626245 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626245 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626246 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955140 2626247 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626247 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626248 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626248 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626249 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626249 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626250 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626251 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626252 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.436] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626252 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.437] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626253 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.437] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626254 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.437] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626255 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.439] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626255 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.439] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626256 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.439] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626256 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.440] [INFO] [launch_manager] 2026/06/05 14:32:35.9955141 2626257 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.440] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626258 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.440] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626258 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.441] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626259 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.441] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626259 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.441] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626260 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.441] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626261 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.441] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626261 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.441] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626262 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.442] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626263 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.442] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626263 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.442] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626264 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.442] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626264 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.443] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626265 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.443] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626266 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.443] [INFO] [launch_manager] 2026/06/05 14:32:35.9955142 2626267 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.443] [INFO] [launch_manager] 2026/06/05 14:32:35.9955143 2626268 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.443] [INFO] [launch_manager] 2026/06/05 14:32:35.9955143 2626268 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.443] [INFO] [launch_manager] 2026/06/05 14:32:35.9955143 2626269 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.443] [INFO] [launch_manager] 2026/06/05 14:32:35.9955143 2626270 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.443] [INFO] [launch_manager] 2026/06/05 14:32:35.9955143 2626270 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.444] [INFO] [launch_manager] 2026/06/05 14:32:35.9955143 2626271 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.444] [INFO] [launch_manager] 2026/06/05 14:32:35.9955143 2626271 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.444] [INFO] [launch_manager] 2026/06/05 14:32:35.9955143 2626272 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.445] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:35.446] [INFO] [launch_manager] 2026/06/05 14:32:35.9955143 2626273 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.446] [INFO] [launch_manager] 2026/06/05 14:32:35.9955143 2626273 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:35.446] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.446] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626290 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.446] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626290 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.446] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626291 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.446] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626291 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.446] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626291 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.447] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626291 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.447] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626291 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.447] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626292 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.448] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626292 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.448] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626292 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.448] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626292 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.448] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626292 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.448] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626293 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.448] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626293 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.448] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626293 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.449] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626293 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.449] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626293 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.450] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626294 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.450] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626294 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.450] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626294 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.450] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626294 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.450] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626295 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.450] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626295 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.450] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626295 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.451] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626296 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.451] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626296 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.451] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626296 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.452] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626296 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.452] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626296 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.452] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626297 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.452] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626297 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.452] [INFO] [launch_manager] 2026/06/05 14:32:35.9955145 2626297 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.452] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626297 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.452] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626297 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.453] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626297 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.453] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626298 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.454] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626298 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.454] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626298 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.454] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626298 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.454] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626299 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.454] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626299 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.454] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626299 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.454] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626299 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.455] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626299 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.455] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626300 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.455] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626300 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.456] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626300 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.456] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626300 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.456] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626301 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.456] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626301 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.456] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626301 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.456] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626301 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.456] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626301 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.457] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626302 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.457] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626302 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.457] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626302 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.458] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626302 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.458] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626302 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.458] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626303 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.458] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626303 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.458] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626303 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.458] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626303 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.458] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626303 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.459] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626304 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.459] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626304 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.459] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626304 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.460] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626304 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.460] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626304 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.460] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626305 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.460] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626305 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.460] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626305 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.460] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626305 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.460] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626305 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.461] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626306 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.461] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626306 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.461] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626306 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.462] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626306 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.462] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626307 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.462] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626307 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.462] [INFO] [launch_manager] 2026/06/05 14:32:35.9955146 2626307 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.462] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626307 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.462] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626307 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.462] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626307 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.463] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626308 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.463] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626308 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.463] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626308 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.464] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626308 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.464] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626309 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.464] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626309 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.464] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626309 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.464] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626309 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.464] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626309 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.464] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626310 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.465] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626310 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.465] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626311 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.466] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626311 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.466] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626311 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.466] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626311 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.466] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626312 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.466] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626312 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.466] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626312 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.466] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626312 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.467] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626313 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.467] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626313 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.467] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626313 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.468] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626313 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.468] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626313 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.468] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626314 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.468] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626314 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.468] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626314 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.468] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626315 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.468] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626315 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.469] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626315 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.470] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626315 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.470] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626315 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.470] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626316 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.470] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626316 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.470] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626316 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.470] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626316 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.470] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626317 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.470] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626317 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.471] [INFO] [launch_manager] 2026/06/05 14:32:35.9955147 2626317 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.471] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626317 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.471] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626317 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.471] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626318 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.471] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626318 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.471] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626318 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.471] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626318 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.471] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626319 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.471] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626319 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.472] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626319 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.472] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626319 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.472] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626319 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.474] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626320 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.474] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626320 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.474] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626321 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.474] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626321 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.474] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626321 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.474] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626321 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.474] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626321 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.474] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626322 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.475] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626322 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.475] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626322 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.475] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626322 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.475] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626323 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.475] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626323 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.475] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626323 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.475] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626323 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.475] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626324 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.475] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626324 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.475] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626324 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.475] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626324 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.476] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626325 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.476] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626325 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.476] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626325 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.476] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626325 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.476] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626325 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.476] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626326 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.476] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626326 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.476] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626326 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.476] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626326 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.477] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626327 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.477] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626327 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.477] [INFO] [launch_manager] 2026/06/05 14:32:35.9955148 2626327 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.477] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626327 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.478] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626327 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.478] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626328 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.478] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626328 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.478] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626328 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.478] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626328 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.478] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626328 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.479] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626329 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.479] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626329 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.479] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626329 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.480] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626329 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty. 
[2026-06-05 14:32:35.480] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626329 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:35.480] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626330 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:35.480] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626330 000 ECU1 LM LM log debug verbose 1 Response sent. 
[2026-06-05 14:32:35.480] [INFO] [launch_manager] 2026/06/05 14:32:35.9955149 2626330 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 14:32:35.482] [INFO] [launch_manager] [ END STEP ] Attempt to launch process crashing on startup always
[2026-06-05 14:32:35.482] [INFO] [launch_manager] 2026/06/05 14:32:35.9955249 2627332 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 14:32:36.035] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:36.149] [INFO] [launch_manager] [ STEP     ] Verify fallback run target was activated
[2026-06-05 14:32:36.150] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was activated
[2026-06-05 14:32:36.150] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-05 14:32:36.150] [INFO] [launch_manager] 2026/06/05 14:32:36.9956149 2636333 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636353 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636353 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636353 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636353 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636354 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636354 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636354 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636354 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636354 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636355 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:36.152] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636355 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:36.153] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-05 14:32:36.153] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636356 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock ) 
[2026-06-05 14:32:36.153] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636356 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 69 ( control_client_mock ) 
[2026-06-05 14:32:36.153] [INFO] [launch_manager] 2026/06/05 14:32:36.9956151 2636357 000 ECU1 LM LM log debug verbose 2 Request termination received for 69
[2026-06-05 14:32:36.154] [INFO] [launch_manager] [       OK ] CrashOnStartup.ControlClientMock (2715 ms)
[2026-06-05 14:32:36.154] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2715 ms total)
[2026-06-05 14:32:36.154] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:36.154] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2716 ms total)
[2026-06-05 14:32:36.154] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:36.154] [INFO] [launch_manager] 2026/06/05 14:32:36.9956154 2636377 000 ECU1 LM LM log debug verbose 12
[2026-06-05 14:32:36.154] [INFO] [launch_manager] Child process 0 of MainPG pid 69 ( control_client_mock ) for node True terminated with status 0
[2026-06-05 14:32:36.156] [INFO] [launch_manager] 2026/06/05 14:32:36.9956156 2636398 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock ) 
[2026-06-05 14:32:36.156] [INFO] [launch_manager] 2026/06/05 14:32:36.9956156 2636398 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done 
[2026-06-05 14:32:36.156] [INFO] [launch_manager] 2026/06/05 14:32:36.9956156 2636399 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:36.156] [INFO] [launch_manager] 2026/06/05 14:32:36.9956156 2636399 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:36.156] [INFO] [launch_manager] 2026/06/05 14:32:36.9956156 2636399 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:36.156] [INFO] [launch_manager] 2026/06/05 14:32:36.9956156 2636400 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:36.156] [INFO] [launch_manager] 2026/06/05 14:32:36.9956156 2636400 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.156] [INFO] [launch_manager] 2026/06/05 14:32:36.9956156 2636401 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 4 ms 
[2026-06-05 14:32:36.157] [INFO] [launch_manager] 2026/06/05 14:32:36.9956156 2636401 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:36.171] [INFO] [launch_manager] 2026/06/05 14:32:36.9956171 2636553 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3 
[2026-06-05 14:32:36.171] [INFO] [launch_manager] 2026/06/05 14:32:36.9956171 2636554 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-05 14:32:36.172] [INFO] [launch_manager] 2026/06/05 14:32:36.9956171 2636554 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 14:32:36.682] [INFO] [launch_manager] 2026/06/05 14:32:36.9956682 2641664 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:36.683] [INFO] [launch_manager] Cancel all process group transitions 
[2026-06-05 14:32:36.683] [INFO] [launch_manager] 2026/06/05 14:32:36.9956682 2641665 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 14:32:36.683] [INFO] [launch_manager] 2026/06/05 14:32:36.9956682 2641666 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-05 14:32:36.683] [INFO] [launch_manager] 2026/06/05 14:32:36.9956683 2641667 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-05 14:32:36.683] [INFO] [launch_manager] 2026/06/05 14:32:36.9956683 2641668 000 ECU1 LM LM log debug verbose 9
[2026-06-05 14:32:36.683] [INFO] [launch_manager] Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-05 14:32:36.683] [INFO] [launch_manager] 2026/06/05 14:32:36.9956683 2641670 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:36.684] [INFO] [launch_manager] 2026/06/05 14:32:36.9956683 2641671 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:36.684] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 14:32:36.684] [INFO] [launch_manager] 2026/06/05 14:32:36.9956683 2641673 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:36.684] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 14:32:36.685] [INFO] [launch_manager] 2026/06/05 14:32:36.9956683 2641674 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:36.685] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 14:32:36.685] [INFO] [launch_manager] 2026/06/05 14:32:36.9956683 2641676 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:36.685] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:36.685] [INFO] [launch_manager] 2026/06/05 14:32:36.9956684 2641678 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:36.685] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:36.685] [INFO] [launch_manager] 2026/06/05 14:32:36.9956684 2641680 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:36.685] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:36.686] [INFO] [launch_manager] 2026/06/05 14:32:36.9956684 2641682 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:36.686] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:36.686] [INFO] [launch_manager] 2026/06/05 14:32:36.9956684 2641683 000 ECU1 LM LM log debug verbose 9
[2026-06-05 14:32:36.686] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 14:32:36.686] [INFO] [launch_manager] 2026/06/05 14:32:36.9956684 2641684 000 ECU1 LM LM log info verbose 7
[2026-06-05 14:32:36.686] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Off in 1 ms
[2026-06-05 14:32:36.686] [INFO] [launch_manager] 2026/06/05 14:32:36.9956684 2641685 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:36.686] [INFO] [launch_manager] 2026/06/05 14:32:36.9956684 2641686 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:36.686] [INFO] [launch_manager] Wait for all process groups to complete the transition
[2026-06-05 14:32:36.756] [INFO] [launch_manager] 2026/06/05 14:32:36.9956755 2642391 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-05 14:32:36.772] [INFO] [launch_manager] 2026/06/05 14:32:36.9956771 2642553 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-05 14:32:36.774] [INFO] [launch_manager] 2026/06/05 14:32:36.9956773 2642575 000 ECU1 LM LM log debug verbose 1 Graph destroyed 
[2026-06-05 14:32:36.774] [INFO] [launch_manager] 2026/06/05 14:32:36.9956773 2642575 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED                                                                   [100%]

- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/893/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/crash_on_startup/crash_on_startup/test.xml -
============================== 1 passed in 4.78s ===============================

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/892/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 14:32:30.791] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 14:32:30.917] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:30.917] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:30.918] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:30.918] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:30.926] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:30.985] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 14:32:30.987] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/966a898a18b35039f924f6af6d3c1810e4d7cb98e10300aad1253053d60d96a1/json HTTP/1.1" 200 None
[2026-06-05 14:32:31.104] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/966a898a18b35039f924f6af6d3c1810e4d7cb98e10300aad1253053d60d96a1/start HTTP/1.1" 204 0
[2026-06-05 14:32:31.104] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:31.105] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:31.105] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:31.105] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:31.111] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:31.271] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 14:32:31.372] [INFO] [launch_manager] 2026/06/05 14:32:31.9951368 2588520 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-05 14:32:31.373] [INFO] [launch_manager] 2026/06/05 14:32:31.9951368 2588523 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations... 
[2026-06-05 14:32:31.373] [INFO] [launch_manager] 2026/06/05 14:32:31.9951368 2588523 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-05 14:32:31.373] [INFO] [launch_manager] 2026/06/05 14:32:31.9951368 2588524 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-05 14:32:31.373] [INFO] [launch_manager] 2026/06/05 14:32:31.9951368 2588524 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-05 14:32:31.373] [INFO] [launch_manager] 2026/06/05 14:32:31.9951368 2588525 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crashing_app_on_runtime ( IdentifierHash: 2790219684262892047 ) 
[2026-06-05 14:32:31.374] [INFO] [launch_manager] 2026/06/05 14:32:31.9951368 2588525 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-06-05 14:32:31.374] [INFO] [launch_manager] 2026/06/05 14:32:31.9951368 2588525 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-05 14:32:31.375] [INFO] [launch_manager] 2026/06/05 14:32:31.9951368 2588526 000 ECU1 LM LM log debug verbose 4
[2026-06-05 14:32:31.375] [INFO] [launch_manager] parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_crash_monitoring/control_client_mock
[2026-06-05 14:32:31.375] [INFO] [launch_manager] 2026/06/05 14:32:31.9951368 2588527 000 ECU1 LM LM log debug verbose 3
[2026-06-05 14:32:31.375] [INFO] [launch_manager] Process control_client_mock is Reporting execution state 
[2026-06-05 14:32:31.375] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588528 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation 
[2026-06-05 14:32:31.376] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588528 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating 
[2026-06-05 14:32:31.376] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588529 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-06-05 14:32:31.376] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588529 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 14:32:31.377] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588529 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-05 14:32:31.378] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588530 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 14:32:31.378] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588533 000 ECU1 LM LM log debug verbose 3 Process component_crashing_on_runtime is Reporting execution state 
[2026-06-05 14:32:31.379] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588533 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:31.379] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588534 000 ECU1 LM LM log debug verbose 3 Process component_crashing_on_runtime is NOT Self terminating 
[2026-06-05 14:32:31.379] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588535 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 14:32:31.379] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588536 000 ECU1 LM LM log debug verbose 4
[2026-06-05 14:32:31.379] [INFO] [launch_manager] parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/process_crash_monitoring/verification_process
[2026-06-05 14:32:31.379] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588537 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state 
[2026-06-05 14:32:31.379] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588537 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:31.380] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588537 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating 
[2026-06-05 14:32:31.380] [INFO] [launch_manager] 2026/06/05 14:32:31.9951370 2588537 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-05 14:32:31.380] [INFO] [launch_manager] 2026/06/05 14:32:31.9951370 2588538 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-05 14:32:31.380] [INFO] [launch_manager] 2026/06/05 14:32:31.9951370 2588538 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-05 14:32:31.380] [INFO] [launch_manager] 2026/06/05 14:32:31.9951370 2588538 000 ECU1 LM LM log debug verbose 3 Creating graph with 3 nodes 
[2026-06-05 14:32:31.380] [INFO] [launch_manager] 2026/06/05 14:32:31.9951370 2588538 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-05 14:32:31.380] [INFO] [launch_manager] 2026/06/05 14:32:31.9951370 2588538 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-05 14:32:31.381] [INFO] [launch_manager] 2026/06/05 14:32:31.9951370 2588538 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 3 entries 
[2026-06-05 14:32:31.381] [INFO] [launch_manager] 2026/06/05 14:32:31.9951370 2588539 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-05 14:32:31.381] [INFO] [launch_manager] 2026/06/05 14:32:31.9951370 2588539 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-05 14:32:31.381] [INFO] [launch_manager] 2026/06/05 14:32:31.9951371 2588556 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 3 processes
[2026-06-05 14:32:31.381] [INFO] [launch_manager] 2026/06/05 14:32:31.9951372 2588557 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.381] [INFO] [launch_manager] Creating process node with id: 0
[2026-06-05 14:32:31.382] [INFO] [launch_manager] 2026/06/05 14:32:31.9951372 2588560 000 ECU1 LM LM log debug verbose 5
[2026-06-05 14:32:31.382] [INFO] [launch_manager] Process 0 has 0 start dependencies
[2026-06-05 14:32:31.382] [INFO] [launch_manager] 2026/06/05 14:32:31.9951372 2588562 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.382] [INFO] [launch_manager] Creating process node with id: 1
[2026-06-05 14:32:31.382] [INFO] [launch_manager] 2026/06/05 14:32:31.9951372 2588564 000 ECU1 LM LM log debug verbose 5
[2026-06-05 14:32:31.383] [INFO] [launch_manager] Process 1 has 0 start dependencies
[2026-06-05 14:32:31.383] [INFO] [launch_manager] 2026/06/05 14:32:31.9951372 2588566 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-05 14:32:31.383] [INFO] [launch_manager] 2026/06/05 14:32:31.9951372 2588567 000 ECU1 LM LM log debug verbose 5
[2026-06-05 14:32:31.383] [INFO] [launch_manager] Process 2 has 0 start dependencies 
[2026-06-05 14:32:31.383] [INFO] [launch_manager] 2026/06/05 14:32:31.9951373 2588568 000 ECU1 LM LM log debug verbose 3 Created 3 process nodes 
[2026-06-05 14:32:31.383] [INFO] [launch_manager] 2026/06/05 14:32:31.9951373 2588568 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-05 14:32:31.383] [INFO] [launch_manager] 2026/06/05 14:32:31.9951373 2588568 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:31.384] [INFO] [launch_manager] Graphs initialized
[2026-06-05 14:32:31.384] [INFO] [launch_manager] 2026/06/05 14:32:31.9951373 2588573 000 ECU1 LM Fcty log info verbose 2
[2026-06-05 14:32:31.384] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. 
[2026-06-05 14:32:31.384] [INFO] [launch_manager] 2026/06/05 14:32:31.9951373 2588574 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100 
[2026-06-05 14:32:31.384] [INFO] [launch_manager] 2026/06/05 14:32:31.9951373 2588575 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-05 14:32:31.384] [INFO] [launch_manager] 2026/06/05 14:32:31.9951374 2588578 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-05 14:32:31.384] [INFO] [launch_manager] 2026/06/05 14:32:31.9951374 2588579 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 14:32:31.385] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-05 14:32:31.385] [INFO] [launch_manager] 2026/06/05 14:32:31.9951374 2588580 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-05 14:32:31.385] [INFO] [launch_manager] 2026/06/05 14:32:31.9951374 2588582 000 ECU1 LM Fcty log debug verbose 2
[2026-06-05 14:32:31.385] [INFO] [launch_manager] Software Cluster Handler starts constructing workers: MainCluster
[2026-06-05 14:32:31.385] [INFO] [launch_manager] 2026/06/05 14:32:31.9951374 2588584 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 14:32:31.386] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock 
[2026-06-05 14:32:31.386] [INFO] [launch_manager] 2026/06/05 14:32:31.9951374 2588585 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1 
[2026-06-05 14:32:31.386] [INFO] [launch_manager] 2026/06/05 14:32:31.9951374 2588587 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 14:32:31.386] [INFO] [launch_manager] 2026/06/05 14:32:31.9951374 2588587 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1 
[2026-06-05 14:32:31.387] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588587 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock 
[2026-06-05 14:32:31.387] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588588 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1 
[2026-06-05 14:32:31.388] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588588 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint 
[2026-06-05 14:32:31.388] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588588 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1 
[2026-06-05 14:32:31.388] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588588 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 14:32:31.388] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588589 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1 
[2026-06-05 14:32:31.388] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588589 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 
[2026-06-05 14:32:31.389] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588589 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1 
[2026-06-05 14:32:31.389] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588589 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  1  ms 
[2026-06-05 14:32:31.389] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588590 000 ECU1 LM LM log info verbose 1 LCM started successfully 
[2026-06-05 14:32:31.389] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588592 000 ECU1 LM LM log debug verbose 3 clock() at run(): 31.793000 ms 
[2026-06-05 14:32:31.389] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588594 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-05 14:32:31.389] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588595 000 ECU1 LM LM log debug verbose 9
[2026-06-05 14:32:31.389] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-05 14:32:31.389] [INFO] [launch_manager] 2026/06/05 14:32:31.9951375 2588596 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.390] [INFO] [launch_manager] Stop Dependencies: 0 
[2026-06-05 14:32:31.390] [INFO] [launch_manager] 2026/06/05 14:32:31.9951376 2588598 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.390] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 14:32:31.390] [INFO] [launch_manager] 2026/06/05 14:32:31.9951376 2588599 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:31.390] [INFO] [launch_manager] 2026/06/05 14:32:31.9951376 2588600 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.390] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:31.390] [INFO] [launch_manager] 2026/06/05 14:32:31.9951376 2588601 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.390] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:31.391] [INFO] [launch_manager] 2026/06/05 14:32:31.9951376 2588603 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.391] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:31.391] [INFO] [launch_manager] 2026/06/05 14:32:31.9951377 2588615 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 14:32:31.391] [INFO] [launch_manager] 2026/06/05 14:32:31.9951377 2588615 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock  process 
[2026-06-05 14:32:31.391] [INFO] [launch_manager] 2026/06/05 14:32:31.9951377 2588616 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-05 14:32:31.391] [INFO] [launch_manager] 2026/06/05 14:32:31.9951381 2588655 000 ECU1 LM LM log debug verbose 4 startProcess pid 69 received for process: control_client_mock
[2026-06-05 14:32:31.391] [INFO] [launch_manager] 2026/06/05 14:32:31.9951381 2588662 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:31.391] [INFO] [launch_manager] ControlClientChannel obtained from sync.
[2026-06-05 14:32:31.391] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:31.392] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:31.392] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-05 14:32:31.392] [INFO] [launch_manager] [ RUN      ] ProcessCrashMonitoring.ControlClientMock
[2026-06-05 14:32:31.392] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 14:32:31.392] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 14:32:31.393] [INFO] [launch_manager] [ STEP     ] Start crashing process
[2026-06-05 14:32:31.393] [INFO] [launch_manager] 2026/06/05 14:32:31.9951390 2588745 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:31.393] [INFO] [launch_manager] Request sent. Waiting for acknowledgment... 
[2026-06-05 14:32:31.393] [INFO] [launch_manager] 2026/06/05 14:32:31.9951391 2588752 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 69 ( control_client_mock ) process 0 of group MainPG 
[2026-06-05 14:32:31.393] [INFO] [launch_manager] 2026/06/05 14:32:31.9951391 2588753 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done 
[2026-06-05 14:32:31.393] [INFO] [launch_manager] 2026/06/05 14:32:31.9951391 2588753 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:31.394] [INFO] [launch_manager] 2026/06/05 14:32:31.9951391 2588753 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 33.497000 ms 
[2026-06-05 14:32:31.394] [INFO] [launch_manager] 2026/06/05 14:32:31.9951391 2588754 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:31.394] [INFO] [launch_manager] 2026/06/05 14:32:31.9951391 2588754 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 15 ms 
[2026-06-05 14:32:31.394] [INFO] [launch_manager] 2026/06/05 14:32:31.9951391 2588754 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:31.394] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588759 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:31.394] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_crashing_app_on_runtime of PG MainPG 
[2026-06-05 14:32:31.394] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588760 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_crashing_app_on_runtime 
[2026-06-05 14:32:31.394] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588760 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:31.394] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588761 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 14:32:31.394] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588761 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crashing_app_on_runtime for PG MainPG 
[2026-06-05 14:32:31.395] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588761 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:31.395] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588761 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.395] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588762 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.395] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588762 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.395] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588762 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.395] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588762 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.395] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588762 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:31.395] [INFO] [launch_manager] 2026/06/05 14:32:31.9951392 2588767 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-05 14:32:31.398] [INFO] [launch_manager] 2026/06/05 14:32:31.9951393 2588771 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( component_crashing_on_runtime ) from executable /tmp/tests/process_crash_monitoring/process_crashing_on_runtime 
[2026-06-05 14:32:31.398] [INFO] [launch_manager] 2026/06/05 14:32:31.9951393 2588776 000 ECU1 LM LM log debug verbose 4 startProcess pid 71 received for process: component_crashing_on_runtime
[2026-06-05 14:32:31.401] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:31.401] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:31.401] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-05 14:32:31.402] [INFO] [launch_manager] [ RUN      ] ProcessCrashMonitoring.CrashingProcess
[2026-06-05 14:32:31.402] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 14:32:31.404] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 14:32:31.405] [INFO] [launch_manager] [       OK ] ProcessCrashMonitoring.CrashingProcess (2 ms)
[2026-06-05 14:32:31.405] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2 ms total)
[2026-06-05 14:32:31.405] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:31.405] [INFO] [launch_manager] 2026/06/05 14:32:31.9951405 2588889 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 71 ( component_crashing_on_runtime ) process 1 of group MainPG 
[2026-06-05 14:32:31.405] [INFO] [launch_manager] 2026/06/05 14:32:31.9951405 2588891 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_crashing_on_runtime ) done 
[2026-06-05 14:32:31.405] [INFO] [launch_manager] 2026/06/05 14:32:31.9951405 2588891 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:31.405] [INFO] [launch_manager] 2026/06/05 14:32:31.9951405 2588891 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_crashing_app_on_runtime in 13 ms 
[2026-06-05 14:32:31.406] [INFO] [launch_manager] 2026/06/05 14:32:31.9951405 2588891 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:31.406] [INFO] [launch_manager] 2026/06/05 14:32:31.9951406 2588899 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:31.406] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_crashing_app_on_runtime of PG MainPG 
[2026-06-05 14:32:31.406] [INFO] [launch_manager] 2026/06/05 14:32:31.9951406 2588902 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 14:32:31.407] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (3 ms total)
[2026-06-05 14:32:31.407] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:31.426] [INFO] [launch_manager] 2026/06/05 14:32:31.9951425 2589092 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1 
[2026-06-05 14:32:31.426] [INFO] [launch_manager] 2026/06/05 14:32:31.9951425 2589093 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2 
[2026-06-05 14:32:31.426] [INFO] [launch_manager] 2026/06/05 14:32:31.9951425 2589093 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 14:32:31.426] [INFO] [launch_manager] 2026/06/05 14:32:31.9951425 2589093 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 14:32:31.426] [INFO] [launch_manager] 2026/06/05 14:32:31.9951425 2589094 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-05 14:32:31.435] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:31.488] [INFO] [launch_manager] 2026/06/05 14:32:31.9951488 2589720 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 14:32:31.488] [INFO] [launch_manager] [ END STEP ] Start crashing process
[2026-06-05 14:32:31.986] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:32.407] [INFO] [launch_manager] Process crashing...
[2026-06-05 14:32:32.554] [INFO] [launch_manager] 2026/06/05 14:32:32.9952553 2600374 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 71 ( component_crashing_on_runtime ) for node True terminated with status 134 
[2026-06-05 14:32:32.554] [INFO] [launch_manager] 2026/06/05 14:32:32.9952553 2600374 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 71 ( component_crashing_on_runtime ) 
[2026-06-05 14:32:32.555] [INFO] [launch_manager] 2026/06/05 14:32:32.9952553 2600375 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-05 14:32:32.576] [INFO] [launch_manager] 2026/06/05 14:32:32.9952575 2600592 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 14:32:32.582] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:32.583] [INFO] [launch_manager] 2026/06/05 14:32:32.9952582 2600664 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state. 
[2026-06-05 14:32:32.584] [INFO] [launch_manager] 2026/06/05 14:32:32.9952582 2600664 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:32.584] [INFO] [launch_manager] 2026/06/05 14:32:32.9952582 2600665 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:32.584] [INFO] [launch_manager] 2026/06/05 14:32:32.9952582 2600665 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:32.584] [INFO] [launch_manager] 2026/06/05 14:32:32.9952582 2600665 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:32.584] [INFO] [launch_manager] 2026/06/05 14:32:32.9952582 2600665 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:32.584] [INFO] [launch_manager] 2026/06/05 14:32:32.9952582 2600665 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:32.584] [INFO] [launch_manager] 2026/06/05 14:32:32.9952582 2600666 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:32.585] [INFO] [launch_manager] 2026/06/05 14:32:32.9952582 2600667 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( verification_component ) from executable /tmp/tests/process_crash_monitoring/verification_process
[2026-06-05 14:32:32.585] [INFO] [launch_manager] 2026/06/05 14:32:32.9952583 2600672 000 ECU1 LM LM log debug verbose 4 startProcess pid 90 received for process: verification_component 
[2026-06-05 14:32:32.585] [INFO] [launch_manager] 2026/06/05 14:32:32.9952583 2600673 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 90 ( verification_component ) process 2 of group MainPG 
[2026-06-05 14:32:32.585] [INFO] [launch_manager] 2026/06/05 14:32:32.9952583 2600673 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( verification_component ) done 
[2026-06-05 14:32:32.585] [INFO] [launch_manager] 2026/06/05 14:32:32.9952583 2600673 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:32.585] [INFO] [launch_manager] 2026/06/05 14:32:32.9952583 2600674 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/fallback_run_target in 0 ms 
[2026-06-05 14:32:32.585] [INFO] [launch_manager] 2026/06/05 14:32:32.9952583 2600674 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:32.585] [INFO] [launch_manager] 2026/06/05 14:32:32.9952585 2600688 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:32.586] [INFO] [launch_manager] 2026/06/05 14:32:32.9952585 2600689 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 14:32:32.586] [INFO] [launch_manager] 2026/06/05 14:32:32.9952586 2600704 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 90 ( verification_component ) for node True terminated with status 0
[2026-06-05 14:32:32.589] [INFO] [launch_manager] 2026/06/05 14:32:32.9952589 2600732 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 14:32:33.149] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:33.488] [INFO] [launch_manager] [ STEP     ] Verify state changed to fallback run target
[2026-06-05 14:32:33.488] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-05 14:32:33.489] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-05 14:32:33.489] [INFO] [launch_manager] 2026/06/05 14:32:33.9953488 2609722 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 14:32:33.491] [INFO] [launch_manager] 2026/06/05 14:32:33.9953490 2609744 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG 
[2026-06-05 14:32:33.491] [INFO] [launch_manager] 2026/06/05 14:32:33.9953490 2609744 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off 
[2026-06-05 14:32:33.491] [INFO] [launch_manager] 2026/06/05 14:32:33.9953490 2609745 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:33.491] [INFO] [launch_manager] 2026/06/05 14:32:33.9953490 2609745 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to 
[2026-06-05 14:32:33.491] [INFO] [launch_manager] 2026/06/05 14:32:33.9953490 2609745 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG 
[2026-06-05 14:32:33.491] [INFO] [launch_manager] 2026/06/05 14:32:33.9953490 2609745 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:33.491] [INFO] [launch_manager] 2026/06/05 14:32:33.9953490 2609746 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:33.491] [INFO] [launch_manager] 2026/06/05 14:32:33.9953490 2609746 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:33.491] [INFO] [launch_manager] 2026/06/05 14:32:33.9953490 2609746 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:33.491] [INFO] [launch_manager] 2026/06/05 14:32:33.9953491 2609747 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock ) 
[2026-06-05 14:32:33.492] [INFO] [launch_manager] 2026/06/05 14:32:33.9953491 2609748 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 69 ( control_client_mock ) 
[2026-06-05 14:32:33.492] [INFO] [launch_manager] 2026/06/05 14:32:33.9953491 2609748 000 ECU1 LM LM log debug verbose 2 Request termination received for 69
[2026-06-05 14:32:33.492] [INFO] [launch_manager] 2026/06/05 14:32:33.9953491 2609756 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:33.492] [INFO] [launch_manager] Request acknowledged.
[2026-06-05 14:32:33.492] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-05 14:32:33.525] [INFO] [launch_manager] 2026/06/05 14:32:33.9953525 2610092 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3 
[2026-06-05 14:32:33.525] [INFO] [launch_manager] 2026/06/05 14:32:33.9953525 2610092 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 14:32:33.592] [INFO] [launch_manager] [       OK ] ProcessCrashMonitoring.ControlClientMock (2204 ms)
[2026-06-05 14:32:33.592] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2204 ms total)
[2026-06-05 14:32:33.592] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:33.592] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2204 ms total)
[2026-06-05 14:32:33.592] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:33.593] [INFO] [launch_manager] 2026/06/05 14:32:33.9953591 2610758 000 ECU1 LM LM log debug verbose 12
[2026-06-05 14:32:33.593] [INFO] [launch_manager] Child process 0 of MainPG pid 69 ( control_client_mock ) for node True terminated with status 0
[2026-06-05 14:32:33.594] [INFO] [launch_manager] 2026/06/05 14:32:33.9953594 2610780 000 ECU1 LM LM log debug verbose 5
[2026-06-05 14:32:33.594] [INFO] [launch_manager] Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-05 14:32:33.595] [INFO] [launch_manager] 2026/06/05 14:32:33.9953594 2610787 000 ECU1 LM LM log debug verbose 7
[2026-06-05 14:32:33.595] [INFO] [launch_manager] terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-05 14:32:33.595] [INFO] [launch_manager] 2026/06/05 14:32:33.9953595 2610794 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:33.596] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:33.596] [INFO] [launch_manager] 2026/06/05 14:32:33.9953596 2610800 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:33.596] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:33.597] [INFO] [launch_manager] 2026/06/05 14:32:33.9953596 2610806 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:33.597] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:33.597] [INFO] [launch_manager] 2026/06/05 14:32:33.9953597 2610812 000 ECU1 LM LM log debug verbose 9
[2026-06-05 14:32:33.597] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 14:32:33.598] [INFO] [launch_manager] 2026/06/05 14:32:33.9953598 2610819 000 ECU1 LM LM log info verbose 7
[2026-06-05 14:32:33.598] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Off in 107 ms
[2026-06-05 14:32:33.598] [INFO] [launch_manager] 2026/06/05 14:32:33.9953598 2610825 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:33.599] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 14:32:33.625] [INFO] [launch_manager] 2026/06/05 14:32:33.9953625 2611092 000 ECU1 LM Sprv log debug verbose 6
[2026-06-05 14:32:33.626] [INFO] [launch_manager] Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-05 14:32:34.098] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615804 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-05 14:32:34.098] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615805 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 14:32:34.098] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615805 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-05 14:32:34.098] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615805 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state 
[2026-06-05 14:32:34.098] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615805 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:34.099] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615805 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:34.099] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615806 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:34.099] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615806 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:34.102] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615806 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:34.102] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615806 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:34.102] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615806 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:34.102] [INFO] [launch_manager] 2026/06/05 14:32:34.9954096 2615807 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:34.102] [INFO] [launch_manager] 2026/06/05 14:32:34.9954097 2615807 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms 
[2026-06-05 14:32:34.103] [INFO] [launch_manager] 2026/06/05 14:32:34.9954097 2615807 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:34.103] [INFO] [launch_manager] 2026/06/05 14:32:34.9954097 2615807 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-05 14:32:34.198] [INFO] [launch_manager] 2026/06/05 14:32:34.9954195 2616797 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-05 14:32:34.226] [INFO] [launch_manager] 2026/06/05 14:32:34.9954225 2617092 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-05 14:32:34.227] [INFO] [launch_manager] 2026/06/05 14:32:34.9954227 2617109 000 ECU1 LM LM log debug verbose 1 Graph destroyed 
[2026-06-05 14:32:34.229] [INFO] [launch_manager] 2026/06/05 14:32:34.9954227 2617109 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED                                                                   [100%]

- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/892/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_crash_monitoring/process_crash_monitoring/test.xml -
============================== 1 passed in 4.28s ===============================

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/887/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 14:32:27.282] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 14:32:30.441] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:30.441] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:30.441] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:30.441] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:30.458] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:30.484] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 14:32:30.485] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/a5573c82e9e501d2ef1a2f16a46c4c5613d2e19420e21a68aeaec927540e740e/json HTTP/1.1" 200 None
[2026-06-05 14:32:30.638] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5573c82e9e501d2ef1a2f16a46c4c5613d2e19420e21a68aeaec927540e740e/start HTTP/1.1" 204 0
[2026-06-05 14:32:30.639] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:30.639] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:30.639] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:30.639] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:30.648] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:30.910] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 14:32:31.018] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584979 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-05 14:32:31.018] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584982 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-05 14:32:31.021] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584982 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-05 14:32:31.022] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584983 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 ) 
[2026-06-05 14:32:31.023] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584983 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-05 14:32:31.023] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584984 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_a ( IdentifierHash: 4535707649935996147 ) 
[2026-06-05 14:32:31.023] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584984 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_c ( IdentifierHash: 6199163020077258462 ) 
[2026-06-05 14:32:31.023] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584984 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-06-05 14:32:31.023] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584984 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-05 14:32:31.024] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584985 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 14:32:31.024] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584985 000 ECU1 LM LM log debug verbose 3 Process component_initial is Reporting execution state 
[2026-06-05 14:32:31.024] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584986 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-05 14:32:31.024] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584986 000 ECU1 LM LM log debug verbose 3 Process component_initial is NOT Self terminating 
[2026-06-05 14:32:31.024] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584986 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-05 14:32:31.024] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584986 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-05 14:32:31.024] [INFO] [launch_manager] 2026/06/05 14:32:31.9951014 2584987 000 ECU1 LM LM log debug verbose 4
[2026-06-05 14:32:31.025] [INFO] [launch_manager] parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/switch_run_target/component_a 
[2026-06-05 14:32:31.025] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584987 000 ECU1 LM LM log debug verbose 3 Process component_a is Reporting execution state 
[2026-06-05 14:32:31.025] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584987 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:31.025] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584988 000 ECU1 LM LM log debug verbose 3 Process component_a is NOT Self terminating 
[2026-06-05 14:32:31.025] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584988 000 ECU1 LM LM log debug verbose 4 ParseProcessExecutionDependency: target process path: component_b ID: component_b 
[2026-06-05 14:32:31.025] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584988 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a 
[2026-06-05 14:32:31.025] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584989 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/switch_run_target/component_b 
[2026-06-05 14:32:31.026] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584989 000 ECU1 LM LM log debug verbose 3 Process component_b is Reporting execution state 
[2026-06-05 14:32:31.026] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584989 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:31.026] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584989 000 ECU1 LM LM log debug verbose 3 Process component_b is NOT Self terminating 
[2026-06-05 14:32:31.026] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584989 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a 
[2026-06-05 14:32:31.027] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584990 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/switch_run_target/reporting_process 
[2026-06-05 14:32:31.027] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584990 000 ECU1 LM LM log debug verbose 3 Process component_e is Reporting execution state 
[2026-06-05 14:32:31.027] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584990 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:31.027] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584991 000 ECU1 LM LM log debug verbose 3 Process component_e is NOT Self terminating 
[2026-06-05 14:32:31.027] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584991 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 4 executable_path_: /tmp/tests/switch_run_target/component_d 
[2026-06-05 14:32:31.027] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584991 000 ECU1 LM LM log debug verbose 3 Process component_d is Reporting execution state 
[2026-06-05 14:32:31.027] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584991 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:31.027] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584992 000 ECU1 LM LM log debug verbose 3 Process component_d is NOT Self terminating 
[2026-06-05 14:32:31.027] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584992 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a 
[2026-06-05 14:32:31.028] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584992 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_c 
[2026-06-05 14:32:31.028] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584992 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-05 14:32:31.028] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584992 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-05 14:32:31.029] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584993 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes 
[2026-06-05 14:32:31.029] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584993 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-05 14:32:31.029] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584993 000 ECU1 LM LM log debug verbose 1 Process Group initialization done 
[2026-06-05 14:32:31.030] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584993 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584993 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951015 2584994 000 ECU1 LM LM log debug verbose 1 Creating worker threads... 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951016 2585006 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 4 processes 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951016 2585006 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951016 2585006 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951016 2585007 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951016 2585007 000 ECU1 LM LM log debug verbose 5 Process 1 has 1 start dependencies 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585007 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585007 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585007 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585008 000 ECU1 LM LM log debug verbose 5 Process 3 has 0 start dependencies 
[2026-06-05 14:32:31.031] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585008 000 ECU1 LM LM log debug verbose 3 Created 4 process nodes 
[2026-06-05 14:32:31.032] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585008 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-05 14:32:31.032] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585008 000 ECU1 LM LM log debug verbose 4 Adding kRunning successor for process 2 : 1 
[2026-06-05 14:32:31.032] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585008 000 ECU1 LM LM log debug verbose 4 Added successor node dependency: 2 -> 1 
[2026-06-05 14:32:31.032] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585009 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-05 14:32:31.032] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585011 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-05 14:32:31.032] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585011 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-05 14:32:31.032] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585012 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-05 14:32:31.032] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585013 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-05 14:32:31.033] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585014 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-05 14:32:31.033] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585015 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-05 14:32:31.033] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585016 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-05 14:32:31.033] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585016 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: component_initial
[2026-06-05 14:32:31.033] [INFO] [launch_manager] 2026/06/05 14:32:31.9951017 2585017 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-05 14:32:31.033] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585018 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 14:32:31.034] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585018 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1 
[2026-06-05 14:32:31.034] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585018 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_component_initial 
[2026-06-05 14:32:31.034] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585019 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1 
[2026-06-05 14:32:31.034] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585019 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: component_initial_checkpoint 
[2026-06-05 14:32:31.034] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585019 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1 
[2026-06-05 14:32:31.034] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585019 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 14:32:31.034] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: component_initial_alive_supervision 
[2026-06-05 14:32:31.034] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585025 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1 
[2026-06-05 14:32:31.034] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585025 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 
[2026-06-05 14:32:31.034] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585025 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1 
[2026-06-05 14:32:31.034] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585026 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  1  ms
[2026-06-05 14:32:31.035] [INFO] [launch_manager] 2026/06/05 14:32:31.9951018 2585027 000 ECU1 LM LM log info verbose 1
[2026-06-05 14:32:31.035] [INFO] [launch_manager] LCM started successfully 
[2026-06-05 14:32:31.035] [INFO] [launch_manager] 2026/06/05 14:32:31.9951019 2585027 000 ECU1 LM LM log debug verbose 3 clock() at run(): 33.621000 ms 
[2026-06-05 14:32:31.035] [INFO] [launch_manager] 2026/06/05 14:32:31.9951019 2585029 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-05 14:32:31.035] [INFO] [launch_manager] 2026/06/05 14:32:31.9951019 2585030 000 ECU1 LM LM log debug verbose 9
[2026-06-05 14:32:31.035] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-05 14:32:31.035] [INFO] [launch_manager] 2026/06/05 14:32:31.9951019 2585031 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.035] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 14:32:31.036] [INFO] [launch_manager] 2026/06/05 14:32:31.9951019 2585032 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.036] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 14:32:31.036] [INFO] [launch_manager] 2026/06/05 14:32:31.9951019 2585033 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.036] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 14:32:31.036] [INFO] [launch_manager] 2026/06/05 14:32:31.9951019 2585034 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.036] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-05 14:32:31.036] [INFO] [launch_manager] 2026/06/05 14:32:31.9951019 2585036 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.037] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:31.037] [INFO] [launch_manager] 2026/06/05 14:32:31.9951019 2585037 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.037] [INFO] [launch_manager] Start Dependencies: 1
[2026-06-05 14:32:31.037] [INFO] [launch_manager] 2026/06/05 14:32:31.9951020 2585038 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.037] [INFO] [launch_manager] Start Dependencies: 0 
[2026-06-05 14:32:31.037] [INFO] [launch_manager] 2026/06/05 14:32:31.9951020 2585039 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:31.037] [INFO] [launch_manager] 2026/06/05 14:32:31.9951020 2585040 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 14:32:31.037] [INFO] [launch_manager] 2026/06/05 14:32:31.9951020 2585041 000 ECU1 LM LM log debug verbose 3 Initialize the control client for component_initial  process 
[2026-06-05 14:32:31.038] [INFO] [launch_manager] 2026/06/05 14:32:31.9951020 2585041 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-05 14:32:31.038] [INFO] [launch_manager] 2026/06/05 14:32:31.9951020 2585046 000 ECU1 LM LM log debug verbose 4 startProcess pid 67 received for process: component_initial 
[2026-06-05 14:32:31.038] [INFO] [launch_manager] 2026/06/05 14:32:31.9951020 2585046 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-05 14:32:31.038] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:31.038] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:31.038] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget
[2026-06-05 14:32:31.038] [INFO] [launch_manager] [ RUN      ] SwitchRunTarget.ControlClientMock
[2026-06-05 14:32:31.039] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 14:32:31.039] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 14:32:31.039] [INFO] [launch_manager] [ STEP     ] Activate run target A
[2026-06-05 14:32:31.039] [INFO] [launch_manager] 2026/06/05 14:32:31.9951025 2585094 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 67 ( component_initial ) process 0 of group MainPG 
[2026-06-05 14:32:31.039] [INFO] [launch_manager] 2026/06/05 14:32:31.9951025 2585094 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( component_initial ) done
[2026-06-05 14:32:31.039] [INFO] [launch_manager] 2026/06/05 14:32:31.9951026 2585098 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 14:32:31.039] [INFO] [launch_manager] 2026/06/05 14:32:31.9951026 2585100 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:31.040] [INFO] [launch_manager] 2026/06/05 14:32:31.9951026 2585101 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 35.124000 ms
[2026-06-05 14:32:31.040] [INFO] [launch_manager] 2026/06/05 14:32:31.9951026 2585105 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 14:32:31.040] [INFO] [launch_manager] 2026/06/05 14:32:31.9951026 2585106 000 ECU1 LM LM log info verbose 7
[2026-06-05 14:32:31.040] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Startup in 7 ms
[2026-06-05 14:32:31.040] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585108 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:31.040] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585109 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:31.040] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_a of PG MainPG 
[2026-06-05 14:32:31.040] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585110 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_a 
[2026-06-05 14:32:31.040] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585111 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585111 000 ECU1 LM LM log debug verbose 1 2026/06/05 14:32:31.9951027 2585111 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_a to 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] Request acknowledged. 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585111 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_a for PG MainPG 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585111 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585112 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585112 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585112 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585112 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585112 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585112 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585113 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.041] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585113 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:31.042] [INFO] [launch_manager] 2026/06/05 14:32:31.9951027 2585114 000 ECU1 LM LM log debug verbose 6
[2026-06-05 14:32:31.042] [INFO] [launch_manager] Starting process 3 ( component_d ) from executable /tmp/tests/switch_run_target/component_d 
[2026-06-05 14:32:31.042] [INFO] [launch_manager] 2026/06/05 14:32:31.9951028 2585120 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 14:32:31.042] [INFO] [launch_manager] 2026/06/05 14:32:31.9951028 2585125 000 ECU1 LM LM log debug verbose 4 [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:31.042] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:31.042] [INFO] [launch_manager] [----------] 1 test from ComponentD
[2026-06-05 14:32:31.042] [INFO] [launch_manager] [ RUN      ] ComponentD.RunAndVerify
[2026-06-05 14:32:31.042] [INFO] [launch_manager] [ STEP     ] Report running
[2026-06-05 14:32:31.042] [INFO] [launch_manager] startProcess pid 69 received for process: component_d
[2026-06-05 14:32:31.042] [INFO] [launch_manager] 2026/06/05 14:32:31.9951030 2585147 000 ECU1 LM LM log debug verbose 4
[2026-06-05 14:32:31.042] [INFO] [launch_manager] startProcess pid 70 received for process: component_b
[2026-06-05 14:32:31.043] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:31.043] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:31.043] [INFO] [launch_manager] [----------] 1 test from ComponentB
[2026-06-05 14:32:31.043] [INFO] [launch_manager] [ RUN      ] ComponentB.RunAndVerify
[2026-06-05 14:32:31.043] [INFO] [launch_manager] [ STEP     ] Verify startup order
[2026-06-05 14:32:31.043] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-05 14:32:31.043] [INFO] [launch_manager] [ STEP     ] Report running
[2026-06-05 14:32:31.043] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-05 14:32:31.043] [INFO] [launch_manager] 2026/06/05 14:32:31.9951035 2585187 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 69 ( component_d ) process 3 of group MainPG 
[2026-06-05 14:32:31.043] [INFO] [launch_manager] 2026/06/05 14:32:31.9951035 2585188 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( component_d ) done
[2026-06-05 14:32:31.044] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-05 14:32:31.044] [INFO] [launch_manager] 2026/06/05 14:32:31.9951035 2585192 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 70 ( component_b ) process 2 of group MainPG 
[2026-06-05 14:32:31.044] [INFO] [launch_manager] 2026/06/05 14:32:31.9951035 2585192 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( component_b ) done 
[2026-06-05 14:32:31.044] [INFO] [launch_manager] 2026/06/05 14:32:31.9951035 2585193 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 14:32:31.044] [INFO] [launch_manager] 2026/06/05 14:32:31.9951036 2585198 000 ECU1 LM LM log debug verbose 4 startProcess pid 71 received for process: component_a
[2026-06-05 14:32:31.044] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:31.044] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:31.044] [INFO] [launch_manager] [----------] 1 test from ComponentA
[2026-06-05 14:32:31.044] [INFO] [launch_manager] [ RUN      ] ComponentA.RunAndVerify
[2026-06-05 14:32:31.044] [INFO] [launch_manager] [ STEP     ] Report running
[2026-06-05 14:32:31.044] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-05 14:32:31.044] [INFO] [launch_manager] [ STEP     ] Verify startup order
[2026-06-05 14:32:31.044] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-05 14:32:31.044] [INFO] [launch_manager] 2026/06/05 14:32:31.9951042 2585259 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 71 ( component_a ) process 1 of group MainPG 
[2026-06-05 14:32:31.045] [INFO] [launch_manager] 2026/06/05 14:32:31.9951042 2585260 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_a ) done 
[2026-06-05 14:32:31.045] [INFO] [launch_manager] 2026/06/05 14:32:31.9951042 2585266 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:31.045] [INFO] [launch_manager] 2026/06/05 14:32:31.9951042 2585266 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_a in 15 ms 
[2026-06-05 14:32:31.045] [INFO] [launch_manager] 2026/06/05 14:32:31.9951042 2585267 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:31.045] [INFO] [launch_manager] 2026/06/05 14:32:31.9951043 2585273 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 14:32:31.045] [INFO] [launch_manager] 2026/06/05 14:32:31.9951043 2585274 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 14:32:31.073] [INFO] [launch_manager] 2026/06/05 14:32:31.9951069 2585529 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 1 
[2026-06-05 14:32:31.073] [INFO] [launch_manager] 2026/06/05 14:32:31.9951071 2585552 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 2 
[2026-06-05 14:32:31.073] [INFO] [launch_manager] 2026/06/05 14:32:31.9951071 2585553 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 14:32:31.073] [INFO] [launch_manager] 2026/06/05 14:32:31.9951071 2585553 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 14:32:31.074] [INFO] [launch_manager] 2026/06/05 14:32:31.9951071 2585553 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 14:32:31.074] [INFO] [launch_manager] 2026/06/05 14:32:31.9951071 2585554 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 14:32:31.075] [INFO] [launch_manager] 2026/06/05 14:32:31.9951071 2585554 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 14:32:31.074] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:31.075] [INFO] [launch_manager] 2026/06/05 14:32:31.9951071 2585554 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 14:32:31.076] [INFO] [launch_manager] 2026/06/05 14:32:31.9951071 2585555 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( component_initial_alive_supervision ) switched to OK.
[2026-06-05 14:32:31.123] [INFO] [launch_manager] 2026/06/05 14:32:31.9951123 2586074 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 14:32:31.124] [INFO] [launch_manager] [ END STEP ] Activate run target A
[2026-06-05 14:32:31.124] [INFO] [launch_manager] [ STEP     ] Verify running processes
[2026-06-05 14:32:31.124] [INFO] [launch_manager] [ END STEP ] Verify running processes
[2026-06-05 14:32:31.124] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Startup
[2026-06-05 14:32:31.124] [INFO] [launch_manager] 2026/06/05 14:32:31.9951123 2586076 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 14:32:31.125] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586088 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:31.125] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Startup of PG MainPG
[2026-06-05 14:32:31.125] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586090 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Startup 
[2026-06-05 14:32:31.125] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586090 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:31.125] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586091 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Startup to 
[2026-06-05 14:32:31.126] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586091 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Startup for PG MainPG 
[2026-06-05 14:32:31.126] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586091 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:31.126] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586092 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.126] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586092 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.126] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586092 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 1 
[2026-06-05 14:32:31.127] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586092 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:31.127] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586094 000 ECU1 LM LM log debug verbose 5 terminating process 3 ( component_d )
[2026-06-05 14:32:31.127] [INFO] [launch_manager] 2026/06/05 14:32:31.9951125 2586096 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( component_a )
[2026-06-05 14:32:31.127] [INFO] [launch_manager] 2026/06/05 14:32:31.9951126 2586097 000 ECU1 LM LM log debug verbose 9
[2026-06-05 14:32:31.128] [INFO] [launch_manager] Requesting termination of process 3 of MainPG pid 69 ( component_d ) 
[2026-06-05 14:32:31.128] [INFO] [launch_manager] 2026/06/05 14:32:31.9951126 2586098 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 71 ( component_a )
[2026-06-05 14:32:31.128] [INFO] [launch_manager] 2026/06/05 14:32:31.9951126 2586099 000 ECU1 LM LM log debug verbose 2 Request termination received for 71 
[2026-06-05 14:32:31.128] [INFO] [launch_manager] 2026/06/05 14:32:31.9951126 2586099 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:31.129] [INFO] [launch_manager] 2026/06/05 14:32:31.9951126 2586100 000 ECU1 LM LM log debug verbose 2 Request termination received for 69 
[2026-06-05 14:32:31.129] [INFO] [launch_manager] [       OK ] ComponentD.RunAndVerify (95 ms)
[2026-06-05 14:32:31.129] [INFO] [launch_manager] [----------] 1 test from ComponentD (95 ms total)
[2026-06-05 14:32:31.129] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:31.129] [INFO] [launch_manager] [ STEP     ] Verify termination order
[2026-06-05 14:32:31.129] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-06-05 14:32:31.129] [INFO] [launch_manager] [       OK ] ComponentA.RunAndVerify (88 ms)
[2026-06-05 14:32:31.129] [INFO] [launch_manager] [----------] 1 test from ComponentA (88 ms total)
[2026-06-05 14:32:31.130] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:31.130] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (95 ms total)
[2026-06-05 14:32:31.130] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:31.130] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (88 ms total)
[2026-06-05 14:32:31.130] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:31.130] [INFO] [launch_manager] 2026/06/05 14:32:31.9951127 2586111 000 ECU1 LM LM log debug verbose 12 Child process 3 of MainPG pid 69 ( component_d ) for node True terminated with status 0 
[2026-06-05 14:32:31.130] [INFO] [launch_manager] 2026/06/05 14:32:31.9951127 2586116 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 71 ( component_a ) for node True terminated with status 0
[2026-06-05 14:32:31.131] [INFO] [launch_manager] 2026/06/05 14:32:31.9951128 2586120 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( component_a ) 
[2026-06-05 14:32:31.131] [INFO] [launch_manager] 2026/06/05 14:32:31.9951128 2586121 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( component_a ) done 
[2026-06-05 14:32:31.131] [INFO] [launch_manager] 2026/06/05 14:32:31.9951128 2586121 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( component_b ) 
[2026-06-05 14:32:31.131] [INFO] [launch_manager] 2026/06/05 14:32:31.9951128 2586121 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 2 of MainPG pid 70 ( component_b ) 
[2026-06-05 14:32:31.131] [INFO] [launch_manager] 2026/06/05 14:32:31.9951128 2586122 000 ECU1 LM LM log debug verbose 2 Request termination received for 70 
[2026-06-05 14:32:31.131] [INFO] [launch_manager] [ STEP     ] Verify termination order
[2026-06-05 14:32:31.131] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-06-05 14:32:31.131] [INFO] [launch_manager] 2026/06/05 14:32:31.9951128 2586122 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 3 ( component_d )
[2026-06-05 14:32:31.132] [INFO] [launch_manager] 2026/06/05 14:32:31.9951128 2586123 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 3 ( component_d ) done 
[2026-06-05 14:32:31.132] [INFO] [launch_manager] [       OK ] ComponentB.RunAndVerify (95 ms)
[2026-06-05 14:32:31.132] [INFO] [launch_manager] [----------] 1 test from ComponentB (95 ms total)
[2026-06-05 14:32:31.132] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:31.132] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (95 ms total)
[2026-06-05 14:32:31.132] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951129 2586132 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 70 ( component_b ) for node True terminated with status 0
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951130 2586143 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 2 ( component_b ) 
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951130 2586143 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( component_b ) done 
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951130 2586144 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951130 2586144 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1 
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951130 2586144 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951130 2586144 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951130 2586145 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951130 2586145 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 5 ms 
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951130 2586145 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951132 2586158 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Startup of PG MainPG 
[2026-06-05 14:32:31.133] [INFO] [launch_manager] 2026/06/05 14:32:31.9951132 2586158 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 14:32:31.169] [INFO] [launch_manager] 2026/06/05 14:32:31.9951169 2586527 000 ECU1 LM Sprv log debug verbose 6
[2026-06-05 14:32:31.169] [INFO] [launch_manager] Process with Id component_d changed state PG MainPG/Startup PS 3 
[2026-06-05 14:32:31.169] [INFO] [launch_manager] 2026/06/05 14:32:31.9951169 2586528 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/Startup PS 3 
[2026-06-05 14:32:31.169] [INFO] [launch_manager] 2026/06/05 14:32:31.9951169 2586529 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/Startup PS 4 
[2026-06-05 14:32:31.169] [INFO] [launch_manager] 2026/06/05 14:32:31.9951169 2586529 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/Startup PS 4 
[2026-06-05 14:32:31.169] [INFO] [launch_manager] 2026/06/05 14:32:31.9951169 2586529 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/Startup PS 3 
[2026-06-05 14:32:31.170] [INFO] [launch_manager] 2026/06/05 14:32:31.9951169 2586529 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/Startup PS 4
[2026-06-05 14:32:31.224] [INFO] [launch_manager] 2026/06/05 14:32:31.9951223 2587075 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:31.224] [INFO] [launch_manager] Response retrieved.
[2026-06-05 14:32:31.224] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-05 14:32:31.224] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-05 14:32:31.224] [INFO] [launch_manager] 2026/06/05 14:32:31.9951224 2587077 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 14:32:31.225] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587088 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-05 14:32:31.225] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587089 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off 
[2026-06-05 14:32:31.225] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587089 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:31.225] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587089 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to 
[2026-06-05 14:32:31.225] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587090 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG 
[2026-06-05 14:32:31.225] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587090 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:31.226] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587090 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.226] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587091 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.226] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587091 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.226] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587091 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:31.226] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587092 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( component_initial ) 
[2026-06-05 14:32:31.226] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587093 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 67 ( component_initial ) 
[2026-06-05 14:32:31.226] [INFO] [launch_manager] 2026/06/05 14:32:31.9951225 2587093 000 ECU1 LM LM log debug verbose 2 Request termination received for 67 
[2026-06-05 14:32:31.226] [INFO] [launch_manager] 2026/06/05 14:32:31.9951226 2587100 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:31.227] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-05 14:32:31.269] [INFO] [launch_manager] 2026/06/05 14:32:31.9951269 2587527 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Off PS 3
[2026-06-05 14:32:31.269] [INFO] [launch_manager] 2026/06/05 14:32:31.9951269 2587528 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( component_initial_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 14:32:31.324] [INFO] [launch_manager] [       OK ] SwitchRunTarget.ControlClientMock (301 ms)
[2026-06-05 14:32:31.325] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget (302 ms total)
[2026-06-05 14:32:31.325] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:31.325] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (302 ms total)
[2026-06-05 14:32:31.325] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:31.326] [INFO] [launch_manager] 2026/06/05 14:32:31.9951325 2588096 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 14:32:31.327] [INFO] [launch_manager] 2026/06/05 14:32:31.9951326 2588107 000 ECU1 LM LM log debug verbose 5
[2026-06-05 14:32:31.327] [INFO] [launch_manager] Queuing jobs after regular termination of process wait 0 ( component_initial )
[2026-06-05 14:32:31.327] [INFO] [launch_manager] 2026/06/05 14:32:31.9951327 2588109 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( component_initial ) done
[2026-06-05 14:32:31.327] [INFO] [launch_manager] 2026/06/05 14:32:31.9951327 2588111 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.327] [INFO] [launch_manager] 2026/06/05 14:32:31.9951327 2588112 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:31.327] [INFO] [launch_manager] Start Dependencies: 1 
[2026-06-05 14:32:31.328] [INFO] [launch_manager] 2026/06/05 14:32:31.9951327 2588113 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.328] [INFO] [launch_manager] 2026/06/05 14:32:31.9951327 2588114 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.328] [INFO] [launch_manager] 2026/06/05 14:32:31.9951327 2588115 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 14:32:31.328] [INFO] [launch_manager] 2026/06/05 14:32:31.9951327 2588115 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 102 ms 
[2026-06-05 14:32:31.328] [INFO] [launch_manager] 2026/06/05 14:32:31.9951327 2588116 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:31.369] [INFO] [launch_manager] 2026/06/05 14:32:31.9951369 2588531 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Off PS 4
[2026-06-05 14:32:31.745] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592288 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-05 14:32:31.745] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592288 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 14:32:31.745] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592288 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592288 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state 
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592289 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592289 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592291 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592291 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592292 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592293 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592294 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1 
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592294 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592294 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592294 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592295 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms 
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592295 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:31.746] [INFO] [launch_manager] 2026/06/05 14:32:31.9951745 2592295 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-05 14:32:31.827] [INFO] [launch_manager] 2026/06/05 14:32:31.9951827 2593108 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-05 14:32:31.869] [INFO] [launch_manager] 2026/06/05 14:32:31.9951869 2593527 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-05 14:32:31.870] [INFO] [launch_manager] 2026/06/05 14:32:31.9951870 2593542 000 ECU1 LM LM log debug verbose 1 Graph destroyed 
[2026-06-05 14:32:31.870] [INFO] [launch_manager] 2026/06/05 14:32:31.9951870 2593543 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/887/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/switch_run_target/switch_run_target/test.xml -
============================== 1 passed in 5.31s ===============================

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/872/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-05 14:32:25.731] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 14:32:29.777] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:29.777] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:29.777] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:29.778] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:29.789] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:29.831] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 14:32:29.832] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/af4281536ebd7cd4f196b1e2145225475da965f499e065d18cfd3215b659e2ec/json HTTP/1.1" 200 None
[2026-06-05 14:32:30.069] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/af4281536ebd7cd4f196b1e2145225475da965f499e065d18cfd3215b659e2ec/start HTTP/1.1" 204 0
[2026-06-05 14:32:30.071] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:30.072] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:30.072] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:30.073] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:30.082] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:30.292] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 14:32:30.426] [INFO] [launch_manager] 2026/06/05 14:32:30.9950426 2579103 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:30.429] [INFO] [launch_manager] Launch Manager Started !!!! 
[2026-06-05 14:32:30.430] [INFO] [launch_manager] 2026/06/05 14:32:30.9950427 2579112 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations... 
[2026-06-05 14:32:30.430] [INFO] [launch_manager] 2026/06/05 14:32:30.9950427 2579113 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully 
[2026-06-05 14:32:30.431] [INFO] [launch_manager] 2026/06/05 14:32:30.9950427 2579114 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 ) 
[2026-06-05 14:32:30.431] [INFO] [launch_manager] 2026/06/05 14:32:30.9950427 2579115 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-06-05 14:32:30.431] [INFO] [launch_manager] 2026/06/05 14:32:30.9950427 2579116 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-06-05 14:32:30.432] [INFO] [launch_manager] 2026/06/05 14:32:30.9950428 2579122 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 ) 
[2026-06-05 14:32:30.432] [INFO] [launch_manager] 2026/06/05 14:32:30.9950428 2579123 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/incorrect_config_non_reporting/non_reporting_process
[2026-06-05 14:32:30.433] [INFO] [launch_manager] 2026/06/05 14:32:30.9950429 2579127 000 ECU1 LM LM log debug verbose 3 Process non_reporting_process is NOT Reporting execution state
[2026-06-05 14:32:30.433] [INFO] [launch_manager] 2026/06/05 14:32:30.9950429 2579129 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:30.433] [INFO] [launch_manager] Process is NOT associated with any function Cluster Affiliation
[2026-06-05 14:32:30.433] [INFO] [launch_manager] 2026/06/05 14:32:30.9950429 2579131 000 ECU1 LM LM log debug verbose 3
[2026-06-05 14:32:30.433] [INFO] [launch_manager] Process non_reporting_process is Self terminating
[2026-06-05 14:32:30.433] [INFO] [launch_manager] 2026/06/05 14:32:30.9950429 2579133 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-05 14:32:30.434] [INFO] [launch_manager] 2026/06/05 14:32:30.9950429 2579134 000 ECU1 LM LM log debug verbose 3
[2026-06-05 14:32:30.434] [INFO] [launch_manager] Loading SWCL Nr. 0 Succeeded
[2026-06-05 14:32:30.434] [INFO] [launch_manager] 2026/06/05 14:32:30.9950429 2579136 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-05 14:32:30.434] [INFO] [launch_manager] 2026/06/05 14:32:30.9950430 2579137 000 ECU1 LM LM log debug verbose 3
[2026-06-05 14:32:30.434] [INFO] [launch_manager] Creating graph with 1 nodes
[2026-06-05 14:32:30.434] [INFO] [launch_manager] 2026/06/05 14:32:30.9950430 2579139 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-05 14:32:30.434] [INFO] [launch_manager] 2026/06/05 14:32:30.9950430 2579140 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-05 14:32:30.434] [INFO] [launch_manager] 2026/06/05 14:32:30.9950430 2579141 000 ECU1 LM LM log debug verbose 3
[2026-06-05 14:32:30.435] [INFO] [launch_manager] Creating Safe Process Map with 1 entries
[2026-06-05 14:32:30.435] [INFO] [launch_manager] 2026/06/05 14:32:30.9950430 2579143 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-05 14:32:30.435] [INFO] [launch_manager] 2026/06/05 14:32:30.9950430 2579145 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-05 14:32:30.435] [INFO] [launch_manager] 2026/06/05 14:32:30.9950432 2579164 000 ECU1 LM LM log debug verbose 7
[2026-06-05 14:32:30.435] [INFO] [launch_manager] Process group index 0 (with name MainPG ) has 1 processes
[2026-06-05 14:32:30.435] [INFO] [launch_manager] 2026/06/05 14:32:30.9950432 2579166 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-05 14:32:30.435] [INFO] [launch_manager] 2026/06/05 14:32:30.9950433 2579168 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-05 14:32:30.435] [INFO] [launch_manager] 2026/06/05 14:32:30.9950433 2579169 000 ECU1 LM LM log debug verbose 3 Created 1 process nodes
[2026-06-05 14:32:30.436] [INFO] [launch_manager] 2026/06/05 14:32:30.9950433 2579171 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-05 14:32:30.436] [INFO] [launch_manager] 2026/06/05 14:32:30.9950433 2579172 000 ECU1 LM LM log debug verbose 1 Graphs initialized 
[2026-06-05 14:32:30.436] [INFO] [launch_manager] 2026/06/05 14:32:30.9950433 2579175 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. 
[2026-06-05 14:32:30.436] [INFO] [launch_manager] 2026/06/05 14:32:30.9950433 2579176 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100 
[2026-06-05 14:32:30.436] [INFO] [launch_manager] 2026/06/05 14:32:30.9950433 2579177 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512 
[2026-06-05 14:32:30.436] [INFO] [launch_manager] 2026/06/05 14:32:30.9950434 2579178 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns 
[2026-06-05 14:32:30.437] [INFO] [launch_manager] 2026/06/05 14:32:30.9950434 2579179 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0 
[2026-06-05 14:32:30.437] [INFO] [launch_manager] 2026/06/05 14:32:30.9950434 2579181 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured 
[2026-06-05 14:32:30.437] [INFO] [launch_manager] 2026/06/05 14:32:30.9950434 2579182 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster 
[2026-06-05 14:32:30.437] [INFO] [launch_manager] 2026/06/05 14:32:30.9950434 2579184 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 0 
[2026-06-05 14:32:30.437] [INFO] [launch_manager] 2026/06/05 14:32:30.9950434 2579185 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 0 
[2026-06-05 14:32:30.437] [INFO] [launch_manager] 2026/06/05 14:32:30.9950434 2579185 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 0 
[2026-06-05 14:32:30.437] [INFO] [launch_manager] 2026/06/05 14:32:30.9950434 2579187 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 0 
[2026-06-05 14:32:30.437] [INFO] [launch_manager] 2026/06/05 14:32:30.9950435 2579188 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 0 
[2026-06-05 14:32:30.438] [INFO] [launch_manager] 2026/06/05 14:32:30.9950435 2579189 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 
[2026-06-05 14:32:30.438] [INFO] [launch_manager] 2026/06/05 14:32:30.9950435 2579189 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1 
[2026-06-05 14:32:30.438] [INFO] [launch_manager] 2026/06/05 14:32:30.9950435 2579191 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  1  ms 
[2026-06-05 14:32:30.439] [INFO] [launch_manager] 2026/06/05 14:32:30.9950435 2579192 000 ECU1 LM LM log info verbose 1 LCM started successfully 
[2026-06-05 14:32:30.439] [INFO] [launch_manager] 2026/06/05 14:32:30.9950435 2579193 000 ECU1 LM LM log debug verbose 3 clock() at run(): 40.043000 ms 
[2026-06-05 14:32:30.439] [INFO] [launch_manager] 2026/06/05 14:32:30.9950435 2579195 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============ 
[2026-06-05 14:32:30.439] [INFO] [launch_manager] 2026/06/05 14:32:30.9950435 2579196 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:30.439] [INFO] [launch_manager] 2026/06/05 14:32:30.9950436 2579198 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:30.439] [INFO] [launch_manager] 2026/06/05 14:32:30.9950436 2579198 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:30.440] [INFO] [launch_manager] 2026/06/05 14:32:30.9950436 2579200 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-05 14:32:30.440] [INFO] [launch_manager] 2026/06/05 14:32:30.9950436 2579206 000 ECU1 LM LM log debug verbose 4 startProcess pid 68 received for process: non_reporting_process 
[2026-06-05 14:32:30.440] [INFO] [launch_manager] 2026/06/05 14:32:30.9950437 2579209 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 68 ( non_reporting_process ) process 0 of group MainPG 
[2026-06-05 14:32:30.440] [INFO] [launch_manager] 2026/06/05 14:32:30.9950437 2579210 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( non_reporting_process ) done 
[2026-06-05 14:32:30.441] [INFO] [launch_manager] 2026/06/05 14:32:30.9950437 2579211 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:30.442] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 14:32:30.442] [INFO] [launch_manager] 2026/06/05 14:32:30.9950437 2579213 000 ECU1 LM LM log debug verbose 3
[2026-06-05 14:32:30.442] [INFO] [launch_manager] clock() at successful initial state transition: 41.145000 ms
[2026-06-05 14:32:30.442] [INFO] [launch_manager] 2026/06/05 14:32:30.9950437 2579214 000 ECU1 LM LM log debug verbose 9
[2026-06-05 14:32:30.442] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 14:32:30.442] [INFO] [launch_manager] 2026/06/05 14:32:30.9950437 2579217 000 ECU1 LM LM log info verbose 7
[2026-06-05 14:32:30.442] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Startup in 2 ms
[2026-06-05 14:32:30.442] [INFO] [launch_manager] 2026/06/05 14:32:30.9950438 2579218 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:30.443] [INFO] [launch_manager] Control Client handler nudged
[2026-06-05 14:32:30.443] [INFO] [launch_manager] 2026/06/05 14:32:30.9950438 2579220 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:30.443] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:30.443] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:30.443] [INFO] [launch_manager] [----------] 1 test from NonReporting
[2026-06-05 14:32:30.443] [INFO] [launch_manager] [ RUN      ] NonReporting.Process
[2026-06-05 14:32:30.443] [INFO] [launch_manager] 2026/06/05 14:32:30.9950440 2579243 000 ECU1 LM LM log error verbose 3 [Lifecycle client] FD  3  is invalid for kRunning report 
[2026-06-05 14:32:30.443] [INFO] [launch_manager] [       OK ] NonReporting.Process (0 ms)
[2026-06-05 14:32:30.444] [INFO] [launch_manager] [----------] 1 test from NonReporting (0 ms total)
[2026-06-05 14:32:30.444] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:30.444] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (0 ms total)
[2026-06-05 14:32:30.444] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:30.537] [INFO] [launch_manager] 2026/06/05 14:32:30.9950536 2580198 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 68 ( non_reporting_process ) for node True terminated with status 0
[2026-06-05 14:32:30.683] [INFO] [launch_manager] 2026/06/05 14:32:30.9950682 2581664 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-05 14:32:30.683] [INFO] [launch_manager] 2026/06/05 14:32:30.9950682 2581664 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 14:32:30.683] [INFO] [launch_manager] 2026/06/05 14:32:30.9950682 2581664 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-05 14:32:30.683] [INFO] [launch_manager] 2026/06/05 14:32:30.9950682 2581664 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state 
[2026-06-05 14:32:30.684] [INFO] [launch_manager] 2026/06/05 14:32:30.9950682 2581665 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:30.684] [INFO] [launch_manager] 2026/06/05 14:32:30.9950682 2581665 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:30.684] [INFO] [launch_manager] 2026/06/05 14:32:30.9950682 2581665 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:30.684] [INFO] [launch_manager] 2026/06/05 14:32:30.9950682 2581665 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:30.684] [INFO] [launch_manager] 2026/06/05 14:32:30.9950682 2581665 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms 
[2026-06-05 14:32:30.684] [INFO] [launch_manager] 2026/06/05 14:32:30.9950682 2581665 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:30.684] [INFO] [launch_manager] 2026/06/05 14:32:30.9950682 2581665 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-05 14:32:30.736] [INFO] [launch_manager] 2026/06/05 14:32:30.9950736 2582201 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-05 14:32:30.786] [INFO] [launch_manager] 2026/06/05 14:32:30.9950785 2582693 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-05 14:32:30.788] [INFO] [launch_manager] 2026/06/05 14:32:30.9950787 2582709 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-05 14:32:30.789] [INFO] [launch_manager] 2026/06/05 14:32:30.9950787 2582710 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/872/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting/test.xml -
============================== 1 passed in 5.65s ===============================

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/875/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 14:32:27.091] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-05 14:32:30.178] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:30.178] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:30.178] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:30.179] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:30.193] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:30.238] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-05 14:32:30.241] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/cdb80e7c97f53983bb0d0cde88271442ea7de04fefec38335b1540488773c7d6/json HTTP/1.1" 200 None
[2026-06-05 14:32:30.414] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/cdb80e7c97f53983bb0d0cde88271442ea7de04fefec38335b1540488773c7d6/start HTTP/1.1" 204 0
[2026-06-05 14:32:30.415] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-05 14:32:30.415] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-05 14:32:30.415] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-05 14:32:30.416] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-05 14:32:30.424] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-05 14:32:30.689] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-05 14:32:30.806] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582801 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!! 
[2026-06-05 14:32:30.806] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582804 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations... 
[2026-06-05 14:32:30.806] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582804 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully 
[2026-06-05 14:32:30.808] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582805 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 ) 
[2026-06-05 14:32:30.808] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582805 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-06-05 14:32:30.808] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582805 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_complex_monitoring ( IdentifierHash: 581828208140588256 ) 
[2026-06-05 14:32:30.808] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582805 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-06-05 14:32:30.808] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582806 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 ) 
[2026-06-05 14:32:30.808] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582806 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/complex_monitoring/control_client_mock 
[2026-06-05 14:32:30.808] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582806 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state 
[2026-06-05 14:32:30.808] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582807 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation 
[2026-06-05 14:32:30.808] [INFO] [launch_manager] 2026/06/05 14:32:30.9950796 2582807 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating 
[2026-06-05 14:32:30.808] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582807 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582807 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_complex_monitoring 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582808 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582808 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/complex_monitoring/component_complex_monitoring 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582808 000 ECU1 LM LM log debug verbose 3 Process component_complex_monitoring is Reporting execution state 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582808 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582808 000 ECU1 LM LM log debug verbose 3 Process component_complex_monitoring is NOT Self terminating 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582809 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_complex_monitoring 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582809 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/complex_monitoring/verification_process 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582809 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582809 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582810 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating 
[2026-06-05 14:32:30.809] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582810 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target 
[2026-06-05 14:32:30.810] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582811 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-06-05 14:32:30.810] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582811 000 ECU1 LM LM log debug verbose 2 1 process group(s) 
[2026-06-05 14:32:30.810] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582811 000 ECU1 LM LM log debug verbose 3 Creating graph with 3 nodes 
[2026-06-05 14:32:30.812] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582812 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully 
[2026-06-05 14:32:30.812] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582812 000 ECU1 LM LM log debug verbose 1 Process Group initialization done 
[2026-06-05 14:32:30.813] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582812 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 3 entries 
[2026-06-05 14:32:30.813] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582812 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024 
[2026-06-05 14:32:30.813] [INFO] [launch_manager] 2026/06/05 14:32:30.9950797 2582813 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-05 14:32:30.813] [INFO] [launch_manager] 2026/06/05 14:32:30.9950799 2582827 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 3 processes
[2026-06-05 14:32:30.813] [INFO] [launch_manager] 2026/06/05 14:32:30.9950799 2582829 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0 
[2026-06-05 14:32:30.813] [INFO] [launch_manager] 2026/06/05 14:32:30.9950799 2582831 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-05 14:32:30.814] [INFO] [launch_manager] 2026/06/05 14:32:30.9950799 2582832 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1 
[2026-06-05 14:32:30.814] [INFO] [launch_manager] 2026/06/05 14:32:30.9950799 2582832 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-05 14:32:30.816] [INFO] [launch_manager] 2026/06/05 14:32:30.9950799 2582833 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2 
[2026-06-05 14:32:30.816] [INFO] [launch_manager] 2026/06/05 14:32:30.9950799 2582833 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies 
[2026-06-05 14:32:30.816] [INFO] [launch_manager] 2026/06/05 14:32:30.9950799 2582833 000 ECU1 LM LM log debug verbose 3 Created 3 process nodes 
[2026-06-05 14:32:30.816] [INFO] [launch_manager] 2026/06/05 14:32:30.9950799 2582834 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG 
[2026-06-05 14:32:30.816] [INFO] [launch_manager] 2026/06/05 14:32:30.9950799 2582834 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-05 14:32:30.817] [INFO] [launch_manager] 2026/06/05 14:32:30.9950799 2582836 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-05 14:32:30.817] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582837 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 14:32:30.817] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100 
[2026-06-05 14:32:30.817] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582838 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512 
[2026-06-05 14:32:30.817] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582838 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns 
[2026-06-05 14:32:30.817] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582838 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0 
[2026-06-05 14:32:30.817] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582839 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured 
[2026-06-05 14:32:30.817] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582839 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-05 14:32:30.817] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582841 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 14:32:30.818] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock 
[2026-06-05 14:32:30.818] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582842 000 ECU1 LM Fcty log debug verbose 3
[2026-06-05 14:32:30.818] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created Process States: component_complex_monitoring
[2026-06-05 14:32:30.821] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582844 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 2
[2026-06-05 14:32:30.822] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582846 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 14:32:30.822] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582847 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 14:32:30.822] [INFO] [launch_manager] 2026/06/05 14:32:30.9950800 2582847 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 2 
[2026-06-05 14:32:30.822] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582847 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock 
[2026-06-05 14:32:30.822] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582847 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_component_complex_monitoring 
[2026-06-05 14:32:30.822] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582848 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 2 
[2026-06-05 14:32:30.822] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582848 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint 
[2026-06-05 14:32:30.822] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582848 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: component_complex_monitoring_checkpoint 
[2026-06-05 14:32:30.823] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582848 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 2 
[2026-06-05 14:32:30.823] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582849 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 14:32:30.823] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582849 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 14:32:30.823] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582849 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 2 
[2026-06-05 14:32:30.823] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582850 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 
[2026-06-05 14:32:30.823] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582850 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1 
[2026-06-05 14:32:30.823] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582850 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took  1  ms
[2026-06-05 14:32:30.823] [INFO] [launch_manager] 2026/06/05 14:32:30.9950801 2582852 000 ECU1 LM LM log info verbose 1
[2026-06-05 14:32:30.824] [INFO] [launch_manager] LCM started successfully 
[2026-06-05 14:32:30.824] [INFO] [launch_manager] 2026/06/05 14:32:30.9950802 2582857 000 ECU1 LM LM log debug verbose 3 clock() at run(): 34.584000 ms 
[2026-06-05 14:32:30.824] [INFO] [launch_manager] 2026/06/05 14:32:30.9950802 2582859 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:30.824] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============ 
[2026-06-05 14:32:30.824] [INFO] [launch_manager] 2026/06/05 14:32:30.9950802 2582860 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:30.824] [INFO] [launch_manager] 2026/06/05 14:32:30.9950802 2582861 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:30.824] [INFO] [launch_manager] 2026/06/05 14:32:30.9950802 2582861 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:30.824] [INFO] [launch_manager] 2026/06/05 14:32:30.9950802 2582861 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:30.824] [INFO] [launch_manager] 2026/06/05 14:32:30.9950802 2582861 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:30.824] [INFO] [launch_manager] 2026/06/05 14:32:30.9950802 2582861 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:30.824] [INFO] [launch_manager] 2026/06/05 14:32:30.9950802 2582862 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:30.825] [INFO] [launch_manager] 2026/06/05 14:32:30.9950802 2582863 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( control_client_mock ) from executable /tmp/tests/complex_monitoring/control_client_mock
[2026-06-05 14:32:30.825] [INFO] [launch_manager] 2026/06/05 14:32:30.9950802 2582866 000 ECU1 LM LM log debug verbose 3
[2026-06-05 14:32:30.825] [INFO] [launch_manager] Initialize the control client for control_client_mock  process
[2026-06-05 14:32:30.825] [INFO] [launch_manager] 2026/06/05 14:32:30.9950804 2582881 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:30.825] [INFO] [launch_manager] ControlClientChannel initialized
[2026-06-05 14:32:30.826] [INFO] [launch_manager] 2026/06/05 14:32:30.9950805 2582887 000 ECU1 LM LM log debug verbose 4 startProcess pid 68 received for process: control_client_mock 
[2026-06-05 14:32:30.826] [INFO] [launch_manager] 2026/06/05 14:32:30.9950805 2582888 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-05 14:32:30.826] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:30.826] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:30.826] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-05 14:32:30.826] [INFO] [launch_manager] [ RUN      ] ComplexMonitoring.ControlClientMock
[2026-06-05 14:32:30.826] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 14:32:30.826] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 14:32:30.826] [INFO] [launch_manager] [ STEP     ] Launch monitored process
[2026-06-05 14:32:30.827] [INFO] [launch_manager] 2026/06/05 14:32:30.9950810 2582946 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-05 14:32:30.827] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582952 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 14:32:30.827] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582953 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 14:32:30.827] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582953 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kCancelled for PG 0 ( MainPG ) 
[2026-06-05 14:32:30.827] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582953 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:30.827] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582954 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:30.827] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582954 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-05 14:32:30.827] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582955 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 68 ( control_client_mock ) process 0 of group MainPG 
[2026-06-05 14:32:30.827] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582956 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done 
[2026-06-05 14:32:30.828] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582956 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:30.828] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582956 000 ECU1 LM LM log fatal verbose 3 clock() at failed initial state transition: 36.091000 ms 
[2026-06-05 14:32:30.828] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582956 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kCancelled to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 14:32:30.828] [INFO] [launch_manager] 2026/06/05 14:32:30.9950811 2582956 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:30.828] [INFO] [launch_manager] 2026/06/05 14:32:30.9950813 2582975 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 14:32:30.828] [INFO] [launch_manager] 2026/06/05 14:32:30.9950813 2582975 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_complex_monitoring for PG MainPG
[2026-06-05 14:32:30.828] [INFO] [launch_manager] 2026/06/05 14:32:30.9950813 2582976 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:30.828] [INFO] [launch_manager] 2026/06/05 14:32:30.9950813 2582976 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:30.828] [INFO] [launch_manager] 2026/06/05 14:32:30.9950813 2582976 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:30.828] [INFO] [launch_manager] 2026/06/05 14:32:30.9950813 2582976 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:30.828] [INFO] [launch_manager] 2026/06/05 14:32:30.9950813 2582976 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:30.829] [INFO] [launch_manager] 2026/06/05 14:32:30.9950813 2582977 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:30.829] [INFO] [launch_manager] 2026/06/05 14:32:30.9950813 2582977 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:30.829] [INFO] [launch_manager] 2026/06/05 14:32:30.9950814 2582978 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 14:32:30.829] [INFO] [launch_manager] 2026/06/05 14:32:30.9950814 2582983 000 ECU1 LM LM log debug verbose 4 startProcess pid 70 received for process: component_complex_monitoring
[2026-06-05 14:32:30.829] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-05 14:32:30.829] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-05 14:32:30.829] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-05 14:32:30.829] [INFO] [launch_manager] [ RUN      ] ComplexMonitoring.ComponentComplexMonitoring
[2026-06-05 14:32:30.829] [INFO] [launch_manager] [2026/06/05 14:32:30.8170940][70][HMON][DEBUG] ScoreSupervisorAPIClient: Creating with IDENTIFIER=component_complex_monitoring
[2026-06-05 14:32:30.830] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-05 14:32:30.830] [INFO] [launch_manager] [2026/06/05 14:32:30.8183050][70][HMON][INFO] Monitoring thread started.
[2026-06-05 14:32:30.830] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-05 14:32:30.830] [INFO] [launch_manager] [ STEP     ] Send heartbeats for 1 second
[2026-06-05 14:32:30.830] [INFO] [launch_manager] 2026/06/05 14:32:30.9950822 2583061 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 70 ( component_complex_monitoring ) process 1 of group MainPG
[2026-06-05 14:32:30.830] [INFO] [launch_manager] 2026/06/05 14:32:30.9950822 2583062 000 ECU1 LM LM log debug verbose 7
[2026-06-05 14:32:30.830] [INFO] [launch_manager] startProcess for MainPG process 1 ( component_complex_monitoring ) done 
[2026-06-05 14:32:30.830] [INFO] [launch_manager] 2026/06/05 14:32:30.9950822 2583063 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 14:32:30.830] [INFO] [launch_manager] 2026/06/05 14:32:30.9950822 2583063 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_complex_monitoring in 10 ms
[2026-06-05 14:32:30.831] [INFO] [launch_manager] 2026/06/05 14:32:30.9950822 2583063 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:30.831] [INFO] [launch_manager] 2026/06/05 14:32:30.9950824 2583082 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_complex_monitoring of PG MainPG
[2026-06-05 14:32:30.831] [INFO] [launch_manager] 2026/06/05 14:32:30.9950824 2583082 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 14:32:30.851] [INFO] [launch_manager] 2026/06/05 14:32:30.9950851 2583352 000 ECU1 LM Sprv log debug verbose 6
[2026-06-05 14:32:30.851] [INFO] [launch_manager] Process with Id control_client_mock changed state PG MainPG/Startup PS 1 
[2026-06-05 14:32:30.852] [INFO] [launch_manager] 2026/06/05 14:32:30.9950851 2583353 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2 
[2026-06-05 14:32:30.852] [INFO] [launch_manager] 2026/06/05 14:32:30.9950851 2583354 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 14:32:30.852] [INFO] [launch_manager] 2026/06/05 14:32:30.9950851 2583354 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 14:32:30.852] [INFO] [launch_manager] 2026/06/05 14:32:30.9950851 2583354 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK. 
[2026-06-05 14:32:30.852] [INFO] [launch_manager] 2026/06/05 14:32:30.9950851 2583355 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to OK.
[2026-06-05 14:32:30.869] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:30.909] [INFO] [launch_manager] 2026/06/05 14:32:30.9950908 2583921 000 ECU1 LM LM log debug verbose 1 Response retrieved. 
[2026-06-05 14:32:30.909] [INFO] [launch_manager] [ END STEP ] Launch monitored process
[2026-06-05 14:32:31.429] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:31.873] [INFO] [launch_manager] [ END STEP ] Send heartbeats for 1 second
[2026-06-05 14:32:31.920] [INFO] [launch_manager] [2026/06/05 14:32:31.9202351][70][HMON][INFO] Monitoring thread exiting.
[2026-06-05 14:32:31.920] [INFO] [launch_manager] [       OK ] ComplexMonitoring.ComponentComplexMonitoring (1104 ms)
[2026-06-05 14:32:31.920] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (1104 ms total)
[2026-06-05 14:32:31.921] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:31.921] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (1104 ms total)
[2026-06-05 14:32:31.921] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:31.977] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:32.051] [INFO] [launch_manager] 2026/06/05 14:32:32.9952051 2595352 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 14:32:32.052] [INFO] [launch_manager] 2026/06/05 14:32:32.9952051 2595353 000 ECU1 LM Sprv log debug verbose 3 Recovery request enqueued successfully for alive supervision  component_complex_monitoring_alive_supervision failure
[2026-06-05 14:32:32.080] [INFO] [launch_manager] 2026/06/05 14:32:32.9952080 2595644 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 14:32:32.081] [INFO] [launch_manager] 2026/06/05 14:32:32.9952080 2595644 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/fallback_run_target
[2026-06-05 14:32:32.185] [INFO] [launch_manager] 2026/06/05 14:32:32.9952184 2596681 000 ECU1 LM LM log debug verbose 6
[2026-06-05 14:32:32.185] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/fallback_run_target to 
[2026-06-05 14:32:32.185] [INFO] [launch_manager] 2026/06/05 14:32:32.9952184 2596685 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/fallback_run_target for PG MainPG 
[2026-06-05 14:32:32.185] [INFO] [launch_manager] 2026/06/05 14:32:32.9952184 2596685 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:32.185] [INFO] [launch_manager] 2026/06/05 14:32:32.9952184 2596686 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:32.185] [INFO] [launch_manager] 2026/06/05 14:32:32.9952184 2596686 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:32.185] [INFO] [launch_manager] 2026/06/05 14:32:32.9952184 2596686 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-05 14:32:32.185] [INFO] [launch_manager] 2026/06/05 14:32:32.9952184 2596687 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( component_complex_monitoring )
[2026-06-05 14:32:32.186] [INFO] [launch_manager] 2026/06/05 14:32:32.9952185 2596688 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 70 ( component_complex_monitoring ) 
[2026-06-05 14:32:32.186] [INFO] [launch_manager] 2026/06/05 14:32:32.9952185 2596688 000 ECU1 LM LM log debug verbose 2 Request termination received for 70
[2026-06-05 14:32:32.201] [INFO] [launch_manager] 2026/06/05 14:32:32.9952201 2596852 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 14:32:32.201] [INFO] [launch_manager] 2026/06/05 14:32:32.9952201 2596853 000 ECU1 LM Sprv log debug verbose 3
[2026-06-05 14:32:32.201] [INFO] [launch_manager] Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 14:32:32.394] [INFO] [launch_manager] 2026/06/05 14:32:32.9952394 2598780 000 ECU1 LM LM log warn verbose 5 Process 1 ( component_complex_monitoring ) did not respond to SIGTERM, sending SIGKILL
[2026-06-05 14:32:32.394] [INFO] [launch_manager] 2026/06/05 14:32:32.9952394 2598781 000 ECU1 LM LM log debug verbose 2 Forced termination received for pid 70
[2026-06-05 14:32:32.395] [INFO] [launch_manager] 2026/06/05 14:32:32.9952395 2598788 000 ECU1 LM LM log debug verbose 12
[2026-06-05 14:32:32.396] [INFO] [launch_manager] Child process 1 of MainPG pid 70 ( component_complex_monitoring ) for node True terminated with status 9
[2026-06-05 14:32:32.397] [INFO] [launch_manager] 2026/06/05 14:32:32.9952396 2598803 000 ECU1 LM LM log debug verbose 7
[2026-06-05 14:32:32.397] [INFO] [launch_manager] terminateProcess for MainPG process 1 ( component_complex_monitoring ) done 
[2026-06-05 14:32:32.397] [INFO] [launch_manager] 2026/06/05 14:32:32.9952396 2598804 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:32.397] [INFO] [launch_manager] 2026/06/05 14:32:32.9952396 2598804 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:32.397] [INFO] [launch_manager] 2026/06/05 14:32:32.9952396 2598804 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-05 14:32:32.397] [INFO] [launch_manager] 2026/06/05 14:32:32.9952396 2598806 000 ECU1 LM LM log debug verbose 6
[2026-06-05 14:32:32.398] [INFO] [launch_manager] Starting process 2 ( verification_component ) from executable /tmp/tests/complex_monitoring/verification_process
[2026-06-05 14:32:32.398] [INFO] [launch_manager] 2026/06/05 14:32:32.9952398 2598821 000 ECU1 LM LM log debug verbose 4 startProcess pid 91 received for process: verification_component
[2026-06-05 14:32:32.398] [INFO] [launch_manager] 2026/06/05 14:32:32.9952398 2598823 000 ECU1 LM LM log debug verbose 8
[2026-06-05 14:32:32.399] [INFO] [launch_manager] Considered kRunning for Non Reporting Process pid 91 ( verification_component ) process 2 of group MainPG
[2026-06-05 14:32:32.399] [INFO] [launch_manager] 2026/06/05 14:32:32.9952398 2598824 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( verification_component ) done 
[2026-06-05 14:32:32.399] [INFO] [launch_manager] 2026/06/05 14:32:32.9952398 2598825 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-05 14:32:32.399] [INFO] [launch_manager] 2026/06/05 14:32:32.9952398 2598826 000 ECU1 LM LM log info verbose 7
[2026-06-05 14:32:32.399] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/fallback_run_target in 318 ms
[2026-06-05 14:32:32.399] [INFO] [launch_manager] 2026/06/05 14:32:32.9952398 2598827 000 ECU1 LM LM log debug verbose 1
[2026-06-05 14:32:32.399] [INFO] [launch_manager] Control Client handler nudged 
[2026-06-05 14:32:32.399] [INFO] [launch_manager] 2026/06/05 14:32:32.9952399 2598828 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG 
[2026-06-05 14:32:32.399] [INFO] [launch_manager] 2026/06/05 14:32:32.9952399 2598828 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-05 14:32:32.400] [INFO] [launch_manager] 2026/06/05 14:32:32.9952400 2598840 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 91 ( verification_component ) for node True terminated with status 0
[2026-06-05 14:32:32.401] [INFO] [launch_manager] 2026/06/05 14:32:32.9952401 2598852 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 14:32:32.409] [INFO] [launch_manager] 2026/06/05 14:32:32.9952409 2598933 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-05 14:32:32.582] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-05 14:32:32.936] [INFO] [launch_manager] [ STEP     ] Verify state changed to fallback run target
[2026-06-05 14:32:32.936] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-05 14:32:32.937] [INFO] [launch_manager] [ STEP     ] Activate Off run target
[2026-06-05 14:32:32.937] [INFO] [launch_manager] 2026/06/05 14:32:32.9952926 2604101 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment... 
[2026-06-05 14:32:32.937] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604109 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG 
[2026-06-05 14:32:32.937] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604111 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off 
[2026-06-05 14:32:32.937] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604111 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:32.937] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604111 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to 
[2026-06-05 14:32:32.937] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604111 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG 
[2026-06-05 14:32:32.937] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604112 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:32.937] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604112 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:32.937] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604112 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:32.938] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604113 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:32.938] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604113 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock ) 
[2026-06-05 14:32:32.943] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604114 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 68 ( control_client_mock ) 
[2026-06-05 14:32:32.944] [INFO] [launch_manager] 2026/06/05 14:32:32.9952927 2604114 000 ECU1 LM LM log debug verbose 2 Request termination received for 68 
[2026-06-05 14:32:32.944] [INFO] [launch_manager] 2026/06/05 14:32:32.9952928 2604117 000 ECU1 LM LM log debug verbose 1 Request acknowledged. 
[2026-06-05 14:32:32.944] [INFO] [launch_manager] [ END STEP ] Activate Off run target
[2026-06-05 14:32:32.956] [INFO] [launch_manager] 2026/06/05 14:32:32.9952951 2604352 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3 
[2026-06-05 14:32:32.956] [INFO] [launch_manager] 2026/06/05 14:32:32.9952951 2604353 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-05 14:32:33.012] [INFO] [launch_manager] [       OK ] ComplexMonitoring.ControlClientMock (2203 ms)
[2026-06-05 14:32:33.013] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (2204 ms total)
[2026-06-05 14:32:33.013] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-05 14:32:33.016] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2204 ms total)
[2026-06-05 14:32:33.016] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-05 14:32:33.017] [INFO] [launch_manager] 2026/06/05 14:32:33.9953012 2604964 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 14:32:33.022] [INFO] [launch_manager] 2026/06/05 14:32:33.9953013 2604973 000 ECU1 LM LM log debug verbose 5
[2026-06-05 14:32:33.022] [INFO] [launch_manager] Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-05 14:32:33.022] [INFO] [launch_manager] 2026/06/05 14:32:33.9953013 2604975 000 ECU1 LM LM log debug verbose 7
[2026-06-05 14:32:33.024] [INFO] [launch_manager] terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-05 14:32:33.024] [INFO] [launch_manager] 2026/06/05 14:32:33.9953013 2604976 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:33.024] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:33.026] [INFO] [launch_manager] 2026/06/05 14:32:33.9953014 2604978 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:33.026] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-05 14:32:33.026] [INFO] [launch_manager] 2026/06/05 14:32:33.9953014 2604979 000 ECU1 LM LM log debug verbose 2
[2026-06-05 14:32:33.027] [INFO] [launch_manager] Start Dependencies: 0 
[2026-06-05 14:32:33.027] [INFO] [launch_manager] 2026/06/05 14:32:33.9953015 2604990 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:33.027] [INFO] [launch_manager] 2026/06/05 14:32:33.9953015 2604990 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 87 ms 
[2026-06-05 14:32:33.027] [INFO] [launch_manager] 2026/06/05 14:32:33.9953015 2604991 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-05 14:32:33.054] [INFO] [launch_manager] 2026/06/05 14:32:33.9953051 2605352 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-05 14:32:33.230] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607122 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions 
[2026-06-05 14:32:33.230] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607123 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG ) 
[2026-06-05 14:32:33.230] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607123 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations 
[2026-06-05 14:32:33.230] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607123 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state 
[2026-06-05 14:32:33.230] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607123 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-06-05 14:32:33.230] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607124 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:33.231] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607124 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:33.231] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607124 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0 
[2026-06-05 14:32:33.231] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607124 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:33.231] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607124 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:33.232] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607125 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0 
[2026-06-05 14:32:33.232] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607125 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-06-05 14:32:33.233] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607125 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms 
[2026-06-05 14:32:33.233] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607125 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged 
[2026-06-05 14:32:33.233] [INFO] [launch_manager] 2026/06/05 14:32:33.9953228 2607125 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-05 14:32:33.313] [INFO] [launch_manager] 2026/06/05 14:32:33.9953313 2607968 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-05 14:32:33.364] [INFO] [launch_manager] 2026/06/05 14:32:33.9953351 2608352 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down 
[2026-06-05 14:32:33.364] [INFO] [launch_manager] 2026/06/05 14:32:33.9953353 2608370 000 ECU1 LM LM log debug verbose 1 Graph destroyed 
[2026-06-05 14:32:33.364] [INFO] [launch_manager] 2026/06/05 14:32:33.9953353 2608371 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/875/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/complex_monitoring/complex_monitoring/test.xml -
============================== 1 passed in 7.03s ===============================