Component Requirements Statistics#
Overview#
In Detail#
No needs passed the filters
Failed Tests
Hint: This table should be empty. Before a PR can be merged all tests have to be successful.
No needs passed the filters
Skipped / Disabled Tests
No needs passed the filters
All passed Tests#
No needs passed the filters
Details About Testcases#
No needs passed the filters
No needs passed the filters
Test Log Files#
tests-report/score/health_monitor/src/rust/tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/rust:tests
-----------------------------------------------------------------------------
running 232 tests
test common::tests::duration_to_int_too_large - should panic ... ok
test common::tests::time_offset_diff_too_large - should panic ... ok
test common::tests::time_offset_valid ... ok
test common::tests::time_offset_wrong_order ... ok
test common::tests::time_range_from_interval_lower_too_large - should panic ... ok
test common::tests::time_range_from_interval_valid ... ok
test common::tests::time_range_new_valid ... ok
test common::tests::time_range_new_wrong_order - should panic ... ok
test deadline::common::tests::acquire_and_release_deadline ... ok
test deadline::common::tests::new_and_fields ... ok
test common::tests::duration_to_int_valid ... ok
test deadline::deadline_monitor::tests::deadline_failed_on_first_run_and_then_restarted_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::deadline_outside_time_range_is_error_when_dropped_after_evaluate ... ok
test deadline::common::tests::concurrent_acquire ... ok
test deadline::deadline_monitor::tests::get_deadline_unknown_tag ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_error_when_dropped_before_evaluate ... ok
test deadline::deadline_state::tests::as_u64_and_new ... ok
test deadline::deadline_state::tests::deadline_state_default_and_snapshot ... ok
test deadline::deadline_state::tests::deadline_state_update_none_returns_err ... ok
test deadline::deadline_state::tests::default_state ... ok
test deadline::deadline_state::tests::set_and_get_timestamp_ms ... ok
test deadline::deadline_state::tests::deadline_state_update_success ... ok
test deadline::deadline_state::tests::set_running ... ok
test deadline::deadline_state::tests::set_underrun ... ok
test deadline::ffi::tests::deadline_destroy_null_deadline ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_invalid_range ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_destroy_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_destroy_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_handle ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_unknown_deadline ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_start_already_started ... ok
test deadline::ffi::tests::deadline_start_null_deadline ... ok
test deadline::ffi::tests::deadline_stop_null_deadline ... ok
test deadline::ffi::tests::deadline_start_succeeds ... ok
test deadline::ffi::tests::deadline_stop_succeeds ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_deadline_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_heartbeat_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_logic_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_build_invalid_cycle_intervals ... ok
test ffi::tests::health_monitor_builder_build_no_monitors ... ok
test ffi::tests::health_monitor_builder_build_null_builder_handle ... ok
test ffi::tests::health_monitor_builder_build_null_monitor_handle ... ok
test ffi::tests::health_monitor_builder_build_succeeds ... ok
test ffi::tests::health_monitor_builder_build_thread_parameters ... ok
test ffi::tests::health_monitor_builder_build_valid_cycle_intervals_succeeds ... ok
test ffi::tests::health_monitor_builder_create_null_handle ... ok
test ffi::tests::health_monitor_builder_create_succeeds ... ok
test ffi::tests::health_monitor_builder_destroy_null_handle ... ok
test ffi::tests::health_monitor_destroy_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_deadline_monitor ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_heartbeat_monitor ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_logic_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_logic_monitor ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_start_null_hmon ... ok
test ffi::tests::health_monitor_start_monitor_not_taken ... ok
test health_monitor::tests::health_monitor_builder_build_invalid_cycles ... ok
test health_monitor::tests::health_monitor_builder_build_no_monitors ... ok
test health_monitor::tests::health_monitor_builder_build_succeeds ... ok
test health_monitor::tests::health_monitor_builder_new_succeeds ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_available ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_available ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_available ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_invalid_state ... ok
[2026/06/01 13:07:08.7969051][7815][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:08.7969244][7815][HMON][INFO] Monitoring thread exiting.
test ffi::tests::health_monitor_start_succeeds ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_unknown ... ok
[2026/06/01 13:07:08.7984349][7815][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:08.7984505][7815][HMON][INFO] Monitoring thread exiting.
test health_monitor::tests::health_monitor_start_monitors_not_taken - should panic ... ok
test health_monitor::tests::health_monitor_start_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_invalid_range ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_destroy_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_null_monitor ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_destroy_null_monitor ... ok
test deadline::deadline_monitor::tests::monitor_with_multiple_running_deadlines ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_invalid_internal_processing_cycle ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_ok ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_late_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_late_evaluate_late ... ok
test heartbeat::heartbeat_state::tests::snapshot_counter_increment ... ok
test heartbeat::heartbeat_state::tests::snapshot_default ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_max ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_valid ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_zero ... ok
test heartbeat::heartbeat_state::tests::snapshot_new_succeeds ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_valid ... ok
test heartbeat::heartbeat_state::tests::state_default ... ok
test heartbeat::heartbeat_state::tests::state_new ... ok
test heartbeat::heartbeat_state::tests::state_reset ... ok
test heartbeat::heartbeat_state::tests::state_snapshot ... ok
test heartbeat::heartbeat_state::tests::state_update_none ... ok
test heartbeat::heartbeat_state::tests::state_update_some ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_many_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_zero_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_tag ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_initial_state ... ok
test logic::ffi::tests::logic_monitor_builder_create_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_destroy_null_builder ... ok
test logic::ffi::tests::logic_monitor_destroy_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_fails ... ok
test logic::ffi::tests::logic_monitor_state_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_null_state ... ok
test logic::ffi::tests::logic_monitor_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_transition_fails ... ok
test logic::ffi::tests::logic_monitor_transition_null_monitor ... ok
test logic::ffi::tests::logic_monitor_transition_null_target_state ... ok
test logic::ffi::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_no_states ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_initial_state ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_target ... ok
test logic::logic_monitor::tests::logic_monitor_builder_new_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_state ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_state_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_state_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_transition_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_unknown_node ... ok
test logic::logic_state::tests::snapshot_from_u64_max ... ok
test logic::logic_state::tests::snapshot_from_u64_valid ... ok
test logic::logic_state::tests::snapshot_from_u64_zero ... ok
test logic::logic_state::tests::snapshot_new_succeeds ... ok
test logic::logic_state::tests::snapshot_set_current_state_index_valid ... ok
test logic::logic_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test logic::logic_state::tests::snapshot_set_monitor_status_valid ... ok
test logic::logic_state::tests::state_new ... ok
test logic::logic_state::tests::state_snapshot ... ok
test logic::logic_state::tests::state_swap ... ok
test tag::tests::deadline_tag_debug ... ok
test tag::tests::deadline_tag_from_str ... ok
test tag::tests::deadline_tag_from_string ... ok
test tag::tests::deadline_tag_new ... ok
test tag::tests::deadline_tag_score_debug ... ok
test tag::tests::monitor_tag_debug ... ok
test tag::tests::monitor_tag_from_str ... ok
test tag::tests::monitor_tag_from_string ... ok
test tag::tests::monitor_tag_new ... ok
test tag::tests::monitor_tag_score_debug ... ok
test tag::tests::state_tag_debug ... ok
test tag::tests::state_tag_from_str ... ok
test tag::tests::state_tag_from_string ... ok
test tag::tests::state_tag_new ... ok
test tag::tests::state_tag_score_debug ... ok
test tag::tests::tag_debug ... ok
test tag::tests::tag_hash_is_eq ... ok
test tag::tests::tag_hash_is_ne ... ok
test tag::tests::tag_new ... ok
test tag::tests::tag_partial_eq_is_eq ... ok
test tag::tests::tag_partial_eq_is_ne ... ok
test tag::tests::tag_score_debug ... ok
test tag::tests::test_from_str ... ok
test tag::tests::test_from_string ... ok
test thread_ffi::tests::scheduler_policy_priority_max_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_max_succeeds ... ok
test thread_ffi::tests::scheduler_policy_priority_min_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_min_succeeds ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_many_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_zero_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_handle ... ok
test thread_ffi::tests::thread_parameters_affinity_succeeds ... ok
test thread_ffi::tests::thread_parameters_create_succeeds ... ok
test thread_ffi::tests::thread_parameters_destroy_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_invalid_priority ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_succeeds ... ok
test thread_ffi::tests::thread_parameters_stack_size_null_handle ... ok
test thread_ffi::tests::thread_parameters_stack_size_succeeds ... ok
test worker::tests::monitoring_logic_report_alive_on_each_call_when_no_error ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_late ... ok
test worker::tests::monitoring_logic_report_error_when_deadline_failed ... ok
[2026/06/01 13:07:09.7562980][7815][HMON][INFO] Monitoring thread started.
test deadline::deadline_monitor::tests::start_stop_deadline_within_range_works ... ok
[2026/06/01 13:07:09.8167115][7815][HMON][WARN] Deadline (DeadlineTag(deadline_fast)) missed! Expected: 50, now: 60
[2026/06/01 13:07:09.8167394][7815][HMON][WARN] Deadline monitor with tag MonitorTag(deadline_monitor) reported error: TooLate.
[2026/06/01 13:07:09.8167466][7815][HMON][WARN] One or more monitors reported errors, skipping AliveAPI notification.
[2026/06/01 13:07:09.8167535][7815][HMON][INFO] Monitoring logic failed, stopping thread.
[2026/06/01 13:07:09.8167586][7815][HMON][INFO] Monitoring thread exiting.
test worker::tests::monitoring_logic_report_alive_respect_cycle ... ok
test worker::tests::unique_thread_runner_monitoring_works ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_timestamp_offset ... ok
test result: ok. 232 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
tests-report/score/health_monitor/src/rust/loom_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/rust:loom_tests
-----------------------------------------------------------------------------
running 3 tests
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_early ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_late ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s
tests-report/score/health_monitor/src/cpp/cpp_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/cpp:cpp_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.TestName
[2026/06/01 13:07:10.0989262][score/health_monitor/src/rust/worker.rs:121][8244][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:10.0990149][score/health_monitor/src/rust/deadline/deadline_monitor.rs:217][8244][HMON][ERROR] Deadline DeadlineTag(deadline_1) stopped too early by 100 ms
[2026/06/01 13:07:10.1497675][score/health_monitor/src/rust/deadline/deadline_monitor.rs:267][8244][HMON][WARN] Deadline (DeadlineTag(deadline_1)) finished too early!
[2026/06/01 13:07:10.1497986][score/health_monitor/src/rust/worker.rs:58][8244][HMON][WARN] Deadline monitor with tag MonitorTag(deadline_monitor) reported error: TooEarly.
[2026/06/01 13:07:10.1498095][score/health_monitor/src/rust/heartbeat/heartbeat_monitor.rs:253][8244][HMON][WARN] Heartbeat occurred too early, offset to range: 100
[2026/06/01 13:07:10.1498145][score/health_monitor/src/rust/worker.rs:64][8244][HMON][WARN] Heartbeat monitor with tag MonitorTag(heartbeat_monitor) reported error: TooEarly.
[2026/06/01 13:07:10.1498203][score/health_monitor/src/rust/worker.rs:85][8244][HMON][WARN] One or more monitors reported errors, skipping AliveAPI notification.
[2026/06/01 13:07:10.1498247][score/health_monitor/src/rust/worker.rs:132][8244][HMON][INFO] Monitoring logic failed, stopping thread.
[2026/06/01 13:07:10.1498288][score/health_monitor/src/rust/worker.rs:139][8244][HMON][INFO] Monitoring thread exiting.
[ OK ] HealthMonitorTest.TestName (51 ms)
[----------] 1 test from HealthMonitorTest (51 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (51 ms total)
[ PASSED ] 1 test.
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/recovery/Notification_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details/recovery:Notification_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 5 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from NotificationWithConfigTest
[ RUN ] NotificationWithConfigTest.CanGetNotificationName
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 ] NotificationWithConfigTest.CanGetNotificationName (3 ms)
[ RUN ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut
[ OK ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut (0 ms)
[ RUN ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails
2026/06/01 13:07:07.9227947 1542634 000 ECU1 NONE Rcvy log error verbose 2 Notification (TestNotification) Failed to enqueue recovery request (ring buffer full)
[ OK ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails (1 ms)
[ RUN ] NotificationWithConfigTest.ProxyInitializationFails
2026/06/01 13:07:07.9227947 1542641 000 ECU1 NONE Rcvy log error verbose 3 Notification (TestNotification) Invalid ProcessGroupState identifier: InvalidIdentifier
[ OK ] NotificationWithConfigTest.ProxyInitializationFails (0 ms)
[----------] 4 tests from NotificationWithConfigTest (6 ms total)
[----------] 1 test from NotificationWithoutConfigTest
[ RUN ] NotificationWithoutConfigTest.WatchdogNotificationGoesDirectlyToTimeout
[ OK ] NotificationWithoutConfigTest.WatchdogNotificationGoesDirectlyToTimeout (1 ms)
[----------] 1 test from NotificationWithoutConfigTest (2 ms total)
[----------] Global test environment tear-down
[==========] 5 tests from 2 test suites ran. (10 ms total)
[ PASSED ] 5 tests.
tests-report/score/launch_manager/daemon/src/process_group_manager/details/safeprocessmap_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_group_manager/details:safeprocessmap_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 13 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 13 tests from SafeProcessMapTest
[ RUN ] SafeProcessMapTest.ConstructWithZeroCapacity
[ OK ] SafeProcessMapTest.ConstructWithZeroCapacity (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedWithNegativePidReturnsInvalid
[ OK ] SafeProcessMapTest.FindTerminatedWithNegativePidReturnsInvalid (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedInsertsEntryWhenPidNotPresent
[ OK ] SafeProcessMapTest.FindTerminatedInsertsEntryWhenPidNotPresent (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedMatchesExistingInsertAndCallsCallback
[ OK ] SafeProcessMapTest.FindTerminatedMatchesExistingInsertAndCallsCallback (0 ms)
[ RUN ] SafeProcessMapTest.InsertIntoEmptyTreeReturnsZero
[ OK ] SafeProcessMapTest.InsertIntoEmptyTreeReturnsZero (0 ms)
[ RUN ] SafeProcessMapTest.InsertMatchesExistingFindTerminatedEntry
[ OK ] SafeProcessMapTest.InsertMatchesExistingFindTerminatedEntry (0 ms)
[ RUN ] SafeProcessMapTest.InsertMultipleNodesThenFindTerminatedRemovesAll
[ OK ] SafeProcessMapTest.InsertMultipleNodesThenFindTerminatedRemovesAll (7 ms)
[ RUN ] SafeProcessMapTest.InsertBeyondCapacityReturnsOutOfMemory
[ OK ] SafeProcessMapTest.InsertBeyondCapacityReturnsOutOfMemory (2 ms)
[ RUN ] SafeProcessMapTest.InsertSamePidTwiceYieldsUntilFindTerminatedResolves
[ OK ] SafeProcessMapTest.InsertSamePidTwiceYieldsUntilFindTerminatedResolves (11 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedSamePidTwiceYieldsUntilInsertResolves
[ OK ] SafeProcessMapTest.FindTerminatedSamePidTwiceYieldsUntilInsertResolves (11 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedWorksAtMaxTreeDepth
[ OK ] SafeProcessMapTest.FindTerminatedWorksAtMaxTreeDepth (0 ms)
[ RUN ] SafeProcessMapTest.ConcurrentInsertAndFindFromMultipleThreads
[ OK ] SafeProcessMapTest.ConcurrentInsertAndFindFromMultipleThreads (2575 ms)
[ RUN ] SafeProcessMapTest.ConcurrentFindAndInsertFromMultipleThreads
[ OK ] SafeProcessMapTest.ConcurrentFindAndInsertFromMultipleThreads (2210 ms)
[----------] 13 tests from SafeProcessMapTest (4821 ms total)
[----------] Global test environment tear-down
[==========] 13 tests from 1 test suite ran. (4821 ms total)
[ PASSED ] 13 tests.
tests-report/score/launch_manager/daemon/src/process_group_manager/details/oshandler_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_group_manager/details:oshandler_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from OsHandlerTest
[ RUN ] OsHandlerTest.WaitReturnsProcessId_FindTerminatedIsCalled
[ OK ] OsHandlerTest.WaitReturnsProcessId_FindTerminatedIsCalled (102 ms)
[ RUN ] OsHandlerTest.WaitReturnsError_OsHandlerSleepsAndDoesNotCallFindTerminated
[ OK ] OsHandlerTest.WaitReturnsError_OsHandlerSleepsAndDoesNotCallFindTerminated (101 ms)
[ RUN ] OsHandlerTest.WaitReturnsZeroPid_OsHandlerSleepsAndDoesNotCallFindTerminated
[ OK ] OsHandlerTest.WaitReturnsZeroPid_OsHandlerSleepsAndDoesNotCallFindTerminated (104 ms)
[ RUN ] OsHandlerTest.WaitReturnsProcessIdBeforeRegistration_LaterRegistrationReceivesStoredTermination
[ OK ] OsHandlerTest.WaitReturnsProcessIdBeforeRegistration_LaterRegistrationReceivesStoredTermination (102 ms)
[ RUN ] OsHandlerTest.WaitReturnsUnknownPidWhenMapIsFull_OutOfResourcesPathDoesNotNotifyCallbacks
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/03 06:59:29.9969867 1115355 000 ECU1 NONE LM log error verbose 3 No more resources available to track process with PID 9999 (SafeProcessMap capacity exceeded).
[ OK ] OsHandlerTest.WaitReturnsUnknownPidWhenMapIsFull_OutOfResourcesPathDoesNotNotifyCallbacks (112 ms)
[ RUN ] OsHandlerTest.WaitReturnsErrorThenProcessId_HandlerRecoversAndInvokesCallback
[ OK ] OsHandlerTest.WaitReturnsErrorThenProcessId_HandlerRecoversAndInvokesCallback (202 ms)
[----------] 6 tests from OsHandlerTest (813 ms total)
[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (814 ms total)
[ PASSED ] 6 tests.
tests-report/score/launch_manager/daemon/src/common/identifier_hash_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common:identifier_hash_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from IdentifierHashTest
[ RUN ] IdentifierHashTest.IdentifierHash_with_string_view_created
[ OK ] IdentifierHashTest.IdentifierHash_with_string_view_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_with_string_created
[ OK ] IdentifierHashTest.IdentifierHash_with_string_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_default_created
[ OK ] IdentifierHashTest.IdentifierHash_default_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation
[ OK ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies
[ OK ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_EqualityOperators
[ OK ] IdentifierHashTest.IdentifierHash_EqualityOperators (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_LessThanOperator
[ OK ] IdentifierHashTest.IdentifierHash_LessThanOperator (0 ms)
[----------] 7 tests from IdentifierHashTest (0 ms total)
[----------] Global test environment tear-down
[==========] 7 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 7 tests.
tests-report/score/launch_manager/daemon/src/common/concurrency/mpmc_concurrent_queue_tsan_test/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common/concurrency:mpmc_concurrent_queue_tsan_test
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 15 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from MPMCConcurrentQueueTest_Basic
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem
[ OK ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType
[ OK ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure
[ OK ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure (20 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (21 ms total)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull (20 ms)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout (20 ms total)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop
[ RUN ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty
[ OK ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop (0 ms)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop (0 ms total)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking
[ RUN ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable
[ OK ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull
[ OK ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer (0 ms)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking (0 ms total)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[ OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (1 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (1 ms total)
[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (45 ms total)
[ PASSED ] 15 tests.
tests-report/score/launch_manager/daemon/src/common/concurrency/mpmc_concurrent_queue_test/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common/concurrency:mpmc_concurrent_queue_test
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 15 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from MPMCConcurrentQueueTest_Basic
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem
[ OK ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType
[ OK ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure
[ OK ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure (20 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (20 ms total)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull (20 ms)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout (20 ms total)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop
[ RUN ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty
[ OK ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop (0 ms)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop (0 ms total)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking
[ RUN ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable
[ OK ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull
[ OK ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer (0 ms)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking (0 ms total)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[ OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (0 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (0 ms total)
[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (42 ms total)
[ PASSED ] 15 tests.
tests-report/tests/integration/smoke/smoke/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/smoke:smoke
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/887/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-03 10:29:30.227] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-03 10:29:35.636] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:35.636] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:35.637] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:35.637] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:35.648] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:35.665] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-03 10:29:35.666] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/8ba2b7c254d96cf2bc1806fcad9ff17c60819b3e9ac58f59fafe0a5d63ec0e4a/json HTTP/1.1" 200 None
[2026-06-03 10:29:35.863] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8ba2b7c254d96cf2bc1806fcad9ff17c60819b3e9ac58f59fafe0a5d63ec0e4a/start HTTP/1.1" 204 0
[2026-06-03 10:29:35.864] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:35.864] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:35.864] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:35.865] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:35.884] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:36.267] [INFO] [tests.utils.testing_utils.setup_test] core_pattern: b'|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d\n'
[2026-06-03 10:29:36.267] [WARNING] [tests.utils.testing_utils.setup_test] ulimit res:
|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d
[2026-06-03 10:29:36.329] [INFO] [tests.utils.testing_utils.setup_test] ulimit set:unlimited
[2026-06-03 10:29:36.329] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700880 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700883 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700883 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700884 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700884 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-03 10:29:36.451] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700885 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Running ( IdentifierHash: 15039935902284124227 )
[2026-06-03 10:29:36.451] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700885 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-03 10:29:36.451] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700885 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700886 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/smoke/control_daemon_mock
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700886 000 ECU1 LM LM log debug verbose 3 Process control_daemon is Reporting execution state
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700886 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700886 000 ECU1 LM LM log debug verbose 3 Process control_daemon is NOT Self terminating
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576446 1700887 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700887 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700887 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/smoke/gtest_process
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700887 000 ECU1 LM LM log debug verbose 3 Process gtest_process is Reporting execution state
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700888 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700888 000 ECU1 LM LM log debug verbose 3 Process gtest_process is NOT Self terminating
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700888 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700889 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700889 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-03 10:29:36.452] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700889 000 ECU1 LM LM log debug verbose 3 Creating graph with 2 nodes
[2026-06-03 10:29:36.453] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700889 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-03 10:29:36.453] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700889 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-03 10:29:36.453] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700889 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 2 entries
[2026-06-03 10:29:36.453] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700890 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-03 10:29:36.453] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700891 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-03 10:29:36.453] [INFO] [launch_manager] 2026/06/03 10:29:36.2576451 1700930 000 ECU1 LM LM log debug verbose 7
[2026-06-03 10:29:36.454] [INFO] [launch_manager] Process group index 0 (with name MainPG ) has 2 processes
[2026-06-03 10:29:36.454] [INFO] [launch_manager] 2026/06/03 10:29:36.2576451 1700932 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:36.454] [INFO] [launch_manager] Creating process node with id: 0
[2026-06-03 10:29:36.454] [INFO] [launch_manager] 2026/06/03 10:29:36.2576451 1700952 000 ECU1 LM LM log debug verbose 5
[2026-06-03 10:29:36.454] [INFO] [launch_manager] Process 0 has 0 start dependencies
[2026-06-03 10:29:36.454] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700952 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-03 10:29:36.454] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700953 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-03 10:29:36.454] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700953 000 ECU1 LM LM log debug verbose 3 Created 2 process nodes
[2026-06-03 10:29:36.455] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700953 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-03 10:29:36.455] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700953 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-03 10:29:36.456] [INFO] [launch_manager] 2026/06/03 10:29:36.2576455 1700972 000 ECU1 LM Fcty log info verbose 2
[2026-06-03 10:29:36.457] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-03 10:29:36.459] [INFO] [launch_manager] 2026/06/03 10:29:36.2576455 1700973 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-03 10:29:36.459] [INFO] [launch_manager] 2026/06/03 10:29:36.2576455 1700974 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Local Supervision buffer size: 100
[2026-06-03 10:29:36.459] [INFO] [launch_manager] 2026/06/03 10:29:36.2576455 1700974 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Global Supervision buffer size: 100
[2026-06-03 10:29:36.459] [INFO] [launch_manager] 2026/06/03 10:29:36.2576455 1700975 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-03 10:29:36.459] [INFO] [launch_manager] 2026/06/03 10:29:36.2576455 1700975 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-03 10:29:36.459] [INFO] [launch_manager] 2026/06/03 10:29:36.2576455 1700976 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:29:36.459] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-03 10:29:36.460] [INFO] [launch_manager] 2026/06/03 10:29:36.2576455 1700977 000 ECU1 LM Fcty log warn verbose 2
[2026-06-03 10:29:36.460] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-03 10:29:36.460] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700978 000 ECU1 LM Fcty log debug verbose 2
[2026-06-03 10:29:36.460] [INFO] [launch_manager] Software Cluster Handler starts constructing workers: MainCluster
[2026-06-03 10:29:36.460] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700978 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:29:36.460] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created Process States: control_daemon
[2026-06-03 10:29:36.460] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700979 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-03 10:29:36.461] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700981 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-03 10:29:36.461] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700981 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:29:36.461] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-03 10:29:36.461] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700982 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_daemon
[2026-06-03 10:29:36.461] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700983 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-03 10:29:36.461] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700984 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_daemon_checkpoint
[2026-06-03 10:29:36.461] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700984 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-03 10:29:36.461] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700985 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-03 10:29:36.461] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700986 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-03 10:29:36.461] [INFO] [launch_manager] 2026/06/03 10:29:36.2576456 1700987 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created local supervision: control_daemon_local_supervision
[2026-06-03 10:29:36.461] [INFO] [launch_manager] 2026/06/03 10:29:36.2576457 1700987 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed local supervisions: 1
[2026-06-03 10:29:36.462] [INFO] [launch_manager] 2026/06/03 10:29:36.2576457 1700988 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created global supervision: global_supervision
[2026-06-03 10:29:36.462] [INFO] [launch_manager] 2026/06/03 10:29:36.2576457 1700989 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed global supervisions: 1
[2026-06-03 10:29:36.462] [INFO] [launch_manager] 2026/06/03 10:29:36.2576457 1700989 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created recovery notification: recovery_notification
[2026-06-03 10:29:36.462] [INFO] [launch_manager] 2026/06/03 10:29:36.2576457 1700990 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed recovery notifications: 1
[2026-06-03 10:29:36.463] [INFO] [launch_manager] 2026/06/03 10:29:36.2576457 1700991 000 ECU1 LM Fcty log info verbose 2
[2026-06-03 10:29:36.463] [INFO] [launch_manager] Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-03 10:29:36.463] [INFO] [launch_manager] 2026/06/03 10:29:36.2576457 1700992 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-03 10:29:36.463] [INFO] [launch_manager] 2026/06/03 10:29:36.2576457 1700992 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:29:36.463] [INFO] [launch_manager] HealthMonitor: Initialization took 2 ms
[2026-06-03 10:29:36.464] [INFO] [launch_manager] 2026/06/03 10:29:36.2576458 1700997 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-03 10:29:36.464] [INFO] [launch_manager] 2026/06/03 10:29:36.2576458 1700998 000 ECU1 LM LM log debug verbose 3 clock() at run(): 36.670000 ms
[2026-06-03 10:29:36.464] [INFO] [launch_manager] 2026/06/03 10:29:36.2576458 1700999 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-03 10:29:36.464] [INFO] [launch_manager] 2026/06/03 10:29:36.2576458 1700999 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.464] [INFO] [launch_manager] 2026/06/03 10:29:36.2576458 1701000 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.464] [INFO] [launch_manager] 2026/06/03 10:29:36.2576458 1701000 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.466] [INFO] [launch_manager] 2026/06/03 10:29:36.2576458 1701001 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.466] [INFO] [launch_manager] 2026/06/03 10:29:36.2576458 1701001 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.466] [INFO] [launch_manager] 2026/06/03 10:29:36.2576458 1701002 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( control_daemon ) from executable /tmp/tests/smoke/control_daemon_mock
[2026-06-03 10:29:36.466] [INFO] [launch_manager] 2026/06/03 10:29:36.2576458 1701003 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_daemon process
[2026-06-03 10:29:36.466] [INFO] [launch_manager] 2026/06/03 10:29:36.2576458 1701003 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-03 10:29:36.466] [INFO] [launch_manager] 2026/06/03 10:29:36.2576459 1701008 000 ECU1 LM LM log debug verbose 4 startProcess pid 88 received for process: control_daemon
[2026-06-03 10:29:36.466] [INFO] [launch_manager] 2026/06/03 10:29:36.2576459 1701009 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-03 10:29:36.466] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:36.466] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:36.466] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-03 10:29:36.466] [INFO] [launch_manager] [ RUN ] Smoke.Daemon
[2026-06-03 10:29:36.466] [INFO] [launch_manager] [ STEP ] Control daemon report kRunning
[2026-06-03 10:29:36.472] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-06-03 10:29:36.472] [INFO] [launch_manager] [ STEP ] Activate RunTarget Running
[2026-06-03 10:29:36.472] [INFO] [launch_manager] 2026/06/03 10:29:36.2576465 1701075 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:36.472] [INFO] [launch_manager] 2026/06/03 10:29:36.2576466 1701087 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 88 ( control_daemon ) process 0 of group MainPG
[2026-06-03 10:29:36.472] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701087 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_daemon ) done
[2026-06-03 10:29:36.472] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701087 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.472] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701088 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 37.971000 ms
[2026-06-03 10:29:36.472] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701088 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701089 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 8 ms
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701089 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701089 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Running of PG MainPG
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701090 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Running
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701090 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701090 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Running to
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701091 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Running for PG MainPG
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701091 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701091 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701091 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701092 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701092 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701093 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( gtest_process ) from executable /tmp/tests/smoke/gtest_process
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576468 1701099 000 ECU1 LM LM log debug verbose 4 startProcess pid 90 received for process: gtest_process
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576468 1701101 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.475] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:36.479] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:36.479] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-03 10:29:36.479] [INFO] [launch_manager] [ RUN ] Smoke.Process
[2026-06-03 10:29:36.482] [INFO] [launch_manager] [ OK ] Smoke.Process (2 ms)
[2026-06-03 10:29:36.482] [INFO] [launch_manager] [----------] 1 test from Smoke (2 ms total)
[2026-06-03 10:29:36.482] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:36.482] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (5 ms total)
[2026-06-03 10:29:36.482] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:36.482] [INFO] [launch_manager] 2026/06/03 10:29:36.2576481 1701229 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 90 ( gtest_process ) process 1 of group MainPG
[2026-06-03 10:29:36.482] [INFO] [launch_manager] 2026/06/03 10:29:36.2576481 1701230 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( gtest_process ) done
[2026-06-03 10:29:36.482] [INFO] [launch_manager] 2026/06/03 10:29:36.2576481 1701230 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:36.482] [INFO] [launch_manager] 2026/06/03 10:29:36.2576481 1701230 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Running in 14 ms
[2026-06-03 10:29:36.482] [INFO] [launch_manager] 2026/06/03 10:29:36.2576481 1701230 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.483] [INFO] [launch_manager] 2026/06/03 10:29:36.2576483 1701249 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Running of PG MainPG
[2026-06-03 10:29:36.483] [INFO] [launch_manager] 2026/06/03 10:29:36.2576483 1701250 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-03 10:29:36.508] [INFO] [launch_manager] 2026/06/03 10:29:36.2576507 1701494 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Startup PS 1
[2026-06-03 10:29:36.508] [INFO] [launch_manager] 2026/06/03 10:29:36.2576507 1701495 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Startup PS 2
[2026-06-03 10:29:36.508] [INFO] [launch_manager] 2026/06/03 10:29:36.2576507 1701495 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Running PS 1
[2026-06-03 10:29:36.508] [INFO] [launch_manager] 2026/06/03 10:29:36.2576507 1701495 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Running PS 2
[2026-06-03 10:29:36.509] [INFO] [launch_manager] 2026/06/03 10:29:36.2576509 1701509 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_daemon_alive_supervision ) switched to OK.
[2026-06-03 10:29:36.510] [INFO] [launch_manager] 2026/06/03 10:29:36.2576509 1701509 000 ECU1 LM Sprv log info verbose 3 Local Supervision ( control_daemon_local_supervision ) switched to OK.
[2026-06-03 10:29:36.510] [INFO] [launch_manager] 2026/06/03 10:29:36.2576509 1701510 000 ECU1 LM Sprv log info verbose 3 Global Supervision ( global_supervision ) switched to OK.
[2026-06-03 10:29:36.545] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:36.563] [INFO] [launch_manager] 2026/06/03 10:29:36.2576563 1702048 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-03 10:29:36.563] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-06-03 10:29:36.563] [INFO] [launch_manager] [ STEP ] Activate RunTarget Startup
[2026-06-03 10:29:36.563] [INFO] [launch_manager] 2026/06/03 10:29:36.2576563 1702049 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:36.564] [INFO] [launch_manager] 2026/06/03 10:29:36.2576564 1702061 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Startup of PG MainPG
[2026-06-03 10:29:36.564] [INFO] [launch_manager] 2026/06/03 10:29:36.2576564 1702061 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Startup
[2026-06-03 10:29:36.564] [INFO] [launch_manager] 2026/06/03 10:29:36.2576564 1702061 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.564] [INFO] [launch_manager] 2026/06/03 10:29:36.2576564 1702061 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Startup to
[2026-06-03 10:29:36.564] [INFO] [launch_manager] 2026/06/03 10:29:36.2576564 1702062 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Startup for PG MainPG
[2026-06-03 10:29:36.564] [INFO] [launch_manager] 2026/06/03 10:29:36.2576564 1702062 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.565] [INFO] [launch_manager] 2026/06/03 10:29:36.2576564 1702062 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.565] [INFO] [launch_manager] 2026/06/03 10:29:36.2576564 1702062 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.565] [INFO] [launch_manager] 2026/06/03 10:29:36.2576564 1702064 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( gtest_process )
[2026-06-03 10:29:36.565] [INFO] [launch_manager] 2026/06/03 10:29:36.2576564 1702065 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 90 ( gtest_process )
[2026-06-03 10:29:36.565] [INFO] [launch_manager] 2026/06/03 10:29:36.2576564 1702065 000 ECU1 LM LM log debug verbose 2 Request termination received for 90
[2026-06-03 10:29:36.565] [INFO] [launch_manager] 2026/06/03 10:29:36.2576565 1702073 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.565] [INFO] [launch_manager] 2026/06/03 10:29:36.2576565 1702073 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 90 ( gtest_process ) for node True terminated with status 0
[2026-06-03 10:29:36.567] [INFO] [launch_manager] 2026/06/03 10:29:36.2576566 1702086 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( gtest_process )
[2026-06-03 10:29:36.567] [INFO] [launch_manager] 2026/06/03 10:29:36.2576566 1702086 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( gtest_process ) done
[2026-06-03 10:29:36.567] [INFO] [launch_manager] 2026/06/03 10:29:36.2576566 1702086 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.567] [INFO] [launch_manager] 2026/06/03 10:29:36.2576566 1702087 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.567] [INFO] [launch_manager] 2026/06/03 10:29:36.2576566 1702087 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:36.567] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702087 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 2 ms
[2026-06-03 10:29:36.567] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702087 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.570] [INFO] [launch_manager] 2026/06/03 10:29:36.2576569 1702110 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Startup of PG MainPG
[2026-06-03 10:29:36.570] [INFO] [launch_manager] 2026/06/03 10:29:36.2576569 1702111 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-03 10:29:36.607] [INFO] [launch_manager] 2026/06/03 10:29:36.2576607 1702494 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Startup PS 3
[2026-06-03 10:29:36.608] [INFO] [launch_manager] 2026/06/03 10:29:36.2576607 1702494 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Startup PS 4
[2026-06-03 10:29:36.663] [INFO] [launch_manager] 2026/06/03 10:29:36.2576663 1703050 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-03 10:29:36.663] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-03 10:29:36.663] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-03 10:29:36.663] [INFO] [launch_manager] 2026/06/03 10:29:36.2576663 1703051 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:36.665] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703071 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-03 10:29:36.665] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703071 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-03 10:29:36.665] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703072 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.665] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703072 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-03 10:29:36.665] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703072 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-03 10:29:36.666] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703073 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.666] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703073 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.666] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703073 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.666] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703074 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.666] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-03 10:29:36.666] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703074 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_daemon )
[2026-06-03 10:29:36.666] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703074 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 88 ( control_daemon )
[2026-06-03 10:29:36.666] [INFO] [launch_manager] 2026/06/03 10:29:36.2576665 1703075 000 ECU1 LM LM log debug verbose 2 Request termination received for 88
[2026-06-03 10:29:36.707] [INFO] [launch_manager] 2026/06/03 10:29:36.2576707 1703494 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Off PS 3
[2026-06-03 10:29:36.708] [INFO] [launch_manager] 2026/06/03 10:29:36.2576707 1703494 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_daemon_alive_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:36.708] [INFO] [launch_manager] 2026/06/03 10:29:36.2576707 1703495 000 ECU1 LM Sprv log debug verbose 3 Local Supervision ( control_daemon_local_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:36.708] [INFO] [launch_manager] 2026/06/03 10:29:36.2576707 1703495 000 ECU1 LM Sprv log debug verbose 3 Global Supervision ( global_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:36.764] [INFO] [launch_manager] [ OK ] Smoke.Daemon (301 ms)
[2026-06-03 10:29:36.764] [INFO] [launch_manager] [----------] 1 test from Smoke (301 ms total)
[2026-06-03 10:29:36.764] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:36.764] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (301 ms total)
[2026-06-03 10:29:36.764] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:36.764] [INFO] [launch_manager] 2026/06/03 10:29:36.2576764 1704065 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 88 ( control_daemon ) for node True terminated with status 0
[2026-06-03 10:29:36.767] [INFO] [launch_manager] 2026/06/03 10:29:36.2576766 1704087 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_daemon )
[2026-06-03 10:29:36.767] [INFO] [launch_manager] 2026/06/03 10:29:36.2576767 1704087 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_daemon ) done
[2026-06-03 10:29:36.767] [INFO] [launch_manager] 2026/06/03 10:29:36.2576767 1704087 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.767] [INFO] [launch_manager] 2026/06/03 10:29:36.2576767 1704088 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.767] [INFO] [launch_manager] 2026/06/03 10:29:36.2576767 1704088 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:36.767] [INFO] [launch_manager] 2026/06/03 10:29:36.2576767 1704088 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 101 ms
[2026-06-03 10:29:36.767] [INFO] [launch_manager] 2026/06/03 10:29:36.2576767 1704088 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.807] [INFO] [launch_manager] 2026/06/03 10:29:36.2576807 1704494 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Off PS 4
[2026-06-03 10:29:37.183] [INFO] [launch_manager] 2026/06/03 10:29:37.2577182 1708245 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-03 10:29:37.183] [INFO] [launch_manager] 2026/06/03 10:29:37.2577182 1708245 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-03 10:29:37.183] [INFO] [launch_manager] 2026/06/03 10:29:37.2577182 1708245 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-03 10:29:37.183] [INFO] [launch_manager] 2026/06/03 10:29:37.2577182 1708246 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-03 10:29:37.183] [INFO] [launch_manager] 2026/06/03 10:29:37.2577182 1708246 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:37.183] [INFO] [launch_manager] 2026/06/03 10:29:37.2577182 1708246 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:37.183] [INFO] [launch_manager] 2026/06/03 10:29:37.2577182 1708246 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:37.183] [INFO] [launch_manager] 2026/06/03 10:29:37.2577182 1708246 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:37.184] [INFO] [launch_manager] 2026/06/03 10:29:37.2577182 1708247 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:37.184] [INFO] [launch_manager] 2026/06/03 10:29:37.2577182 1708247 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:37.184] [INFO] [launch_manager] 2026/06/03 10:29:37.2577183 1708247 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-03 10:29:37.184] [INFO] [launch_manager] 2026/06/03 10:29:37.2577183 1708247 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:37.184] [INFO] [launch_manager] 2026/06/03 10:29:37.2577183 1708247 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-03 10:29:37.265] [INFO] [launch_manager] 2026/06/03 10:29:37.2577265 1709072 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-03 10:29:37.312] [INFO] [launch_manager] 2026/06/03 10:29:37.2577311 1709530 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-03 10:29:37.314] [INFO] [launch_manager] 2026/06/03 10:29:37.2577314 1709564 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-03 10:29:37.315] [INFO] [launch_manager] 2026/06/03 10:29:37.2577314 1709564 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-06-03 10:29:37.823] [INFO] [tests.utils.testing_utils.setup_test] Test case teardown started
[2026-06-03 10:29:37.823] [INFO] [tests.utils.testing_utils.setup_test] Trying to download core dumps
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/887/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/smoke/smoke/test.xml -
============================== 1 passed in 7.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/885/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/process_launch_args/process_launch_args.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_process_launch_args
-------------------------------- live log setup --------------------------------
[2026-06-03 10:29:30.261] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-03 10:29:34.582] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:34.582] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:34.582] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:34.582] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:34.769] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:35.630] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-03 10:29:35.632] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/664f1d4e6c1cc8c784c9e3f62722c7ba70fb2079839f44bcb7a2cf9dc801d367/json HTTP/1.1" 200 None
[2026-06-03 10:29:35.911] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/664f1d4e6c1cc8c784c9e3f62722c7ba70fb2079839f44bcb7a2cf9dc801d367/start HTTP/1.1" 204 0
[2026-06-03 10:29:35.913] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:35.913] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:35.913] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:35.913] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:35.927] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:36.250] [INFO] [tests.utils.testing_utils.setup_test] core_pattern: b'|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d\n'
[2026-06-03 10:29:36.251] [WARNING] [tests.utils.testing_utils.setup_test] ulimit res:
|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d
[2026-06-03 10:29:36.305] [INFO] [tests.utils.testing_utils.setup_test] ulimit set:unlimited
[2026-06-03 10:29:36.305] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-03 10:29:36.424] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700651 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-03 10:29:36.425] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700653 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-03 10:29:36.425] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700653 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-03 10:29:36.425] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700654 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-03 10:29:36.425] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700654 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-03 10:29:36.425] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700655 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-03 10:29:36.425] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700655 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_launch_args/process_initial
[2026-06-03 10:29:36.425] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700656 000 ECU1 LM LM log debug verbose 3 Process component_initial is Reporting execution state
[2026-06-03 10:29:36.425] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700656 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:36.425] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700656 000 ECU1 LM LM log debug verbose 3 Process component_initial is Self terminating
[2026-06-03 10:29:36.425] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700656 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-03 10:29:36.425] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700656 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-03 10:29:36.426] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700657 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-03 10:29:36.426] [INFO] [launch_manager] 2026/06/03 10:29:36.2576423 1700657 000 ECU1 LM LM log debug verbose 3 Creating graph with 1 nodes
[2026-06-03 10:29:36.426] [INFO] [launch_manager] 2026/06/03 10:29:36.2576424 1700657 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-03 10:29:36.426] [INFO] [launch_manager] 2026/06/03 10:29:36.2576424 1700657 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-03 10:29:36.426] [INFO] [launch_manager] 2026/06/03 10:29:36.2576424 1700657 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 1 entries
[2026-06-03 10:29:36.426] [INFO] [launch_manager] 2026/06/03 10:29:36.2576424 1700658 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-03 10:29:36.426] [INFO] [launch_manager] 2026/06/03 10:29:36.2576424 1700658 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-03 10:29:36.427] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700671 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 1 processes
[2026-06-03 10:29:36.427] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700671 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-03 10:29:36.427] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700671 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-03 10:29:36.427] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700672 000 ECU1 LM LM log debug verbose 3 Created 1 process nodes
[2026-06-03 10:29:36.427] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700672 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-03 10:29:36.427] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700672 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700674 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700674 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700674 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Local Supervision buffer size: 100
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700674 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Global Supervision buffer size: 100
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700675 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700675 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700675 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700675 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700676 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700676 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 0
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700676 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 0
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700677 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 0
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576425 1700677 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 0
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700677 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 0
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700677 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed local supervisions: 0
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700678 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed global supervisions: 0
[2026-06-03 10:29:36.428] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700678 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed recovery notifications: 0
[2026-06-03 10:29:36.429] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700678 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-03 10:29:36.429] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700678 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-03 10:29:36.429] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700678 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 0 ms
[2026-06-03 10:29:36.429] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700679 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-03 10:29:36.429] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700679 000 ECU1 LM LM log debug verbose 3 clock() at run(): 35.493000 ms
[2026-06-03 10:29:36.429] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700680 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-03 10:29:36.429] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700681 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.429] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700681 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.429] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700681 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.429] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700682 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( component_initial ) from executable /tmp/tests/process_launch_args/process_initial
[2026-06-03 10:29:36.429] [INFO] [launch_manager] 2026/06/03 10:29:36.2576426 1700686 000 ECU1 LM LM log debug verbose 4 startProcess pid 86 received for process: component_initial
[2026-06-03 10:29:36.429] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:36.429] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:36.429] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs
[2026-06-03 10:29:36.429] [INFO] [launch_manager] [ RUN ] ProcessLaunchArgs.ProcessInitial
[2026-06-03 10:29:36.429] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-03 10:29:36.439] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-03 10:29:36.439] [INFO] [launch_manager] [ STEP ] Check args
[2026-06-03 10:29:36.439] [INFO] [launch_manager] [ END STEP ] Check args
[2026-06-03 10:29:36.439] [INFO] [launch_manager] [ OK ] ProcessLaunchArgs.ProcessInitial (2 ms)
[2026-06-03 10:29:36.439] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs (2 ms total)
[2026-06-03 10:29:36.439] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:36.439] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-03 10:29:36.439] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:36.439] [INFO] [launch_manager] 2026/06/03 10:29:36.2576437 1700792 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 86 ( component_initial ) process 0 of group MainPG
[2026-06-03 10:29:36.439] [INFO] [launch_manager] 2026/06/03 10:29:36.2576437 1700793 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( component_initial ) done
[2026-06-03 10:29:36.439] [INFO] [launch_manager] 2026/06/03 10:29:36.2576437 1700793 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.439] [INFO] [launch_manager] 2026/06/03 10:29:36.2576437 1700793 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 36.464000 ms
[2026-06-03 10:29:36.439] [INFO] [launch_manager] 2026/06/03 10:29:36.2576437 1700793 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:36.440] [INFO] [launch_manager] 2026/06/03 10:29:36.2576437 1700794 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 11 ms
[2026-06-03 10:29:36.440] [INFO] [launch_manager] 2026/06/03 10:29:36.2576437 1700794 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.477] [INFO] [launch_manager] 2026/06/03 10:29:36.2576476 1701181 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 1
[2026-06-03 10:29:36.478] [INFO] [launch_manager] 2026/06/03 10:29:36.2576476 1701181 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 2
[2026-06-03 10:29:36.535] [INFO] [launch_manager] 2026/06/03 10:29:36.2576532 1701741 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 86 ( component_initial ) for node True terminated with status 0
[2026-06-03 10:29:36.576] [INFO] [launch_manager] 2026/06/03 10:29:36.2576576 1702180 000 ECU1 LM Sprv log debug verbose 6
[2026-06-03 10:29:36.576] [INFO] [launch_manager] Process with Id component_initial changed state PG MainPG/Startup PS 4
[2026-06-03 10:29:36.654] [INFO] [launch_manager] 2026/06/03 10:29:36.2576653 1702955 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-03 10:29:36.654] [INFO] [launch_manager] 2026/06/03 10:29:36.2576653 1702955 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-03 10:29:36.654] [INFO] [launch_manager] 2026/06/03 10:29:36.2576653 1702955 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-03 10:29:36.654] [INFO] [launch_manager] 2026/06/03 10:29:36.2576653 1702956 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-03 10:29:36.654] [INFO] [launch_manager] 2026/06/03 10:29:36.2576653 1702956 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.654] [INFO] [launch_manager] 2026/06/03 10:29:36.2576653 1702956 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.654] [INFO] [launch_manager] 2026/06/03 10:29:36.2576653 1702956 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.654] [INFO] [launch_manager] 2026/06/03 10:29:36.2576653 1702957 000 ECU1 LM LM log debug verbose 9
[2026-06-03 10:29:36.654] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:36.654] [INFO] [launch_manager] 2026/06/03 10:29:36.2576654 1702957 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State Off in 0 ms
[2026-06-03 10:29:36.654] [INFO] [launch_manager] 2026/06/03 10:29:36.2576654 1702958 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.654] [INFO] [launch_manager] 2026/06/03 10:29:36.2576654 1702958 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-03 10:29:36.734] [INFO] [launch_manager] 2026/06/03 10:29:36.2576734 1703764 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-03 10:29:36.776] [INFO] [launch_manager] 2026/06/03 10:29:36.2576776 1704180 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-03 10:29:36.777] [INFO] [launch_manager] 2026/06/03 10:29:36.2576777 1704192 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-03 10:29:36.777] [INFO] [launch_manager] 2026/06/03 10:29:36.2576777 1704192 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-06-03 10:29:37.199] [INFO] [tests.utils.testing_utils.setup_test] Test case teardown started
[2026-06-03 10:29:37.199] [INFO] [tests.utils.testing_utils.setup_test] Trying to download core dumps
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/885/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_launch_args/process_launch_args/test.xml -
============================== 1 passed in 7.27s ===============================
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/888/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-03 10:29:39.454] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-03 10:29:39.665] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:39.665] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:39.666] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:39.666] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:39.678] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:39.736] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-03 10:29:39.740] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/059f04c0117a61d2f22c220cc858e2f7656c4000ad2948c613040361f6b1df18/json HTTP/1.1" 200 None
[2026-06-03 10:29:39.888] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/059f04c0117a61d2f22c220cc858e2f7656c4000ad2948c613040361f6b1df18/start HTTP/1.1" 204 0
[2026-06-03 10:29:39.889] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:39.889] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:39.889] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:39.889] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:39.897] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:40.239] [INFO] [tests.utils.testing_utils.setup_test] core_pattern: b'|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d\n'
[2026-06-03 10:29:40.239] [WARNING] [tests.utils.testing_utils.setup_test] ulimit res:
|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d
[2026-06-03 10:29:40.309] [INFO] [tests.utils.testing_utils.setup_test] ulimit set:unlimited
[2026-06-03 10:29:40.309] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-03 10:29:40.411] [INFO] [launch_manager] 2026/06/03 10:29:40.2580410 1740525 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-03 10:29:40.411] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740528 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:40.411] [INFO] [launch_manager] Loading LCM Configurations...
[2026-06-03 10:29:40.411] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740529 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-03 10:29:40.412] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740531 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-03 10:29:40.412] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740531 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-03 10:29:40.412] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740531 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_twice ( IdentifierHash: 16083544560338850016 )
[2026-06-03 10:29:40.412] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740532 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_always ( IdentifierHash: 12093248490838190123 )
[2026-06-03 10:29:40.412] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740532 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-03 10:29:40.413] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740532 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-03 10:29:40.413] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740533 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/crash_on_startup/control_client_mock
[2026-06-03 10:29:40.413] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740533 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-03 10:29:40.413] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740533 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-03 10:29:40.413] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740534 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating
[2026-06-03 10:29:40.414] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740534 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-03 10:29:40.414] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740534 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-03 10:29:40.414] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740534 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-03 10:29:40.414] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740535 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-03 10:29:40.414] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740535 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-03 10:29:40.414] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740535 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_twice is Reporting execution state
[2026-06-03 10:29:40.414] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740535 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:40.414] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740535 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_twice is NOT Self terminating
[2026-06-03 10:29:40.414] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740536 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-03 10:29:40.414] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740536 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-03 10:29:40.418] [INFO] [launch_manager] 2026/06/03 10:29:40.2580411 1740537 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_always is Reporting execution state
[2026-06-03 10:29:40.418] [INFO] [launch_manager] 2026/06/03 10:29:40.2580412 1740538 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:40.418] [INFO] [launch_manager] 2026/06/03 10:29:40.2580412 1740538 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_always is NOT Self terminating
[2026-06-03 10:29:40.418] [INFO] [launch_manager] 2026/06/03 10:29:40.2580412 1740539 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-03 10:29:40.419] [INFO] [launch_manager] 2026/06/03 10:29:40.2580412 1740541 000 ECU1 LM LM log debug verbose 4
[2026-06-03 10:29:40.419] [INFO] [launch_manager] parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/crash_on_startup/verification_process
[2026-06-03 10:29:40.419] [INFO] [launch_manager] 2026/06/03 10:29:40.2580412 1740542 000 ECU1 LM LM log debug verbose 3
[2026-06-03 10:29:40.419] [INFO] [launch_manager] Process verification_component is NOT Reporting execution state
[2026-06-03 10:29:40.419] [INFO] [launch_manager] 2026/06/03 10:29:40.2580412 1740543 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:40.419] [INFO] [launch_manager] 2026/06/03 10:29:40.2580412 1740543 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-03 10:29:40.419] [INFO] [launch_manager] 2026/06/03 10:29:40.2580412 1740544 000 ECU1 LM LM log debug verbose 4
[2026-06-03 10:29:40.419] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-03 10:29:40.419] [INFO] [launch_manager] 2026/06/03 10:29:40.2580412 1740545 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-03 10:29:40.419] [INFO] [launch_manager] 2026/06/03 10:29:40.2580412 1740546 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-03 10:29:40.420] [INFO] [launch_manager] 2026/06/03 10:29:40.2580412 1740547 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes
[2026-06-03 10:29:40.420] [INFO] [launch_manager] 2026/06/03 10:29:40.2580413 1740547 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-03 10:29:40.420] [INFO] [launch_manager] 2026/06/03 10:29:40.2580413 1740548 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:40.420] [INFO] [launch_manager] Process Group initialization done
[2026-06-03 10:29:40.420] [INFO] [launch_manager] 2026/06/03 10:29:40.2580413 1740550 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries
[2026-06-03 10:29:40.420] [INFO] [launch_manager] 2026/06/03 10:29:40.2580413 1740551 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:40.420] [INFO] [launch_manager] Creating job queue with capacity 1024
[2026-06-03 10:29:40.420] [INFO] [launch_manager] 2026/06/03 10:29:40.2580413 1740552 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:40.420] [INFO] [launch_manager] Creating worker threads...
[2026-06-03 10:29:40.420] [INFO] [launch_manager] 2026/06/03 10:29:40.2580415 1740575 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 4 processes
[2026-06-03 10:29:40.420] [INFO] [launch_manager] 2026/06/03 10:29:40.2580415 1740575 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-03 10:29:40.420] [INFO] [launch_manager] 2026/06/03 10:29:40.2580415 1740575 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-03 10:29:40.420] [INFO] [launch_manager] 2026/06/03 10:29:40.2580415 1740576 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-03 10:29:40.420] [INFO] [launch_manager] 2026/06/03 10:29:40.2580415 1740576 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-03 10:29:40.421] [INFO] [launch_manager] 2026/06/03 10:29:40.2580415 1740576 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-03 10:29:40.421] [INFO] [launch_manager] 2026/06/03 10:29:40.2580415 1740577 000 ECU1 LM LM log debug verbose 5
[2026-06-03 10:29:40.421] [INFO] [launch_manager] Process 2 has 0 start dependencies
[2026-06-03 10:29:40.421] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740577 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3
[2026-06-03 10:29:40.421] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740577 000 ECU1 LM LM log debug verbose 5
[2026-06-03 10:29:40.421] [INFO] [launch_manager] Process 3 has 0 start dependencies
[2026-06-03 10:29:40.421] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740578 000 ECU1 LM LM log debug verbose 3
[2026-06-03 10:29:40.421] [INFO] [launch_manager] Created 4 process nodes
[2026-06-03 10:29:40.421] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740578 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-03 10:29:40.421] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740579 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-03 10:29:40.422] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740581 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-03 10:29:40.422] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740581 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-03 10:29:40.422] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740582 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Local Supervision buffer size: 100
[2026-06-03 10:29:40.422] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740582 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Global Supervision buffer size: 100
[2026-06-03 10:29:40.422] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740582 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-03 10:29:40.422] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740582 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-03 10:29:40.423] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740582 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-03 10:29:40.423] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740583 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-03 10:29:40.423] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740583 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-03 10:29:40.423] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740584 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-03 10:29:40.423] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740584 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-03 10:29:40.423] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740585 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-03 10:29:40.423] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740585 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-03 10:29:40.423] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740585 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740585 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740586 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740586 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740586 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-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740586 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740587 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created local supervision: control_client_mock_local_supervision
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580416 1740587 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed local supervisions: 1
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740587 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created global supervision: global_supervision
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740587 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed global supervisions: 1
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740588 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created recovery notification: recovery_notification
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740588 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed recovery notifications: 1
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740588 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740588 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740588 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 0 ms
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740589 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-03 10:29:40.424] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740589 000 ECU1 LM LM log debug verbose 3 clock() at run(): 34.963000 ms
[2026-06-03 10:29:40.425] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740590 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-03 10:29:40.425] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740590 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:40.425] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740591 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.425] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740591 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.425] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740591 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.425] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740591 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.425] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740591 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:40.425] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740591 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:40.426] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740592 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:40.426] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740592 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:40.426] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740592 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-03 10:29:40.426] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740593 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock process
[2026-06-03 10:29:40.426] [INFO] [launch_manager] 2026/06/03 10:29:40.2580417 1740594 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-03 10:29:40.426] [INFO] [launch_manager] 2026/06/03 10:29:40.2580418 1740598 000 ECU1 LM LM log debug verbose 4 startProcess pid 86 received for process: control_client_mock
[2026-06-03 10:29:40.426] [INFO] [launch_manager] 2026/06/03 10:29:40.2580418 1740598 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-03 10:29:40.426] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:40.427] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:40.427] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-03 10:29:40.427] [INFO] [launch_manager] [ RUN ] CrashOnStartup.ControlClientMock
[2026-06-03 10:29:40.427] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-03 10:29:40.427] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-03 10:29:40.427] [INFO] [launch_manager] [ STEP ] Launch process crashing on startup twice
[2026-06-03 10:29:40.427] [INFO] [launch_manager] 2026/06/03 10:29:40.2580424 1740667 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:40.427] [INFO] [launch_manager] 2026/06/03 10:29:40.2580425 1740676 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_crash_on_startup_twice of PG MainPG
[2026-06-03 10:29:40.427] [INFO] [launch_manager] 2026/06/03 10:29:40.2580425 1740676 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_crash_on_startup_twice
[2026-06-03 10:29:40.427] [INFO] [launch_manager] 2026/06/03 10:29:40.2580425 1740676 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kCancelled for PG 0 ( MainPG )
[2026-06-03 10:29:40.427] [INFO] [launch_manager] 2026/06/03 10:29:40.2580425 1740676 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:40.427] [INFO] [launch_manager] 2026/06/03 10:29:40.2580425 1740677 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:40.429] [INFO] [launch_manager] 2026/06/03 10:29:40.2580426 1740677 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:40.429] [INFO] [launch_manager] 2026/06/03 10:29:40.2580426 1740682 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 86 ( control_client_mock ) process 0 of group MainPG
[2026-06-03 10:29:40.429] [INFO] [launch_manager] 2026/06/03 10:29:40.2580426 1740682 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-03 10:29:40.430] [INFO] [launch_manager] 2026/06/03 10:29:40.2580426 1740683 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:40.430] [INFO] [launch_manager] 2026/06/03 10:29:40.2580426 1740683 000 ECU1 LM LM log fatal verbose 3 clock() at failed initial state transition: 36.383000 ms
[2026-06-03 10:29:40.430] [INFO] [launch_manager] 2026/06/03 10:29:40.2580426 1740683 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kCancelled to kUndefinedState for PG 0 ( MainPG )
[2026-06-03 10:29:40.430] [INFO] [launch_manager] 2026/06/03 10:29:40.2580426 1740684 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:40.430] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740698 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-03 10:29:40.430] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740698 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_twice for PG MainPG
[2026-06-03 10:29:40.430] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740698 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:40.430] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740698 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.430] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740699 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.430] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740699 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.431] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740699 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.431] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740699 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:40.431] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740699 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:40.431] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740699 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:40.431] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740700 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:40.431] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740701 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( process_crashing_on_startup_twice ) from executable /tmp/tests/crash_on_startup/process_crashing_on_startup_twice
[2026-06-03 10:29:40.431] [INFO] [launch_manager] 2026/06/03 10:29:40.2580428 1740706 000 ECU1 LM LM log debug verbose 4 startProcess pid 88 received for process: process_crashing_on_startup_twice
[2026-06-03 10:29:40.433] [INFO] [launch_manager] Process crashing on startup...
[2026-06-03 10:29:40.468] [INFO] [launch_manager] 2026/06/03 10:29:40.2580467 1741097 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-03 10:29:40.468] [INFO] [launch_manager] 2026/06/03 10:29:40.2580468 1741097 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-03 10:29:40.469] [INFO] [launch_manager] 2026/06/03 10:29:40.2580468 1741097 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-03 10:29:40.469] [INFO] [launch_manager] 2026/06/03 10:29:40.2580468 1741098 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-03 10:29:40.469] [INFO] [launch_manager] 2026/06/03 10:29:40.2580468 1741098 000 ECU1 LM Sprv log info verbose 3 Local Supervision ( control_client_mock_local_supervision ) switched to OK.
[2026-06-03 10:29:40.469] [INFO] [launch_manager] 2026/06/03 10:29:40.2580468 1741098 000 ECU1 LM Sprv log info verbose 3 Global Supervision ( global_supervision ) switched to OK.
[2026-06-03 10:29:40.478] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:40.546] [INFO] [launch_manager] 2026/06/03 10:29:40.2580545 1741874 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 88 ( process_crashing_on_startup_twice ) for node True terminated with status 134
[2026-06-03 10:29:40.547] [INFO] [launch_manager] 2026/06/03 10:29:40.2580545 1741875 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 88 ( process_crashing_on_startup_twice )
[2026-06-03 10:29:40.569] [INFO] [launch_manager] 2026/06/03 10:29:40.2580568 1742101 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-03 10:29:40.654] [INFO] [launch_manager] 2026/06/03 10:29:40.2580653 1742955 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-06-03 10:29:40.654] [INFO] [launch_manager] 2026/06/03 10:29:40.2580653 1742955 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-03 10:29:40.654] [INFO] [launch_manager] 2026/06/03 10:29:40.2580653 1742955 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-03 10:29:40.655] [INFO] [launch_manager] 2026/06/03 10:29:40.2580655 1742968 000 ECU1 LM LM log debug verbose 4 startProcess pid 94 received for process: process_crashing_on_startup_twice
[2026-06-03 10:29:40.657] [INFO] [launch_manager] Process crashing on startup...
[2026-06-03 10:29:40.669] [INFO] [launch_manager] 2026/06/03 10:29:40.2580667 1743090 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-03 10:29:40.780] [INFO] [launch_manager] 2026/06/03 10:29:40.2580779 1744216 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 94 ( process_crashing_on_startup_twice ) for node True terminated with status 134
[2026-06-03 10:29:40.780] [INFO] [launch_manager] 2026/06/03 10:29:40.2580779 1744216 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 94 ( process_crashing_on_startup_twice )
[2026-06-03 10:29:40.820] [INFO] [launch_manager] 2026/06/03 10:29:40.2580817 1744591 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-03 10:29:40.890] [INFO] [launch_manager] 2026/06/03 10:29:40.2580889 1745316 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-06-03 10:29:40.890] [INFO] [launch_manager] 2026/06/03 10:29:40.2580889 1745317 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-03 10:29:40.890] [INFO] [launch_manager] 2026/06/03 10:29:40.2580889 1745317 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-03 10:29:40.890] [INFO] [launch_manager] 2026/06/03 10:29:40.2580890 1745324 000 ECU1 LM LM log debug verbose 4 startProcess pid 95 received for process: process_crashing_on_startup_twice
[2026-06-03 10:29:40.892] [INFO] [launch_manager] Process starting successfully...
[2026-06-03 10:29:40.892] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:40.893] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:40.893] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-03 10:29:40.893] [INFO] [launch_manager] [ RUN ] CrashOnStartup.ProcessCrashingOnStartupTwice
[2026-06-03 10:29:40.893] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-03 10:29:40.896] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-03 10:29:40.896] [INFO] [launch_manager] [ OK ] CrashOnStartup.ProcessCrashingOnStartupTwice (2 ms)
[2026-06-03 10:29:40.896] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2 ms total)
[2026-06-03 10:29:40.896] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:40.897] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (3 ms total)
[2026-06-03 10:29:40.897] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:40.897] [INFO] [launch_manager] 2026/06/03 10:29:40.2580897 1745392 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 95 ( process_crashing_on_startup_twice ) process 1 of group MainPG
[2026-06-03 10:29:40.897] [INFO] [launch_manager] 2026/06/03 10:29:40.2580897 1745393 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-03 10:29:40.897] [INFO] [launch_manager] 2026/06/03 10:29:40.2580897 1745393 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:40.897] [INFO] [launch_manager] 2026/06/03 10:29:40.2580897 1745393 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_crash_on_startup_twice in 471 ms
[2026-06-03 10:29:40.898] [INFO] [launch_manager] 2026/06/03 10:29:40.2580897 1745393 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:40.899] [INFO] [launch_manager] 2026/06/03 10:29:40.2580898 1745401 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-03 10:29:40.899] [INFO] [launch_manager] 2026/06/03 10:29:40.2580898 1745402 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-03 10:29:40.920] [INFO] [launch_manager] 2026/06/03 10:29:40.2580919 1745611 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-03 10:29:40.920] [INFO] [launch_manager] 2026/06/03 10:29:40.2580919 1745611 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-03 10:29:40.923] [INFO] [launch_manager] 2026/06/03 10:29:40.2580922 1745644 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-03 10:29:40.923] [INFO] [launch_manager] [ END STEP ] Launch process crashing on startup twice
[2026-06-03 10:29:40.923] [INFO] [launch_manager] [ STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-03 10:29:40.923] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-03 10:29:40.923] [INFO] [launch_manager] [ STEP ] Attempt to launch process crashing on startup always
[2026-06-03 10:29:40.923] [INFO] [launch_manager] 2026/06/03 10:29:40.2580922 1745645 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:40.924] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745658 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-03 10:29:40.924] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745658 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-03 10:29:40.924] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745658 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:40.924] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745659 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-03 10:29:40.924] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745659 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_always for PG MainPG
[2026-06-03 10:29:40.925] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745659 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:40.925] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745659 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.925] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745659 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.926] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745660 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.926] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745661 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.926] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745662 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-03 10:29:40.926] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745662 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 95 ( process_crashing_on_startup_twice )
[2026-06-03 10:29:40.926] [INFO] [launch_manager] 2026/06/03 10:29:40.2580924 1745662 000 ECU1 LM LM log debug verbose 2 Request termination received for 95
[2026-06-03 10:29:40.926] [INFO] [launch_manager] 2026/06/03 10:29:40.2580925 1745667 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:40.927] [INFO] [launch_manager] 2026/06/03 10:29:40.2580927 1745688 000 ECU1 LM LM log debug verbose 12
[2026-06-03 10:29:40.927] [INFO] [launch_manager] Child process 1 of MainPG pid 95 ( process_crashing_on_startup_twice ) for node True terminated with status 0
[2026-06-03 10:29:40.928] [INFO] [launch_manager] 2026/06/03 10:29:40.2580928 1745705 000 ECU1 LM LM log debug verbose 5
[2026-06-03 10:29:40.929] [INFO] [launch_manager] Queuing jobs after regular termination of process wait 1 ( process_crashing_on_startup_twice )
[2026-06-03 10:29:40.929] [INFO] [launch_manager] 2026/06/03 10:29:40.2580929 1745712 000 ECU1 LM LM log debug verbose 7
[2026-06-03 10:29:40.929] [INFO] [launch_manager] terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-03 10:29:40.930] [INFO] [launch_manager] 2026/06/03 10:29:40.2580930 1745719 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:40.930] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-03 10:29:40.930] [INFO] [launch_manager] 2026/06/03 10:29:40.2580930 1745724 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:40.931] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-03 10:29:40.931] [INFO] [launch_manager] 2026/06/03 10:29:40.2580931 1745730 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:40.931] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-03 10:29:40.932] [INFO] [launch_manager] 2026/06/03 10:29:40.2580932 1745737 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:40.932] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-03 10:29:40.932] [INFO] [launch_manager] 2026/06/03 10:29:40.2580932 1745743 000 ECU1 LM LM log debug verbose 6
[2026-06-03 10:29:40.933] [INFO] [launch_manager] Starting process 2 ( process_crashing_on_startup_always ) from executable /tmp/tests/crash_on_startup/process_crashing_on_startup_always
[2026-06-03 10:29:40.933] [INFO] [launch_manager] 2026/06/03 10:29:40.2580933 1745755 000 ECU1 LM LM log debug verbose 4
[2026-06-03 10:29:40.934] [INFO] [launch_manager] startProcess pid 96 received for process: process_crashing_on_startup_always
[2026-06-03 10:29:40.935] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-03 10:29:40.967] [INFO] [launch_manager] 2026/06/03 10:29:40.2580967 1746091 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-03 10:29:40.968] [INFO] [launch_manager] 2026/06/03 10:29:40.2580967 1746091 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-03 10:29:40.968] [INFO] [launch_manager] 2026/06/03 10:29:40.2580967 1746091 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-03 10:29:41.061] [INFO] [launch_manager] 2026/06/03 10:29:41.2581055 1746972 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 96 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-03 10:29:41.061] [INFO] [launch_manager] 2026/06/03 10:29:41.2581055 1746972 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 96 ( process_crashing_on_startup_always )
[2026-06-03 10:29:41.071] [INFO] [launch_manager] 2026/06/03 10:29:41.2581067 1747090 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-03 10:29:41.073] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:41.167] [INFO] [launch_manager] 2026/06/03 10:29:41.2581166 1748084 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-03 10:29:41.168] [INFO] [launch_manager] 2026/06/03 10:29:41.2581166 1748084 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-03 10:29:41.168] [INFO] [launch_manager] 2026/06/03 10:29:41.2581166 1748084 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-03 10:29:41.168] [INFO] [launch_manager] 2026/06/03 10:29:41.2581167 1748091 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-03 10:29:41.168] [INFO] [launch_manager] 2026/06/03 10:29:41.2581167 1748092 000 ECU1 LM LM log debug verbose 4 startProcess pid 104 received for process: process_crashing_on_startup_always
[2026-06-03 10:29:41.169] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-03 10:29:41.303] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749432 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 104 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-03 10:29:41.303] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749433 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 104 ( process_crashing_on_startup_always )
[2026-06-03 10:29:41.317] [INFO] [launch_manager] 2026/06/03 10:29:41.2581317 1749590 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-03 10:29:41.409] [INFO] [launch_manager] 2026/06/03 10:29:41.2581408 1750502 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-03 10:29:41.409] [INFO] [launch_manager] 2026/06/03 10:29:41.2581408 1750503 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-03 10:29:41.409] [INFO] [launch_manager] 2026/06/03 10:29:41.2581408 1750503 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-03 10:29:41.410] [INFO] [launch_manager] 2026/06/03 10:29:41.2581409 1750510 000 ECU1 LM LM log debug verbose 4 startProcess pid 105 received for process: process_crashing_on_startup_always
[2026-06-03 10:29:41.410] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-03 10:29:41.420] [INFO] [launch_manager] 2026/06/03 10:29:41.2581420 1750618 000 ECU1 LM Sprv log debug verbose 6
[2026-06-03 10:29:41.420] [INFO] [launch_manager] Process with Id process_crashing_on_startup_always changed state PG MainPG/run_target_crash_on_startup_always PS 1
[2026-06-03 10:29:41.572] [INFO] [launch_manager] 2026/06/03 10:29:41.2581571 1752135 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 105 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-03 10:29:41.572] [INFO] [launch_manager] 2026/06/03 10:29:41.2581571 1752136 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 105 ( process_crashing_on_startup_always )
[2026-06-03 10:29:41.635] [INFO] [launch_manager] 2026/06/03 10:29:41.2581617 1752592 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-03 10:29:41.639] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:41.683] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753252 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753253 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753253 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753253 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kAborting for PG 0 ( MainPG )
[2026-06-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753254 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753254 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kAborting to kUndefinedState for PG 0 ( MainPG )
[2026-06-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753254 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753255 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-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753255 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753255 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753255 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753255 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:41.684] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753256 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753256 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753256 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753256 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753256 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753256 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581683 1753257 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581684 1753258 000 ECU1 LM LM log debug verbose 6 Starting process 3 ( verification_component ) from executable /tmp/tests/crash_on_startup/verification_process
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581684 1753264 000 ECU1 LM LM log debug verbose 4 startProcess pid 112 received for process: verification_component
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581684 1753265 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 112 ( verification_component ) process 3 of group MainPG
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581684 1753265 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( verification_component ) done
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581684 1753265 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581684 1753266 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-03 10:29:41.685] [INFO] [launch_manager] 2026/06/03 10:29:41.2581684 1753266 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.686] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753278 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.686] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753278 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.686] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753279 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.686] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753279 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.686] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753279 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.686] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753279 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.686] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753280 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.686] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753280 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.686] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753280 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753280 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753281 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753281 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753281 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753282 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753282 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753282 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753282 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753282 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753283 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753283 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753283 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753283 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753283 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753283 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753284 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753284 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.687] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753284 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753284 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753284 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753285 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753285 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753285 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753285 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753285 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753286 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753286 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753286 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753286 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753286 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753286 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581686 1753287 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753287 000 ECU1 LM LM log debug verbose 12 Child process 3 of MainPG pid 112 ( verification_component ) for node True terminated with status 0
[2026-06-03 10:29:41.688] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753287 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753288 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753288 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753288 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753288 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753289 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753289 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753289 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753289 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753289 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753290 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753290 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753290 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753290 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753291 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753291 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753291 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753291 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.689] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753292 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753292 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753292 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753292 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753293 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753293 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753293 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753293 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753293 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753294 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753294 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753294 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753294 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753294 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753295 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753295 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753295 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753295 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753296 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753296 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.690] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753296 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753296 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753297 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581687 1753297 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753297 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753297 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753298 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753298 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753298 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753298 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753299 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753299 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753299 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753299 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753300 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753300 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753300 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753301 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753301 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753301 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753302 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.691] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753302 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753302 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753302 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753302 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753303 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753303 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753303 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753303 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753304 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753304 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753304 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753304 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753305 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753305 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.692] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753305 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753305 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753305 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753306 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753306 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753306 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753306 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753306 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753307 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581688 1753307 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753307 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753307 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753307 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753308 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753308 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753308 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753308 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753308 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.693] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753309 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753309 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753309 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753309 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753309 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753310 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753310 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753310 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753310 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753311 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753311 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753311 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753311 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753311 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753312 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753312 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753312 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753312 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753312 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753313 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.694] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753313 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753313 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753313 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753313 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753314 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753314 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753314 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753314 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753314 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753315 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753315 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753315 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753315 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753315 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753316 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753316 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753316 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.695] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753316 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753316 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753317 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581689 1753317 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753317 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753317 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753317 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753318 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753318 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753318 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753318 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753318 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753319 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753319 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753319 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753319 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753319 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753320 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753320 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753320 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.696] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753320 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753320 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753321 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753321 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753321 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753321 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753321 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753322 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753322 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753322 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753322 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753322 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753323 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753323 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753323 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753323 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753323 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753324 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753324 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753324 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.697] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753324 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753324 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753325 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753325 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753325 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753325 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753325 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753326 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753326 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753326 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753326 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753326 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753326 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753327 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581690 1753327 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753327 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753327 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753327 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.698] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753328 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753328 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753328 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753328 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753328 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753329 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753329 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753329 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753329 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753329 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753330 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753330 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753330 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753330 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753330 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753331 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753331 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753331 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753331 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753331 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.699] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753331 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753332 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753332 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753332 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753332 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753332 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753332 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753333 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753333 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753333 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753333 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753334 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753334 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753334 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753334 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753334 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753334 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753335 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753335 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753335 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753335 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.700] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753335 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753335 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753336 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753336 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753336 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753336 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753336 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753336 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753337 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581691 1753337 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753337 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753337 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753337 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753338 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753338 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753338 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753338 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753338 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753338 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753339 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753339 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.701] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753339 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753339 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753339 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753340 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753340 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753340 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753340 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753340 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753341 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753341 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753341 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753341 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.702] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753342 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753342 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753342 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753342 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753342 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753343 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753343 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753343 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753343 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753344 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753344 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753344 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753344 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753345 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753345 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753345 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753345 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753346 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753346 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753346 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753346 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.703] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753347 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581692 1753347 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753347 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753347 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753347 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753348 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753348 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753348 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753348 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753349 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753349 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753349 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753349 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753349 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753350 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753350 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753350 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753351 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.704] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753351 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753351 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753352 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753352 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753352 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753352 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753352 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753353 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753353 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753353 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753353 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753354 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753354 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753354 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753354 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753355 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753355 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753355 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753355 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.705] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753356 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753356 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753356 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753356 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753357 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581693 1753357 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753357 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753357 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753358 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753358 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753358 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753358 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753359 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753359 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753359 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753359 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753360 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753360 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753360 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753361 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.706] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753361 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753361 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753361 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753362 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753362 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753362 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753362 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753362 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753363 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753363 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753363 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753363 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753364 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753364 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753364 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753364 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753365 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753365 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753365 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753365 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753366 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.707] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753366 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753366 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753366 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753367 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581694 1753367 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753367 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753367 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753367 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753368 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753368 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753368 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753369 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753369 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753369 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753369 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753370 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753370 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753370 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753370 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753371 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.708] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753371 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753371 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753371 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753371 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753372 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753372 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753372 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753372 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753372 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753373 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753373 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753373 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753373 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753373 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753374 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753374 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753374 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753374 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753374 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753375 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.709] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753375 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753375 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753375 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753375 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753376 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753376 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753376 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753376 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753376 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753377 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581695 1753377 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753377 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753377 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753377 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753378 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753378 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753378 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753378 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753378 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753379 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.710] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753379 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.711] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753379 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.711] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753379 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.711] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753379 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.711] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753379 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.711] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753380 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.711] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753380 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.720] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753380 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.721] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753380 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.722] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753381 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.722] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753381 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.722] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753381 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753381 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753381 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753382 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753382 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753382 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753382 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753382 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753382 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753383 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753383 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753383 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753383 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753383 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753383 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.723] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753384 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.724] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753384 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.724] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753384 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.724] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753384 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.724] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753384 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.724] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753384 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.724] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753385 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.724] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753385 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.724] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753385 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.724] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753385 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753385 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581696 1753385 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753389 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753389 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753389 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753389 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753389 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753390 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753390 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753390 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753390 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753390 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753391 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753391 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753391 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753391 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753391 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753392 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753392 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.725] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753392 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753392 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753392 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753392 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753393 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753393 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753393 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753393 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753393 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753393 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753394 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753394 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753394 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753394 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753394 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753394 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.726] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753395 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fa
[2026-06-03 10:29:41.726] [INFO] [launch_manager] llback_run_target of PG MainPG
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753395 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753395 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753395 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753396 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753396 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753396 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753396 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753396 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753397 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753397 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581697 1753397 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753397 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753397 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753397 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753398 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753398 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753398 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.727] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753398 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753398 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753398 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753399 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753399 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753399 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753399 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753399 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753399 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753400 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753400 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753400 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753400 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753401 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753401 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753401 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753401 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.728] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753401 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753401 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753402 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753402 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753402 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753402 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753402 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753402 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753403 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753403 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753403 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753403 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753403 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753404 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753404 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753404 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753404 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753404 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753404 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753405 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.729] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753405 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753405 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753405 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753405 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753405 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753406 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753406 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753406 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753406 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753406 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753406 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753407 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581698 1753407 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753407 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753407 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753407 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753408 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753408 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753408 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753408 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.730] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753408 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753408 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753409 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753409 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753409 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753409 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753409 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753409 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753416 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753416 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753416 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581699 1753417 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753417 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753417 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753417 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753417 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753418 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753418 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.731] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753418 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753418 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753418 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753419 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753419 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753419 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753419 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753419 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753420 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753420 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753420 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753420 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.732] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753421 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753421 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753421 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753421 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753421 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753422 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753422 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753422 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753422 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753422 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753423 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753423 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753423 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753423 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.733] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753423 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753424 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753424 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753424 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753424 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753424 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753424 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753425 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753425 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753425 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753425 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753425 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.734] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753426 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753426 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753426 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753426 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753426 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753427 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581700 1753427 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753427 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753427 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753427 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753428 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753428 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753428 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.735] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753428 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753428 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753428 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753429 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753429 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753429 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753429 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753429 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581701 1753437 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753437 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753437 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753437 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753438 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753438 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753438 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753438 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753438 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753439 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753439 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753439 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753439 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.736] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753439 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753440 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753440 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753440 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753440 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753440 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753441 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753441 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753441 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753441 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753441 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753442 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.737] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753442 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753442 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753443 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753443 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753443 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753443 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753444 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753444 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753444 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753444 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753445 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753445 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753445 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753445 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753445 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753446 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.738] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753446 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753446 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753446 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581702 1753447 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753447 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753447 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753448 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753448 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753448 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753448 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753448 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753449 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753449 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753449 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753449 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753450 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753450 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753450 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753450 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753451 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.739] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753451 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753451 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753451 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753452 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753452 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753453 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753453 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753453 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753454 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753454 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753454 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753454 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753455 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753455 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753455 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753456 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753457 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581703 1753457 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753457 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753457 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.740] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753458 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753458 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753458 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 1
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 0:29:41.2581704 1753458 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753459 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753460 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753460 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753460 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753461 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753461 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753461 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753461 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753461 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753462 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.741] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753463 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753463 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753463 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753463 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753464 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753464 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753464 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753465 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753466 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753466 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753466 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753466 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753467 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581704 1753467 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753467 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753467 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753468 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753469 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753469 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753469 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753470 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.742] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753470 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.743] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753470 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.743] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753470 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.743] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753471 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.743] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753471 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.743] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753471 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.743] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753471 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.750] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753471 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.750] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753472 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.750] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753472 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.750] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753472 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.750] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753472 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.750] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753472 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.750] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753472 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.750] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753473 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753473 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753473 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753473 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753473 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753474 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753474 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753474 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753474 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753474 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753475 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753475 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753475 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753475 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753475 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753476 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753476 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753476 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753476 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753476 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.751] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753476 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753477 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581705 1753477 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581706 1753477 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581706 1753477 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581706 1753477 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753490 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753490 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753490 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753490 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753491 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753491 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.752] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753491 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.755] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753491 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.755] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753491 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.755] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753492 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.755] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753492 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.755] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753492 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.755] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753492 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.755] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753492 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.756] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753493 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.756] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753493 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.756] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753493 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.756] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753493 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.756] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753493 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.756] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753494 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.756] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753494 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.756] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753494 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.756] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753494 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.756] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753494 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.756] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753495 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753495 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753495 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753495 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753495 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753495 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753496 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753496 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753496 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753496 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753496 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753497 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.757] [INFO] [launch_manager] 2026/06/03 10:29:41.2581707 1753497 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753497 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753497 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753497 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753498 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753498 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753498 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753498 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753499 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753499 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753499 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753499 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753499 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753500 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753500 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753500 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753500 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.758] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753501 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.759] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753501 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.759] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753501 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.759] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753501 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.759] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753501 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753501 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753502 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753502 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753502 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753502 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753502 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753503 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753503 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753503 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753503 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753503 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753504 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753504 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753504 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753504 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753504 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753505 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.760] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753505 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753505 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753505 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753505 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753506 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753506 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753506 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753506 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753506 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753506 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753507 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581708 1753507 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753507 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753507 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753507 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753508 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753508 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753508 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753508 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753508 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.761] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753509 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.762] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753509 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.762] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753509 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.762] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753509 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.762] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753509 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.762] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753510 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.762] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753510 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.762] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753510 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753510 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753510 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753511 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753511 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753511 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753511 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753511 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753512 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753512 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753512 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753512 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753512 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753513 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753513 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.763] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753513 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.764] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753513 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.764] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753513 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.764] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753513 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.764] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753514 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.765] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753514 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.765] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753514 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.765] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753514 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.765] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753514 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.765] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753515 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.765] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753515 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.765] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753515 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.765] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753515 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.765] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753515 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.766] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753516 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.766] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753516 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.766] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753516 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.766] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753516 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.766] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753516 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.766] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753517 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.766] [INFO] [launch_manager] 2026/06/03 10:29:41.2581709 1753517 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.766] [INFO] [launch_manager] 2026/06/03 10:29:41.2581710 1753517 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.766] [INFO] [launch_manager] 2026/06/03 10:29:41.2581710 1753517 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.766] [INFO] [launch_manager] 2026/06/03 10:29:41.2581710 1753517 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.766] [INFO] [launch_manager] 2026/06/03 10:29:41.2581710 1753517 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581710 1753518 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581710 1753518 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581710 1753518 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581710 1753518 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581710 1753518 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581710 1753519 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581711 1753530 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581711 1753530 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581711 1753530 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581711 1753530 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581711 1753531 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581711 1753531 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581711 1753531 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.767] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753538 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753538 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753538 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753539 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753539 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753539 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753539 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753539 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753540 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753540 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753540 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753541 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.768] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753541 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753541 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753541 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753542 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753542 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753542 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753542 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753542 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753543 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753543 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753543 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.769] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753543 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753544 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753544 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.769] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753544 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.770] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753545 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.770] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753545 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.770] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753545 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.770] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753545 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:41.770] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.770] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753545 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.770] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753546 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.770] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753546 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.770] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753546 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.770] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753546 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.770] [INFO] [launch_manager] 2026/06/03 10:29:41.2581712 1753547 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.770] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753547 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753547 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.771] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753547 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753548 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753548 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753548 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753548 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753549 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753549 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753549 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753549 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753550 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.771] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753550 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753550 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753551 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:41.772] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753551 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753551 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.772] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753551 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753552 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753552 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753552 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753552 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753553 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753553 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753553 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753553 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.772] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753554 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753554 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753554 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753556 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753556 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581713 1753557 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753557 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753560 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753561 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753561 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753562 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753562 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753563 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753563 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753564 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753564 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753565 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753565 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753566 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753566 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.773] [INFO] [launch_manager] 2026/06/03 10:29:41.2581714 1753567 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753567 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753568 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753568 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753569 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753569 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753569 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753573 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753574 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753574 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753575 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753575 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753576 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581715 1753577 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753578 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753578 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753579 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753579 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753580 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753581 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.774] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753582 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753582 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753583 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753585 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753585 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753586 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581716 1753587 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581717 1753587 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581717 1753588 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581717 1753590 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581717 1753590 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581717 1753591 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581717 1753591 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581717 1753592 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581717 1753592 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753600 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753601 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753602 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753602 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753602 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.775] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753603 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753604 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753604 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753605 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753605 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753606 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581718 1753606 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753607 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753607 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753608 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753609 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753610 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.776] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753611 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:41.776] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.776] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753611 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.777] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753612 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.777] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753612 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753613 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753613 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753613 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753614 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.777] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753615 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.777] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753615 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753616 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753616 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581719 1753617 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581720 1753617 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.777] [INFO] [launch_manager] 2026/06/03 10:29:41.2581720 1753618 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581720 1753619 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581720 1753620 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581720 1753621 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.778] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581720 1753623 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:41.778] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581720 1753623 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581720 1753624 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581720 1753625 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581720 1753626 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581720 1753627 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753628 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753628 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753629 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753630 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.778] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753631 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.778] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.779] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753632 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.779] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.779] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753633 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:41.779] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.779] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753634 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.779] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.779] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753635 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.779] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.779] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753635 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:41.779] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.779] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753636 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.779] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.779] [INFO] [launch_manager] 2026/06/03 10:29:41.2581721 1753637 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.779] [INFO] [launch_manager] 2026/06/03 10:29:41.2581722 1753637 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.779] [INFO] [launch_manager] 2026/06/03 10:29:41.2581722 1753638 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.779] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.780] [INFO] [launch_manager] 2026/06/03 10:29:41.2581722 1753639 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.780] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.780] [INFO] [launch_manager] 2026/06/03 10:29:41.2581722 1753640 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.780] [INFO] [launch_manager] 2026/06/03 10:29:41.2581722 1753640 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.780] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.780] [INFO] [launch_manager] 2026/06/03 10:29:41.2581722 1753642 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.780] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.780] [INFO] [launch_manager] 2026/06/03 10:29:41.2581722 1753643 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:41.780] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.780] [INFO] [launch_manager] 2026/06/03 10:29:41.2581722 1753644 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.780] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.780] [INFO] [launch_manager] 2026/06/03 10:29:41.2581722 1753645 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.780] [INFO] [launch_manager] 2026/06/03 10:29:41.2581722 1753646 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:41.780] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.780] [INFO] [launch_manager] 2026/06/03 10:29:41.2581722 1753646 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.780] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.780] [INFO] [launch_manager] 2026/06/03 10:29:41.2581723 1753647 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.781] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.781] [INFO] [launch_manager] 2026/06/03 10:29:41.2581723 1753649 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:41.781] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.781] [INFO] [launch_manager] 2026/06/03 10:29:41.2581723 1753649 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.781] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.781] [INFO] [launch_manager] 2026/06/03 10:29:41.2581723 1753650 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.781] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.781] [INFO] [launch_manager] 2026/06/03 10:29:41.2581723 1753651 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:41.781] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.781] [INFO] [launch_manager] 2026/06/03 10:29:41.2581723 1753653 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.781] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.781] [INFO] [launch_manager] 2026/06/03 10:29:41.2581723 1753653 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.781] [INFO] [launch_manager] 2026/06/03 10:29:41.2581723 1753654 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.781] [INFO] [launch_manager] 2026/06/03 10:29:41.2581723 1753655 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.781] [INFO] [launch_manager] 2026/06/03 10:29:41.2581723 1753656 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.781] [INFO] [launch_manager] Response retrieved.
[2026-06-03 10:29:41.781] [INFO] [launch_manager] Failed to send response: response is not empty.
[2026-06-03 10:29:41.782] [INFO] [launch_manager] [ END STEP ] Attempt to launch process crashing on startup always
[2026-06-03 10:29:41.782] [INFO] [launch_manager] 2026/06/03 10:29:41.2581724 1753659 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.782] [INFO] [launch_manager] 2026/06/03 10:29:41.2581724 1753659 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:41.782] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:41.782] [INFO] [launch_manager] 2026/06/03 10:29:41.2581724 1753660 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.782] [INFO] [launch_manager] Response sent.
[2026-06-03 10:29:41.824] [INFO] [launch_manager] 2026/06/03 10:29:41.2581824 1754659 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-03 10:29:42.203] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:42.725] [INFO] [launch_manager] [ STEP ] Verify fallback run target was activated
[2026-06-03 10:29:42.725] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was activated
[2026-06-03 10:29:42.725] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-03 10:29:42.726] [INFO] [launch_manager] 2026/06/03 10:29:42.2582724 1763661 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:42.726] [INFO] [launch_manager] 2026/06/03 10:29:42.2582725 1763675 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-03 10:29:42.726] [INFO] [launch_manager] 2026/06/03 10:29:42.2582725 1763676 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-03 10:29:42.726] [INFO] [launch_manager] 2026/06/03 10:29:42.2582725 1763676 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:42.726] [INFO] [launch_manager] 2026/06/03 10:29:42.2582725 1763676 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-03 10:29:42.727] [INFO] [launch_manager] 2026/06/03 10:29:42.2582725 1763676 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-03 10:29:42.727] [INFO] [launch_manager] 2026/06/03 10:29:42.2582725 1763677 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:42.727] [INFO] [launch_manager] 2026/06/03 10:29:42.2582726 1763677 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:42.727] [INFO] [launch_manager] 2026/06/03 10:29:42.2582726 1763677 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:42.727] [INFO] [launch_manager] 2026/06/03 10:29:42.2582726 1763677 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:42.727] [INFO] [launch_manager] 2026/06/03 10:29:42.2582726 1763677 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:42.727] [INFO] [launch_manager] 2026/06/03 10:29:42.2582726 1763679 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock )
[2026-06-03 10:29:42.727] [INFO] [launch_manager] 2026/06/03 10:29:42.2582726 1763679 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 86 ( control_client_mock )
[2026-06-03 10:29:42.727] [INFO] [launch_manager] 2026/06/03 10:29:42.2582726 1763680 000 ECU1 LM LM log debug verbose 2 Request termination received for 86
[2026-06-03 10:29:42.727] [INFO] [launch_manager] 2026/06/03 10:29:42.2582726 1763684 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:42.727] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-03 10:29:42.766] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:42.767] [INFO] [launch_manager] 2026/06/03 10:29:42.2582767 1764090 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-03 10:29:42.767] [INFO] [launch_manager] 2026/06/03 10:29:42.2582767 1764091 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:42.767] [INFO] [launch_manager] 2026/06/03 10:29:42.2582767 1764092 000 ECU1 LM Sprv log debug verbose 3 Local Supervision ( control_client_mock_local_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:42.768] [INFO] [launch_manager] 2026/06/03 10:29:42.2582767 1764092 000 ECU1 LM Sprv log debug verbose 3 Global Supervision ( global_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:42.825] [INFO] [launch_manager] [ OK ] CrashOnStartup.ControlClientMock (2404 ms)
[2026-06-03 10:29:42.826] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2404 ms total)
[2026-06-03 10:29:42.826] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:42.826] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2404 ms total)
[2026-06-03 10:29:42.826] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:42.826] [INFO] [launch_manager] 2026/06/03 10:29:42.2582826 1764684 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 86 ( control_client_mock ) for node True terminated with status 0
[2026-06-03 10:29:42.828] [INFO] [launch_manager] 2026/06/03 10:29:42.2582827 1764696 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-03 10:29:42.828] [INFO] [launch_manager] 2026/06/03 10:29:42.2582827 1764696 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-03 10:29:42.828] [INFO] [launch_manager] 2026/06/03 10:29:42.2582827 1764696 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:42.828] [INFO] [launch_manager] 2026/06/03 10:29:42.2582827 1764696 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:42.828] [INFO] [launch_manager] 2026/06/03 10:29:42.2582827 1764697 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:42.828] [INFO] [launch_manager] 2026/06/03 10:29:42.2582827 1764697 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:42.828] [INFO] [launch_manager] 2026/06/03 10:29:42.2582828 1764697 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:42.828] [INFO] [launch_manager] 2026/06/03 10:29:42.2582828 1764697 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 102 ms
[2026-06-03 10:29:42.828] [INFO] [launch_manager] 2026/06/03 10:29:42.2582828 1764697 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:42.867] [INFO] [launch_manager] 2026/06/03 10:29:42.2582867 1765090 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-03 10:29:43.455] [INFO] [launch_manager] 2026/06/03 10:29:43.2583454 1770966 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-03 10:29:43.455] [INFO] [launch_manager] 2026/06/03 10:29:43.2583454 1770966 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-03 10:29:43.455] [INFO] [launch_manager] 2026/06/03 10:29:43.2583454 1770966 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-03 10:29:43.455] [INFO] [launch_manager] 2026/06/03 10:29:43.2583454 1770966 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-03 10:29:43.455] [INFO] [launch_manager] 2026/06/03 10:29:43.2583454 1770966 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:43.455] [INFO] [launch_manager] 2026/06/03 10:29:43.2583454 1770967 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:43.455] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-03 10:29:43.455] [INFO] [launch_manager] 2026/06/03 10:29:43.2583454 1770967 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:43.455] [INFO] [launch_manager] 2026/06/03 10:29:43.2583455 1770967 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:43.455] [INFO] [launch_manager] 2026/06/03 10:29:43.2583455 1770967 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:43.455] [INFO] [launch_manager] 2026/06/03 10:29:43.2583455 1770967 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:43.456] [INFO] [launch_manager] 2026/06/03 10:29:43.2583455 1770968 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:43.456] [INFO] [launch_manager] 2026/06/03 10:29:43.2583455 1770968 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:43.456] [INFO] [launch_manager] 2026/06/03 10:29:43.2583455 1770968 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:43.456] [INFO] [launch_manager] 2026/06/03 10:29:43.2583455 1770968 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:43.456] [INFO] [launch_manager] 2026/06/03 10:29:43.2583455 1770969 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-03 10:29:43.456] [INFO] [launch_manager] 2026/06/03 10:29:43.2583455 1770969 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:43.456] [INFO] [launch_manager] 2026/06/03 10:29:43.2583455 1770969 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-03 10:29:43.527] [INFO] [launch_manager] 2026/06/03 10:29:43.2583527 1771692 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-03 10:29:43.567] [INFO] [launch_manager] 2026/06/03 10:29:43.2583567 1772090 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-03 10:29:43.569] [INFO] [launch_manager] 2026/06/03 10:29:43.2583569 1772113 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-03 10:29:43.570] [INFO] [launch_manager] 2026/06/03 10:29:43.2583569 1772114 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-06-03 10:29:44.014] [INFO] [tests.utils.testing_utils.setup_test] Test case teardown started
[2026-06-03 10:29:44.014] [INFO] [tests.utils.testing_utils.setup_test] Trying to download core dumps
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/888/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/crash_on_startup/crash_on_startup/test.xml -
============================== 1 passed in 4.72s ===============================
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/890/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-03 10:29:40.401] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-03 10:29:40.548] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:40.548] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:40.549] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:40.549] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:40.560] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:40.580] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-03 10:29:40.582] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/5de8f25928d94a8209b524fa90f8e5a456210149fbeb2cbf58bdc80773da24c7/json HTTP/1.1" 200 None
[2026-06-03 10:29:40.725] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/5de8f25928d94a8209b524fa90f8e5a456210149fbeb2cbf58bdc80773da24c7/start HTTP/1.1" 204 0
[2026-06-03 10:29:40.726] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:40.726] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:40.727] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:40.727] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:40.735] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:41.094] [INFO] [tests.utils.testing_utils.setup_test] core_pattern: b'|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d\n'
[2026-06-03 10:29:41.094] [WARNING] [tests.utils.testing_utils.setup_test] ulimit res:
|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d
[2026-06-03 10:29:41.155] [INFO] [tests.utils.testing_utils.setup_test] ulimit set:unlimited
[2026-06-03 10:29:41.155] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-03 10:29:41.280] [INFO] [launch_manager] 2026/06/03 10:29:41.2581279 1749216 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-03 10:29:41.280] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749219 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-03 10:29:41.280] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749219 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-03 10:29:41.280] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749220 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-03 10:29:41.280] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749220 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-03 10:29:41.281] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749221 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crashing_app_on_runtime ( IdentifierHash: 2790219684262892047 )
[2026-06-03 10:29:41.281] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749221 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-03 10:29:41.281] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749221 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-03 10:29:41.281] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749222 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_crash_monitoring/control_client_mock
[2026-06-03 10:29:41.281] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749222 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-03 10:29:41.281] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749222 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-03 10:29:41.281] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749223 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating
[2026-06-03 10:29:41.281] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749223 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-03 10:29:41.282] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749223 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-03 10:29:41.282] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749223 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-03 10:29:41.282] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749224 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-03 10:29:41.282] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749224 000 ECU1 LM LM log debug verbose 3 Process component_crashing_on_runtime is Reporting execution state
[2026-06-03 10:29:41.282] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749224 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:41.282] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749225 000 ECU1 LM LM log debug verbose 3 Process component_crashing_on_runtime is NOT Self terminating
[2026-06-03 10:29:41.282] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749225 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-03 10:29:41.282] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749225 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/process_crash_monitoring/verification_process
[2026-06-03 10:29:41.283] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749226 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state
[2026-06-03 10:29:41.283] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749226 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:41.283] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749226 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-03 10:29:41.283] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749226 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-03 10:29:41.283] [INFO] [launch_manager] 2026/06/03 10:29:41.2581280 1749227 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-03 10:29:41.283] [INFO] [launch_manager] 2026/06/03 10:29:41.2581281 1749227 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-03 10:29:41.283] [INFO] [launch_manager] 2026/06/03 10:29:41.2581281 1749227 000 ECU1 LM LM log debug verbose 3 Creating graph with 3 nodes
[2026-06-03 10:29:41.284] [INFO] [launch_manager] 2026/06/03 10:29:41.2581281 1749227 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-03 10:29:41.284] [INFO] [launch_manager] 2026/06/03 10:29:41.2581281 1749228 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-03 10:29:41.284] [INFO] [launch_manager] 2026/06/03 10:29:41.2581281 1749228 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 3 entries
[2026-06-03 10:29:41.284] [INFO] [launch_manager] 2026/06/03 10:29:41.2581281 1749228 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-03 10:29:41.284] [INFO] [launch_manager] 2026/06/03 10:29:41.2581281 1749229 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-03 10:29:41.295] [INFO] [launch_manager] 2026/06/03 10:29:41.2581294 1749363 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 3 processes
[2026-06-03 10:29:41.295] [INFO] [launch_manager] 2026/06/03 10:29:41.2581294 1749364 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-03 10:29:41.295] [INFO] [launch_manager] 2026/06/03 10:29:41.2581294 1749365 000 ECU1 LM LM log debug verbose 5
[2026-06-03 10:29:41.296] [INFO] [launch_manager] Process 0 has 0 start dependencies
[2026-06-03 10:29:41.296] [INFO] [launch_manager] 2026/06/03 10:29:41.2581296 1749379 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:41.297] [INFO] [launch_manager] Creating process node with id: 1
[2026-06-03 10:29:41.297] [INFO] [launch_manager] 2026/06/03 10:29:41.2581296 1749381 000 ECU1 LM LM log debug verbose 5
[2026-06-03 10:29:41.297] [INFO] [launch_manager] Process 1 has 0 start dependencies
[2026-06-03 10:29:41.297] [INFO] [launch_manager] 2026/06/03 10:29:41.2581296 1749383 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:41.297] [INFO] [launch_manager] Creating process node with id: 2
[2026-06-03 10:29:41.297] [INFO] [launch_manager] 2026/06/03 10:29:41.2581296 1749385 000 ECU1 LM LM log debug verbose 5
[2026-06-03 10:29:41.297] [INFO] [launch_manager] Process 2 has 0 start dependencies
[2026-06-03 10:29:41.297] [INFO] [launch_manager] 2026/06/03 10:29:41.2581296 1749386 000 ECU1 LM LM log debug verbose 3
[2026-06-03 10:29:41.298] [INFO] [launch_manager] Created 3 process nodes
[2026-06-03 10:29:41.298] [INFO] [launch_manager] 2026/06/03 10:29:41.2581297 1749387 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:41.298] [INFO] [launch_manager] Creating successor lists for process group MainPG
[2026-06-03 10:29:41.303] [INFO] [launch_manager] 2026/06/03 10:29:41.2581297 1749389 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.303] [INFO] [launch_manager] Graphs initialized
[2026-06-03 10:29:41.304] [INFO] [launch_manager] 2026/06/03 10:29:41.2581297 1749392 000 ECU1 LM Fcty log info verbose 2
[2026-06-03 10:29:41.304] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-03 10:29:41.304] [INFO] [launch_manager] 2026/06/03 10:29:41.2581297 1749393 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:29:41.304] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-03 10:29:41.304] [INFO] [launch_manager] 2026/06/03 10:29:41.2581297 1749395 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:29:41.304] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Local Supervision buffer size: 100
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581300 1749419 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Global Supervision buffer size: 100
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581300 1749421 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581300 1749422 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581300 1749422 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581300 1749423 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581300 1749424 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581300 1749426 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749427 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749431 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:29:41.305] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created Monitor interface IPC with path: lifecycle_health_control_client_mock
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749431 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749432 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749433 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749433 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749434 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749435 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-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749435 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749436 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created local supervision: control_client_mock_local_supervision
[2026-06-03 10:29:41.305] [INFO] [launch_manager] 2026/06/03 10:29:41.2581301 1749437 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed local supervisions: 1
[2026-06-03 10:29:41.306] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749437 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created global supervision: global_supervision
[2026-06-03 10:29:41.306] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749438 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed global supervisions: 1
[2026-06-03 10:29:41.306] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749439 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created recovery notification: recovery_notification
[2026-06-03 10:29:41.306] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749439 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed recovery notifications: 1
[2026-06-03 10:29:41.306] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749440 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-03 10:29:41.306] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749440 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-03 10:29:41.306] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749441 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 4 ms
[2026-06-03 10:29:41.306] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749443 000 ECU1 LM LM log info verbose 1
[2026-06-03 10:29:41.306] [INFO] [launch_manager] LCM started successfully
[2026-06-03 10:29:41.306] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749444 000 ECU1 LM LM log debug verbose 3
[2026-06-03 10:29:41.306] [INFO] [launch_manager] clock() at run(): 38.500000 ms
[2026-06-03 10:29:41.307] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749445 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-03 10:29:41.307] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749446 000 ECU1 LM LM log debug verbose 9
[2026-06-03 10:29:41.307] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:41.307] [INFO] [launch_manager] 2026/06/03 10:29:41.2581302 1749447 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:41.307] [INFO] [launch_manager] 2026/06/03 10:29:41.2581303 1749447 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:41.307] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-03 10:29:41.307] [INFO] [launch_manager] 2026/06/03 10:29:41.2581303 1749448 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:41.307] [INFO] [launch_manager] 2026/06/03 10:29:41.2581303 1749448 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:41.307] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-03 10:29:41.308] [INFO] [launch_manager] 2026/06/03 10:29:41.2581303 1749449 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:41.308] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-03 10:29:41.308] [INFO] [launch_manager] 2026/06/03 10:29:41.2581303 1749450 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:41.308] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-03 10:29:41.308] [INFO] [launch_manager] 2026/06/03 10:29:41.2581303 1749451 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-03 10:29:41.308] [INFO] [launch_manager] 2026/06/03 10:29:41.2581303 1749452 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock process
[2026-06-03 10:29:41.308] [INFO] [launch_manager] 2026/06/03 10:29:41.2581303 1749452 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-03 10:29:41.308] [INFO] [launch_manager] 2026/06/03 10:29:41.2581303 1749457 000 ECU1 LM LM log debug verbose 4 startProcess pid 93 received for process: control_client_mock
[2026-06-03 10:29:41.308] [INFO] [launch_manager] 2026/06/03 10:29:41.2581304 1749457 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-03 10:29:41.308] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:41.308] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:41.308] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-03 10:29:41.309] [INFO] [launch_manager] [ RUN ] ProcessCrashMonitoring.ControlClientMock
[2026-06-03 10:29:41.309] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-03 10:29:41.310] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-03 10:29:41.311] [INFO] [launch_manager] [ STEP ] Start crashing process
[2026-06-03 10:29:41.311] [INFO] [launch_manager] 2026/06/03 10:29:41.2581311 1749531 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:41.311] [INFO] [launch_manager] 2026/06/03 10:29:41.2581311 1749536 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 93 ( control_client_mock ) process 0 of group MainPG
[2026-06-03 10:29:41.312] [INFO] [launch_manager] 2026/06/03 10:29:41.2581311 1749536 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-03 10:29:41.312] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749537 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.312] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749538 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 39.763000 ms
[2026-06-03 10:29:41.312] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749539 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:41.312] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749539 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 9 ms
[2026-06-03 10:29:41.312] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749540 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:41.312] [INFO] [launch_manager] Control Client handler nudged
[2026-06-03 10:29:41.313] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749545 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_crashing_app_on_runtime of PG MainPG
[2026-06-03 10:29:41.313] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749546 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-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749546 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749546 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-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749546 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crashing_app_on_runtime for PG MainPG
[2026-06-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749546 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749547 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749547 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581312 1749547 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581313 1749547 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581313 1749547 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581313 1749547 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581313 1749548 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581313 1749549 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-03 10:29:41.314] [INFO] [launch_manager] 2026/06/03 10:29:41.2581313 1749554 000 ECU1 LM LM log debug verbose 4 startProcess pid 95 received for process: component_crashing_on_runtime
[2026-06-03 10:29:41.318] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:41.318] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:41.318] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-03 10:29:41.318] [INFO] [launch_manager] [ RUN ] ProcessCrashMonitoring.CrashingProcess
[2026-06-03 10:29:41.318] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-03 10:29:41.321] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-03 10:29:41.322] [INFO] [launch_manager] [ OK ] ProcessCrashMonitoring.CrashingProcess (2 ms)
[2026-06-03 10:29:41.322] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2 ms total)
[2026-06-03 10:29:41.322] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:41.322] [INFO] [launch_manager] 2026/06/03 10:29:41.2581322 1749637 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 95 ( component_crashing_on_runtime ) process 1 of group MainPG
[2026-06-03 10:29:41.322] [INFO] [launch_manager] 2026/06/03 10:29:41.2581322 1749638 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_crashing_on_runtime ) done
[2026-06-03 10:29:41.322] [INFO] [launch_manager] 2026/06/03 10:29:41.2581322 1749638 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:41.323] [INFO] [launch_manager] 2026/06/03 10:29:41.2581322 1749638 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_crashing_app_on_runtime in 9 ms
[2026-06-03 10:29:41.323] [INFO] [launch_manager] 2026/06/03 10:29:41.2581322 1749639 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.323] [INFO] [launch_manager] 2026/06/03 10:29:41.2581322 1749639 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_crashing_app_on_runtime of PG MainPG
[2026-06-03 10:29:41.323] [INFO] [launch_manager] 2026/06/03 10:29:41.2581322 1749639 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-03 10:29:41.323] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (5 ms total)
[2026-06-03 10:29:41.323] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:41.354] [INFO] [launch_manager] 2026/06/03 10:29:41.2581354 1749962 000 ECU1 LM Sprv log debug verbose 6
[2026-06-03 10:29:41.355] [INFO] [launch_manager] Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-03 10:29:41.355] [INFO] [launch_manager] 2026/06/03 10:29:41.2581354 1749966 000 ECU1 LM Sprv log debug verbose 6
[2026-06-03 10:29:41.355] [INFO] [launch_manager] Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-03 10:29:41.355] [INFO] [launch_manager] 2026/06/03 10:29:41.2581355 1749967 000 ECU1 LM Sprv log debug verbose 6
[2026-06-03 10:29:41.355] [INFO] [launch_manager] Process with Id component_crashing_on_runtime changed state PG MainPG/run_target_crashing_app_on_runtime PS 1
[2026-06-03 10:29:41.355] [INFO] [launch_manager] 2026/06/03 10:29:41.2581355 1749969 000 ECU1 LM Sprv log debug verbose 6
[2026-06-03 10:29:41.355] [INFO] [launch_manager] Process with Id component_crashing_on_runtime changed state PG MainPG/run_target_crashing_app_on_runtime PS 2
[2026-06-03 10:29:41.355] [INFO] [launch_manager] 2026/06/03 10:29:41.2581355 1749970 000 ECU1 LM Sprv log info verbose 3
[2026-06-03 10:29:41.356] [INFO] [launch_manager] Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-03 10:29:41.356] [INFO] [launch_manager] 2026/06/03 10:29:41.2581355 1749972 000 ECU1 LM Sprv log info verbose 3
[2026-06-03 10:29:41.356] [INFO] [launch_manager] Local Supervision ( control_client_mock_local_supervision ) switched to OK.
[2026-06-03 10:29:41.356] [INFO] [launch_manager] 2026/06/03 10:29:41.2581355 1749973 000 ECU1 LM Sprv log info verbose 3
[2026-06-03 10:29:41.356] [INFO] [launch_manager] Global Supervision ( global_supervision ) switched to OK.
[2026-06-03 10:29:41.370] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:41.410] [INFO] [launch_manager] 2026/06/03 10:29:41.2581409 1750512 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-03 10:29:41.410] [INFO] [launch_manager] [ END STEP ] Start crashing process
[2026-06-03 10:29:41.935] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:42.323] [INFO] [launch_manager] Process crashing...
[2026-06-03 10:29:42.431] [INFO] [launch_manager] 2026/06/03 10:29:42.2582430 1760726 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 95 ( component_crashing_on_runtime ) for node True terminated with status 134
[2026-06-03 10:29:42.431] [INFO] [launch_manager] 2026/06/03 10:29:42.2582430 1760726 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 95 ( component_crashing_on_runtime )
[2026-06-03 10:29:42.431] [INFO] [launch_manager] 2026/06/03 10:29:42.2582430 1760727 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-03 10:29:42.453] [INFO] [launch_manager] 2026/06/03 10:29:42.2582452 1760944 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-03 10:29:42.482] [INFO] [launch_manager] 2026/06/03 10:29:42.2582481 1761236 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-03 10:29:42.482] [INFO] [launch_manager] 2026/06/03 10:29:42.2582482 1761237 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:42.482] [INFO] [launch_manager] 2026/06/03 10:29:42.2582482 1761237 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:42.482] [INFO] [launch_manager] 2026/06/03 10:29:42.2582482 1761237 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:42.483] [INFO] [launch_manager] 2026/06/03 10:29:42.2582482 1761238 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:42.483] [INFO] [launch_manager] 2026/06/03 10:29:42.2582482 1761238 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:42.483] [INFO] [launch_manager] 2026/06/03 10:29:42.2582482 1761238 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:42.483] [INFO] [launch_manager] 2026/06/03 10:29:42.2582482 1761238 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:42.483] [INFO] [launch_manager] 2026/06/03 10:29:42.2582482 1761239 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( verification_component ) from executable /tmp/tests/process_crash_monitoring/verification_process
[2026-06-03 10:29:42.483] [INFO] [launch_manager] 2026/06/03 10:29:42.2582482 1761246 000 ECU1 LM LM log debug verbose 4
[2026-06-03 10:29:42.484] [INFO] [launch_manager] startProcess pid 108 received for process: verification_component
[2026-06-03 10:29:42.484] [INFO] [launch_manager] 2026/06/03 10:29:42.2582484 1761260 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 108 ( verification_component ) process 2 of group MainPG
[2026-06-03 10:29:42.484] [INFO] [launch_manager] 2026/06/03 10:29:42.2582484 1761261 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( verification_component ) done
[2026-06-03 10:29:42.486] [INFO] [launch_manager] 2026/06/03 10:29:42.2582486 1761282 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:42.486] [INFO] [launch_manager] 2026/06/03 10:29:42.2582486 1761283 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/fallback_run_target in 4 ms
[2026-06-03 10:29:42.486] [INFO] [launch_manager] 2026/06/03 10:29:42.2582486 1761284 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:42.487] [INFO] [launch_manager] 2026/06/03 10:29:42.2582486 1761285 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:42.487] [INFO] [launch_manager] 2026/06/03 10:29:42.2582486 1761286 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-03 10:29:42.488] [INFO] [launch_manager] 2026/06/03 10:29:42.2582487 1761297 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 108 ( verification_component ) for node True terminated with status 0
[2026-06-03 10:29:42.496] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:42.514] [INFO] [launch_manager] 2026/06/03 10:29:42.2582513 1761556 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:42.514] [INFO] [launch_manager] Response retrieved.
[2026-06-03 10:29:43.051] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:43.410] [INFO] [launch_manager] [ STEP ] Verify state changed to fallback run target
[2026-06-03 10:29:43.410] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-03 10:29:43.410] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-03 10:29:43.410] [INFO] [launch_manager] 2026/06/03 10:29:43.2583409 1770516 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:43.411] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770528 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-03 10:29:43.411] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770528 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-03 10:29:43.411] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770528 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:43.411] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770529 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-03 10:29:43.411] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770529 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-03 10:29:43.411] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770530 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:43.411] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770531 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:43.411] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770531 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:43.412] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770532 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:43.412] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-03 10:29:43.412] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770534 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock )
[2026-06-03 10:29:43.412] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770535 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 93 ( control_client_mock )
[2026-06-03 10:29:43.412] [INFO] [launch_manager] 2026/06/03 10:29:43.2583411 1770535 000 ECU1 LM LM log debug verbose 2 Request termination received for 93
[2026-06-03 10:29:43.412] [INFO] [launch_manager] 2026/06/03 10:29:43.2583412 1770538 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:43.412] [INFO] [launch_manager] Request acknowledged.
[2026-06-03 10:29:43.412] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-03 10:29:43.416] [INFO] [launch_manager] [ OK ] ProcessCrashMonitoring.ControlClientMock (2108 ms)
[2026-06-03 10:29:43.416] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2108 ms total)
[2026-06-03 10:29:43.416] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:43.416] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2110 ms total)
[2026-06-03 10:29:43.416] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:43.417] [INFO] [launch_manager] 2026/06/03 10:29:43.2583417 1770589 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 93 ( control_client_mock ) for node True terminated with status 0
[2026-06-03 10:29:43.418] [INFO] [launch_manager] 2026/06/03 10:29:43.2583418 1770598 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-03 10:29:43.418] [INFO] [launch_manager] 2026/06/03 10:29:43.2583418 1770598 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-03 10:29:43.418] [INFO] [launch_manager] 2026/06/03 10:29:43.2583418 1770598 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:43.418] [INFO] [launch_manager] 2026/06/03 10:29:43.2583418 1770598 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:43.418] [INFO] [launch_manager] 2026/06/03 10:29:43.2583418 1770599 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:43.418] [INFO] [launch_manager] 2026/06/03 10:29:43.2583418 1770599 000 ECU1 LM LM log debug verbose 9
[2026-06-03 10:29:43.418] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:43.418] [INFO] [launch_manager] 2026/06/03 10:29:43.2583418 1770599 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 7 ms
[2026-06-03 10:29:43.418] [INFO] [launch_manager] 2026/06/03 10:29:43.2583418 1770599 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:43.453] [INFO] [launch_manager] 2026/06/03 10:29:43.2583452 1770944 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-03 10:29:43.453] [INFO] [launch_manager] 2026/06/03 10:29:43.2583452 1770944 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-03 10:29:43.453] [INFO] [launch_manager] 2026/06/03 10:29:43.2583452 1770945 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:43.453] [INFO] [launch_manager] 2026/06/03 10:29:43.2583452 1770945 000 ECU1 LM Sprv log debug verbose 3 Local Supervision ( control_client_mock_local_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:43.453] [INFO] [launch_manager] 2026/06/03 10:29:43.2583452 1770945 000 ECU1 LM Sprv log debug verbose 3 Global Supervision ( global_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:43.731] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773732 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773732 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773732 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773732 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773733 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773733 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773733 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773733 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773733 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773734 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773734 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773734 000 ECU1 LM LM log debug verbose 9
[2026-06-03 10:29:43.732] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773735 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773735 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:43.732] [INFO] [launch_manager] 2026/06/03 10:29:43.2583731 1773735 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-03 10:29:43.818] [INFO] [launch_manager] 2026/06/03 10:29:43.2583817 1774594 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-03 10:29:43.853] [INFO] [launch_manager] 2026/06/03 10:29:43.2583852 1774944 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-03 10:29:43.854] [INFO] [launch_manager] 2026/06/03 10:29:43.2583853 1774956 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-03 10:29:43.854] [INFO] [launch_manager] 2026/06/03 10:29:43.2583853 1774956 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-06-03 10:29:44.299] [INFO] [tests.utils.testing_utils.setup_test] Test case teardown started
[2026-06-03 10:29:44.299] [INFO] [tests.utils.testing_utils.setup_test] Trying to download core dumps
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/890/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_crash_monitoring/process_crash_monitoring/test.xml -
============================== 1 passed in 4.06s ===============================
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/884/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-03 10:29:30.261] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-03 10:29:35.633] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:35.633] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:35.634] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:35.634] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:35.648] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:35.665] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-03 10:29:35.666] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/e032dec1c9c6d8caf6b72ef15ad7d1d514fbaf7ab020a946729ef9612bf368dd/json HTTP/1.1" 200 None
[2026-06-03 10:29:35.886] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e032dec1c9c6d8caf6b72ef15ad7d1d514fbaf7ab020a946729ef9612bf368dd/start HTTP/1.1" 204 0
[2026-06-03 10:29:35.887] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:35.887] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:35.888] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:35.888] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:35.906] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:36.297] [INFO] [tests.utils.testing_utils.setup_test] core_pattern: b'|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d\n'
[2026-06-03 10:29:36.298] [WARNING] [tests.utils.testing_utils.setup_test] ulimit res:
|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d
[2026-06-03 10:29:36.366] [INFO] [tests.utils.testing_utils.setup_test] ulimit set:unlimited
[2026-06-03 10:29:36.367] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-03 10:29:36.523] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701550 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-03 10:29:36.523] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701553 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-03 10:29:36.523] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701554 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-03 10:29:36.523] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701554 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-03 10:29:36.523] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701555 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-03 10:29:36.523] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701555 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_a ( IdentifierHash: 4535707649935996147 )
[2026-06-03 10:29:36.524] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701555 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_c ( IdentifierHash: 6199163020077258462 )
[2026-06-03 10:29:36.524] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701555 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-03 10:29:36.524] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701556 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-03 10:29:36.524] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701556 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/switch_run_target/control_client_mock
[2026-06-03 10:29:36.524] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701556 000 ECU1 LM LM log debug verbose 3 Process component_initial is Reporting execution state
[2026-06-03 10:29:36.524] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701557 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-03 10:29:36.524] [INFO] [launch_manager] 2026/06/03 10:29:36.2576513 1701557 000 ECU1 LM LM log debug verbose 3 Process component_initial is NOT Self terminating
[2026-06-03 10:29:36.524] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701557 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-03 10:29:36.524] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701557 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-03 10:29:36.524] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701558 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/switch_run_target/component_a
[2026-06-03 10:29:36.524] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701558 000 ECU1 LM LM log debug verbose 3 Process component_a is Reporting execution state
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701558 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701558 000 ECU1 LM LM log debug verbose 3 Process component_a is NOT Self terminating
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701558 000 ECU1 LM LM log debug verbose 4 ParseProcessExecutionDependency: target process path: component_b ID: component_b
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701559 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701560 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/switch_run_target/component_b
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701560 000 ECU1 LM LM log debug verbose 3 Process component_b is Reporting execution state
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701561 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701561 000 ECU1 LM LM log debug verbose 3 Process component_b is NOT Self terminating
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701562 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701562 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/switch_run_target/reporting_process
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701562 000 ECU1 LM LM log debug verbose 3 Process component_e is Reporting execution state
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701562 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701563 000 ECU1 LM LM log debug verbose 3 Process component_e is NOT Self terminating
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701563 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 4 executable_path_: /tmp/tests/switch_run_target/component_d
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701563 000 ECU1 LM LM log debug verbose 3 Process component_d is Reporting execution state
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701564 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701564 000 ECU1 LM LM log debug verbose 3 Process component_d is NOT Self terminating
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701564 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701564 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_c
[2026-06-03 10:29:36.525] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701565 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701565 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701565 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701566 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701566 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701566 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701566 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576514 1701567 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701580 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 4 processes
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701580 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701581 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701581 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701581 000 ECU1 LM LM log debug verbose 5 Process 1 has 1 start dependencies
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701582 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701582 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701582 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701582 000 ECU1 LM LM log debug verbose 5 Process 3 has 0 start dependencies
[2026-06-03 10:29:36.526] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701582 000 ECU1 LM LM log debug verbose 3 Created 4 process nodes
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701583 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701583 000 ECU1 LM LM log debug verbose 4 Adding kRunning successor for process 2 : 1
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701583 000 ECU1 LM LM log debug verbose 4 Added successor node dependency: 2 -> 1
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701583 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701585 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701585 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701585 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Local Supervision buffer size: 100
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701585 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Global Supervision buffer size: 100
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701586 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701586 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701586 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701586 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576516 1701587 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701587 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: component_initial
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701587 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-03 10:29:36.527] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701588 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-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701588 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701589 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_component_initial
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701589 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701589 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: component_initial_checkpoint
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701589 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701590 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: component_initial_alive_supervision
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701590 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701590 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created local supervision: component_initial_local_supervision
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701591 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed local supervisions: 1
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701591 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created global supervision: global_supervision
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701591 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed global supervisions: 1
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701591 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created recovery notification: recovery_notification
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701592 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed recovery notifications: 1
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701592 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701592 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701592 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 0 ms
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701593 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-03 10:29:36.528] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701593 000 ECU1 LM LM log debug verbose 3 clock() at run(): 39.897000 ms
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701594 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701594 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701594 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701595 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701595 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701595 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701595 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701595 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701595 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576517 1701596 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576519 1701609 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-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576519 1701609 000 ECU1 LM LM log debug verbose 3 Initialize the control client for component_initial process
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576519 1701610 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576519 1701615 000 ECU1 LM LM log debug verbose 4 startProcess pid 86 received for process: component_initial
[2026-06-03 10:29:36.529] [INFO] [launch_manager] 2026/06/03 10:29:36.2576519 1701615 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-03 10:29:36.529] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:36.529] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:36.530] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget
[2026-06-03 10:29:36.530] [INFO] [launch_manager] [ RUN ] SwitchRunTarget.ControlClientMock
[2026-06-03 10:29:36.530] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-03 10:29:36.531] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-03 10:29:36.531] [INFO] [launch_manager] [ STEP ] Activate run target A
[2026-06-03 10:29:36.531] [INFO] [launch_manager] 2026/06/03 10:29:36.2576527 1701697 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 86 ( component_initial ) process 0 of group MainPG
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576528 1701699 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( component_initial ) done
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576528 1701703 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576528 1701705 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 41.230000 ms
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576528 1701705 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576529 1701708 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 11 ms
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576529 1701714 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576529 1701716 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_a of PG MainPG
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701719 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_a
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701721 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701721 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_a to
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701723 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_a for PG MainPG
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701723 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701724 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701724 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701725 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701725 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.532] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701726 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.533] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701725 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.533] [INFO] [launch_manager] 2026/06/03 10:29:36.2576530 1701727 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.533] [INFO] [launch_manager] 2026/06/03 10:29:36.2576531 1701727 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-03 10:29:36.533] [INFO] [launch_manager] 2026/06/03 10:29:36.2576531 1701727 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.533] [INFO] [launch_manager] 2026/06/03 10:29:36.2576531 1701728 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.535] [INFO] [launch_manager] 2026/06/03 10:29:36.2576532 1701741 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( component_b ) from executable /tmp/tests/switch_run_target/component_b
[2026-06-03 10:29:36.536] [INFO] [launch_manager] 2026/06/03 10:29:36.2576532 1701747 000 ECU1 LM LM log debug verbose 4 startProcess pid 88 received for process: component_b
[2026-06-03 10:29:36.536] [INFO] [launch_manager] 2026/06/03 10:29:36.2576533 1701748 000 ECU1 LM LM log debug verbose 6 Starting process 3 ( component_d ) from executable /tmp/tests/switch_run_target/component_d
[2026-06-03 10:29:36.536] [INFO] [launch_manager] 2026/06/03 10:29:36.2576533 1701754 000 ECU1 LM LM log debug verbose 4 startProcess pid 89 received for process: component_d
[2026-06-03 10:29:36.539] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:36.539] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:36.539] [INFO] [launch_manager] [----------] 1 test from ComponentB
[2026-06-03 10:29:36.539] [INFO] [launch_manager] [ RUN ] ComponentB.RunAndVerify
[2026-06-03 10:29:36.539] [INFO] [launch_manager] [ STEP ] Verify startup order
[2026-06-03 10:29:36.539] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-03 10:29:36.539] [INFO] [launch_manager] [ STEP ] Report running
[2026-06-03 10:29:36.540] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-03 10:29:36.542] [INFO] [launch_manager] 2026/06/03 10:29:36.2576541 1701836 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 88 ( component_b ) process 2 of group MainPG
[2026-06-03 10:29:36.542] [INFO] [launch_manager] 2026/06/03 10:29:36.2576541 1701837 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( component_a ) from executable /tmp/tests/switch_run_target/component_a
[2026-06-03 10:29:36.546] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:36.546] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:36.546] [INFO] [launch_manager] [----------] 1 test from ComponentA
[2026-06-03 10:29:36.546] [INFO] [launch_manager] [ RUN ] ComponentA.RunAndVerify
[2026-06-03 10:29:36.546] [INFO] [launch_manager] [ STEP ] Report running
[2026-06-03 10:29:36.546] [INFO] [launch_manager] 2026/06/03 10:29:36.2576544 1701861 000 ECU1 LM LM log debug verbose 4 startProcess pid 90 received for process: component_a
[2026-06-03 10:29:36.546] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:36.546] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:36.546] [INFO] [launch_manager] [----------] 1 test from ComponentD
[2026-06-03 10:29:36.546] [INFO] [launch_manager] [ RUN ] ComponentD.RunAndVerify
[2026-06-03 10:29:36.546] [INFO] [launch_manager] [ STEP ] Report running
[2026-06-03 10:29:36.547] [INFO] [launch_manager] 2026/06/03 10:29:36.2576544 1701865 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( component_b ) done
[2026-06-03 10:29:36.547] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-03 10:29:36.547] [INFO] [launch_manager] [ STEP ] Verify startup order
[2026-06-03 10:29:36.547] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-03 10:29:36.547] [INFO] [launch_manager] 2026/06/03 10:29:36.2576546 1701882 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 90 ( component_a ) process 1 of group MainPG
[2026-06-03 10:29:36.547] [INFO] [launch_manager] 2026/06/03 10:29:36.2576546 1701883 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_a ) done
[2026-06-03 10:29:36.547] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-03 10:29:36.548] [INFO] [launch_manager] 2026/06/03 10:29:36.2576548 1701898 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 89 ( component_d ) process 3 of group MainPG
[2026-06-03 10:29:36.548] [INFO] [launch_manager] 2026/06/03 10:29:36.2576548 1701898 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( component_d ) done
[2026-06-03 10:29:36.548] [INFO] [launch_manager] 2026/06/03 10:29:36.2576548 1701899 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:36.548] [INFO] [launch_manager] 2026/06/03 10:29:36.2576548 1701899 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_a in 17 ms
[2026-06-03 10:29:36.548] [INFO] [launch_manager] 2026/06/03 10:29:36.2576548 1701899 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.548] [INFO] [launch_manager] 2026/06/03 10:29:36.2576548 1701900 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_a of PG MainPG
[2026-06-03 10:29:36.548] [INFO] [launch_manager] 2026/06/03 10:29:36.2576548 1701900 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-03 10:29:36.568] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702094 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 1
[2026-06-03 10:29:36.568] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702094 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 2
[2026-06-03 10:29:36.568] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702095 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/run_target_a PS 1
[2026-06-03 10:29:36.568] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702095 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/run_target_a PS 1
[2026-06-03 10:29:36.568] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702096 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/run_target_a PS 2
[2026-06-03 10:29:36.568] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702096 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/run_target_a PS 1
[2026-06-03 10:29:36.568] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702096 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/run_target_a PS 2
[2026-06-03 10:29:36.568] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702096 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/run_target_a PS 2
[2026-06-03 10:29:36.568] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702097 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( component_initial_alive_supervision ) switched to OK.
[2026-06-03 10:29:36.568] [INFO] [launch_manager] 2026/06/03 10:29:36.2576567 1702097 000 ECU1 LM Sprv log info verbose 3 Local Supervision ( component_initial_local_supervision ) switched to OK.
[2026-06-03 10:29:36.568] [INFO] [launch_manager] 2026/06/03 10:29:36.2576568 1702097 000 ECU1 LM Sprv log info verbose 3 Global Supervision ( global_supervision ) switched to OK.
[2026-06-03 10:29:36.583] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:36.622] [INFO] [launch_manager] 2026/06/03 10:29:36.2576622 1702640 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-03 10:29:36.622] [INFO] [launch_manager] [ END STEP ] Activate run target A
[2026-06-03 10:29:36.622] [INFO] [launch_manager] [ STEP ] Verify running processes
[2026-06-03 10:29:36.622] [INFO] [launch_manager] [ END STEP ] Verify running processes
[2026-06-03 10:29:36.622] [INFO] [launch_manager] [ STEP ] Activate RunTarget Startup
[2026-06-03 10:29:36.622] [INFO] [launch_manager] 2026/06/03 10:29:36.2576622 1702642 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:36.623] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702649 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Startup of PG MainPG
[2026-06-03 10:29:36.623] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702650 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Startup
[2026-06-03 10:29:36.623] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702650 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.623] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702650 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Startup to
[2026-06-03 10:29:36.623] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702651 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Startup for PG MainPG
[2026-06-03 10:29:36.623] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702651 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.623] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702651 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.624] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702652 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.624] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702652 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 1
[2026-06-03 10:29:36.624] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702652 000 ECU1 LM LM log debug verbose 2
[2026-06-03 10:29:36.624] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-03 10:29:36.624] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702653 000 ECU1 LM LM log debug verbose 5 2026/06/03 10:29:36.2576623 1702653 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.624] [INFO] [launch_manager] terminating process 1 ( component_a )
[2026-06-03 10:29:36.624] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702655 000 ECU1 LM LM log debug verbose 5 terminating process 3 ( component_d )
[2026-06-03 10:29:36.624] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702655 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 90 ( component_a )
[2026-06-03 10:29:36.624] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702656 000 ECU1 LM LM log debug verbose 2 Request termination received for 90
[2026-06-03 10:29:36.624] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702656 000 ECU1 LM LM log debug verbose 9 [ STEP ] Verify termination order
[2026-06-03 10:29:36.624] [INFO] [launch_manager] Requesting termination of process 3 of MainPG pid 89 ( component_d )
[2026-06-03 10:29:36.624] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-06-03 10:29:36.624] [INFO] [launch_manager] 2026/06/03 10:29:36.2576623 1702657 000 ECU1 LM LM log debug verbose 2 Request termination received for 89
[2026-06-03 10:29:36.625] [INFO] [launch_manager] [ OK ] ComponentA.RunAndVerify (79 ms)
[2026-06-03 10:29:36.625] [INFO] [launch_manager] [----------] 1 test from ComponentA (80 ms total)
[2026-06-03 10:29:36.625] [INFO] [launch_manager] [ OK ] ComponentD.RunAndVerify (79 ms)
[2026-06-03 10:29:36.625] [INFO] [launch_manager] [----------] 1 test from ComponentD (79 ms total)
[2026-06-03 10:29:36.625] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:36.625] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:36.625] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (79 ms total)
[2026-06-03 10:29:36.625] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:36.625] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (80 ms total)
[2026-06-03 10:29:36.625] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:36.625] [INFO] [launch_manager] 2026/06/03 10:29:36.2576624 1702666 000 ECU1 LM LM log debug verbose 12
[2026-06-03 10:29:36.625] [INFO] [launch_manager] Child process 3 of MainPG pid 89 ( component_d ) for node True terminated with status 0
[2026-06-03 10:29:36.625] [INFO] [launch_manager] 2026/06/03 10:29:36.2576624 1702667 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 90 ( component_a ) for node True terminated with status 0
[2026-06-03 10:29:36.626] [INFO] [launch_manager] 2026/06/03 10:29:36.2576626 1702677 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( component_a )
[2026-06-03 10:29:36.626] [INFO] [launch_manager] 2026/06/03 10:29:36.2576626 1702678 000 ECU1 LM LM log debug verbose 7
[2026-06-03 10:29:36.626] [INFO] [launch_manager] terminateProcess for MainPG process 1 ( component_a ) done
[2026-06-03 10:29:36.626] [INFO] [launch_manager] 2026/06/03 10:29:36.2576626 1702678 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 3 ( component_d )
[2026-06-03 10:29:36.626] [INFO] [launch_manager] 2026/06/03 10:29:36.2576626 1702678 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 3 ( component_d ) done
[2026-06-03 10:29:36.626] [INFO] [launch_manager] 2026/06/03 10:29:36.2576626 1702680 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( component_b )
[2026-06-03 10:29:36.626] [INFO] [launch_manager] 2026/06/03 10:29:36.2576626 1702681 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 2 of MainPG pid 88 ( component_b )
[2026-06-03 10:29:36.626] [INFO] [launch_manager] 2026/06/03 10:29:36.2576626 1702681 000 ECU1 LM LM log debug verbose 2 Request termination received for 88
[2026-06-03 10:29:36.626] [INFO] [launch_manager] [ STEP ] Verify termination order
[2026-06-03 10:29:36.626] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-06-03 10:29:36.626] [INFO] [launch_manager] [ OK ] ComponentB.RunAndVerify (88 ms)
[2026-06-03 10:29:36.626] [INFO] [launch_manager] [----------] 1 test from ComponentB (88 ms total)
[2026-06-03 10:29:36.627] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:36.627] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (88 ms total)
[2026-06-03 10:29:36.627] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:36.627] [INFO] [launch_manager] 2026/06/03 10:29:36.2576627 1702688 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 88 ( component_b ) for node True terminated with status 0
[2026-06-03 10:29:36.628] [INFO] [launch_manager] 2026/06/03 10:29:36.2576628 1702702 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 2 ( component_b )
[2026-06-03 10:29:36.628] [INFO] [launch_manager] 2026/06/03 10:29:36.2576628 1702703 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( component_b ) done
[2026-06-03 10:29:36.628] [INFO] [launch_manager] 2026/06/03 10:29:36.2576628 1702703 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.628] [INFO] [launch_manager] 2026/06/03 10:29:36.2576628 1702703 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-03 10:29:36.629] [INFO] [launch_manager] 2026/06/03 10:29:36.2576628 1702703 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.629] [INFO] [launch_manager] 2026/06/03 10:29:36.2576628 1702703 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.629] [INFO] [launch_manager] 2026/06/03 10:29:36.2576628 1702704 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:36.629] [INFO] [launch_manager] 2026/06/03 10:29:36.2576628 1702704 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 5 ms
[2026-06-03 10:29:36.629] [INFO] [launch_manager] 2026/06/03 10:29:36.2576628 1702704 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.629] [INFO] [launch_manager] 2026/06/03 10:29:36.2576629 1702714 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Startup of PG MainPG
[2026-06-03 10:29:36.629] [INFO] [launch_manager] 2026/06/03 10:29:36.2576629 1702715 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-03 10:29:36.667] [INFO] [launch_manager] 2026/06/03 10:29:36.2576667 1703094 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/Startup PS 3
[2026-06-03 10:29:36.668] [INFO] [launch_manager] 2026/06/03 10:29:36.2576667 1703094 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/Startup PS 3
[2026-06-03 10:29:36.668] [INFO] [launch_manager] 2026/06/03 10:29:36.2576667 1703094 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/Startup PS 4
[2026-06-03 10:29:36.668] [INFO] [launch_manager] 2026/06/03 10:29:36.2576667 1703094 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/Startup PS 4
[2026-06-03 10:29:36.668] [INFO] [launch_manager] 2026/06/03 10:29:36.2576667 1703095 000 ECU1 LM Sprv log debug verbose 6
[2026-06-03 10:29:36.668] [INFO] [launch_manager] Process with Id component_b changed state PG MainPG/Startup PS 3
[2026-06-03 10:29:36.668] [INFO] [launch_manager] 2026/06/03 10:29:36.2576667 1703096 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/Startup PS 4
[2026-06-03 10:29:36.722] [INFO] [launch_manager] 2026/06/03 10:29:36.2576722 1703642 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-03 10:29:36.722] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-03 10:29:36.723] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-03 10:29:36.723] [INFO] [launch_manager] 2026/06/03 10:29:36.2576722 1703643 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:36.724] [INFO] [launch_manager] 2026/06/03 10:29:36.2576724 1703665 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576724 1703665 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576724 1703665 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576724 1703666 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576724 1703666 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576724 1703666 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576724 1703666 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576724 1703667 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576724 1703667 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576724 1703667 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576725 1703668 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( component_initial )
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576725 1703669 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 86 ( component_initial )
[2026-06-03 10:29:36.725] [INFO] [launch_manager] 2026/06/03 10:29:36.2576725 1703669 000 ECU1 LM LM log debug verbose 2 Request termination received for 86
[2026-06-03 10:29:36.726] [INFO] [launch_manager] 2026/06/03 10:29:36.2576725 1703676 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.726] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-03 10:29:36.767] [INFO] [launch_manager] 2026/06/03 10:29:36.2576767 1704094 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Off PS 3
[2026-06-03 10:29:36.768] [INFO] [launch_manager] 2026/06/03 10:29:36.2576767 1704095 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( component_initial_alive_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:36.768] [INFO] [launch_manager] 2026/06/03 10:29:36.2576767 1704095 000 ECU1 LM Sprv log debug verbose 3 Local Supervision ( component_initial_local_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:36.768] [INFO] [launch_manager] 2026/06/03 10:29:36.2576767 1704095 000 ECU1 LM Sprv log debug verbose 3 Global Supervision ( global_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:36.823] [INFO] [launch_manager] [ OK ] SwitchRunTarget.ControlClientMock (301 ms)
[2026-06-03 10:29:36.823] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget (301 ms total)
[2026-06-03 10:29:36.823] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:36.823] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (301 ms total)
[2026-06-03 10:29:36.823] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:36.824] [INFO] [launch_manager] 2026/06/03 10:29:36.2576823 1704656 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 86 ( component_initial ) for node True terminated with status 0
[2026-06-03 10:29:36.824] [INFO] [launch_manager] 2026/06/03 10:29:36.2576824 1704659 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( component_initial )
[2026-06-03 10:29:36.824] [INFO] [launch_manager] 2026/06/03 10:29:36.2576824 1704659 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( component_initial ) done
[2026-06-03 10:29:36.824] [INFO] [launch_manager] 2026/06/03 10:29:36.2576824 1704659 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.824] [INFO] [launch_manager] 2026/06/03 10:29:36.2576824 1704660 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-03 10:29:36.824] [INFO] [launch_manager] 2026/06/03 10:29:36.2576824 1704660 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.824] [INFO] [launch_manager] 2026/06/03 10:29:36.2576824 1704660 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.824] [INFO] [launch_manager] 2026/06/03 10:29:36.2576824 1704661 000 ECU1 LM LM log debug verbose 9
[2026-06-03 10:29:36.824] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:36.824] [INFO] [launch_manager] 2026/06/03 10:29:36.2576824 1704661 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 99 ms
[2026-06-03 10:29:36.824] [INFO] [launch_manager] 2026/06/03 10:29:36.2576824 1704661 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.867] [INFO] [launch_manager] 2026/06/03 10:29:36.2576867 1705094 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Off PS 4
[2026-06-03 10:29:37.242] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708843 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708844 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708844 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708844 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708845 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708845 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708845 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708845 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708845 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708845 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708846 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708846 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708846 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708846 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:37.243] [INFO] [launch_manager] 2026/06/03 10:29:37.2577242 1708847 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-03 10:29:37.244] [INFO] [launch_manager] 2026/06/03 10:29:37.2577243 1708847 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:37.244] [INFO] [launch_manager] 2026/06/03 10:29:37.2577243 1708847 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-03 10:29:37.324] [INFO] [launch_manager] 2026/06/03 10:29:37.2577324 1709662 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-03 10:29:37.368] [INFO] [launch_manager] 2026/06/03 10:29:37.2577367 1710094 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-03 10:29:37.423] [INFO] [launch_manager] 2026/06/03 10:29:37.2577368 1710106 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-03 10:29:37.423] [INFO] [launch_manager] 2026/06/03 10:29:37.2577368 1710106 000 ECU1 LM LM log info verbose 2
[2026-06-03 10:29:37.423] [INFO] [launch_manager] Launch Manager completed with exit code value: 0
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-06-03 10:29:38.066] [INFO] [tests.utils.testing_utils.setup_test] Test case teardown started
[2026-06-03 10:29:38.066] [INFO] [tests.utils.testing_utils.setup_test] Trying to download core dumps
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/884/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/switch_run_target/switch_run_target/test.xml -
============================== 1 passed in 8.03s ===============================
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/889/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_incorrect_config_non_reporting
-------------------------------- live log setup --------------------------------
[2026-06-03 10:29:40.036] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-03 10:29:40.162] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:40.162] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:40.163] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:40.163] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:40.171] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:40.201] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-03 10:29:40.202] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/236545b59093791dd394d943c27c79b02617dedac0b6fd61160a9517a0a5ba8c/json HTTP/1.1" 200 None
[2026-06-03 10:29:40.322] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/236545b59093791dd394d943c27c79b02617dedac0b6fd61160a9517a0a5ba8c/start HTTP/1.1" 204 0
[2026-06-03 10:29:40.323] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:40.323] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:40.323] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:40.323] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:40.330] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:40.632] [INFO] [tests.utils.testing_utils.setup_test] core_pattern: b'|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d\n'
[2026-06-03 10:29:40.632] [WARNING] [tests.utils.testing_utils.setup_test] ulimit res:
|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d
[2026-06-03 10:29:40.706] [INFO] [tests.utils.testing_utils.setup_test] ulimit set:unlimited
[2026-06-03 10:29:40.706] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-03 10:29:40.843] [INFO] [launch_manager] 2026/06/03 10:29:40.2580839 1744809 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-03 10:29:40.843] [INFO] [launch_manager] 2026/06/03 10:29:40.2580839 1744813 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-03 10:29:40.843] [INFO] [launch_manager] 2026/06/03 10:29:40.2580839 1744813 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-03 10:29:40.843] [INFO] [launch_manager] 2026/06/03 10:29:40.2580839 1744814 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-03 10:29:40.843] [INFO] [launch_manager] 2026/06/03 10:29:40.2580839 1744815 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-03 10:29:40.843] [INFO] [launch_manager] 2026/06/03 10:29:40.2580839 1744816 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-03 10:29:40.843] [INFO] [launch_manager] 2026/06/03 10:29:40.2580839 1744816 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-03 10:29:40.843] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744817 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-03 10:29:40.843] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744818 000 ECU1 LM LM log debug verbose 3 Process non_reporting_process is NOT Reporting execution state
[2026-06-03 10:29:40.843] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744818 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744819 000 ECU1 LM LM log debug verbose 3 Process non_reporting_process is Self terminating
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744819 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744820 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744821 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744821 000 ECU1 LM LM log debug verbose 3 Creating graph with 1 nodes
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744822 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744822 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744823 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 1 entries
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744823 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580840 1744824 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580841 1744836 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 1 processes
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580841 1744837 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744838 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744838 000 ECU1 LM LM log debug verbose 3 Created 1 process nodes
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744838 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744839 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744841 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744841 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-03 10:29:40.844] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744842 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Local Supervision buffer size: 100
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744842 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Global Supervision buffer size: 100
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744842 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744842 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744843 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744843 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744844 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744844 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 0
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744845 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 0
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744845 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 0
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744846 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 0
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744846 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 0
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580842 1744847 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed local supervisions: 0
[2026-06-03 10:29:40.845] [INFO] [launch_manager] 2026/06/03 10:29:40.2580843 1744847 000 ECU1 LM Fcty log debug verbose 3
[2026-06-03 10:29:40.846] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed global supervisions: 0
[2026-06-03 10:29:40.846] [INFO] [launch_manager] 2026/06/03 10:29:40.2580843 1744848 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed recovery notifications: 0
[2026-06-03 10:29:40.847] [INFO] [launch_manager] 2026/06/03 10:29:40.2580843 1744848 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-03 10:29:40.847] [INFO] [launch_manager] 2026/06/03 10:29:40.2580843 1744849 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-03 10:29:40.848] [INFO] [launch_manager] 2026/06/03 10:29:40.2580843 1744849 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 0 ms
[2026-06-03 10:29:40.848] [INFO] [launch_manager] 2026/06/03 10:29:40.2580844 1744860 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-03 10:29:40.848] [INFO] [launch_manager] 2026/06/03 10:29:40.2580844 1744861 000 ECU1 LM LM log debug verbose 3 clock() at run(): 37.839000 ms
[2026-06-03 10:29:40.848] [INFO] [launch_manager] 2026/06/03 10:29:40.2580844 1744861 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-03 10:29:40.848] [INFO] [launch_manager] 2026/06/03 10:29:40.2580844 1744862 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:40.848] [INFO] [launch_manager] 2026/06/03 10:29:40.2580844 1744862 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:40.848] [INFO] [launch_manager] 2026/06/03 10:29:40.2580844 1744862 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:40.854] [INFO] [launch_manager] 2026/06/03 10:29:40.2580846 1744880 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( non_reporting_process ) from executable /tmp/tests/incorrect_config_non_reporting/non_reporting_process
[2026-06-03 10:29:40.854] [INFO] [launch_manager] 2026/06/03 10:29:40.2580847 1744895 000 ECU1 LM LM log debug verbose 4 startProcess pid 84 received for process: non_reporting_process
[2026-06-03 10:29:40.854] [INFO] [launch_manager] 2026/06/03 10:29:40.2580847 1744897 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 84 ( non_reporting_process ) process 0 of group MainPG
[2026-06-03 10:29:40.854] [INFO] [launch_manager] 2026/06/03 10:29:40.2580848 1744897 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( non_reporting_process ) done
[2026-06-03 10:29:40.855] [INFO] [launch_manager] 2026/06/03 10:29:40.2580848 1744897 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:40.855] [INFO] [launch_manager] 2026/06/03 10:29:40.2580848 1744898 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 38.959000 ms
[2026-06-03 10:29:40.855] [INFO] [launch_manager] 2026/06/03 10:29:40.2580848 1744898 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:40.855] [INFO] [launch_manager] 2026/06/03 10:29:40.2580848 1744899 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 3 ms
[2026-06-03 10:29:40.855] [INFO] [launch_manager] 2026/06/03 10:29:40.2580848 1744899 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:40.856] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:40.856] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:40.856] [INFO] [launch_manager] [----------] 1 test from NonReporting
[2026-06-03 10:29:40.856] [INFO] [launch_manager] [ RUN ] NonReporting.Process
[2026-06-03 10:29:40.856] [INFO] [launch_manager] 2026/06/03 10:29:40.2580850 1744928 000 ECU1 LM LM log error verbose 3 [Lifecycle client] FD 3 is invalid for kRunning report
[2026-06-03 10:29:40.856] [INFO] [launch_manager] [ OK ] NonReporting.Process (0 ms)
[2026-06-03 10:29:40.856] [INFO] [launch_manager] [----------] 1 test from NonReporting (0 ms total)
[2026-06-03 10:29:40.856] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:40.856] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (0 ms total)
[2026-06-03 10:29:40.856] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:40.947] [INFO] [launch_manager] 2026/06/03 10:29:40.2580945 1745868 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 84 ( non_reporting_process ) for node True terminated with status 0
[2026-06-03 10:29:41.070] [INFO] [launch_manager] 2026/06/03 10:29:41.2581069 1747108 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-03 10:29:41.070] [INFO] [launch_manager] 2026/06/03 10:29:41.2581069 1747108 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-03 10:29:41.070] [INFO] [launch_manager] 2026/06/03 10:29:41.2581069 1747109 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-03 10:29:41.070] [INFO] [launch_manager] 2026/06/03 10:29:41.2581069 1747109 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-03 10:29:41.070] [INFO] [launch_manager] 2026/06/03 10:29:41.2581069 1747109 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:41.070] [INFO] [launch_manager] 2026/06/03 10:29:41.2581069 1747109 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:41.070] [INFO] [launch_manager] 2026/06/03 10:29:41.2581069 1747109 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:41.070] [INFO] [launch_manager] 2026/06/03 10:29:41.2581069 1747110 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:41.070] [INFO] [launch_manager] 2026/06/03 10:29:41.2581069 1747111 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-03 10:29:41.071] [INFO] [launch_manager] 2026/06/03 10:29:41.2581069 1747111 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:41.071] [INFO] [launch_manager] 2026/06/03 10:29:41.2581069 1747111 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-03 10:29:41.145] [INFO] [launch_manager] 2026/06/03 10:29:41.2581145 1747871 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-03 10:29:41.196] [INFO] [launch_manager] 2026/06/03 10:29:41.2581193 1748351 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-03 10:29:41.196] [INFO] [launch_manager] 2026/06/03 10:29:41.2581195 1748368 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-03 10:29:41.196] [INFO] [launch_manager] 2026/06/03 10:29:41.2581195 1748368 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-06-03 10:29:41.634] [INFO] [tests.utils.testing_utils.setup_test] Test case teardown started
[2026-06-03 10:29:41.634] [INFO] [tests.utils.testing_utils.setup_test] Trying to download core dumps
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/889/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting/test.xml -
============================== 1 passed in 1.87s ===============================
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/886/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-03 10:29:30.480] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-03 10:29:35.637] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:35.637] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:35.637] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:35.637] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:35.650] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:35.665] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-03 10:29:35.666] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/078e5446cfa9dcd1878b70d85a0e0fdc99f522950936b83616ed75f0eee8594b/json HTTP/1.1" 200 None
[2026-06-03 10:29:35.909] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/078e5446cfa9dcd1878b70d85a0e0fdc99f522950936b83616ed75f0eee8594b/start HTTP/1.1" 204 0
[2026-06-03 10:29:35.910] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-03 10:29:35.910] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-03 10:29:35.910] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-03 10:29:35.910] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-03 10:29:35.918] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-03 10:29:36.266] [INFO] [tests.utils.testing_utils.setup_test] core_pattern: b'|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d\n'
[2026-06-03 10:29:36.267] [WARNING] [tests.utils.testing_utils.setup_test] ulimit res:
|/usr/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %d
[2026-06-03 10:29:36.324] [INFO] [tests.utils.testing_utils.setup_test] ulimit set:unlimited
[2026-06-03 10:29:36.324] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-03 10:29:36.448] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700892 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700895 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700895 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576447 1700897 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700897 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700898 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_complex_monitoring ( IdentifierHash: 581828208140588256 )
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700898 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700899 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700900 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/complex_monitoring/control_client_mock
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700901 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700901 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700901 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700901 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-03 10:29:36.449] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700901 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_complex_monitoring
[2026-06-03 10:29:36.450] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700902 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-03 10:29:36.450] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700902 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/complex_monitoring/component_complex_monitoring
[2026-06-03 10:29:36.450] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700902 000 ECU1 LM LM log debug verbose 3 Process component_complex_monitoring is Reporting execution state
[2026-06-03 10:29:36.450] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700902 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:36.450] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700903 000 ECU1 LM LM log debug verbose 3 Process component_complex_monitoring is NOT Self terminating
[2026-06-03 10:29:36.450] [INFO] [launch_manager] 2026/06/03 10:29:36.2576448 1700903 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_complex_monitoring
[2026-06-03 10:29:36.450] [INFO] [launch_manager] 2026/06/03 10:29:36.2576450 1700920 000 ECU1 LM LM log debug verbose 4
[2026-06-03 10:29:36.450] [INFO] [launch_manager] parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/complex_monitoring/verification_process
[2026-06-03 10:29:36.451] [INFO] [launch_manager] 2026/06/03 10:29:36.2576450 1700921 000 ECU1 LM LM log debug verbose 3
[2026-06-03 10:29:36.454] [INFO] [launch_manager] Process verification_component is NOT Reporting execution state
[2026-06-03 10:29:36.454] [INFO] [launch_manager] 2026/06/03 10:29:36.2576450 1700921 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-03 10:29:36.454] [INFO] [launch_manager] 2026/06/03 10:29:36.2576450 1700922 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-03 10:29:36.455] [INFO] [launch_manager] 2026/06/03 10:29:36.2576450 1700922 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-03 10:29:36.455] [INFO] [launch_manager] 2026/06/03 10:29:36.2576450 1700923 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-03 10:29:36.455] [INFO] [launch_manager] 2026/06/03 10:29:36.2576450 1700924 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-03 10:29:36.455] [INFO] [launch_manager] 2026/06/03 10:29:36.2576450 1700924 000 ECU1 LM LM log debug verbose 3 Creating graph with 3 nodes
[2026-06-03 10:29:36.455] [INFO] [launch_manager] 2026/06/03 10:29:36.2576450 1700925 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-03 10:29:36.467] [INFO] [launch_manager] 2026/06/03 10:29:36.2576450 1700926 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-03 10:29:36.467] [INFO] [launch_manager] 2026/06/03 10:29:36.2576450 1700926 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 3 entries
[2026-06-03 10:29:36.467] [INFO] [launch_manager] 2026/06/03 10:29:36.2576451 1700927 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-03 10:29:36.467] [INFO] [launch_manager] 2026/06/03 10:29:36.2576451 1700928 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-03 10:29:36.467] [INFO] [launch_manager] 2026/06/03 10:29:36.2576452 1700943 000 ECU1 LM LM log debug verbose 7
[2026-06-03 10:29:36.468] [INFO] [launch_manager] Process group index 0 (with name MainPG ) has 3 processes
[2026-06-03 10:29:36.468] [INFO] [launch_manager] 2026/06/03 10:29:36.2576452 1700944 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-03 10:29:36.468] [INFO] [launch_manager] 2026/06/03 10:29:36.2576452 1700944 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-03 10:29:36.468] [INFO] [launch_manager] 2026/06/03 10:29:36.2576452 1700944 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-03 10:29:36.468] [INFO] [launch_manager] 2026/06/03 10:29:36.2576452 1700944 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-03 10:29:36.468] [INFO] [launch_manager] 2026/06/03 10:29:36.2576452 1700945 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-03 10:29:36.468] [INFO] [launch_manager] 2026/06/03 10:29:36.2576452 1700945 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-03 10:29:36.468] [INFO] [launch_manager] 2026/06/03 10:29:36.2576452 1700945 000 ECU1 LM LM log debug verbose 3 Created 3 process nodes
[2026-06-03 10:29:36.468] [INFO] [launch_manager] 2026/06/03 10:29:36.2576452 1700945 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-03 10:29:36.468] [INFO] [launch_manager] 2026/06/03 10:29:36.2576452 1700945 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-03 10:29:36.469] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700948 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-03 10:29:36.469] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700948 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-03 10:29:36.469] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700948 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Local Supervision buffer size: 100
[2026-06-03 10:29:36.469] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700949 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Global Supervision buffer size: 100
[2026-06-03 10:29:36.469] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700949 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-03 10:29:36.469] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700949 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-03 10:29:36.469] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700949 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-03 10:29:36.469] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700949 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-03 10:29:36.469] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700952 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-03 10:29:36.469] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700952 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700952 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: component_complex_monitoring
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700953 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 2
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700954 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-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700954 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-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700955 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 2
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700955 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700955 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_component_complex_monitoring
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700955 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 2
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700955 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700955 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: component_complex_monitoring_checkpoint
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700956 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 2
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700956 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-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700956 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-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700956 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 2
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700957 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created local supervision: control_client_mock_local_supervision
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700957 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created local supervision: component_complex_monitoring_local_supervision
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576453 1700957 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed local supervisions: 2
[2026-06-03 10:29:36.470] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700957 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created global supervision: global_supervision
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700957 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed global supervisions: 1
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700958 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created recovery notification: recovery_notification
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700958 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed recovery notifications: 1
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700958 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700958 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700959 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 1 ms
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700959 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700960 000 ECU1 LM LM log debug verbose 3 clock() at run(): 36.364000 ms
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700961 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700961 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700961 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700962 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700962 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.471] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700962 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.472] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700962 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.472] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700962 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.472] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700964 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-03 10:29:36.472] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700964 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock process
[2026-06-03 10:29:36.473] [INFO] [launch_manager] 2026/06/03 10:29:36.2576454 1700965 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-03 10:29:36.474] [INFO] [launch_manager] 2026/06/03 10:29:36.2576455 1700970 000 ECU1 LM LM log debug verbose 4 startProcess pid 85 received for process: control_client_mock
[2026-06-03 10:29:36.474] [INFO] [launch_manager] 2026/06/03 10:29:36.2576455 1700971 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-03 10:29:36.474] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:36.474] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:36.474] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-03 10:29:36.474] [INFO] [launch_manager] [ RUN ] ComplexMonitoring.ControlClientMock
[2026-06-03 10:29:36.474] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-03 10:29:36.474] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-03 10:29:36.474] [INFO] [launch_manager] [ STEP ] Launch monitored process
[2026-06-03 10:29:36.474] [INFO] [launch_manager] 2026/06/03 10:29:36.2576463 1701052 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:36.474] [INFO] [launch_manager] 2026/06/03 10:29:36.2576463 1701054 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-03 10:29:36.474] [INFO] [launch_manager] 2026/06/03 10:29:36.2576463 1701055 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_complex_monitoring
[2026-06-03 10:29:36.475] [INFO] [launch_manager] 2026/06/03 10:29:36.2576463 1701056 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kCancelled for PG 0 ( MainPG )
[2026-06-03 10:29:36.475] [INFO] [launch_manager] 2026/06/03 10:29:36.2576464 1701057 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.475] [INFO] [launch_manager] 2026/06/03 10:29:36.2576464 1701058 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.475] [INFO] [launch_manager] 2026/06/03 10:29:36.2576464 1701059 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:36.475] [INFO] [launch_manager] 2026/06/03 10:29:36.2576464 1701060 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 85 ( control_client_mock ) process 0 of group MainPG
[2026-06-03 10:29:36.475] [INFO] [launch_manager] 2026/06/03 10:29:36.2576464 1701061 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-03 10:29:36.475] [INFO] [launch_manager] 2026/06/03 10:29:36.2576464 1701061 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.475] [INFO] [launch_manager] 2026/06/03 10:29:36.2576464 1701061 000 ECU1 LM LM log fatal verbose 3 clock() at failed initial state transition: 38.007000 ms
[2026-06-03 10:29:36.475] [INFO] [launch_manager] 2026/06/03 10:29:36.2576464 1701062 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kCancelled to kUndefinedState for PG 0 ( MainPG )
[2026-06-03 10:29:36.475] [INFO] [launch_manager] 2026/06/03 10:29:36.2576464 1701062 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.476] [INFO] [launch_manager] 2026/06/03 10:29:36.2576466 1701080 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/run_target_complex_monitoring to
[2026-06-03 10:29:36.476] [INFO] [launch_manager] 2026/06/03 10:29:36.2576466 1701080 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_complex_monitoring for PG MainPG
[2026-06-03 10:29:36.476] [INFO] [launch_manager] 2026/06/03 10:29:36.2576466 1701081 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:36.476] [INFO] [launch_manager] 2026/06/03 10:29:36.2576466 1701081 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.476] [INFO] [launch_manager] 2026/06/03 10:29:36.2576466 1701081 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.476] [INFO] [launch_manager] 2026/06/03 10:29:36.2576466 1701081 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:36.476] [INFO] [launch_manager] 2026/06/03 10:29:36.2576466 1701082 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.476] [INFO] [launch_manager] 2026/06/03 10:29:36.2576466 1701082 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.476] [INFO] [launch_manager] 2026/06/03 10:29:36.2576466 1701082 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:36.476] [INFO] [launch_manager] 2026/06/03 10:29:36.2576466 1701083 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-03 10:29:36.476] [INFO] [launch_manager] 2026/06/03 10:29:36.2576467 1701089 000 ECU1 LM LM log debug verbose 4 startProcess pid 87 received for process: component_complex_monitoring
[2026-06-03 10:29:36.477] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-03 10:29:36.477] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-03 10:29:36.478] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-03 10:29:36.478] [INFO] [launch_manager] [ RUN ] ComplexMonitoring.ComponentComplexMonitoring
[2026-06-03 10:29:36.478] [INFO] [launch_manager] [2026/06/03 10:29:36.4767148][87][HMON][DEBUG] ScoreSupervisorAPIClient: Creating with IDENTIFIER=component_complex_monitoring
[2026-06-03 10:29:36.478] [INFO] [launch_manager] 2026/06/03 10:29:36.2576477 1701189 000 ECU1 LM Sprv log debug verbose 2 Attempting to read config file from etc/hmproc_component_complex_monitoring.bin
[2026-06-03 10:29:36.478] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-03 10:29:36.478] [INFO] [launch_manager] [2026/06/03 10:29:36.4774234][87][HMON][INFO] Monitoring thread started.
[2026-06-03 10:29:36.480] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-03 10:29:36.480] [INFO] [launch_manager] [ STEP ] Send heartbeats for 1 second
[2026-06-03 10:29:36.482] [INFO] [launch_manager] 2026/06/03 10:29:36.2576480 1701225 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 87 ( component_complex_monitoring ) process 1 of group MainPG
[2026-06-03 10:29:36.482] [INFO] [launch_manager] 2026/06/03 10:29:36.2576480 1701226 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_complex_monitoring ) done
[2026-06-03 10:29:36.483] [INFO] [launch_manager] 2026/06/03 10:29:36.2576480 1701226 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:36.483] [INFO] [launch_manager] 2026/06/03 10:29:36.2576480 1701226 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_complex_monitoring in 17 ms
[2026-06-03 10:29:36.483] [INFO] [launch_manager] 2026/06/03 10:29:36.2576480 1701227 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:36.483] [INFO] [launch_manager] 2026/06/03 10:29:36.2576483 1701250 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-03 10:29:36.483] [INFO] [launch_manager] 2026/06/03 10:29:36.2576483 1701250 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-03 10:29:36.505] [INFO] [launch_manager] 2026/06/03 10:29:36.2576504 1701465 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-03 10:29:36.505] [INFO] [launch_manager] 2026/06/03 10:29:36.2576504 1701465 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-03 10:29:36.505] [INFO] [launch_manager] 2026/06/03 10:29:36.2576504 1701465 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-03 10:29:36.505] [INFO] [launch_manager] 2026/06/03 10:29:36.2576504 1701466 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-03 10:29:36.505] [INFO] [launch_manager] 2026/06/03 10:29:36.2576504 1701466 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-03 10:29:36.505] [INFO] [launch_manager] 2026/06/03 10:29:36.2576504 1701466 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to OK.
[2026-06-03 10:29:36.505] [INFO] [launch_manager] 2026/06/03 10:29:36.2576504 1701466 000 ECU1 LM Sprv log info verbose 3 Local Supervision ( control_client_mock_local_supervision ) switched to OK.
[2026-06-03 10:29:36.505] [INFO] [launch_manager] 2026/06/03 10:29:36.2576504 1701467 000 ECU1 LM Sprv log info verbose 3 Local Supervision ( component_complex_monitoring_local_supervision ) switched to OK.
[2026-06-03 10:29:36.506] [INFO] [launch_manager] 2026/06/03 10:29:36.2576504 1701467 000 ECU1 LM Sprv log info verbose 3 Global Supervision ( global_supervision ) switched to OK.
[2026-06-03 10:29:36.548] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:36.561] [INFO] [launch_manager] 2026/06/03 10:29:36.2576561 1702028 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-03 10:29:36.562] [INFO] [launch_manager] [ END STEP ] Launch monitored process
[2026-06-03 10:29:37.102] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:37.536] [INFO] [launch_manager] [ END STEP ] Send heartbeats for 1 second
[2026-06-03 10:29:37.582] [INFO] [launch_manager] [2026/06/03 10:29:37.5817398][87][HMON][INFO] Monitoring thread exiting.
[2026-06-03 10:29:37.582] [INFO] [launch_manager] [ OK ] ComplexMonitoring.ComponentComplexMonitoring (1105 ms)
[2026-06-03 10:29:37.582] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (1105 ms total)
[2026-06-03 10:29:37.582] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:37.582] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (1108 ms total)
[2026-06-03 10:29:37.582] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:37.648] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:37.805] [INFO] [launch_manager] 2026/06/03 10:29:37.2577804 1714464 000 ECU1 LM Sprv log warn verbose 13
[2026-06-03 10:29:37.805] [INFO] [launch_manager] 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-03 10:29:37.805] [INFO] [launch_manager] 2026/06/03 10:29:37.2577804 1714467 000 ECU1 LM Sprv log warn verbose 3
[2026-06-03 10:29:37.805] [INFO] [launch_manager] Local Supervision ( component_complex_monitoring_local_supervision ) switched to EXPIRED, due to expired Alive Supervision.
[2026-06-03 10:29:37.805] [INFO] [launch_manager] 2026/06/03 10:29:37.2577805 1714468 000 ECU1 LM Sprv log warn verbose 3 Global Supervision ( global_supervision ) switched to STOPPED due to expired supervision tolerance.
[2026-06-03 10:29:37.805] [INFO] [launch_manager] 2026/06/03 10:29:37.2577805 1714468 000 ECU1 LM Rcvy log info verbose 2 Notification (recovery_notification) Recovery request enqueued successfully
[2026-06-03 10:29:37.842] [INFO] [launch_manager] 2026/06/03 10:29:37.2577842 1714837 000 ECU1 LM LM log debug verbose 4 recoveryActionHandler: Processing recovery request for PG MainPG to state MainPG/fallback_run_target
[2026-06-03 10:29:37.843] [INFO] [launch_manager] 2026/06/03 10:29:37.2577842 1714838 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/fallback_run_target
[2026-06-03 10:29:37.971] [INFO] [launch_manager] 2026/06/03 10:29:37.2577956 1715985 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/fallback_run_target to
[2026-06-03 10:29:37.972] [INFO] [launch_manager] 2026/06/03 10:29:37.2577956 1715986 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/fallback_run_target for PG MainPG
[2026-06-03 10:29:37.972] [INFO] [launch_manager] 2026/06/03 10:29:37.2577956 1715986 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:37.972] [INFO] [launch_manager] 2026/06/03 10:29:37.2577956 1715986 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:37.972] [INFO] [launch_manager] 2026/06/03 10:29:37.2577956 1715987 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:37.973] [INFO] [launch_manager] 2026/06/03 10:29:37.2577956 1715987 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:37.973] [INFO] [launch_manager] 2026/06/03 10:29:37.2577957 1715988 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( component_complex_monitoring )
[2026-06-03 10:29:37.973] [INFO] [launch_manager] 2026/06/03 10:29:37.2577957 1715989 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 87 ( component_complex_monitoring )
[2026-06-03 10:29:37.973] [INFO] [launch_manager] 2026/06/03 10:29:37.2577957 1715989 000 ECU1 LM LM log debug verbose 2 Request termination received for 87
[2026-06-03 10:29:37.973] [INFO] [launch_manager] 2026/06/03 10:29:37.2577965 1716072 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-03 10:29:37.973] [INFO] [launch_manager] 2026/06/03 10:29:37.2577965 1716073 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:37.973] [INFO] [launch_manager] 2026/06/03 10:29:37.2577965 1716073 000 ECU1 LM Sprv log debug verbose 3 Local Supervision ( component_complex_monitoring_local_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:37.973] [INFO] [launch_manager] 2026/06/03 10:29:37.2577965 1716074 000 ECU1 LM Sprv log info verbose 3 Global Supervision ( global_supervision ) switched to OK.
[2026-06-03 10:29:38.168] [INFO] [launch_manager] 2026/06/03 10:29:38.2578168 1718099 000 ECU1 LM LM log warn verbose 5 Process 1 ( component_complex_monitoring ) did not respond to SIGTERM, sending SIGKILL
[2026-06-03 10:29:38.169] [INFO] [launch_manager] 2026/06/03 10:29:38.2578168 1718099 000 ECU1 LM LM log debug verbose 2 Forced termination received for pid 87
[2026-06-03 10:29:38.169] [INFO] [launch_manager] 2026/06/03 10:29:38.2578168 1718105 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 87 ( component_complex_monitoring ) for node True terminated with status 9
[2026-06-03 10:29:38.171] [INFO] [launch_manager] 2026/06/03 10:29:38.2578170 1718125 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( component_complex_monitoring ) done
[2026-06-03 10:29:38.171] [INFO] [launch_manager] 2026/06/03 10:29:38.2578170 1718125 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:38.171] [INFO] [launch_manager] 2026/06/03 10:29:38.2578170 1718125 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:38.173] [INFO] [launch_manager] 2026/06/03 10:29:38.2578170 1718125 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:38.173] [INFO] [launch_manager] 2026/06/03 10:29:38.2578170 1718126 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( verification_component ) from executable /tmp/tests/complex_monitoring/verification_process
[2026-06-03 10:29:38.173] [INFO] [launch_manager] 2026/06/03 10:29:38.2578171 1718131 000 ECU1 LM LM log debug verbose 4 startProcess pid 106 received for process: verification_component
[2026-06-03 10:29:38.173] [INFO] [launch_manager] 2026/06/03 10:29:38.2578171 1718131 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 106 ( verification_component ) process 2 of group MainPG
[2026-06-03 10:29:38.173] [INFO] [launch_manager] 2026/06/03 10:29:38.2578171 1718132 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( verification_component ) done
[2026-06-03 10:29:38.173] [INFO] [launch_manager] 2026/06/03 10:29:38.2578171 1718132 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:38.173] [INFO] [launch_manager] 2026/06/03 10:29:38.2578171 1718132 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/fallback_run_target in 329 ms
[2026-06-03 10:29:38.173] [INFO] [launch_manager] 2026/06/03 10:29:38.2578171 1718133 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:38.173] [INFO] [launch_manager] 2026/06/03 10:29:38.2578172 1718140 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-03 10:29:38.173] [INFO] [launch_manager] 2026/06/03 10:29:38.2578172 1718140 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-03 10:29:38.174] [INFO] [launch_manager] 2026/06/03 10:29:38.2578173 1718148 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 106 ( verification_component ) for node True terminated with status 0
[2026-06-03 10:29:38.205] [INFO] [launch_manager] 2026/06/03 10:29:38.2578204 1718465 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-03 10:29:38.230] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-03 10:29:38.267] [INFO] [launch_manager] 2026/06/03 10:29:38.2578267 1719088 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:38.268] [INFO] [launch_manager] Response retrieved.
[2026-06-03 10:29:38.563] [INFO] [launch_manager] [ STEP ] Verify state changed to fallback run target
[2026-06-03 10:29:38.563] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-03 10:29:38.563] [INFO] [launch_manager] [ STEP ] Activate Off run target
[2026-06-03 10:29:38.563] [INFO] [launch_manager] 2026/06/03 10:29:38.2578561 1722036 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-03 10:29:38.563] [INFO] [launch_manager] 2026/06/03 10:29:38.2578563 1722052 000 ECU1 LM LM log debug verbose 8
[2026-06-03 10:29:38.566] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-03 10:29:38.566] [INFO] [launch_manager] 2026/06/03 10:29:38.2578563 1722054 000 ECU1 LM LM log debug verbose 6
[2026-06-03 10:29:38.566] [INFO] [launch_manager] Pending state for process group MainPG changed from to MainPG/Off
[2026-06-03 10:29:38.566] [INFO] [launch_manager] 2026/06/03 10:29:38.2578563 1722055 000 ECU1 LM LM log debug verbose 1
[2026-06-03 10:29:38.566] [INFO] [launch_manager] Request acknowledged.
[2026-06-03 10:29:38.566] [INFO] [launch_manager] 2026/06/03 10:29:38.2578563 1722056 000 ECU1 LM LM log debug verbose 6
[2026-06-03 10:29:38.567] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/Off to
[2026-06-03 10:29:38.567] [INFO] [launch_manager] 2026/06/03 10:29:38.2578563 1722057 000 ECU1 LM LM log debug verbose 4
[2026-06-03 10:29:38.567] [INFO] [launch_manager] Start transition to MainPG/Off for PG MainPG
[2026-06-03 10:29:38.567] [INFO] [launch_manager] 2026/06/03 10:29:38.2578564 1722058 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-03 10:29:38.567] [INFO] [launch_manager] [ END STEP ] Activate Off run target
[2026-06-03 10:29:38.567] [INFO] [launch_manager] 2026/06/03 10:29:38.2578564 1722058 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:38.567] [INFO] [launch_manager] 2026/06/03 10:29:38.2578564 1722058 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:38.567] [INFO] [launch_manager] 2026/06/03 10:29:38.2578564 1722059 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:38.571] [INFO] [launch_manager] 2026/06/03 10:29:38.2578564 1722059 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:38.573] [INFO] [launch_manager] 2026/06/03 10:29:38.2578564 1722061 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock )
[2026-06-03 10:29:38.573] [INFO] [launch_manager] 2026/06/03 10:29:38.2578564 1722061 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 85 ( control_client_mock )
[2026-06-03 10:29:38.573] [INFO] [launch_manager] 2026/06/03 10:29:38.2578564 1722061 000 ECU1 LM LM log debug verbose 2 Request termination received for 85
[2026-06-03 10:29:38.574] [INFO] [launch_manager] [ OK ] ComplexMonitoring.ControlClientMock (2108 ms)
[2026-06-03 10:29:38.574] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (2108 ms total)
[2026-06-03 10:29:38.574] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-03 10:29:38.574] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2108 ms total)
[2026-06-03 10:29:38.574] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-03 10:29:38.577] [INFO] [launch_manager] 2026/06/03 10:29:38.2578569 1722110 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 85 ( control_client_mock ) for node True terminated with status 0
[2026-06-03 10:29:38.577] [INFO] [launch_manager] 2026/06/03 10:29:38.2578571 1722130 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-03 10:29:38.577] [INFO] [launch_manager] 2026/06/03 10:29:38.2578571 1722130 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-03 10:29:38.577] [INFO] [launch_manager] 2026/06/03 10:29:38.2578571 1722130 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:38.577] [INFO] [launch_manager] 2026/06/03 10:29:38.2578571 1722131 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:38.577] [INFO] [launch_manager] 2026/06/03 10:29:38.2578571 1722131 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:38.577] [INFO] [launch_manager] 2026/06/03 10:29:38.2578571 1722131 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:38.577] [INFO] [launch_manager] 2026/06/03 10:29:38.2578571 1722131 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 7 ms
[2026-06-03 10:29:38.577] [INFO] [launch_manager] 2026/06/03 10:29:38.2578571 1722132 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:38.605] [INFO] [launch_manager] 2026/06/03 10:29:38.2578604 1722465 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-03 10:29:38.605] [INFO] [launch_manager] 2026/06/03 10:29:38.2578604 1722465 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-03 10:29:38.605] [INFO] [launch_manager] 2026/06/03 10:29:38.2578604 1722466 000 ECU1 LM Sprv log debug verbose 3
[2026-06-03 10:29:38.605] [INFO] [launch_manager] Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:38.605] [INFO] [launch_manager] 2026/06/03 10:29:38.2578604 1722467 000 ECU1 LM Sprv log debug verbose 3
[2026-06-03 10:29:38.608] [INFO] [launch_manager] Local Supervision ( control_client_mock_local_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:38.608] [INFO] [launch_manager] 2026/06/03 10:29:38.2578605 1722468 000 ECU1 LM Sprv log debug verbose 3
[2026-06-03 10:29:38.608] [INFO] [launch_manager] Global Supervision ( global_supervision ) switched to DEACTIVATED.
[2026-06-03 10:29:38.989] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726308 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-03 10:29:38.989] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726309 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726309 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726309 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726309 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726309 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726310 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726310 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726310 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726310 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726310 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726311 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726311 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-03 10:29:38.990] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726311 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-03 10:29:38.991] [INFO] [launch_manager] 2026/06/03 10:29:38.2578989 1726311 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-03 10:29:39.072] [INFO] [launch_manager] 2026/06/03 10:29:39.2579069 1727116 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-03 10:29:39.105] [INFO] [launch_manager] 2026/06/03 10:29:39.2579104 1727464 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-03 10:29:39.107] [INFO] [launch_manager] 2026/06/03 10:29:39.2579106 1727482 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-03 10:29:39.108] [INFO] [launch_manager] 2026/06/03 10:29:39.2579106 1727482 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-06-03 10:29:39.588] [INFO] [tests.utils.testing_utils.setup_test] Test case teardown started
[2026-06-03 10:29:39.588] [INFO] [tests.utils.testing_utils.setup_test] Trying to download core dumps
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/886/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/complex_monitoring/complex_monitoring/test.xml -
============================== 1 passed in 9.33s ===============================