Component Requirements Statistics#
Overview#
In Detail#
No needs passed the filters
Failed Tests
Hint: This table should be empty. Before a PR can be merged all tests have to be successful.
No needs passed the filters
Skipped / Disabled Tests
No needs passed the filters
All passed Tests#
No needs passed the filters
Details About Testcases#
No needs passed the filters
No needs passed the filters
Test Log Files#
tests-report/score/health_monitor/src/rust/tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/rust:tests
-----------------------------------------------------------------------------
running 232 tests
test common::tests::duration_to_int_too_large - should panic ... ok
test common::tests::time_offset_diff_too_large - should panic ... ok
test common::tests::time_offset_valid ... ok
test common::tests::time_offset_wrong_order ... ok
test common::tests::time_range_from_interval_lower_too_large - should panic ... ok
test common::tests::time_range_from_interval_valid ... ok
test common::tests::time_range_new_valid ... ok
test common::tests::time_range_new_wrong_order - should panic ... ok
test deadline::common::tests::acquire_and_release_deadline ... ok
test deadline::common::tests::new_and_fields ... ok
test common::tests::duration_to_int_valid ... ok
test deadline::deadline_monitor::tests::deadline_failed_on_first_run_and_then_restarted_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::deadline_outside_time_range_is_error_when_dropped_after_evaluate ... ok
test deadline::common::tests::concurrent_acquire ... ok
test deadline::deadline_monitor::tests::get_deadline_unknown_tag ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_error_when_dropped_before_evaluate ... ok
test deadline::deadline_state::tests::as_u64_and_new ... ok
test deadline::deadline_state::tests::deadline_state_default_and_snapshot ... ok
test deadline::deadline_state::tests::deadline_state_update_none_returns_err ... ok
test deadline::deadline_state::tests::default_state ... ok
test deadline::deadline_state::tests::set_and_get_timestamp_ms ... ok
test deadline::deadline_state::tests::deadline_state_update_success ... ok
test deadline::deadline_state::tests::set_running ... ok
test deadline::deadline_state::tests::set_underrun ... ok
test deadline::ffi::tests::deadline_destroy_null_deadline ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_invalid_range ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_destroy_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_destroy_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_handle ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_unknown_deadline ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_start_already_started ... ok
test deadline::ffi::tests::deadline_start_null_deadline ... ok
test deadline::ffi::tests::deadline_stop_null_deadline ... ok
test deadline::ffi::tests::deadline_start_succeeds ... ok
test deadline::ffi::tests::deadline_stop_succeeds ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_deadline_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_heartbeat_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_logic_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_build_invalid_cycle_intervals ... ok
test ffi::tests::health_monitor_builder_build_no_monitors ... ok
test ffi::tests::health_monitor_builder_build_null_builder_handle ... ok
test ffi::tests::health_monitor_builder_build_null_monitor_handle ... ok
test ffi::tests::health_monitor_builder_build_succeeds ... ok
test ffi::tests::health_monitor_builder_build_thread_parameters ... ok
test ffi::tests::health_monitor_builder_build_valid_cycle_intervals_succeeds ... ok
test ffi::tests::health_monitor_builder_create_null_handle ... ok
test ffi::tests::health_monitor_builder_create_succeeds ... ok
test ffi::tests::health_monitor_builder_destroy_null_handle ... ok
test ffi::tests::health_monitor_destroy_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_deadline_monitor ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_heartbeat_monitor ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_logic_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_logic_monitor ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_start_null_hmon ... ok
test ffi::tests::health_monitor_start_monitor_not_taken ... ok
test health_monitor::tests::health_monitor_builder_build_invalid_cycles ... ok
test health_monitor::tests::health_monitor_builder_build_no_monitors ... ok
test health_monitor::tests::health_monitor_builder_build_succeeds ... ok
test health_monitor::tests::health_monitor_builder_new_succeeds ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_available ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_available ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_available ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_invalid_state ... ok
[2026/06/01 13:07:08.7969051][7815][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:08.7969244][7815][HMON][INFO] Monitoring thread exiting.
test ffi::tests::health_monitor_start_succeeds ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_unknown ... ok
[2026/06/01 13:07:08.7984349][7815][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:08.7984505][7815][HMON][INFO] Monitoring thread exiting.
test health_monitor::tests::health_monitor_start_monitors_not_taken - should panic ... ok
test health_monitor::tests::health_monitor_start_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_invalid_range ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_destroy_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_null_monitor ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_destroy_null_monitor ... ok
test deadline::deadline_monitor::tests::monitor_with_multiple_running_deadlines ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_invalid_internal_processing_cycle ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_ok ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_late_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_late_evaluate_late ... ok
test heartbeat::heartbeat_state::tests::snapshot_counter_increment ... ok
test heartbeat::heartbeat_state::tests::snapshot_default ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_max ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_valid ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_zero ... ok
test heartbeat::heartbeat_state::tests::snapshot_new_succeeds ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_valid ... ok
test heartbeat::heartbeat_state::tests::state_default ... ok
test heartbeat::heartbeat_state::tests::state_new ... ok
test heartbeat::heartbeat_state::tests::state_reset ... ok
test heartbeat::heartbeat_state::tests::state_snapshot ... ok
test heartbeat::heartbeat_state::tests::state_update_none ... ok
test heartbeat::heartbeat_state::tests::state_update_some ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_many_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_zero_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_tag ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_initial_state ... ok
test logic::ffi::tests::logic_monitor_builder_create_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_destroy_null_builder ... ok
test logic::ffi::tests::logic_monitor_destroy_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_fails ... ok
test logic::ffi::tests::logic_monitor_state_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_null_state ... ok
test logic::ffi::tests::logic_monitor_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_transition_fails ... ok
test logic::ffi::tests::logic_monitor_transition_null_monitor ... ok
test logic::ffi::tests::logic_monitor_transition_null_target_state ... ok
test logic::ffi::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_no_states ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_initial_state ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_target ... ok
test logic::logic_monitor::tests::logic_monitor_builder_new_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_state ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_state_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_state_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_transition_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_unknown_node ... ok
test logic::logic_state::tests::snapshot_from_u64_max ... ok
test logic::logic_state::tests::snapshot_from_u64_valid ... ok
test logic::logic_state::tests::snapshot_from_u64_zero ... ok
test logic::logic_state::tests::snapshot_new_succeeds ... ok
test logic::logic_state::tests::snapshot_set_current_state_index_valid ... ok
test logic::logic_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test logic::logic_state::tests::snapshot_set_monitor_status_valid ... ok
test logic::logic_state::tests::state_new ... ok
test logic::logic_state::tests::state_snapshot ... ok
test logic::logic_state::tests::state_swap ... ok
test tag::tests::deadline_tag_debug ... ok
test tag::tests::deadline_tag_from_str ... ok
test tag::tests::deadline_tag_from_string ... ok
test tag::tests::deadline_tag_new ... ok
test tag::tests::deadline_tag_score_debug ... ok
test tag::tests::monitor_tag_debug ... ok
test tag::tests::monitor_tag_from_str ... ok
test tag::tests::monitor_tag_from_string ... ok
test tag::tests::monitor_tag_new ... ok
test tag::tests::monitor_tag_score_debug ... ok
test tag::tests::state_tag_debug ... ok
test tag::tests::state_tag_from_str ... ok
test tag::tests::state_tag_from_string ... ok
test tag::tests::state_tag_new ... ok
test tag::tests::state_tag_score_debug ... ok
test tag::tests::tag_debug ... ok
test tag::tests::tag_hash_is_eq ... ok
test tag::tests::tag_hash_is_ne ... ok
test tag::tests::tag_new ... ok
test tag::tests::tag_partial_eq_is_eq ... ok
test tag::tests::tag_partial_eq_is_ne ... ok
test tag::tests::tag_score_debug ... ok
test tag::tests::test_from_str ... ok
test tag::tests::test_from_string ... ok
test thread_ffi::tests::scheduler_policy_priority_max_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_max_succeeds ... ok
test thread_ffi::tests::scheduler_policy_priority_min_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_min_succeeds ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_many_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_zero_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_handle ... ok
test thread_ffi::tests::thread_parameters_affinity_succeeds ... ok
test thread_ffi::tests::thread_parameters_create_succeeds ... ok
test thread_ffi::tests::thread_parameters_destroy_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_invalid_priority ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_succeeds ... ok
test thread_ffi::tests::thread_parameters_stack_size_null_handle ... ok
test thread_ffi::tests::thread_parameters_stack_size_succeeds ... ok
test worker::tests::monitoring_logic_report_alive_on_each_call_when_no_error ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_late ... ok
test worker::tests::monitoring_logic_report_error_when_deadline_failed ... ok
[2026/06/01 13:07:09.7562980][7815][HMON][INFO] Monitoring thread started.
test deadline::deadline_monitor::tests::start_stop_deadline_within_range_works ... ok
[2026/06/01 13:07:09.8167115][7815][HMON][WARN] Deadline (DeadlineTag(deadline_fast)) missed! Expected: 50, now: 60
[2026/06/01 13:07:09.8167394][7815][HMON][WARN] Deadline monitor with tag MonitorTag(deadline_monitor) reported error: TooLate.
[2026/06/01 13:07:09.8167466][7815][HMON][WARN] One or more monitors reported errors, skipping AliveAPI notification.
[2026/06/01 13:07:09.8167535][7815][HMON][INFO] Monitoring logic failed, stopping thread.
[2026/06/01 13:07:09.8167586][7815][HMON][INFO] Monitoring thread exiting.
test worker::tests::monitoring_logic_report_alive_respect_cycle ... ok
test worker::tests::unique_thread_runner_monitoring_works ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_timestamp_offset ... ok
test result: ok. 232 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
tests-report/score/health_monitor/src/rust/loom_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/rust:loom_tests
-----------------------------------------------------------------------------
running 3 tests
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_early ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_late ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.70s
tests-report/score/health_monitor/src/cpp/cpp_integration_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/cpp:cpp_integration_tests
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from HealthMonitorTest
[ RUN ] HealthMonitorTest.Integrated
[2026/06/05 09:54:42.0717292][score/health_monitor/src/rust/deadline/deadline_monitor.rs:217][4986][HMON][ERROR] Deadline DeadlineTag(deadline_1) stopped too early by 100 ms
[2026/06/05 09:54:42.0717485][score/health_monitor/src/rust/worker.rs:121][4986][HMON][INFO] Monitoring thread started.
[2026/06/05 09:54:42.0717714][score/health_monitor/src/rust/worker.rs:139][4986][HMON][INFO] Monitoring thread exiting.
[ OK ] HealthMonitorTest.Integrated (3 ms)
[----------] 1 test from HealthMonitorTest (3 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (3 ms total)
[ PASSED ] 1 test.
tests-report/score/health_monitor/src/cpp/cpp_unit_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/cpp:cpp_unit_tests
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 33 tests from 10 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from DeadlineMonitorBuilderFixture
[ RUN ] DeadlineMonitorBuilderFixture.New_Succeeds
[ OK ] DeadlineMonitorBuilderFixture.New_Succeeds (0 ms)
[ RUN ] DeadlineMonitorBuilderFixture.AddDeadline_Succeeds
[ OK ] DeadlineMonitorBuilderFixture.AddDeadline_Succeeds (0 ms)
[----------] 2 tests from DeadlineMonitorBuilderFixture (0 ms total)
[----------] 2 tests from DeadlineMonitorFixture
[ RUN ] DeadlineMonitorFixture.GetDeadline_Succeeds
[ OK ] DeadlineMonitorFixture.GetDeadline_Succeeds (0 ms)
[ RUN ] DeadlineMonitorFixture.GetDeadline_Unknown
[ OK ] DeadlineMonitorFixture.GetDeadline_Unknown (0 ms)
[----------] 2 tests from DeadlineMonitorFixture (0 ms total)
[----------] 2 tests from DeadlineFixture
[ RUN ] DeadlineFixture.Start_Succeeds
[2026/06/05 09:54:43.4389358][score/health_monitor/src/rust/deadline/deadline_monitor.rs:217][5018][HMON][ERROR] Deadline DeadlineTag(deadline) stopped too early by 50 ms
[ OK ] DeadlineFixture.Start_Succeeds (0 ms)
[ RUN ] DeadlineFixture.Start_AlreadyRunning
[2026/06/05 09:54:43.4389870][score/health_monitor/src/rust/deadline/deadline_monitor.rs:217][5018][HMON][ERROR] Deadline DeadlineTag(deadline) stopped too early by 50 ms
[2026/06/05 09:54:43.4389935][score/health_monitor/src/rust/deadline/deadline_monitor.rs:172][5018][HMON][WARN] Trying to start deadline DeadlineTag(deadline) that already failed
[ OK ] DeadlineFixture.Start_AlreadyRunning (0 ms)
[----------] 2 tests from DeadlineFixture (0 ms total)
[----------] 4 tests from HealthMonitorBuilderFixture
[ RUN ] HealthMonitorBuilderFixture.New_Succeeds
[ OK ] HealthMonitorBuilderFixture.New_Succeeds (0 ms)
[ RUN ] HealthMonitorBuilderFixture.Build_Succeeds
[ OK ] HealthMonitorBuilderFixture.Build_Succeeds (0 ms)
[ RUN ] HealthMonitorBuilderFixture.Build_InvalidCycles
[2026/06/05 09:54:43.4390903][score/health_monitor/src/rust/health_monitor.rs:134][5018][HMON][ERROR] Supervisor API cycle duration (123 ms) must be a multiple of internal processing cycle interval (100 ms).
[ OK ] HealthMonitorBuilderFixture.Build_InvalidCycles (0 ms)
[ RUN ] HealthMonitorBuilderFixture.Build_NoMonitors
[2026/06/05 09:54:43.4391104][score/health_monitor/src/rust/health_monitor.rs:146][5018][HMON][ERROR] No monitors have been added. HealthMonitor cannot be created.
[ OK ] HealthMonitorBuilderFixture.Build_NoMonitors (0 ms)
[----------] 4 tests from HealthMonitorBuilderFixture (0 ms total)
[----------] 11 tests from HealthMonitor
[ RUN ] HealthMonitor.GetDeadlineMonitor_Available
[ OK ] HealthMonitor.GetDeadlineMonitor_Available (0 ms)
[ RUN ] HealthMonitor.GetDeadlineMonitor_Taken
[ OK ] HealthMonitor.GetDeadlineMonitor_Taken (0 ms)
[ RUN ] HealthMonitor.GetDeadlineMonitor_Unknown
[ OK ] HealthMonitor.GetDeadlineMonitor_Unknown (0 ms)
[ RUN ] HealthMonitor.GetHeartbeatMonitor_Available
[ OK ] HealthMonitor.GetHeartbeatMonitor_Available (0 ms)
[ RUN ] HealthMonitor.GetHeartbeatMonitor_Taken
[ OK ] HealthMonitor.GetHeartbeatMonitor_Taken (0 ms)
[ RUN ] HealthMonitor.GetHeartbeatMonitor_Unknown
[ OK ] HealthMonitor.GetHeartbeatMonitor_Unknown (0 ms)
[ RUN ] HealthMonitor.GetLogicMonitor_Available
[ OK ] HealthMonitor.GetLogicMonitor_Available (0 ms)
[ RUN ] HealthMonitor.GetLogicMonitor_Taken
[ OK ] HealthMonitor.GetLogicMonitor_Taken (0 ms)
[ RUN ] HealthMonitor.GetLogicMonitor_Unknown
[ OK ] HealthMonitor.GetLogicMonitor_Unknown (0 ms)
[ RUN ] HealthMonitor.Start_Succeeds
[2026/06/05 09:54:43.4393663][score/health_monitor/src/rust/worker.rs:121][5018][HMON][INFO] Monitoring thread started.
[2026/06/05 09:54:43.4393754][score/health_monitor/src/rust/worker.rs:139][5018][HMON][INFO] Monitoring thread exiting.
[ OK ] HealthMonitor.Start_Succeeds (0 ms)
[ RUN ] HealthMonitor.Start_MonitorsNotTaken
[2026/06/05 09:54:43.4400290][score/health_monitor/src/rust/health_monitor.rs:307][5023][HMON][ERROR] All monitors must be taken before starting HealthMonitor but MonitorTag(deadline_monitor) is not taken.
[ OK ] HealthMonitor.Start_MonitorsNotTaken (158 ms)
[----------] 11 tests from HealthMonitor (158 ms total)
[----------] 1 test from HeartbeatMonitorBuilder
[ RUN ] HeartbeatMonitorBuilder.New_Succeeds
[ OK ] HeartbeatMonitorBuilder.New_Succeeds (0 ms)
[----------] 1 test from HeartbeatMonitorBuilder (0 ms total)
[----------] 1 test from HeartbeatMonitor
[ RUN ] HeartbeatMonitor.Heartbeat_Succeeds
[ OK ] HeartbeatMonitor.Heartbeat_Succeeds (0 ms)
[----------] 1 test from HeartbeatMonitor (0 ms total)
[----------] 2 tests from LogicMonitorBuilderFixture
[ RUN ] LogicMonitorBuilderFixture.New_Succeeds
[ OK ] LogicMonitorBuilderFixture.New_Succeeds (0 ms)
[ RUN ] LogicMonitorBuilderFixture.AddState_Succeeds
[ OK ] LogicMonitorBuilderFixture.AddState_Succeeds (0 ms)
[----------] 2 tests from LogicMonitorBuilderFixture (0 ms total)
[----------] 5 tests from LogicMonitorFixture
[ RUN ] LogicMonitorFixture.Transition_Succeeds
[ OK ] LogicMonitorFixture.Transition_Succeeds (0 ms)
[ RUN ] LogicMonitorFixture.Transition_Unknown
[2026/06/05 09:54:43.5978984][score/health_monitor/src/rust/logic/logic_monitor.rs:265][5018][HMON][WARN] Requested state transition is invalid: StateTag(state1) -> StateTag(unknown)
[ OK ] LogicMonitorFixture.Transition_Unknown (0 ms)
[ RUN ] LogicMonitorFixture.Transition_Invalid
[2026/06/05 09:54:43.5979562][score/health_monitor/src/rust/logic/logic_monitor.rs:265][5018][HMON][WARN] Requested state transition is invalid: StateTag(state1) -> StateTag(unknown)
[2026/06/05 09:54:43.5979644][score/health_monitor/src/rust/logic/logic_monitor.rs:254][5018][HMON][WARN] Current logic monitor state cannot be determined
[ OK ] LogicMonitorFixture.Transition_Invalid (0 ms)
[ RUN ] LogicMonitorFixture.State_Succeeds
[ OK ] LogicMonitorFixture.State_Succeeds (0 ms)
[ RUN ] LogicMonitorFixture.State_Invalid
[2026/06/05 09:54:43.5980688][score/health_monitor/src/rust/logic/logic_monitor.rs:265][5018][HMON][WARN] Requested state transition is invalid: StateTag(state1) -> StateTag(unknown)
[2026/06/05 09:54:43.5980816][score/health_monitor/src/rust/logic/logic_monitor.rs:290][5018][HMON][WARN] Current logic monitor state cannot be determined
[ OK ] LogicMonitorFixture.State_Invalid (0 ms)
[----------] 5 tests from LogicMonitorFixture (0 ms total)
[----------] 3 tests from TimeRangeFixture
[ RUN ] TimeRangeFixture.New_Succeeds
[ OK ] TimeRangeFixture.New_Succeeds (0 ms)
[ RUN ] TimeRangeFixture.New_InvalidOrder
[ OK ] TimeRangeFixture.New_InvalidOrder (149 ms)
[ RUN ] TimeRangeFixture.MinMax
[ OK ] TimeRangeFixture.MinMax (0 ms)
[----------] 3 tests from TimeRangeFixture (149 ms total)
[----------] Global test environment tear-down
[==========] 33 tests from 10 test suites ran. (309 ms total)
[ PASSED ] 33 tests.
tests-report/score/launch_manager/exec_error_domain_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager:exec_error_domain_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from ExecErrorDomainTest
[ RUN ] ExecErrorDomainTest.AllKnownCodesReturnNonEmptyMessage
[ OK ] ExecErrorDomainTest.AllKnownCodesReturnNonEmptyMessage (0 ms)
[ RUN ] ExecErrorDomainTest.AllKnownCodesHaveDistinctMessages
[ OK ] ExecErrorDomainTest.AllKnownCodesHaveDistinctMessages (0 ms)
[ RUN ] ExecErrorDomainTest.UnknownCodeReturnsNonEmptyMessage
[ OK ] ExecErrorDomainTest.UnknownCodeReturnsNonEmptyMessage (0 ms)
[----------] 3 tests from ExecErrorDomainTest (0 ms total)
[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 3 tests.
tests-report/score/launch_manager/daemon/src/process_state_client/process_state_client_ut/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_state_client:process_state_client_ut
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from ProcessStateClient_UT
[ RUN ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds (0 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds (0 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds (8 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/01 13:07:07.9227519 1538361 000 ECU1 NONE LM log error verbose 1 Failed to queue posix process
2026/06/01 13:07:07.9227520 1538363 000 ECU1 NONE LM log error verbose 1 ProcessStateReceiver::getNextChangedPosixProcess: Overflow occurred, will be reported as kCommunicationError
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails (5 ms)
[----------] 4 tests from ProcessStateClient_UT (15 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (15 ms total)
[ PASSED ] 4 tests.
tests-report/score/launch_manager/daemon/src/recovery_client/recovery_client_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/recovery_client:recovery_client_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from RecoveryClientTest
[ RUN ] RecoveryClientTest.SendSingleRequest
[ OK ] RecoveryClientTest.SendSingleRequest (0 ms)
[ RUN ] RecoveryClientTest.GetNextRequest
[ OK ] RecoveryClientTest.GetNextRequest (0 ms)
[ RUN ] RecoveryClientTest.GetNextRequestEmpty
[ OK ] RecoveryClientTest.GetNextRequestEmpty (0 ms)
[ RUN ] RecoveryClientTest.RingBufferFull
[ OK ] RecoveryClientTest.RingBufferFull (0 ms)
[ RUN ] RecoveryClientTest.FIFOOrdering
[ OK ] RecoveryClientTest.FIFOOrdering (0 ms)
[----------] 5 tests from RecoveryClientTest (0 ms total)
[----------] Global test environment tear-down
[==========] 5 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 5 tests.
tests-report/score/launch_manager/daemon/src/alive_monitor/details/MonitorImpl_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details:MonitorImpl_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from MonitorImplTest
[ RUN ] MonitorImplTest.ThrowsWhenInterfacePathEnvVarIsNotSet
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/05 09:40:17.2417211 1457806 000 ECU1 NONE Sprv log error verbose 3 Failed to load interface path for Monitor ( test/instance )
[ OK ] MonitorImplTest.ThrowsWhenInterfacePathEnvVarIsNotSet (6 ms)
[ RUN ] MonitorImplTest.DoesNotThrowWhenInterfacePathEnvVarIsSet
2026/06/05 09:40:17.2417214 1457832 000 ECU1 NONE Sprv log error verbose 3 Connection to PHM daemon failed, for the Monitor ( test/instance )
[ OK ] MonitorImplTest.DoesNotThrowWhenInterfacePathEnvVarIsSet (0 ms)
[ RUN ] MonitorImplTest.ReportCheckpointSafeWhenNotConnected
2026/06/05 09:40:17.2417214 1457833 000 ECU1 NONE Sprv log error verbose 3 Connection to PHM daemon failed, for the Monitor ( test/instance )
[ OK ] MonitorImplTest.ReportCheckpointSafeWhenNotConnected (0 ms)
[----------] 3 tests from MonitorImplTest (8 ms total)
[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (9 ms total)
[ PASSED ] 3 tests.
tests-report/score/launch_manager/daemon/src/alive_monitor/details/supervision/Alive_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details/supervision:Alive_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 9 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 9 tests from AliveSupervisionTest
[ RUN ] AliveSupervisionTest.AliveTransitionsOkToExpiredOnMissingHeartbeat
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/09 08:42:30.4550334 1527506 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0
[ OK ] AliveSupervisionTest.AliveTransitionsOkToExpiredOnMissingHeartbeat (7 ms)
[ RUN ] AliveSupervisionTest.AliveStaysOkWithCorrectHeartbeats
[ OK ] AliveSupervisionTest.AliveStaysOkWithCorrectHeartbeats (0 ms)
[ RUN ] AliveSupervisionTest.AliveReportsEnqueueFailureWhenRingBufferFull
2026/06/09 08:42:30.4550336 1527519 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0
2026/06/09 08:42:30.4550336 1527520 000 ECU1 NONE Sprv log error verbose 3 Failed to enqueue recovery request for alive supervision test_alive failure (ring buffer full)
[ OK ] AliveSupervisionTest.AliveReportsEnqueueFailureWhenRingBufferFull (0 ms)
[ RUN ] AliveSupervisionTest.AliveDebouncesThroughFailedBeforeExpired
2026/06/09 08:42:30.4550336 1527522 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to FAILED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 1 / 1
2026/06/09 08:42:30.4550336 1527522 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 2 / 1
[ OK ] AliveSupervisionTest.AliveDebouncesThroughFailedBeforeExpired (0 ms)
[ RUN ] AliveSupervisionTest.DeactivatesOnProcessSigterm
[ OK ] AliveSupervisionTest.DeactivatesOnProcessSigterm (0 ms)
[ RUN ] AliveSupervisionTest.DeactivatesOnProcessCrash
[ OK ] AliveSupervisionTest.DeactivatesOnProcessCrash (0 ms)
[ RUN ] AliveSupervisionTest.ReactivatesAfterCrash
[ OK ] AliveSupervisionTest.ReactivatesAfterCrash (0 ms)
[ RUN ] AliveSupervisionTest.IgnoresIrrelevantProcessStates
[ OK ] AliveSupervisionTest.IgnoresIrrelevantProcessStates (0 ms)
[ RUN ] AliveSupervisionTest.MaxIndicationViolationExpires
2026/06/09 08:42:30.4550337 1527528 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 2 reported alive indication(s) (expected <= 1 ). Failed supervision cycles: 0 / 0
[ OK ] AliveSupervisionTest.MaxIndicationViolationExpires (0 ms)
[----------] 9 tests from AliveSupervisionTest (8 ms total)
[----------] Global test environment tear-down
[==========] 9 tests from 1 test suite ran. (8 ms total)
[ PASSED ] 9 tests.
tests-report/score/launch_manager/daemon/src/alive_monitor/details/ifappl/MonitorIfDaemon_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details/ifappl:MonitorIfDaemon_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 16 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 16 tests from MonitorIfDaemonTest
[ RUN ] MonitorIfDaemonTest.GetInterfaceName_ReturnsNameGivenAtConstruction
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
[ OK ] MonitorIfDaemonTest.GetInterfaceName_ReturnsNameGivenAtConstruction (4 ms)
[ RUN ] MonitorIfDaemonTest.InitiallyInactive_CheckForNewData_DoesNotNotifyCheckpoint
[ OK ] MonitorIfDaemonTest.InitiallyInactive_CheckForNewData_DoesNotNotifyCheckpoint (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessOffBeforeActivation_RemainsInactive
[ OK ] MonitorIfDaemonTest.ProcessOffBeforeActivation_RemainsInactive (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessRunning_ActivatesMonitorOnNextCheckForNewData
[ OK ] MonitorIfDaemonTest.ProcessRunning_ActivatesMonitorOnNextCheckForNewData (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessStarting_AlsoActivatesMonitor
[ OK ] MonitorIfDaemonTest.ProcessStarting_AlsoActivatesMonitor (0 ms)
[ RUN ] MonitorIfDaemonTest.ProcessOff_DeactivatesMonitor_NoFurtherDataForwarded
[ OK ] MonitorIfDaemonTest.ProcessOff_DeactivatesMonitor_NoFurtherDataForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_CheckpointDataForwarded
[ OK ] MonitorIfDaemonTest.Active_CheckpointDataForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_FutureTimestamp_NotForwardedInCurrentCycle
[ OK ] MonitorIfDaemonTest.Active_FutureTimestamp_NotForwardedInCurrentCycle (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_FutureTimestampCheckpoint_ConsumedInLaterCycle
[ OK ] MonitorIfDaemonTest.Active_FutureTimestampCheckpoint_ConsumedInLaterCycle (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_NonMatchingCheckpointId_NotForwarded
[ OK ] MonitorIfDaemonTest.Active_NonMatchingCheckpointId_NotForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_MultipleCheckpointsInOneCycle_AllForwarded
[ OK ] MonitorIfDaemonTest.Active_MultipleCheckpointsInOneCycle_AllForwarded (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_TwoAttachedCheckpoints_RoutedByCheckpointId
[ OK ] MonitorIfDaemonTest.Active_TwoAttachedCheckpoints_RoutedByCheckpointId (0 ms)
[ RUN ] MonitorIfDaemonTest.Active_OverflowDetected_TransitionsToInactiveOverflow
2026/06/09 08:42:30.4550542 1529585 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.Active_OverflowDetected_TransitionsToInactiveOverflow (1 ms)
[ RUN ] MonitorIfDaemonTest.InactiveOverflow_NoProcessRestart_DoesNotRepeatNotification
2026/06/09 08:42:30.4550543 1529591 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.InactiveOverflow_NoProcessRestart_DoesNotRepeatNotification (0 ms)
[ RUN ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestarts_PushesOverflowNotificationAgain
2026/06/09 08:42:30.4550543 1529594 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestarts_PushesOverflowNotificationAgain (0 ms)
[ RUN ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestartFlag_ClearedAfterNotification
2026/06/09 08:42:30.4550543 1529597 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface
[ OK ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestartFlag_ClearedAfterNotification (0 ms)
[----------] 16 tests from MonitorIfDaemonTest (10 ms total)
[----------] Global test environment tear-down
[==========] 16 tests from 1 test suite ran. (10 ms total)
[ PASSED ] 16 tests.
tests-report/score/launch_manager/daemon/src/process_group_manager/details/safeprocessmap_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_group_manager/details:safeprocessmap_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 13 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 13 tests from SafeProcessMapTest
[ RUN ] SafeProcessMapTest.ConstructWithZeroCapacity
[ OK ] SafeProcessMapTest.ConstructWithZeroCapacity (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedWithNegativePidReturnsInvalid
[ OK ] SafeProcessMapTest.FindTerminatedWithNegativePidReturnsInvalid (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedInsertsEntryWhenPidNotPresent
[ OK ] SafeProcessMapTest.FindTerminatedInsertsEntryWhenPidNotPresent (0 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedMatchesExistingInsertAndCallsCallback
[ OK ] SafeProcessMapTest.FindTerminatedMatchesExistingInsertAndCallsCallback (0 ms)
[ RUN ] SafeProcessMapTest.InsertIntoEmptyTreeReturnsZero
[ OK ] SafeProcessMapTest.InsertIntoEmptyTreeReturnsZero (0 ms)
[ RUN ] SafeProcessMapTest.InsertMatchesExistingFindTerminatedEntry
[ OK ] SafeProcessMapTest.InsertMatchesExistingFindTerminatedEntry (0 ms)
[ RUN ] SafeProcessMapTest.InsertMultipleNodesThenFindTerminatedRemovesAll
[ OK ] SafeProcessMapTest.InsertMultipleNodesThenFindTerminatedRemovesAll (7 ms)
[ RUN ] SafeProcessMapTest.InsertBeyondCapacityReturnsOutOfMemory
[ OK ] SafeProcessMapTest.InsertBeyondCapacityReturnsOutOfMemory (2 ms)
[ RUN ] SafeProcessMapTest.InsertSamePidTwiceYieldsUntilFindTerminatedResolves
[ OK ] SafeProcessMapTest.InsertSamePidTwiceYieldsUntilFindTerminatedResolves (11 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedSamePidTwiceYieldsUntilInsertResolves
[ OK ] SafeProcessMapTest.FindTerminatedSamePidTwiceYieldsUntilInsertResolves (11 ms)
[ RUN ] SafeProcessMapTest.FindTerminatedWorksAtMaxTreeDepth
[ OK ] SafeProcessMapTest.FindTerminatedWorksAtMaxTreeDepth (0 ms)
[ RUN ] SafeProcessMapTest.ConcurrentInsertAndFindFromMultipleThreads
[ OK ] SafeProcessMapTest.ConcurrentInsertAndFindFromMultipleThreads (2575 ms)
[ RUN ] SafeProcessMapTest.ConcurrentFindAndInsertFromMultipleThreads
[ OK ] SafeProcessMapTest.ConcurrentFindAndInsertFromMultipleThreads (2210 ms)
[----------] 13 tests from SafeProcessMapTest (4821 ms total)
[----------] Global test environment tear-down
[==========] 13 tests from 1 test suite ran. (4821 ms total)
[ PASSED ] 13 tests.
tests-report/score/launch_manager/daemon/src/process_group_manager/details/oshandler_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_group_manager/details:oshandler_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from OsHandlerTest
[ RUN ] OsHandlerTest.WaitReturnsProcessId_FindTerminatedIsCalled
[ OK ] OsHandlerTest.WaitReturnsProcessId_FindTerminatedIsCalled (102 ms)
[ RUN ] OsHandlerTest.WaitReturnsError_OsHandlerSleepsAndDoesNotCallFindTerminated
[ OK ] OsHandlerTest.WaitReturnsError_OsHandlerSleepsAndDoesNotCallFindTerminated (101 ms)
[ RUN ] OsHandlerTest.WaitReturnsZeroPid_OsHandlerSleepsAndDoesNotCallFindTerminated
[ OK ] OsHandlerTest.WaitReturnsZeroPid_OsHandlerSleepsAndDoesNotCallFindTerminated (104 ms)
[ RUN ] OsHandlerTest.WaitReturnsProcessIdBeforeRegistration_LaterRegistrationReceivesStoredTermination
[ OK ] OsHandlerTest.WaitReturnsProcessIdBeforeRegistration_LaterRegistrationReceivesStoredTermination (102 ms)
[ RUN ] OsHandlerTest.WaitReturnsUnknownPidWhenMapIsFull_OutOfResourcesPathDoesNotNotifyCallbacks
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/03 06:59:29.9969867 1115355 000 ECU1 NONE LM log error verbose 3 No more resources available to track process with PID 9999 (SafeProcessMap capacity exceeded).
[ OK ] OsHandlerTest.WaitReturnsUnknownPidWhenMapIsFull_OutOfResourcesPathDoesNotNotifyCallbacks (112 ms)
[ RUN ] OsHandlerTest.WaitReturnsErrorThenProcessId_HandlerRecoversAndInvokesCallback
[ OK ] OsHandlerTest.WaitReturnsErrorThenProcessId_HandlerRecoversAndInvokesCallback (202 ms)
[----------] 6 tests from OsHandlerTest (813 ms total)
[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (814 ms total)
[ PASSED ] 6 tests.
tests-report/score/launch_manager/daemon/src/common/identifier_hash_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common:identifier_hash_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from IdentifierHashTest
[ RUN ] IdentifierHashTest.IdentifierHash_with_string_view_created
[ OK ] IdentifierHashTest.IdentifierHash_with_string_view_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_with_string_created
[ OK ] IdentifierHashTest.IdentifierHash_with_string_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_default_created
[ OK ] IdentifierHashTest.IdentifierHash_default_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation
[ OK ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies
[ OK ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_EqualityOperators
[ OK ] IdentifierHashTest.IdentifierHash_EqualityOperators (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_LessThanOperator
[ OK ] IdentifierHashTest.IdentifierHash_LessThanOperator (0 ms)
[----------] 7 tests from IdentifierHashTest (0 ms total)
[----------] Global test environment tear-down
[==========] 7 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 7 tests.
tests-report/score/launch_manager/daemon/src/common/concurrency/mpmc_concurrent_queue_tsan_test/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common/concurrency:mpmc_concurrent_queue_tsan_test
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 15 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from MPMCConcurrentQueueTest_Basic
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem
[ OK ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType
[ OK ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure
[ OK ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure (20 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (21 ms total)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull (20 ms)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout (20 ms total)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop
[ RUN ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty
[ OK ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop (0 ms)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop (0 ms total)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking
[ RUN ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable
[ OK ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull
[ OK ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer (0 ms)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking (0 ms total)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[ OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (1 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (1 ms total)
[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (45 ms total)
[ PASSED ] 15 tests.
tests-report/score/launch_manager/daemon/src/common/concurrency/mpmc_concurrent_queue_test/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common/concurrency:mpmc_concurrent_queue_test
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 15 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from MPMCConcurrentQueueTest_Basic
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem
[ OK ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType
[ OK ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure
[ OK ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure (20 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (20 ms total)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull (20 ms)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout (20 ms total)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop
[ RUN ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty
[ OK ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop (0 ms)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop (0 ms total)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking
[ RUN ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable
[ OK ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull
[ OK ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer (0 ms)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking (0 ms total)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[ OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (0 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (0 ms total)
[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (42 ms total)
[ PASSED ] 15 tests.
tests-report/tests/integration/smoke/smoke/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/smoke:smoke
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/891/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-09 08:42:50.459] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-09 08:42:50.627] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:50.628] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:50.628] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:50.628] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:50.643] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:50.663] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-09 08:42:50.666] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/a8289653341c32b89a40c05cd7ae2cdfec006e273b95cfc6345d340c38897b55/json HTTP/1.1" 200 None
[2026-06-09 08:42:50.877] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8289653341c32b89a40c05cd7ae2cdfec006e273b95cfc6345d340c38897b55/start HTTP/1.1" 204 0
[2026-06-09 08:42:50.878] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:50.878] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:50.878] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:50.878] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:50.889] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:51.164] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-09 08:42:51.313] [INFO] [launch_manager] 2026/06/09 08:42:51.4571312 1737283 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:51.314] [INFO] [launch_manager] Launch Manager Started !!!!
[2026-06-09 08:42:51.314] [INFO] [launch_manager] 2026/06/09 08:42:51.4571313 1737288 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:51.314] [INFO] [launch_manager] Loading LCM Configurations...
[2026-06-09 08:42:51.316] [INFO] [launch_manager] 2026/06/09 08:42:51.4571313 1737290 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-09 08:42:51.316] [INFO] [launch_manager] 2026/06/09 08:42:51.4571313 1737292 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-09 08:42:51.316] [INFO] [launch_manager] 2026/06/09 08:42:51.4571313 1737293 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-09 08:42:51.316] [INFO] [launch_manager] 2026/06/09 08:42:51.4571313 1737294 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Running ( IdentifierHash: 15039935902284124227 )
[2026-06-09 08:42:51.316] [INFO] [launch_manager] 2026/06/09 08:42:51.4571313 1737295 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-09 08:42:51.316] [INFO] [launch_manager] 2026/06/09 08:42:51.4571313 1737296 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571314 1737298 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/smoke/control_daemon_mock
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571314 1737299 000 ECU1 LM LM log debug verbose 3 Process control_daemon is Reporting execution state
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571314 1737300 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571314 1737300 000 ECU1 LM LM log debug verbose 3 Process control_daemon is NOT Self terminating
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571314 1737302 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571314 1737303 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571314 1737304 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/smoke/gtest_process
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571314 1737305 000 ECU1 LM LM log debug verbose 3 Process gtest_process is Reporting execution state
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571314 1737306 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571314 1737306 000 ECU1 LM LM log debug verbose 3 Process gtest_process is NOT Self terminating
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571314 1737307 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571315 1737308 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:51.317] [INFO] [launch_manager] Loading SWCL Nr. 0 Succeeded
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571315 1737310 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571315 1737311 000 ECU1 LM LM log debug verbose 3 Creating graph with 2 nodes
[2026-06-09 08:42:51.317] [INFO] [launch_manager] 2026/06/09 08:42:51.4571315 1737312 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-09 08:42:51.318] [INFO] [launch_manager] 2026/06/09 08:42:51.4571315 1737313 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-09 08:42:51.318] [INFO] [launch_manager] 2026/06/09 08:42:51.4571315 1737314 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 2 entries
[2026-06-09 08:42:51.318] [INFO] [launch_manager] 2026/06/09 08:42:51.4571315 1737315 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-09 08:42:51.318] [INFO] [launch_manager] 2026/06/09 08:42:51.4571315 1737316 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-09 08:42:51.318] [INFO] [launch_manager] 2026/06/09 08:42:51.4571317 1737334 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 2 processes
[2026-06-09 08:42:51.318] [INFO] [launch_manager] 2026/06/09 08:42:51.4571317 1737337 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-09 08:42:51.318] [INFO] [launch_manager] 2026/06/09 08:42:51.4571317 1737338 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-09 08:42:51.318] [INFO] [launch_manager] 2026/06/09 08:42:51.4571318 1737339 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-09 08:42:51.319] [INFO] [launch_manager] 2026/06/09 08:42:51.4571318 1737340 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:51.319] [INFO] [launch_manager] Process 1 has 0 start dependencies
[2026-06-09 08:42:51.319] [INFO] [launch_manager] 2026/06/09 08:42:51.4571318 1737342 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:51.319] [INFO] [launch_manager] Created 2 process nodes
[2026-06-09 08:42:51.319] [INFO] [launch_manager] 2026/06/09 08:42:51.4571318 1737343 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-09 08:42:51.320] [INFO] [launch_manager] 2026/06/09 08:42:51.4571318 1737344 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-09 08:42:51.320] [INFO] [launch_manager] 2026/06/09 08:42:51.4571318 1737347 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-09 08:42:51.320] [INFO] [launch_manager] 2026/06/09 08:42:51.4571318 1737347 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-09 08:42:51.320] [INFO] [launch_manager] 2026/06/09 08:42:51.4571318 1737348 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-09 08:42:51.320] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737348 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-09 08:42:51.320] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737348 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-09 08:42:51.320] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737348 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-09 08:42:51.320] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737349 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-09 08:42:51.320] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737350 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_daemon
[2026-06-09 08:42:51.320] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737350 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-09 08:42:51.320] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737352 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-09 08:42:51.321] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737352 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-09 08:42:51.321] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737352 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_daemon
[2026-06-09 08:42:51.321] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737353 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-09 08:42:51.321] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737353 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_daemon_checkpoint
[2026-06-09 08:42:51.321] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737353 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-09 08:42:51.321] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737354 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-09 08:42:51.321] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737354 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-09 08:42:51.321] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737354 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-09 08:42:51.321] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737354 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-09 08:42:51.321] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737355 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 0 ms
[2026-06-09 08:42:51.323] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737355 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-09 08:42:51.323] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737356 000 ECU1 LM LM log debug verbose 3 clock() at run(): 41.395000 ms
[2026-06-09 08:42:51.323] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737357 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-09 08:42:51.323] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737357 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:51.323] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737357 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:51.323] [INFO] [launch_manager] 2026/06/09 08:42:51.4571319 1737358 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:51.323] [INFO] [launch_manager] 2026/06/09 08:42:51.4571320 1737358 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:51.323] [INFO] [launch_manager] 2026/06/09 08:42:51.4571320 1737358 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:51.324] [INFO] [launch_manager] 2026/06/09 08:42:51.4571320 1737363 000 ECU1 LM LM log debug verbose 6 Starting process 0 ( control_daemon ) from executable /tmp/tests/smoke/control_daemon_mock
[2026-06-09 08:42:51.324] [INFO] [launch_manager] 2026/06/09 08:42:51.4571320 1737364 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_daemon process
[2026-06-09 08:42:51.324] [INFO] [launch_manager] 2026/06/09 08:42:51.4571320 1737364 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-09 08:42:51.324] [INFO] [launch_manager] 2026/06/09 08:42:51.4571322 1737384 000 ECU1 LM LM log debug verbose 4 startProcess pid 68 received for process: control_daemon
[2026-06-09 08:42:51.324] [INFO] [launch_manager] 2026/06/09 08:42:51.4571322 1737385 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-09 08:42:51.326] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:51.326] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:51.327] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-09 08:42:51.327] [INFO] [launch_manager] [ RUN ] Smoke.Daemon
[2026-06-09 08:42:51.327] [INFO] [launch_manager] [ STEP ] Control daemon report kRunning
[2026-06-09 08:42:51.330] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-06-09 08:42:51.330] [INFO] [launch_manager] [ STEP ] Activate RunTarget Running
[2026-06-09 08:42:51.331] [INFO] [launch_manager] 2026/06/09 08:42:51.4571329 1737457 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:51.331] [INFO] [launch_manager] 2026/06/09 08:42:51.4571330 1737462 000 ECU1 LM LM log debug verbose 8
[2026-06-09 08:42:51.331] [INFO] [launch_manager] Got kRunning for pid 68 ( control_daemon ) process 0 of group MainPG
[2026-06-09 08:42:51.331] [INFO] [launch_manager] 2026/06/09 08:42:51.4571330 1737464 000 ECU1 LM LM log debug verbose 7
[2026-06-09 08:42:51.331] [INFO] [launch_manager] startProcess for MainPG process 0 ( control_daemon ) done
[2026-06-09 08:42:51.332] [INFO] [launch_manager] 2026/06/09 08:42:51.4571330 1737465 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:51.332] [INFO] [launch_manager] 2026/06/09 08:42:51.4571330 1737466 000 ECU1 LM LM log debug verbose 8
[2026-06-09 08:42:51.332] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Running of PG MainPG
[2026-06-09 08:42:51.332] [INFO] [launch_manager] 2026/06/09 08:42:51.4571330 1737467 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:51.332] [INFO] [launch_manager] clock() at successful initial state transition: 43.065000 ms
[2026-06-09 08:42:51.332] [INFO] [launch_manager] 2026/06/09 08:42:51.4571331 1737468 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:51.333] [INFO] [launch_manager] 2026/06/09 08:42:51.4571331 1737469 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 11 ms
[2026-06-09 08:42:51.333] [INFO] [launch_manager] 2026/06/09 08:42:51.4571331 1737470 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:51.333] [INFO] [launch_manager] Control Client handler nudged
[2026-06-09 08:42:51.333] [INFO] [launch_manager] 2026/06/09 08:42:51.4571331 1737472 000 ECU1 LM LM log debug verbose 6
[2026-06-09 08:42:51.333] [INFO] [launch_manager] Pending state for process group MainPG changed from to MainPG/Running
[2026-06-09 08:42:51.334] [INFO] [launch_manager] 2026/06/09 08:42:51.4571331 1737473 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-09 08:42:51.334] [INFO] [launch_manager] 2026/06/09 08:42:51.4571331 1737474 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:51.334] [INFO] [launch_manager] Request acknowledged.
[2026-06-09 08:42:51.335] [INFO] [launch_manager] 2026/06/09 08:42:51.4571331 1737475 000 ECU1 LM LM log debug verbose 6
[2026-06-09 08:42:51.335] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/Running to
[2026-06-09 08:42:51.335] [INFO] [launch_manager] 2026/06/09 08:42:51.4571331 1737476 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:51.335] [INFO] [launch_manager] Start transition to MainPG/Running for PG MainPG
[2026-06-09 08:42:51.335] [INFO] [launch_manager] 2026/06/09 08:42:51.4571331 1737477 000 ECU1 LM LM log debug verbose 9
[2026-06-09 08:42:51.335] [INFO] [launch_manager] Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:51.335] [INFO] [launch_manager] 2026/06/09 08:42:51.4571332 1737478 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:51.336] [INFO] [launch_manager] 2026/06/09 08:42:51.4571332 1737478 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:51.336] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:51.336] [INFO] [launch_manager] 2026/06/09 08:42:51.4571332 1737479 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:51.336] [INFO] [launch_manager] 2026/06/09 08:42:51.4571332 1737480 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:51.336] [INFO] [launch_manager] 2026/06/09 08:42:51.4571332 1737482 000 ECU1 LM LM log debug verbose 6
[2026-06-09 08:42:51.336] [INFO] [launch_manager] Starting process 1 ( gtest_process ) from executable /tmp/tests/smoke/gtest_process
[2026-06-09 08:42:51.337] [INFO] [launch_manager] 2026/06/09 08:42:51.4571333 1737491 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:51.337] [INFO] [launch_manager] 2026/06/09 08:42:51.4571333 1737492 000 ECU1 LM LM log debug verbose 4 startProcess pid 70 received for process: gtest_process
[2026-06-09 08:42:51.337] [INFO] [launch_manager] Request acknowledged.
[2026-06-09 08:42:51.337] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:51.337] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:51.337] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-09 08:42:51.337] [INFO] [launch_manager] [ RUN ] Smoke.Process
[2026-06-09 08:42:51.338] [INFO] [launch_manager] [ OK ] Smoke.Process (2 ms)
[2026-06-09 08:42:51.338] [INFO] [launch_manager] [----------] 1 test from Smoke (2 ms total)
[2026-06-09 08:42:51.338] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:51.339] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-09 08:42:51.339] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:51.343] [INFO] [launch_manager] 2026/06/09 08:42:51.4571340 1737561 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 70 ( gtest_process ) process 1 of group MainPG
[2026-06-09 08:42:51.343] [INFO] [launch_manager] 2026/06/09 08:42:51.4571340 1737562 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( gtest_process ) done
[2026-06-09 08:42:51.343] [INFO] [launch_manager] 2026/06/09 08:42:51.4571340 1737563 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:51.343] [INFO] [launch_manager] 2026/06/09 08:42:51.4571340 1737563 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Running in 9 ms
[2026-06-09 08:42:51.343] [INFO] [launch_manager] 2026/06/09 08:42:51.4571340 1737564 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:51.344] [INFO] [launch_manager] 2026/06/09 08:42:51.4571341 1737573 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Running of PG MainPG
[2026-06-09 08:42:51.344] [INFO] [launch_manager] 2026/06/09 08:42:51.4571341 1737573 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-09 08:42:51.371] [INFO] [launch_manager] 2026/06/09 08:42:51.4571369 1737857 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Startup PS 1
[2026-06-09 08:42:51.371] [INFO] [launch_manager] 2026/06/09 08:42:51.4571370 1737858 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_daemon changed state PG MainPG/Startup PS 2
[2026-06-09 08:42:51.371] [INFO] [launch_manager] 2026/06/09 08:42:51.4571370 1737858 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Running PS 1
[2026-06-09 08:42:51.372] [INFO] [launch_manager] 2026/06/09 08:42:51.4571370 1737859 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Running PS 2
[2026-06-09 08:42:51.372] [INFO] [launch_manager] 2026/06/09 08:42:51.4571370 1737859 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_daemon_alive_supervision ) switched to OK.
[2026-06-09 08:42:51.403] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:51.427] [INFO] [launch_manager] 2026/06/09 08:42:51.4571427 1738431 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:51.428] [INFO] [launch_manager] Response retrieved.
[2026-06-09 08:42:51.428] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-06-09 08:42:51.428] [INFO] [launch_manager] [ STEP ] Activate RunTarget Startup
[2026-06-09 08:42:51.428] [INFO] [launch_manager] 2026/06/09 08:42:51.4571428 1738439 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:51.428] [INFO] [launch_manager] Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:51.429] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738451 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Startup of PG MainPG
[2026-06-09 08:42:51.429] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738452 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Startup
[2026-06-09 08:42:51.429] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738452 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:51.429] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738453 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Startup to
[2026-06-09 08:42:51.430] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738453 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Startup for PG MainPG
[2026-06-09 08:42:51.430] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738454 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:51.430] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738454 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:51.430] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738454 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:51.430] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738456 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:51.430] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738456 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( gtest_process )
[2026-06-09 08:42:51.430] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738456 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 70 ( gtest_process )
[2026-06-09 08:42:51.430] [INFO] [launch_manager] 2026/06/09 08:42:51.4571429 1738457 000 ECU1 LM LM log debug verbose 2 Request termination received for 70
[2026-06-09 08:42:51.430] [INFO] [launch_manager] 2026/06/09 08:42:51.4571430 1738464 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 70 ( gtest_process ) for node True terminated with status 0
[2026-06-09 08:42:51.432] [INFO] [launch_manager] 2026/06/09 08:42:51.4571432 1738481 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( gtest_process )
[2026-06-09 08:42:51.432] [INFO] [launch_manager] 2026/06/09 08:42:51.4571432 1738482 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( gtest_process ) done
[2026-06-09 08:42:51.432] [INFO] [launch_manager] 2026/06/09 08:42:51.4571432 1738482 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:51.432] [INFO] [launch_manager] 2026/06/09 08:42:51.4571432 1738482 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:51.432] [INFO] [launch_manager] 2026/06/09 08:42:51.4571432 1738483 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:51.433] [INFO] [launch_manager] 2026/06/09 08:42:51.4571432 1738483 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 3 ms
[2026-06-09 08:42:51.433] [INFO] [launch_manager] 2026/06/09 08:42:51.4571432 1738484 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:51.434] [INFO] [launch_manager] 2026/06/09 08:42:51.4571434 1738499 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Startup of PG MainPG
[2026-06-09 08:42:51.434] [INFO] [launch_manager] 2026/06/09 08:42:51.4571434 1738500 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-09 08:42:51.470] [INFO] [launch_manager] 2026/06/09 08:42:51.4571469 1738857 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Startup PS 3
[2026-06-09 08:42:51.470] [INFO] [launch_manager] 2026/06/09 08:42:51.4571469 1738857 000 ECU1 LM Sprv log debug verbose 6 Process with Id gtest_process changed state PG MainPG/Startup PS 4
[2026-06-09 08:42:51.528] [INFO] [launch_manager] 2026/06/09 08:42:51.4571527 1739437 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-09 08:42:51.530] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-09 08:42:51.530] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-09 08:42:51.530] [INFO] [launch_manager] 2026/06/09 08:42:51.4571528 1739444 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:51.530] [INFO] [launch_manager] Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:51.530] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739449 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-09 08:42:51.530] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739449 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-09 08:42:51.531] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739450 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:51.531] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739450 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-09 08:42:51.531] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739450 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-09 08:42:51.531] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739451 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:51.531] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739451 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:51.531] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739451 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:51.531] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739452 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_daemon )
[2026-06-09 08:42:51.531] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739453 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 68 ( control_daemon )
[2026-06-09 08:42:51.531] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739453 000 ECU1 LM LM log debug verbose 2 Request termination received for 68
[2026-06-09 08:42:51.532] [INFO] [launch_manager] 2026/06/09 08:42:51.4571529 1739458 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:51.532] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-09 08:42:51.570] [INFO] [launch_manager] 2026/06/09 08:42:51.4571569 1739857 000 ECU1 LM Sprv log debug verbose 6
[2026-06-09 08:42:51.571] [INFO] [launch_manager] Process with Id control_daemon changed state PG MainPG/Off PS 3
[2026-06-09 08:42:51.571] [INFO] [launch_manager] 2026/06/09 08:42:51.4571571 1739870 000 ECU1 LM Sprv log debug verbose 3
[2026-06-09 08:42:51.571] [INFO] [launch_manager] Alive Supervision ( control_daemon_alive_supervision ) switched to DEACTIVATED.
[2026-06-09 08:42:51.629] [INFO] [launch_manager] [ OK ] Smoke.Daemon (302 ms)
[2026-06-09 08:42:51.629] [INFO] [launch_manager] [----------] 1 test from Smoke (302 ms total)
[2026-06-09 08:42:51.630] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:51.630] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (302 ms total)
[2026-06-09 08:42:51.630] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:51.631] [INFO] [launch_manager] 2026/06/09 08:42:51.4571630 1740462 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 68 ( control_daemon ) for node True terminated with status 0
[2026-06-09 08:42:51.631] [INFO] [launch_manager] 2026/06/09 08:42:51.4571631 1740470 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_daemon )
[2026-06-09 08:42:51.631] [INFO] [launch_manager] 2026/06/09 08:42:51.4571631 1740471 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_daemon ) done
[2026-06-09 08:42:51.631] [INFO] [launch_manager] 2026/06/09 08:42:51.4571631 1740471 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:51.631] [INFO] [launch_manager] 2026/06/09 08:42:51.4571631 1740471 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:51.631] [INFO] [launch_manager] 2026/06/09 08:42:51.4571631 1740471 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:51.631] [INFO] [launch_manager] 2026/06/09 08:42:51.4571631 1740472 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 102 ms
[2026-06-09 08:42:51.631] [INFO] [launch_manager] 2026/06/09 08:42:51.4571631 1740472 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:51.670] [INFO] [launch_manager] 2026/06/09 08:42:51.4571669 1740857 000 ECU1 LM Sprv log debug verbose 6
[2026-06-09 08:42:51.671] [INFO] [launch_manager] Process with Id control_daemon changed state PG MainPG/Off PS 4
[2026-06-09 08:42:52.176] [INFO] [launch_manager] 2026/06/09 08:42:52.4572175 1745916 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-09 08:42:52.176] [INFO] [launch_manager] 2026/06/09 08:42:52.4572175 1745917 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-09 08:42:52.177] [INFO] [launch_manager] 2026/06/09 08:42:52.4572175 1745917 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-09 08:42:52.177] [INFO] [launch_manager] 2026/06/09 08:42:52.4572175 1745917 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-09 08:42:52.177] [INFO] [launch_manager] 2026/06/09 08:42:52.4572176 1745918 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:52.177] [INFO] [launch_manager] 2026/06/09 08:42:52.4572176 1745918 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:52.177] [INFO] [launch_manager] 2026/06/09 08:42:52.4572176 1745918 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:52.177] [INFO] [launch_manager] 2026/06/09 08:42:52.4572176 1745918 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:52.177] [INFO] [launch_manager] 2026/06/09 08:42:52.4572176 1745919 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:52.177] [INFO] [launch_manager] 2026/06/09 08:42:52.4572176 1745919 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:52.178] [INFO] [launch_manager] 2026/06/09 08:42:52.4572176 1745919 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-09 08:42:52.178] [INFO] [launch_manager] 2026/06/09 08:42:52.4572176 1745920 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:52.178] [INFO] [launch_manager] 2026/06/09 08:42:52.4572176 1745920 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-09 08:42:52.235] [INFO] [launch_manager] 2026/06/09 08:42:52.4572235 1746512 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:52.236] [INFO] [launch_manager] LCM run successfully
[2026-06-09 08:42:52.270] [INFO] [launch_manager] 2026/06/09 08:42:52.4572269 1746857 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-09 08:42:52.272] [INFO] [launch_manager] 2026/06/09 08:42:52.4572272 1746881 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:52.272] [INFO] [launch_manager] Graph destroyed
[2026-06-09 08:42:52.273] [INFO] [launch_manager] 2026/06/09 08:42:52.4572273 1746888 000 ECU1 LM LM log info verbose 2
[2026-06-09 08:42:52.273] [INFO] [launch_manager] Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/891/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/smoke/smoke/test.xml -
============================== 1 passed in 2.56s ===============================
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/890/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-09 08:42:50.288] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-09 08:42:50.426] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:50.426] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:50.427] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:50.427] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:50.440] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:50.484] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-09 08:42:50.487] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/b79e7e3c9cbb825fad4d63d85d789eca50f78365e04995e212922aecd67b14bb/json HTTP/1.1" 200 None
[2026-06-09 08:42:50.647] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/b79e7e3c9cbb825fad4d63d85d789eca50f78365e04995e212922aecd67b14bb/start HTTP/1.1" 204 0
[2026-06-09 08:42:50.648] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:50.648] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:50.648] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:50.648] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:50.659] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:50.929] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-09 08:42:51.141] [INFO] [launch_manager] 2026/06/09 08:42:51.4571120 1735359 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-09 08:42:51.141] [INFO] [launch_manager] 2026/06/09 08:42:51.4571124 1735404 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-09 08:42:51.142] [INFO] [launch_manager] 2026/06/09 08:42:51.4571124 1735404 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-09 08:42:51.142] [INFO] [launch_manager] 2026/06/09 08:42:51.4571124 1735406 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-09 08:42:51.142] [INFO] [launch_manager] 2026/06/09 08:42:51.4571124 1735406 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-09 08:42:51.143] [INFO] [launch_manager] 2026/06/09 08:42:51.4571124 1735406 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-09 08:42:51.143] [INFO] [launch_manager] 2026/06/09 08:42:51.4571124 1735408 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_launch_args/process_initial
[2026-06-09 08:42:51.143] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735408 000 ECU1 LM LM log debug verbose 3 Process component_initial is Reporting execution state
[2026-06-09 08:42:51.143] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735408 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:51.143] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735408 000 ECU1 LM LM log debug verbose 3 Process component_initial is Self terminating
[2026-06-09 08:42:51.143] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735409 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-09 08:42:51.143] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735409 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-09 08:42:51.143] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735409 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735409 000 ECU1 LM LM log debug verbose 3 Creating graph with 1 nodes
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735410 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735410 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735410 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 1 entries
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735411 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571125 1735411 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571130 1735465 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 1 processes
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571130 1735465 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571130 1735466 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571130 1735466 000 ECU1 LM LM log debug verbose 3 Created 1 process nodes
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571130 1735466 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571130 1735466 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735469 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735469 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735469 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-09 08:42:51.144] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735469 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-09 08:42:51.145] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735470 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-09 08:42:51.145] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735470 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-09 08:42:51.145] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735471 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-09 08:42:51.149] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735471 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 0
[2026-06-09 08:42:51.149] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735472 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 0
[2026-06-09 08:42:51.149] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735472 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 0
[2026-06-09 08:42:51.149] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735472 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 0
[2026-06-09 08:42:51.149] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735472 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 0
[2026-06-09 08:42:51.149] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735473 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-09 08:42:51.149] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735473 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-09 08:42:51.149] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735473 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 0 ms
[2026-06-09 08:42:51.150] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735475 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-09 08:42:51.150] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735476 000 ECU1 LM LM log debug verbose 3 clock() at run(): 45.109000 ms
[2026-06-09 08:42:51.150] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735477 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-09 08:42:51.150] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735477 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:51.151] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735477 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:51.151] [INFO] [launch_manager] 2026/06/09 08:42:51.4571131 1735478 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:51.151] [INFO] [launch_manager] 2026/06/09 08:42:51.4571132 1735479 000 ECU1 LM LM log debug verbose 6
[2026-06-09 08:42:51.151] [INFO] [launch_manager] Starting process 0 ( component_initial ) from executable /tmp/tests/process_launch_args/process_initial
[2026-06-09 08:42:51.151] [INFO] [launch_manager] 2026/06/09 08:42:51.4571133 1735497 000 ECU1 LM LM log debug verbose 4 startProcess pid 65 received for process: component_initial
[2026-06-09 08:42:51.159] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:51.159] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:51.160] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs
[2026-06-09 08:42:51.160] [INFO] [launch_manager] [ RUN ] ProcessLaunchArgs.ProcessInitial
[2026-06-09 08:42:51.160] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-09 08:42:51.161] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-09 08:42:51.161] [INFO] [launch_manager] [ STEP ] Check args
[2026-06-09 08:42:51.162] [INFO] [launch_manager] [ END STEP ] Check args
[2026-06-09 08:42:51.162] [INFO] [launch_manager] [ OK ] ProcessLaunchArgs.ProcessInitial (2 ms)
[2026-06-09 08:42:51.162] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs (2 ms total)
[2026-06-09 08:42:51.162] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:51.163] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-09 08:42:51.163] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:51.164] [INFO] [launch_manager] 2026/06/09 08:42:51.4571163 1735795 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 65 ( component_initial ) process 0 of group MainPG
[2026-06-09 08:42:51.164] [INFO] [launch_manager] 2026/06/09 08:42:51.4571163 1735796 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( component_initial ) done
[2026-06-09 08:42:51.164] [INFO] [launch_manager] 2026/06/09 08:42:51.4571163 1735796 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:51.164] [INFO] [launch_manager] 2026/06/09 08:42:51.4571163 1735797 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 47.131000 ms
[2026-06-09 08:42:51.164] [INFO] [launch_manager] 2026/06/09 08:42:51.4571163 1735797 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:51.164] [INFO] [launch_manager] 2026/06/09 08:42:51.4571163 1735797 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 32 ms
[2026-06-09 08:42:51.164] [INFO] [launch_manager] 2026/06/09 08:42:51.4571163 1735798 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:51.184] [INFO] [launch_manager] 2026/06/09 08:42:51.4571181 1735976 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 1
[2026-06-09 08:42:51.184] [INFO] [launch_manager] 2026/06/09 08:42:51.4571182 1735978 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 2
[2026-06-09 08:42:51.235] [INFO] [launch_manager] 2026/06/09 08:42:51.4571232 1736481 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 65 ( component_initial ) for node True terminated with status 0
[2026-06-09 08:42:51.282] [INFO] [launch_manager] 2026/06/09 08:42:51.4571281 1736976 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 4
[2026-06-09 08:42:51.386] [INFO] [launch_manager] 2026/06/09 08:42:51.4571385 1738010 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-09 08:42:51.386] [INFO] [launch_manager] 2026/06/09 08:42:51.4571385 1738011 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-09 08:42:51.386] [INFO] [launch_manager] 2026/06/09 08:42:51.4571385 1738011 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-09 08:42:51.386] [INFO] [launch_manager] 2026/06/09 08:42:51.4571385 1738011 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-09 08:42:51.386] [INFO] [launch_manager] 2026/06/09 08:42:51.4571385 1738012 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:51.386] [INFO] [launch_manager] 2026/06/09 08:42:51.4571385 1738012 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:51.386] [INFO] [launch_manager] 2026/06/09 08:42:51.4571385 1738012 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:51.386] [INFO] [launch_manager] 2026/06/09 08:42:51.4571385 1738012 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:51.386] [INFO] [launch_manager] 2026/06/09 08:42:51.4571385 1738013 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State Off in 0 ms
[2026-06-09 08:42:51.387] [INFO] [launch_manager] 2026/06/09 08:42:51.4571385 1738013 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:51.387] [INFO] [launch_manager] 2026/06/09 08:42:51.4571385 1738013 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-09 08:42:51.433] [INFO] [launch_manager] 2026/06/09 08:42:51.4571432 1738485 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-09 08:42:51.482] [INFO] [launch_manager] 2026/06/09 08:42:51.4571481 1738975 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-09 08:42:51.484] [INFO] [launch_manager] 2026/06/09 08:42:51.4571484 1739001 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-09 08:42:51.485] [INFO] [launch_manager] 2026/06/09 08:42:51.4571484 1739001 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/890/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_launch_args/process_launch_args/test.xml -
============================== 1 passed in 1.93s ===============================
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/885/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-09 08:42:36.557] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-09 08:42:41.638] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:41.638] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:41.638] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:41.639] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:41.655] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:41.706] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-09 08:42:41.715] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/dc556093be41598025bfb5fcaec17fff5d2a619195f75f2bddefa323eda0b66f/json HTTP/1.1" 200 None
[2026-06-09 08:42:42.054] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/dc556093be41598025bfb5fcaec17fff5d2a619195f75f2bddefa323eda0b66f/start HTTP/1.1" 204 0
[2026-06-09 08:42:42.055] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:42.056] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:42.056] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:42.056] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:42.069] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:42.355] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-09 08:42:42.517] [INFO] [launch_manager] 2026/06/09 08:42:42.4562514 1649305 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-09 08:42:42.517] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649308 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-09 08:42:42.517] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649308 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-09 08:42:42.517] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649311 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-09 08:42:42.517] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649311 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-09 08:42:42.518] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649312 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_twice ( IdentifierHash: 16083544560338850016 )
[2026-06-09 08:42:42.518] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649312 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crash_on_startup_always ( IdentifierHash: 12093248490838190123 )
[2026-06-09 08:42:42.520] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649312 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-09 08:42:42.524] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649312 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-09 08:42:42.524] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649314 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/crash_on_startup/control_client_mock
[2026-06-09 08:42:42.524] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649314 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-09 08:42:42.525] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649314 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-09 08:42:42.525] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649314 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating
[2026-06-09 08:42:42.536] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649315 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-09 08:42:42.536] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649315 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-09 08:42:42.536] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649315 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-09 08:42:42.536] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649316 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-09 08:42:42.536] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649316 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-09 08:42:42.537] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649317 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_twice is Reporting execution state
[2026-06-09 08:42:42.537] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649317 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:42.537] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649317 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_twice is NOT Self terminating
[2026-06-09 08:42:42.537] [INFO] [launch_manager] 2026/06/09 08:42:42.4562515 1649317 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-09 08:42:42.537] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649318 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-09 08:42:42.537] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649318 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_always is Reporting execution state
[2026-06-09 08:42:42.537] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649318 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:42.537] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649319 000 ECU1 LM LM log debug verbose 3 Process process_crashing_on_startup_always is NOT Self terminating
[2026-06-09 08:42:42.537] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649319 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-09 08:42:42.537] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649320 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/crash_on_startup/verification_process
[2026-06-09 08:42:42.537] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649321 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state
[2026-06-09 08:42:42.538] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649321 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:42.538] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649321 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-09 08:42:42.538] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649321 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-09 08:42:42.539] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649322 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-09 08:42:42.539] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649322 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-09 08:42:42.539] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649322 000 ECU1 LM LM log debug verbose 3 Creating graph with 4 nodes
[2026-06-09 08:42:42.541] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649322 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-09 08:42:42.541] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649323 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-09 08:42:42.541] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649323 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries
[2026-06-09 08:42:42.542] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649323 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-09 08:42:42.542] [INFO] [launch_manager] 2026/06/09 08:42:42.4562516 1649324 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-09 08:42:42.542] [INFO] [launch_manager] 2026/06/09 08:42:42.4562518 1649347 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 4 processes
[2026-06-09 08:42:42.542] [INFO] [launch_manager] 2026/06/09 08:42:42.4562519 1649348 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.542] [INFO] [launch_manager] Creating process node with id: 0
[2026-06-09 08:42:42.542] [INFO] [launch_manager] 2026/06/09 08:42:42.4562519 1649349 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-09 08:42:42.542] [INFO] [launch_manager] 2026/06/09 08:42:42.4562519 1649350 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-09 08:42:42.542] [INFO] [launch_manager] 2026/06/09 08:42:42.4562519 1649352 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-09 08:42:42.544] [INFO] [launch_manager] 2026/06/09 08:42:42.4562519 1649352 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.544] [INFO] [launch_manager] Creating process node with id: 2
[2026-06-09 08:42:42.546] [INFO] [launch_manager] 2026/06/09 08:42:42.4562519 1649353 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.546] [INFO] [launch_manager] Process 2 has 0 start dependencies
[2026-06-09 08:42:42.547] [INFO] [launch_manager] 2026/06/09 08:42:42.4562519 1649354 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3
[2026-06-09 08:42:42.547] [INFO] [launch_manager] 2026/06/09 08:42:42.4562519 1649356 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.547] [INFO] [launch_manager] Process 3 has 0 start dependencies
[2026-06-09 08:42:42.547] [INFO] [launch_manager] 2026/06/09 08:42:42.4562519 1649357 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.547] [INFO] [launch_manager] Created 4 process nodes
[2026-06-09 08:42:42.547] [INFO] [launch_manager] 2026/06/09 08:42:42.4562520 1649358 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.547] [INFO] [launch_manager] Creating successor lists for process group MainPG
[2026-06-09 08:42:42.547] [INFO] [launch_manager] 2026/06/09 08:42:42.4562520 1649359 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-09 08:42:42.548] [INFO] [launch_manager] 2026/06/09 08:42:42.4562520 1649362 000 ECU1 LM Fcty log info verbose 2
[2026-06-09 08:42:42.548] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-09 08:42:42.548] [INFO] [launch_manager] 2026/06/09 08:42:42.4562520 1649363 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.548] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-09 08:42:42.548] [INFO] [launch_manager] 2026/06/09 08:42:42.4562520 1649364 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.548] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-09 08:42:42.549] [INFO] [launch_manager] 2026/06/09 08:42:42.4562520 1649366 000 ECU1 LM Fcty log debug verbose 4
[2026-06-09 08:42:42.549] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-09 08:42:42.549] [INFO] [launch_manager] 2026/06/09 08:42:42.4562521 1649368 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.549] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-09 08:42:42.549] [INFO] [launch_manager] 2026/06/09 08:42:42.4562521 1649371 000 ECU1 LM Fcty log warn verbose 2
[2026-06-09 08:42:42.549] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-09 08:42:42.549] [INFO] [launch_manager] 2026/06/09 08:42:42.4562521 1649373 000 ECU1 LM Fcty log debug verbose 2
[2026-06-09 08:42:42.549] [INFO] [launch_manager] Software Cluster Handler starts constructing workers: MainCluster
[2026-06-09 08:42:42.549] [INFO] [launch_manager] 2026/06/09 08:42:42.4562521 1649377 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.549] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-09 08:42:42.549] [INFO] [launch_manager] 2026/06/09 08:42:42.4562522 1649380 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.550] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-09 08:42:42.550] [INFO] [launch_manager] 2026/06/09 08:42:42.4562522 1649387 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.550] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created Monitor interface IPC with path: lifecycle_health_control_client_mock
[2026-06-09 08:42:42.550] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649389 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.550] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-09 08:42:42.550] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649393 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.550] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-09 08:42:42.550] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649397 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.550] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-09 08:42:42.550] [INFO] [launch_manager] 2026/06/09 08:42:42.4562524 1649400 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.551] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-09 08:42:42.551] [INFO] [launch_manager] 2026/06/09 08:42:42.4562524 1649405 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.551] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-09 08:42:42.551] [INFO] [launch_manager] 2026/06/09 08:42:42.4562525 1649412 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.551] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: control_client_mock_alive_supervision
[2026-06-09 08:42:42.551] [INFO] [launch_manager] 2026/06/09 08:42:42.4562525 1649415 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.552] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-09 08:42:42.552] [INFO] [launch_manager] 2026/06/09 08:42:42.4562526 1649418 000 ECU1 LM Fcty log info verbose 2
[2026-06-09 08:42:42.552] [INFO] [launch_manager] Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-09 08:42:42.552] [INFO] [launch_manager] 2026/06/09 08:42:42.4562526 1649421 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-09 08:42:42.552] [INFO] [launch_manager] 2026/06/09 08:42:42.4562526 1649422 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 6 ms
[2026-06-09 08:42:42.552] [INFO] [launch_manager] 2026/06/09 08:42:42.4562526 1649424 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-09 08:42:42.553] [INFO] [launch_manager] 2026/06/09 08:42:42.4562526 1649425 000 ECU1 LM LM log debug verbose 3 clock() at run(): 44.173000 ms
[2026-06-09 08:42:42.553] [INFO] [launch_manager] 2026/06/09 08:42:42.4562527 1649428 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.553] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============
[2026-06-09 08:42:42.553] [INFO] [launch_manager] 2026/06/09 08:42:42.4562527 1649431 000 ECU1 LM LM log debug verbose 9
[2026-06-09 08:42:42.553] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:42.553] [INFO] [launch_manager] 2026/06/09 08:42:42.4562527 1649434 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.554] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:42.554] [INFO] [launch_manager] 2026/06/09 08:42:42.4562527 1649438 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.554] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:42.554] [INFO] [launch_manager] 2026/06/09 08:42:42.4562528 1649445 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.555] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:42.555] [INFO] [launch_manager] 2026/06/09 08:42:42.4562529 1649450 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.555] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:42.556] [INFO] [launch_manager] 2026/06/09 08:42:42.4562529 1649453 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.556] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-09 08:42:42.556] [INFO] [launch_manager] 2026/06/09 08:42:42.4562529 1649455 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.556] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-09 08:42:42.557] [INFO] [launch_manager] 2026/06/09 08:42:42.4562529 1649457 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.557] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-09 08:42:42.558] [INFO] [launch_manager] 2026/06/09 08:42:42.4562530 1649458 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.558] [INFO] [launch_manager] 2026/06/09 08:42:42.4562530 1649461 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-09 08:42:42.559] [INFO] [launch_manager] 2026/06/09 08:42:42.4562530 1649462 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.559] [INFO] [launch_manager] Initialize the control client for control_client_mock process
[2026-06-09 08:42:42.559] [INFO] [launch_manager] 2026/06/09 08:42:42.4562530 1649463 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.559] [INFO] [launch_manager] ControlClientChannel initialized
[2026-06-09 08:42:42.559] [INFO] [launch_manager] 2026/06/09 08:42:42.4562531 1649472 000 ECU1 LM LM log debug verbose 4 startProcess pid 69 received for process: control_client_mock
[2026-06-09 08:42:42.559] [INFO] [launch_manager] 2026/06/09 08:42:42.4562531 1649473 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.560] [INFO] [launch_manager] ControlClientChannel obtained from sync.
[2026-06-09 08:42:42.560] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:42.567] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:42.567] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-09 08:42:42.567] [INFO] [launch_manager] [ RUN ] CrashOnStartup.ControlClientMock
[2026-06-09 08:42:42.567] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-09 08:42:42.567] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-09 08:42:42.567] [INFO] [launch_manager] [ STEP ] Launch process crashing on startup twice
[2026-06-09 08:42:42.568] [INFO] [launch_manager] 2026/06/09 08:42:42.4562541 1649575 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:42.568] [INFO] [launch_manager] 2026/06/09 08:42:42.4562543 1649598 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 69 ( control_client_mock ) process 0 of group MainPG
[2026-06-09 08:42:42.568] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649598 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-09 08:42:42.568] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649599 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649599 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 46.499000 ms
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649600 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649606 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 17 ms
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649606 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562545 1649610 000 ECU1 LM LM log debug verbose 8
[2026-06-09 08:42:42.569] [INFO] [launch_manager] ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/run_target_crash_on_startup_twice of PG MainPG
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562545 1649611 000 ECU1 LM LM log debug verbose 6
[2026-06-09 08:42:42.569] [INFO] [launch_manager] Pending state for process group MainPG changed from to MainPG/run_target_crash_on_startup_twice
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562545 1649614 000 ECU1 LM LM log debug verbose 1 2026/06/09 08:42:42.4562545 1649617 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.570] [INFO] [launch_manager] Request acknowledged.
[2026-06-09 08:42:42.570] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649619 000 ECU1 LM LM log debug verbose 6
[2026-06-09 08:42:42.570] [INFO] [launch_manager] Request acknowledged.
[2026-06-09 08:42:42.570] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/run_target_crash_on_startup_twice to
[2026-06-09 08:42:42.570] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649623 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_twice for PG MainPG
[2026-06-09 08:42:42.570] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649625 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:42.570] [INFO] [launch_manager] 2026/06/09 08:42:42.4562547 1649639 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.570] [INFO] [launch_manager] 2026/06/09 08:42:42.4562548 1649640 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.570] [INFO] [launch_manager] 2026/06/09 08:42:42.4562548 1649640 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.570] [INFO] [launch_manager] 2026/06/09 08:42:42.4562548 1649640 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.571] [INFO] [launch_manager] 2026/06/09 08:42:42.4562548 1649641 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.571] [INFO] [launch_manager] 2026/06/09 08:42:42.4562548 1649641 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.571] [INFO] [launch_manager] 2026/06/09 08:42:42.4562548 1649641 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.571] [INFO] [launch_manager] 2026/06/09 08:42:42.4562548 1649641 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.571] [INFO] [launch_manager] 2026/06/09 08:42:42.4562550 1649661 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-09 08:42:42.571] [INFO] [launch_manager] 2026/06/09 08:42:42.4562551 1649673 000 ECU1 LM LM log debug verbose 4 startProcess pid 71 received for process: process_crashing_on_startup_twice
[2026-06-09 08:42:42.571] [INFO] [launch_manager] Process crashing on startup...
[2026-06-09 08:42:42.587] [INFO] [launch_manager] 2026/06/09 08:42:42.4562576 1649925 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-09 08:42:42.587] [INFO] [launch_manager] 2026/06/09 08:42:42.4562576 1649926 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-09 08:42:42.588] [INFO] [launch_manager] 2026/06/09 08:42:42.4562576 1649926 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-09 08:42:42.588] [INFO] [launch_manager] 2026/06/09 08:42:42.4562576 1649927 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-09 08:42:42.651] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:42.728] [INFO] [launch_manager] 2026/06/09 08:42:42.4562726 1651425 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 71 ( process_crashing_on_startup_twice ) for node True terminated with status 134
[2026-06-09 08:42:42.728] [INFO] [launch_manager] 2026/06/09 08:42:42.4562727 1651433 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 71 ( process_crashing_on_startup_twice )
[2026-06-09 08:42:42.735] [INFO] [launch_manager] 2026/06/09 08:42:42.4562733 1651491 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-09 08:42:42.840] [INFO] [launch_manager] 2026/06/09 08:42:42.4562839 1652555 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-06-09 08:42:42.840] [INFO] [launch_manager] 2026/06/09 08:42:42.4562839 1652556 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-09 08:42:42.840] [INFO] [launch_manager] 2026/06/09 08:42:42.4562839 1652556 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-09 08:42:42.841] [INFO] [launch_manager] 2026/06/09 08:42:42.4562840 1652568 000 ECU1 LM LM log debug verbose 4 startProcess pid 78 received for process: process_crashing_on_startup_twice
[2026-06-09 08:42:42.843] [INFO] [launch_manager] Process crashing on startup...
[2026-06-09 08:42:42.877] [INFO] [launch_manager] 2026/06/09 08:42:42.4562876 1652925 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-09 08:42:42.946] [INFO] [launch_manager] 2026/06/09 08:42:42.4562945 1653615 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 78 ( process_crashing_on_startup_twice ) for node True terminated with status 134
[2026-06-09 08:42:42.947] [INFO] [launch_manager] 2026/06/09 08:42:42.4562945 1653615 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 78 ( process_crashing_on_startup_twice )
[2026-06-09 08:42:42.977] [INFO] [launch_manager] 2026/06/09 08:42:42.4562976 1653924 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-09 08:42:43.051] [INFO] [launch_manager] 2026/06/09 08:42:43.4563050 1654664 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-06-09 08:42:43.051] [INFO] [launch_manager] 2026/06/09 08:42:43.4563050 1654665 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-09 08:42:43.051] [INFO] [launch_manager] 2026/06/09 08:42:43.4563050 1654665 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-09 08:42:43.051] [INFO] [launch_manager] 2026/06/09 08:42:43.4563051 1654675 000 ECU1 LM LM log debug verbose 4 startProcess pid 79 received for process: process_crashing_on_startup_twice
[2026-06-09 08:42:43.053] [INFO] [launch_manager] Process starting successfully...
[2026-06-09 08:42:43.053] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:43.053] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:43.053] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-09 08:42:43.054] [INFO] [launch_manager] [ RUN ] CrashOnStartup.ProcessCrashingOnStartupTwice
[2026-06-09 08:42:43.054] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-09 08:42:43.055] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-09 08:42:43.056] [INFO] [launch_manager] [ OK ] CrashOnStartup.ProcessCrashingOnStartupTwice (2 ms)
[2026-06-09 08:42:43.056] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2 ms total)
[2026-06-09 08:42:43.056] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:43.056] [INFO] [launch_manager] 2026/06/09 08:42:43.4563056 1654721 000 ECU1 LM LM log debug verbose 8 [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-09 08:42:43.056] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:43.056] [INFO] [launch_manager] Got kRunning for pid 79 ( process_crashing_on_startup_twice ) process 1 of group MainPG
[2026-06-09 08:42:43.056] [INFO] [launch_manager] 2026/06/09 08:42:43.4563056 1654722 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-09 08:42:43.056] [INFO] [launch_manager] 2026/06/09 08:42:43.4563056 1654722 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:43.057] [INFO] [launch_manager] 2026/06/09 08:42:43.4563056 1654723 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_crash_on_startup_twice in 510 ms
[2026-06-09 08:42:43.057] [INFO] [launch_manager] 2026/06/09 08:42:43.4563056 1654723 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:43.057] [INFO] [launch_manager] 2026/06/09 08:42:43.4563057 1654733 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-09 08:42:43.057] [INFO] [launch_manager] 2026/06/09 08:42:43.4563057 1654734 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-09 08:42:43.077] [INFO] [launch_manager] 2026/06/09 08:42:43.4563076 1654925 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-09 08:42:43.077] [INFO] [launch_manager] 2026/06/09 08:42:43.4563076 1654925 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-09 08:42:43.141] [INFO] [launch_manager] 2026/06/09 08:42:43.4563141 1655570 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-09 08:42:43.142] [INFO] [launch_manager] [ END STEP ] Launch process crashing on startup twice
[2026-06-09 08:42:43.142] [INFO] [launch_manager] [ STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-09 08:42:43.142] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-09 08:42:43.142] [INFO] [launch_manager] [ STEP ] Attempt to launch process crashing on startup always
[2026-06-09 08:42:43.142] [INFO] [launch_manager] 2026/06/09 08:42:43.4563141 1655572 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:43.143] [INFO] [launch_manager] 2026/06/09 08:42:43.4563142 1655588 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-09 08:42:43.143] [INFO] [launch_manager] 2026/06/09 08:42:43.4563143 1655591 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-09 08:42:43.143] [INFO] [launch_manager] 2026/06/09 08:42:43.4563143 1655591 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:43.143] [INFO] [launch_manager] 2026/06/09 08:42:43.4563143 1655595 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-09 08:42:43.144] [INFO] [launch_manager] 2026/06/09 08:42:43.4563143 1655596 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crash_on_startup_always for PG MainPG
[2026-06-09 08:42:43.145] [INFO] [launch_manager] 2026/06/09 08:42:43.4563144 1655601 000 ECU1 LM LM log debug verbose 1 2026/06/09 08:42:43.4563144 1655601 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:43.145] [INFO] [launch_manager] 2026/06/09 08:42:43.4563144 1655602 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:43.145] [INFO] [launch_manager] 2026/06/09 08:42:43.4563144 1655602 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:43.145] [INFO] [launch_manager] 2026/06/09 08:42:43.4563144 1655602 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:43.145] [INFO] [launch_manager] 2026/06/09 08:42:43.4563144 1655602 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:43.145] [INFO] [launch_manager] 2026/06/09 08:42:43.4563144 1655604 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( process_crashing_on_startup_twice )
[2026-06-09 08:42:43.146] [INFO] [launch_manager] 2026/06/09 08:42:43.4563144 1655604 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 79 ( process_crashing_on_startup_twice )
[2026-06-09 08:42:43.146] [INFO] [launch_manager] 2026/06/09 08:42:43.4563144 1655604 000 ECU1 LM LM log debug verbose 2 Request termination received for 79
[2026-06-09 08:42:43.146] [INFO] [launch_manager] Request acknowledged.
[2026-06-09 08:42:43.146] [INFO] [launch_manager] 2026/06/09 08:42:43.4563146 1655624 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 79 ( process_crashing_on_startup_twice ) for node True terminated with status 0
[2026-06-09 08:42:43.146] [INFO] [launch_manager] 2026/06/09 08:42:43.4563146 1655626 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:43.147] [INFO] [launch_manager] Queuing jobs after regular termination of process wait 1 ( process_crashing_on_startup_twice )
[2026-06-09 08:42:43.147] [INFO] [launch_manager] 2026/06/09 08:42:43.4563146 1655628 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( process_crashing_on_startup_twice ) done
[2026-06-09 08:42:43.147] [INFO] [launch_manager] 2026/06/09 08:42:43.4563147 1655629 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:43.147] [INFO] [launch_manager] 2026/06/09 08:42:43.4563147 1655629 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:43.147] [INFO] [launch_manager] 2026/06/09 08:42:43.4563147 1655629 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:43.147] [INFO] [launch_manager] 2026/06/09 08:42:43.4563147 1655629 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:43.147] [INFO] [launch_manager] 2026/06/09 08:42:43.4563147 1655631 000 ECU1 LM LM log debug verbose 6
[2026-06-09 08:42:43.147] [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-09 08:42:43.148] [INFO] [launch_manager] 2026/06/09 08:42:43.4563148 1655642 000 ECU1 LM LM log debug verbose 4 startProcess pid 80 received for process: process_crashing_on_startup_always
[2026-06-09 08:42:43.150] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-09 08:42:43.177] [INFO] [launch_manager] 2026/06/09 08:42:43.4563176 1655925 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-09 08:42:43.179] [INFO] [launch_manager] 2026/06/09 08:42:43.4563176 1655925 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-09 08:42:43.179] [INFO] [launch_manager] 2026/06/09 08:42:43.4563176 1655926 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-09 08:42:43.232] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:43.326] [INFO] [launch_manager] 2026/06/09 08:42:43.4563304 1657198 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 80 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-09 08:42:43.327] [INFO] [launch_manager] 2026/06/09 08:42:43.4563304 1657199 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 2 pid 80 ( process_crashing_on_startup_always )
[2026-06-09 08:42:43.328] [INFO] [launch_manager] 2026/06/09 08:42:43.4563326 1657424 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-09 08:42:43.411] [INFO] [launch_manager] 2026/06/09 08:42:43.4563411 1658270 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-09 08:42:43.412] [INFO] [launch_manager] 2026/06/09 08:42:43.4563411 1658271 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-09 08:42:43.413] [INFO] [launch_manager] 2026/06/09 08:42:43.4563411 1658271 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-09 08:42:43.413] [INFO] [launch_manager] 2026/06/09 08:42:43.4563412 1658285 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:43.413] [INFO] [launch_manager] startProcess pid 87 received for process: process_crashing_on_startup_always
[2026-06-09 08:42:43.414] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-09 08:42:43.427] [INFO] [launch_manager] 2026/06/09 08:42:43.4563426 1658425 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-09 08:42:43.551] [INFO] [launch_manager] 2026/06/09 08:42:43.4563551 1659673 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 87 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-09 08:42:43.552] [INFO] [launch_manager] 2026/06/09 08:42:43.4563551 1659673 000 ECU1 LM LM log warn verbose 7
[2026-06-09 08:42:43.552] [INFO] [launch_manager] unexpected termination of process 2 pid 87 ( process_crashing_on_startup_always )
[2026-06-09 08:42:43.576] [INFO] [launch_manager] 2026/06/09 08:42:43.4563576 1659924 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-09 08:42:43.657] [INFO] [launch_manager] 2026/06/09 08:42:43.4563656 1660720 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-09 08:42:43.658] [INFO] [launch_manager] 2026/06/09 08:42:43.4563656 1660721 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-09 08:42:43.658] [INFO] [launch_manager] 2026/06/09 08:42:43.4563656 1660721 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-09 08:42:43.658] [INFO] [launch_manager] 2026/06/09 08:42:43.4563658 1660743 000 ECU1 LM LM log debug verbose 4 startProcess pid 88 received for process: process_crashing_on_startup_always
[2026-06-09 08:42:43.659] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-09 08:42:43.677] [INFO] [launch_manager] 2026/06/09 08:42:43.4563676 1660925 000 ECU1 LM Sprv log debug verbose 6
[2026-06-09 08:42:43.678] [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-09 08:42:43.901] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:43.923] [INFO] [launch_manager] 2026/06/09 08:42:43.4563922 1663385 000 ECU1 LM LM log debug verbose 12
[2026-06-09 08:42:43.923] [INFO] [launch_manager] Child process 2 of MainPG pid 88 ( process_crashing_on_startup_always ) for node True terminated with status 134
[2026-06-09 08:42:43.924] [INFO] [launch_manager] 2026/06/09 08:42:43.4563923 1663397 000 ECU1 LM LM log warn verbose 7
[2026-06-09 08:42:43.924] [INFO] [launch_manager] unexpected termination of process 2 pid 88 ( process_crashing_on_startup_always )
[2026-06-09 08:42:43.948] [INFO] [launch_manager] 2026/06/09 08:42:43.4563926 1663424 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-09 08:42:44.035] [INFO] [launch_manager] 2026/06/09 08:42:44.4564034 1664508 000 ECU1 LM LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-09 08:42:44.036] [INFO] [launch_manager] 2026/06/09 08:42:44.4564035 1664508 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( process_crashing_on_startup_always )
[2026-06-09 08:42:44.036] [INFO] [launch_manager] 2026/06/09 08:42:44.4564035 1664509 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-09 08:42:44.036] [INFO] [launch_manager] 2026/06/09 08:42:44.4564035 1664509 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kAborting for PG 0 ( MainPG )
[2026-06-09 08:42:44.036] [INFO] [launch_manager] 2026/06/09 08:42:44.4564035 1664510 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( process_crashing_on_startup_always ) done
[2026-06-09 08:42:44.036] [INFO] [launch_manager] 2026/06/09 08:42:44.4564035 1664511 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kAborting to kUndefinedState for PG 0 ( MainPG )
[2026-06-09 08:42:44.036] [INFO] [launch_manager] 2026/06/09 08:42:44.4564035 1664511 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.036] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664522 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-09 08:42:44.036] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664522 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-09 08:42:44.036] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664523 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-09 08:42:44.037] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664523 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:44.037] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664523 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.037] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664524 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.037] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664524 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.037] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664524 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.037] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664524 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.037] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664525 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.037] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664525 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.037] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664525 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.037] [INFO] [launch_manager] 2026/06/09 08:42:44.4564036 1664526 000 ECU1 LM LM log debug verbose 6 Starting process 3 ( verification_component ) from executable /tmp/tests/crash_on_startup/verification_process
[2026-06-09 08:42:44.038] [INFO] [launch_manager] 2026/06/09 08:42:44.4564037 1664534 000 ECU1 LM LM log debug verbose 4 startProcess pid 95 received for process: verification_component
[2026-06-09 08:42:44.038] [INFO] [launch_manager] 2026/06/09 08:42:44.4564037 1664535 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 95 ( verification_component ) process 3 of group MainPG
[2026-06-09 08:42:44.038] [INFO] [launch_manager] 2026/06/09 08:42:44.4564037 1664535 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( verification_component ) done
[2026-06-09 08:42:44.038] [INFO] [launch_manager] 2026/06/09 08:42:44.4564037 1664536 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:44.038] [INFO] [launch_manager] 2026/06/09 08:42:44.4564037 1664536 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-09 08:42:44.038] [INFO] [launch_manager] 2026/06/09 08:42:44.4564037 1664536 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564038 1664547 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564038 1664547 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564038 1664547 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564038 1664548 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664548 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664548 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664548 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664549 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664549 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664549 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.040] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664549 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.040] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664550 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.040] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664550 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.040] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664550 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.040] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664550 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.040] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664551 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.040] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664551 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.040] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664551 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.040] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664552 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.040] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664552 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.040] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664552 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.041] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664552 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.041] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664553 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.041] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664553 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.041] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664553 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.041] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664554 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.041] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664554 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.041] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664554 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.041] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664554 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.041] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664555 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:44.042] [INFO] [launch_manager] Control Client handler nudged
[2026-06-09 08:42:44.042] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664555 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.042] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664555 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.042] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664555 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.042] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664556 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.042] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664556 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.042] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664556 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.042] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664557 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.042] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664557 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.042] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664557 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.042] [INFO] [launch_manager] 2026/06/09 08:42:44.4564039 1664557 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.042] [INFO] [launch_manager] 2026/06/09 08:42:44.4564040 1664558 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.043] [INFO] [launch_manager] 2026/06/09 08:42:44.4564040 1664558 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.043] [INFO] [launch_manager] 2026/06/09 08:42:44.4564040 1664558 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.043] [INFO] [launch_manager] 2026/06/09 08:42:44.4564040 1664559 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.043] [INFO] [launch_manager] 2026/06/09 08:42:44.4564040 1664559 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.043] [INFO] [launch_manager] 2026/06/09 08:42:44.4564040 1664559 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.043] [INFO] [launch_manager] 2026/06/09 08:42:44.4564040 1664559 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.043] [INFO] [launch_manager] 2026/06/09 08:42:44.4564040 1664569 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664569 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664570 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664570 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664571 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664571 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664571 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664572 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664572 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664572 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664573 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664573 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.044] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664573 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.045] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664573 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.045] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664574 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.045] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664574 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.045] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664574 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.045] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664575 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.045] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664575 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.045] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664575 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.045] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664575 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.046] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664576 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.046] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664576 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.046] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664576 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.046] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664577 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.046] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664577 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.046] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664577 000 ECU1 LM LM log debug verbose 1 Failed to send response: response is not empty.
[2026-06-09 08:42:44.046] [INFO] [launch_manager] 2026/06/09 08:42:44.4564041 1664578 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.046] [INFO] [launch_manager] 2026/06/09 08:42:44.4564042 1664579 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-09 08:42:44.047] [INFO] [launch_manager] 2026/06/09 08:42:44.4564042 1664580 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.047] [INFO] [launch_manager] 2026/06/09 08:42:44.4564042 1664580 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-09 08:42:44.047] [INFO] [launch_manager] [ END STEP ] Attempt to launch process crashing on startup always
[2026-06-09 08:42:44.047] [INFO] [launch_manager] 2026/06/09 08:42:44.4564043 1664595 000 ECU1 LM LM log debug verbose 12 Child process 3 of MainPG pid 95 ( verification_component ) for node True terminated with status 0
[2026-06-09 08:42:44.144] [INFO] [launch_manager] 2026/06/09 08:42:44.4564142 1665584 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-09 08:42:44.501] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:45.043] [INFO] [launch_manager] [ STEP ] Verify fallback run target was activated
[2026-06-09 08:42:45.044] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was activated
[2026-06-09 08:42:45.044] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-09 08:42:45.044] [INFO] [launch_manager] 2026/06/09 08:42:45.4565042 1674584 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:45.044] [INFO] [launch_manager] 2026/06/09 08:42:45.4565042 1674587 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-09 08:42:45.044] [INFO] [launch_manager] 2026/06/09 08:42:45.4565042 1674587 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-09 08:42:45.044] [INFO] [launch_manager] 2026/06/09 08:42:45.4565042 1674587 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:45.044] [INFO] [launch_manager] 2026/06/09 08:42:45.4565043 1674588 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-09 08:42:45.044] [INFO] [launch_manager] 2026/06/09 08:42:45.4565043 1674588 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-09 08:42:45.044] [INFO] [launch_manager] 2026/06/09 08:42:45.4565043 1674588 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:45.044] [INFO] [launch_manager] 2026/06/09 08:42:45.4565043 1674589 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.044] [INFO] [launch_manager] 2026/06/09 08:42:45.4565043 1674589 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.044] [INFO] [launch_manager] 2026/06/09 08:42:45.4565043 1674589 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.044] [INFO] [launch_manager] 2026/06/09 08:42:45.4565043 1674589 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.045] [INFO] [launch_manager] 2026/06/09 08:42:45.4565043 1674596 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:45.045] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-09 08:42:45.050] [INFO] [launch_manager] 2026/06/09 08:42:45.4565050 1674663 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock )
[2026-06-09 08:42:45.051] [INFO] [launch_manager] 2026/06/09 08:42:45.4565050 1674663 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 69 ( control_client_mock )
[2026-06-09 08:42:45.051] [INFO] [launch_manager] 2026/06/09 08:42:45.4565050 1674664 000 ECU1 LM LM log debug verbose 2 Request termination received for 69
[2026-06-09 08:42:45.056] [INFO] [launch_manager] [ OK ] CrashOnStartup.ControlClientMock (2516 ms)
[2026-06-09 08:42:45.057] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2517 ms total)
[2026-06-09 08:42:45.057] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:45.057] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2517 ms total)
[2026-06-09 08:42:45.057] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:45.057] [INFO] [launch_manager] 2026/06/09 08:42:45.4565055 1674718 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 69 ( control_client_mock ) for node True terminated with status 0
[2026-06-09 08:42:45.057] [INFO] [launch_manager] 2026/06/09 08:42:45.4565057 1674732 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-09 08:42:45.057] [INFO] [launch_manager] 2026/06/09 08:42:45.4565057 1674733 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-09 08:42:45.058] [INFO] [launch_manager] 2026/06/09 08:42:45.4565057 1674733 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.058] [INFO] [launch_manager] 2026/06/09 08:42:45.4565057 1674733 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.058] [INFO] [launch_manager] 2026/06/09 08:42:45.4565057 1674734 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.058] [INFO] [launch_manager] 2026/06/09 08:42:45.4565057 1674734 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.058] [INFO] [launch_manager] 2026/06/09 08:42:45.4565057 1674734 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:45.058] [INFO] [launch_manager] 2026/06/09 08:42:45.4565057 1674734 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 14 ms
[2026-06-09 08:42:45.058] [INFO] [launch_manager] 2026/06/09 08:42:45.4565057 1674734 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:45.085] [INFO] [launch_manager] 2026/06/09 08:42:45.4565076 1674925 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-09 08:42:45.086] [INFO] [launch_manager] 2026/06/09 08:42:45.4565076 1674926 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-09 08:42:45.086] [INFO] [launch_manager] 2026/06/09 08:42:45.4565076 1674926 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-09 08:42:45.197] [INFO] [launch_manager] 2026/06/09 08:42:45.4565196 1676125 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:45.197] [INFO] [launch_manager] Cancel all process group transitions
[2026-06-09 08:42:45.197] [INFO] [launch_manager] 2026/06/09 08:42:45.4565196 1676128 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-09 08:42:45.197] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676128 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-09 08:42:45.197] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676128 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-09 08:42:45.197] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676128 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:45.198] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676129 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.198] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676129 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.198] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676129 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.198] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676129 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.198] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676129 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.198] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676130 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.198] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676135 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.198] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676135 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.198] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676136 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:45.198] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676136 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-09 08:42:45.198] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676136 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:45.199] [INFO] [launch_manager] 2026/06/09 08:42:45.4565197 1676136 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-09 08:42:45.263] [INFO] [launch_manager] 2026/06/09 08:42:45.4565263 1676792 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-09 08:42:45.277] [INFO] [launch_manager] 2026/06/09 08:42:45.4565276 1676924 000 ECU1 LM Fcty log info verbose 1
[2026-06-09 08:42:45.277] [INFO] [launch_manager] Phm Daemon: Received termination request - shutting down
[2026-06-09 08:42:45.280] [INFO] [launch_manager] 2026/06/09 08:42:45.4565279 1676954 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-09 08:42:45.280] [INFO] [launch_manager] 2026/06/09 08:42:45.4565279 1676954 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/885/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/crash_on_startup/crash_on_startup/test.xml -
============================== 1 passed in 9.89s ===============================
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/888/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-09 08:42:36.695] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-09 08:42:41.637] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:41.637] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:41.637] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:41.637] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:41.656] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:41.706] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-09 08:42:41.710] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/07ee84f82919fe7e9c7adb4b1ef4be8aa0abda91e9f3e723395189eb245d5e0a/json HTTP/1.1" 200 None
[2026-06-09 08:42:42.002] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/07ee84f82919fe7e9c7adb4b1ef4be8aa0abda91e9f3e723395189eb245d5e0a/start HTTP/1.1" 204 0
[2026-06-09 08:42:42.003] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:42.003] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:42.003] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:42.003] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:42.034] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:42.320] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-09 08:42:42.544] [INFO] [launch_manager] 2026/06/09 08:42:42.4562521 1649373 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-09 08:42:42.545] [INFO] [launch_manager] 2026/06/09 08:42:42.4562521 1649378 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-09 08:42:42.545] [INFO] [launch_manager] 2026/06/09 08:42:42.4562522 1649379 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-09 08:42:42.545] [INFO] [launch_manager] 2026/06/09 08:42:42.4562522 1649381 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-09 08:42:42.551] [INFO] [launch_manager] 2026/06/09 08:42:42.4562522 1649382 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.551] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-09 08:42:42.551] [INFO] [launch_manager] 2026/06/09 08:42:42.4562522 1649383 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_crashing_app_on_runtime ( IdentifierHash: 2790219684262892047 )
[2026-06-09 08:42:42.551] [INFO] [launch_manager] 2026/06/09 08:42:42.4562522 1649384 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-09 08:42:42.551] [INFO] [launch_manager] 2026/06/09 08:42:42.4562522 1649385 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.552] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-09 08:42:42.552] [INFO] [launch_manager] 2026/06/09 08:42:42.4562522 1649388 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/process_crash_monitoring/control_client_mock
[2026-06-09 08:42:42.552] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649388 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-09 08:42:42.552] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649389 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-09 08:42:42.552] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649390 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.552] [INFO] [launch_manager] Process control_client_mock is NOT Self terminating
[2026-06-09 08:42:42.553] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649392 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.553] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-09 08:42:42.553] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649393 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.553] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crashing_app_on_runtime
[2026-06-09 08:42:42.553] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649394 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-09 08:42:42.553] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649395 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-09 08:42:42.553] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649396 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.553] [INFO] [launch_manager] Process component_crashing_on_runtime is Reporting execution state
[2026-06-09 08:42:42.553] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649397 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:42.553] [INFO] [launch_manager] 2026/06/09 08:42:42.4562523 1649398 000 ECU1 LM LM log debug verbose 3 Process component_crashing_on_runtime is NOT Self terminating
[2026-06-09 08:42:42.554] [INFO] [launch_manager] 2026/06/09 08:42:42.4562524 1649399 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.556] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_crashing_app_on_runtime
[2026-06-09 08:42:42.556] [INFO] [launch_manager] 2026/06/09 08:42:42.4562524 1649401 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.556] [INFO] [launch_manager] parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/process_crash_monitoring/verification_process
[2026-06-09 08:42:42.556] [INFO] [launch_manager] 2026/06/09 08:42:42.4562524 1649401 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state
[2026-06-09 08:42:42.556] [INFO] [launch_manager] 2026/06/09 08:42:42.4562524 1649402 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.557] [INFO] [launch_manager] Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:42.557] [INFO] [launch_manager] 2026/06/09 08:42:42.4562524 1649403 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-09 08:42:42.557] [INFO] [launch_manager] 2026/06/09 08:42:42.4562524 1649404 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.557] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-09 08:42:42.557] [INFO] [launch_manager] 2026/06/09 08:42:42.4562524 1649405 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-09 08:42:42.557] [INFO] [launch_manager] 2026/06/09 08:42:42.4562524 1649406 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-09 08:42:42.557] [INFO] [launch_manager] 2026/06/09 08:42:42.4562525 1649408 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.558] [INFO] [launch_manager] Creating graph with 3 nodes
[2026-06-09 08:42:42.558] [INFO] [launch_manager] 2026/06/09 08:42:42.4562525 1649409 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-09 08:42:42.558] [INFO] [launch_manager] 2026/06/09 08:42:42.4562525 1649410 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-09 08:42:42.558] [INFO] [launch_manager] 2026/06/09 08:42:42.4562525 1649411 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 3 entries
[2026-06-09 08:42:42.558] [INFO] [launch_manager] 2026/06/09 08:42:42.4562525 1649412 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-09 08:42:42.558] [INFO] [launch_manager] 2026/06/09 08:42:42.4562525 1649413 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-09 08:42:42.558] [INFO] [launch_manager] 2026/06/09 08:42:42.4562527 1649432 000 ECU1 LM LM log debug verbose 7
[2026-06-09 08:42:42.558] [INFO] [launch_manager] Process group index 0 (with name MainPG ) has 3 processes
[2026-06-09 08:42:42.558] [INFO] [launch_manager] 2026/06/09 08:42:42.4562527 1649434 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.559] [INFO] [launch_manager] Creating process node with id: 0
[2026-06-09 08:42:42.559] [INFO] [launch_manager] 2026/06/09 08:42:42.4562527 1649435 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.559] [INFO] [launch_manager] Process 0 has 0 start dependencies
[2026-06-09 08:42:42.559] [INFO] [launch_manager] 2026/06/09 08:42:42.4562527 1649436 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-09 08:42:42.559] [INFO] [launch_manager] 2026/06/09 08:42:42.4562527 1649437 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.560] [INFO] [launch_manager] Process 1 has 0 start dependencies
[2026-06-09 08:42:42.562] [INFO] [launch_manager] 2026/06/09 08:42:42.4562528 1649438 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.562] [INFO] [launch_manager] Creating process node with id: 2
[2026-06-09 08:42:42.562] [INFO] [launch_manager] 2026/06/09 08:42:42.4562528 1649440 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.563] [INFO] [launch_manager] Process 2 has 0 start dependencies
[2026-06-09 08:42:42.563] [INFO] [launch_manager] 2026/06/09 08:42:42.4562528 1649441 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.563] [INFO] [launch_manager] Created 3 process nodes
[2026-06-09 08:42:42.564] [INFO] [launch_manager] 2026/06/09 08:42:42.4562528 1649442 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-09 08:42:42.564] [INFO] [launch_manager] 2026/06/09 08:42:42.4562528 1649443 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-09 08:42:42.564] [INFO] [launch_manager] 2026/06/09 08:42:42.4562528 1649445 000 ECU1 LM Fcty log info verbose 2
[2026-06-09 08:42:42.565] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-09 08:42:42.565] [INFO] [launch_manager] 2026/06/09 08:42:42.4562528 1649446 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-09 08:42:42.566] [INFO] [launch_manager] 2026/06/09 08:42:42.4562528 1649447 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.566] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-09 08:42:42.566] [INFO] [launch_manager] 2026/06/09 08:42:42.4562529 1649448 000 ECU1 LM Fcty log debug verbose 4
[2026-06-09 08:42:42.567] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-09 08:42:42.567] [INFO] [launch_manager] 2026/06/09 08:42:42.4562529 1649449 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.567] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-09 08:42:42.567] [INFO] [launch_manager] 2026/06/09 08:42:42.4562529 1649451 000 ECU1 LM Fcty log warn verbose 2
[2026-06-09 08:42:42.567] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-09 08:42:42.567] [INFO] [launch_manager] 2026/06/09 08:42:42.4562529 1649452 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-09 08:42:42.568] [INFO] [launch_manager] 2026/06/09 08:42:42.4562529 1649453 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.568] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-09 08:42:42.568] [INFO] [launch_manager] 2026/06/09 08:42:42.4562529 1649455 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562529 1649458 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.569] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created Monitor interface IPC with path: lifecycle_health_control_client_mock
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562530 1649460 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.569] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562530 1649462 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.569] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562530 1649465 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.569] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-09 08:42:42.569] [INFO] [launch_manager] 2026/06/09 08:42:42.4562531 1649472 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.570] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-09 08:42:42.570] [INFO] [launch_manager] 2026/06/09 08:42:42.4562531 1649475 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.570] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-09 08:42:42.570] [INFO] [launch_manager] 2026/06/09 08:42:42.4562531 1649477 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.570] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Successfully created alive supervision worker object: control_client_mock_alive_supervision
[2026-06-09 08:42:42.570] [INFO] [launch_manager] 2026/06/09 08:42:42.4562532 1649479 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.570] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-09 08:42:42.570] [INFO] [launch_manager] 2026/06/09 08:42:42.4562532 1649481 000 ECU1 LM Fcty log info verbose 2
[2026-06-09 08:42:42.571] [INFO] [launch_manager] Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-09 08:42:42.571] [INFO] [launch_manager] 2026/06/09 08:42:42.4562532 1649483 000 ECU1 LM Fcty log debug verbose 2
[2026-06-09 08:42:42.571] [INFO] [launch_manager] Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-09 08:42:42.571] [INFO] [launch_manager] 2026/06/09 08:42:42.4562532 1649484 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:42.571] [INFO] [launch_manager] HealthMonitor: Initialization took 4 ms
[2026-06-09 08:42:42.571] [INFO] [launch_manager] 2026/06/09 08:42:42.4562532 1649486 000 ECU1 LM LM log info verbose 1
[2026-06-09 08:42:42.571] [INFO] [launch_manager] LCM started successfully
[2026-06-09 08:42:42.571] [INFO] [launch_manager] 2026/06/09 08:42:42.4562532 1649487 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.571] [INFO] [launch_manager] clock() at run(): 44.615000 ms
[2026-06-09 08:42:42.571] [INFO] [launch_manager] 2026/06/09 08:42:42.4562533 1649489 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.572] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============
[2026-06-09 08:42:42.572] [INFO] [launch_manager] 2026/06/09 08:42:42.4562533 1649491 000 ECU1 LM LM log debug verbose 9
[2026-06-09 08:42:42.579] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:42.580] [INFO] [launch_manager] 2026/06/09 08:42:42.4562533 1649492 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.580] [INFO] [launch_manager] 2026/06/09 08:42:42.4562533 1649492 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.580] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:42.580] [INFO] [launch_manager] 2026/06/09 08:42:42.4562533 1649493 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.580] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:42.580] [INFO] [launch_manager] 2026/06/09 08:42:42.4562533 1649495 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.580] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-09 08:42:42.581] [INFO] [launch_manager] 2026/06/09 08:42:42.4562533 1649497 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.581] [INFO] [launch_manager] 2026/06/09 08:42:42.4562533 1649497 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.581] [INFO] [launch_manager] 2026/06/09 08:42:42.4562534 1649498 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-09 08:42:42.581] [INFO] [launch_manager] 2026/06/09 08:42:42.4562534 1649499 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock process
[2026-06-09 08:42:42.581] [INFO] [launch_manager] 2026/06/09 08:42:42.4562534 1649500 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-09 08:42:42.581] [INFO] [launch_manager] 2026/06/09 08:42:42.4562534 1649507 000 ECU1 LM LM log debug verbose 4 startProcess pid 67 received for process: control_client_mock
[2026-06-09 08:42:42.582] [INFO] [launch_manager] 2026/06/09 08:42:42.4562534 1649508 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-09 08:42:42.582] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:42.582] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:42.582] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-09 08:42:42.582] [INFO] [launch_manager] [ RUN ] ProcessCrashMonitoring.ControlClientMock
[2026-06-09 08:42:42.582] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-09 08:42:42.582] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-09 08:42:42.582] [INFO] [launch_manager] [ STEP ] Start crashing process
[2026-06-09 08:42:42.582] [INFO] [launch_manager] 2026/06/09 08:42:42.4562543 1649595 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:42.582] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649602 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 67 ( control_client_mock ) process 0 of group MainPG
[2026-06-09 08:42:42.582] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649603 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-09 08:42:42.583] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649603 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.583] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649604 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 46.494000 ms
[2026-06-09 08:42:42.583] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649604 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:42.583] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649604 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 11 ms
[2026-06-09 08:42:42.583] [INFO] [launch_manager] 2026/06/09 08:42:42.4562544 1649605 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.583] [INFO] [launch_manager] 2026/06/09 08:42:42.4562545 1649610 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-09 08:42:42.583] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649625 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-09 08:42:42.583] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649625 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:42.583] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649625 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-09 08:42:42.583] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649626 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_crashing_app_on_runtime for PG MainPG
[2026-06-09 08:42:42.584] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649626 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:42.584] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649627 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.584] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649627 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.584] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649627 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.584] [INFO] [launch_manager] 2026/06/09 08:42:42.4562546 1649628 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.584] [INFO] [launch_manager] 2026/06/09 08:42:42.4562547 1649628 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.584] [INFO] [launch_manager] 2026/06/09 08:42:42.4562547 1649628 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.584] [INFO] [launch_manager] 2026/06/09 08:42:42.4562547 1649629 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:42.584] [INFO] [launch_manager] 2026/06/09 08:42:42.4562548 1649645 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-09 08:42:42.587] [INFO] [launch_manager] 2026/06/09 08:42:42.4562549 1649654 000 ECU1 LM LM log debug verbose 4 startProcess pid 69 received for process: component_crashing_on_runtime
[2026-06-09 08:42:42.587] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:42.587] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:42.587] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-09 08:42:42.587] [INFO] [launch_manager] [ RUN ] ProcessCrashMonitoring.CrashingProcess
[2026-06-09 08:42:42.587] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-09 08:42:42.587] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-09 08:42:42.587] [INFO] [launch_manager] [ OK ] ProcessCrashMonitoring.CrashingProcess (2 ms)
[2026-06-09 08:42:42.587] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2 ms total)
[2026-06-09 08:42:42.587] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:42.587] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (5 ms total)
[2026-06-09 08:42:42.588] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:42.588] [INFO] [launch_manager] 2026/06/09 08:42:42.4562575 1649918 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 69 ( component_crashing_on_runtime ) process 1 of group MainPG
[2026-06-09 08:42:42.588] [INFO] [launch_manager] 2026/06/09 08:42:42.4562576 1649919 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_crashing_on_runtime ) done
[2026-06-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562576 1649919 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562576 1649920 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_crashing_app_on_runtime in 29 ms
[2026-06-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562576 1649920 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562577 1649933 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-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562577 1649933 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650001 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-09 08:42:42.594] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650002 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-09 08:42:42.594] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650002 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_crashing_on_runtime changed state PG MainPG/run_target_crashing_app_on_runtime PS 1
[2026-06-09 08:42:42.594] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650003 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_crashing_on_runtime changed state PG MainPG/run_target_crashing_app_on_runtime PS 2
[2026-06-09 08:42:42.594] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650003 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-09 08:42:42.641] [INFO] [launch_manager] 2026/06/09 08:42:42.4562640 1650561 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.642] [INFO] [launch_manager] Response retrieved.
[2026-06-09 08:42:42.645] [INFO] [launch_manager] [ END STEP ] Start crashing process
[2026-06-09 08:42:42.696] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:43.301] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:43.575] [INFO] [launch_manager] Process crashing...
[2026-06-09 08:42:43.734] [INFO] [launch_manager] 2026/06/09 08:42:43.4563733 1661495 000 ECU1 LM LM log debug verbose 12
[2026-06-09 08:42:43.734] [INFO] [launch_manager] Child process 1 of MainPG pid 69 ( component_crashing_on_runtime ) for node True terminated with status 134
[2026-06-09 08:42:43.735] [INFO] [launch_manager] 2026/06/09 08:42:43.4563733 1661497 000 ECU1 LM LM log warn verbose 7 unexpected termination of process 1 pid 69 ( component_crashing_on_runtime )
[2026-06-09 08:42:43.735] [INFO] [launch_manager] 2026/06/09 08:42:43.4563733 1661497 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-09 08:42:43.783] [INFO] [launch_manager] 2026/06/09 08:42:43.4563782 1661988 000 ECU1 LM Sprv log debug verbose 6
[2026-06-09 08:42:43.783] [INFO] [launch_manager] Process with Id component_crashing_on_runtime changed state PG MainPG/run_target_crashing_app_on_runtime PS 4
[2026-06-09 08:42:43.799] [INFO] [launch_manager] 2026/06/09 08:42:43.4563796 1662123 000 ECU1 LM LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-09 08:42:43.800] [INFO] [launch_manager] 2026/06/09 08:42:43.4563796 1662124 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:43.800] [INFO] [launch_manager] 2026/06/09 08:42:43.4563796 1662124 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:43.801] [INFO] [launch_manager] 2026/06/09 08:42:43.4563796 1662124 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:43.801] [INFO] [launch_manager] 2026/06/09 08:42:43.4563796 1662125 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:43.801] [INFO] [launch_manager] 2026/06/09 08:42:43.4563796 1662125 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:43.801] [INFO] [launch_manager] 2026/06/09 08:42:43.4563796 1662125 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:43.801] [INFO] [launch_manager] 2026/06/09 08:42:43.4563796 1662125 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:43.801] [INFO] [launch_manager] 2026/06/09 08:42:43.4563796 1662127 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( verification_component ) from executable /tmp/tests/process_crash_monitoring/verification_process
[2026-06-09 08:42:43.802] [INFO] [launch_manager] 2026/06/09 08:42:43.4563797 1662135 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:43.803] [INFO] [launch_manager] startProcess pid 82 received for process: verification_component
[2026-06-09 08:42:43.804] [INFO] [launch_manager] 2026/06/09 08:42:43.4563798 1662139 000 ECU1 LM LM log debug verbose 8
[2026-06-09 08:42:43.805] [INFO] [launch_manager] Considered kRunning for Non Reporting Process pid 82 ( verification_component ) process 2 of group MainPG
[2026-06-09 08:42:43.805] [INFO] [launch_manager] 2026/06/09 08:42:43.4563798 1662142 000 ECU1 LM LM log debug verbose 7
[2026-06-09 08:42:43.805] [INFO] [launch_manager] startProcess for MainPG process 2 ( verification_component ) done
[2026-06-09 08:42:43.805] [INFO] [launch_manager] 2026/06/09 08:42:43.4563798 1662145 000 ECU1 LM LM log debug verbose 9
[2026-06-09 08:42:43.806] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:43.806] [INFO] [launch_manager] 2026/06/09 08:42:43.4563798 1662147 000 ECU1 LM LM log info verbose 7
[2026-06-09 08:42:43.808] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/fallback_run_target in 2 ms
[2026-06-09 08:42:43.809] [INFO] [launch_manager] 2026/06/09 08:42:43.4563799 1662151 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:43.809] [INFO] [launch_manager] Control Client handler nudged
[2026-06-09 08:42:43.810] [INFO] [launch_manager] 2026/06/09 08:42:43.4563801 1662168 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:43.810] [INFO] [launch_manager] 2026/06/09 08:42:43.4563801 1662168 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-09 08:42:43.810] [INFO] [launch_manager] 2026/06/09 08:42:43.4563801 1662176 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 82 ( verification_component ) for node True terminated with status 0
[2026-06-09 08:42:43.842] [INFO] [launch_manager] 2026/06/09 08:42:43.4563841 1662575 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:43.842] [INFO] [launch_manager] Response retrieved.
[2026-06-09 08:42:43.896] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:44.515] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:44.641] [INFO] [launch_manager] [ STEP ] Verify state changed to fallback run target
[2026-06-09 08:42:44.711] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-09 08:42:44.711] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-09 08:42:44.711] [INFO] [launch_manager] 2026/06/09 08:42:44.4564640 1670566 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:44.711] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670568 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-09 08:42:44.711] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670569 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-09 08:42:44.711] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670569 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:44.723] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670569 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-09 08:42:44.724] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670569 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-09 08:42:44.724] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670570 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:44.724] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670571 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.724] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670571 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.724] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670571 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:44.724] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:44.724] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670573 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock )
[2026-06-09 08:42:44.724] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670574 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 67 ( control_client_mock )
[2026-06-09 08:42:44.724] [INFO] [launch_manager] 2026/06/09 08:42:44.4564641 1670574 000 ECU1 LM LM log debug verbose 2 Request termination received for 67
[2026-06-09 08:42:44.724] [INFO] [launch_manager] 2026/06/09 08:42:44.4564642 1670578 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:44.724] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-09 08:42:44.725] [INFO] [launch_manager] [ OK ] ProcessCrashMonitoring.ControlClientMock (2112 ms)
[2026-06-09 08:42:44.725] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2113 ms total)
[2026-06-09 08:42:44.725] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:44.725] [INFO] [launch_manager] 2026/06/09 08:42:44.4564682 1670988 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-09 08:42:44.725] [INFO] [launch_manager] 2026/06/09 08:42:44.4564683 1670989 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-09 08:42:44.725] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2113 ms total)
[2026-06-09 08:42:44.725] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:44.725] [INFO] [launch_manager] 2026/06/09 08:42:44.4564713 1671292 000 ECU1 LM LM log debug verbose 12
[2026-06-09 08:42:44.726] [INFO] [launch_manager] Child process 0 of MainPG pid 67 ( control_client_mock ) for node True terminated with status 0
[2026-06-09 08:42:44.726] [INFO] [launch_manager] 2026/06/09 08:42:44.4564714 1671300 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-09 08:42:44.726] [INFO] [launch_manager] 2026/06/09 08:42:44.4564714 1671301 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-09 08:42:44.726] [INFO] [launch_manager] 2026/06/09 08:42:44.4564714 1671301 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.726] [INFO] [launch_manager] 2026/06/09 08:42:44.4564714 1671302 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.726] [INFO] [launch_manager] 2026/06/09 08:42:44.4564714 1671302 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.726] [INFO] [launch_manager] 2026/06/09 08:42:44.4564714 1671302 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:44.726] [INFO] [launch_manager] 2026/06/09 08:42:44.4564714 1671303 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 73 ms
[2026-06-09 08:42:44.726] [INFO] [launch_manager] 2026/06/09 08:42:44.4564714 1671303 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:44.727] [INFO] [launch_manager] Control Client handler nudged
[2026-06-09 08:42:44.733] [INFO] [launch_manager] 2026/06/09 08:42:44.4564732 1671488 000 ECU1 LM Sprv log debug verbose 6
[2026-06-09 08:42:44.734] [INFO] [launch_manager] Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-09 08:42:45.265] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676809 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-09 08:42:45.265] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676809 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-09 08:42:45.266] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676810 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-09 08:42:45.266] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676810 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-09 08:42:45.266] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676811 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:45.266] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676811 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.266] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676811 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.266] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676811 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.266] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676812 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.266] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676812 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.266] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676812 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.266] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676812 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:45.267] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676813 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-09 08:42:45.267] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676813 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:45.267] [INFO] [launch_manager] 2026/06/09 08:42:45.4565265 1676813 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-09 08:42:45.315] [INFO] [launch_manager] 2026/06/09 08:42:45.4565314 1677306 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-09 08:42:45.333] [INFO] [launch_manager] 2026/06/09 08:42:45.4565332 1677487 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-09 08:42:45.335] [INFO] [launch_manager] 2026/06/09 08:42:45.4565335 1677514 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-09 08:42:45.336] [INFO] [launch_manager] 2026/06/09 08:42:45.4565335 1677515 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/888/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_crash_monitoring/process_crash_monitoring/test.xml -
============================== 1 passed in 9.79s ===============================
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/886/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-09 08:42:36.556] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-09 08:42:41.640] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:41.641] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:41.641] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:41.641] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:41.660] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:41.706] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-09 08:42:41.710] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/d1f21e0878e66949d9a969b0a0c43d42801e0815dd0d2a12ee69487a2e967a21/json HTTP/1.1" 200 None
[2026-06-09 08:42:42.052] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/d1f21e0878e66949d9a969b0a0c43d42801e0815dd0d2a12ee69487a2e967a21/start HTTP/1.1" 204 0
[2026-06-09 08:42:42.054] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:42.054] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:42.055] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:42.055] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:42.071] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:42.461] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-09 08:42:42.671] [INFO] [launch_manager] 2026/06/09 08:42:42.4562667 1650837 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-09 08:42:42.686] [INFO] [launch_manager] 2026/06/09 08:42:42.4562668 1650842 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-09 08:42:42.686] [INFO] [launch_manager] 2026/06/09 08:42:42.4562668 1650843 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-09 08:42:42.686] [INFO] [launch_manager] 2026/06/09 08:42:42.4562668 1650845 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.687] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-09 08:42:42.687] [INFO] [launch_manager] 2026/06/09 08:42:42.4562668 1650846 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.687] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-09 08:42:42.687] [INFO] [launch_manager] 2026/06/09 08:42:42.4562668 1650847 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_a ( IdentifierHash: 4535707649935996147 )
[2026-06-09 08:42:42.687] [INFO] [launch_manager] 2026/06/09 08:42:42.4562669 1650848 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_c ( IdentifierHash: 6199163020077258462 )
[2026-06-09 08:42:42.687] [INFO] [launch_manager] 2026/06/09 08:42:42.4562669 1650849 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-09 08:42:42.687] [INFO] [launch_manager] 2026/06/09 08:42:42.4562669 1650851 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.688] [INFO] [launch_manager] FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-09 08:42:42.688] [INFO] [launch_manager] 2026/06/09 08:42:42.4562669 1650853 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.690] [INFO] [launch_manager] parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/switch_run_target/control_client_mock
[2026-06-09 08:42:42.691] [INFO] [launch_manager] 2026/06/09 08:42:42.4562669 1650854 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.691] [INFO] [launch_manager] Process component_initial is Reporting execution state
[2026-06-09 08:42:42.691] [INFO] [launch_manager] 2026/06/09 08:42:42.4562669 1650855 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-09 08:42:42.691] [INFO] [launch_manager] 2026/06/09 08:42:42.4562669 1650856 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.692] [INFO] [launch_manager] Process component_initial is NOT Self terminating
[2026-06-09 08:42:42.692] [INFO] [launch_manager] 2026/06/09 08:42:42.4562669 1650857 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.692] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-09 08:42:42.692] [INFO] [launch_manager] 2026/06/09 08:42:42.4562670 1650858 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.696] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-09 08:42:42.698] [INFO] [launch_manager] 2026/06/09 08:42:42.4562670 1650859 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.699] [INFO] [launch_manager] parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/switch_run_target/component_a
[2026-06-09 08:42:42.699] [INFO] [launch_manager] 2026/06/09 08:42:42.4562670 1650861 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.699] [INFO] [launch_manager] Process component_a is Reporting execution state
[2026-06-09 08:42:42.699] [INFO] [launch_manager] 2026/06/09 08:42:42.4562670 1650862 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.700] [INFO] [launch_manager] Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:42.701] [INFO] [launch_manager] 2026/06/09 08:42:42.4562670 1650863 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.702] [INFO] [launch_manager] Process component_a is NOT Self terminating
[2026-06-09 08:42:42.710] [INFO] [launch_manager] 2026/06/09 08:42:42.4562670 1650864 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.710] [INFO] [launch_manager] ParseProcessExecutionDependency: target process path: component_b ID: component_b
[2026-06-09 08:42:42.711] [INFO] [launch_manager] 2026/06/09 08:42:42.4562670 1650865 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.711] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-09 08:42:42.711] [INFO] [launch_manager] 2026/06/09 08:42:42.4562670 1650866 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.711] [INFO] [launch_manager] parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/switch_run_target/component_b
[2026-06-09 08:42:42.711] [INFO] [launch_manager] 2026/06/09 08:42:42.4562670 1650867 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.712] [INFO] [launch_manager] Process component_b is Reporting execution state
[2026-06-09 08:42:42.712] [INFO] [launch_manager] 2026/06/09 08:42:42.4562671 1650868 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:42.712] [INFO] [launch_manager] 2026/06/09 08:42:42.4562671 1650869 000 ECU1 LM LM log debug verbose 3 Process component_b is NOT Self terminating
[2026-06-09 08:42:42.712] [INFO] [launch_manager] 2026/06/09 08:42:42.4562671 1650870 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-09 08:42:42.712] [INFO] [launch_manager] 2026/06/09 08:42:42.4562671 1650872 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.712] [INFO] [launch_manager] parseProcessConfigurations: Process index: 3 executable_path_: /tmp/tests/switch_run_target/reporting_process
[2026-06-09 08:42:42.712] [INFO] [launch_manager] 2026/06/09 08:42:42.4562671 1650873 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.713] [INFO] [launch_manager] Process component_e is Reporting execution state
[2026-06-09 08:42:42.713] [INFO] [launch_manager] 2026/06/09 08:42:42.4562671 1650874 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.713] [INFO] [launch_manager] Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:42.713] [INFO] [launch_manager] 2026/06/09 08:42:42.4562671 1650875 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.713] [INFO] [launch_manager] Process component_e is NOT Self terminating
[2026-06-09 08:42:42.713] [INFO] [launch_manager] 2026/06/09 08:42:42.4562671 1650876 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.713] [INFO] [launch_manager] parseProcessConfigurations: Process index: 4 executable_path_: /tmp/tests/switch_run_target/component_d
[2026-06-09 08:42:42.714] [INFO] [launch_manager] 2026/06/09 08:42:42.4562671 1650878 000 ECU1 LM LM log debug verbose 3 Process component_d is Reporting execution state
[2026-06-09 08:42:42.714] [INFO] [launch_manager] 2026/06/09 08:42:42.4562672 1650878 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:42.714] [INFO] [launch_manager] 2026/06/09 08:42:42.4562672 1650879 000 ECU1 LM LM log debug verbose 3 Process component_d is NOT Self terminating
[2026-06-09 08:42:42.714] [INFO] [launch_manager] 2026/06/09 08:42:42.4562672 1650880 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.714] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_a
[2026-06-09 08:42:42.714] [INFO] [launch_manager] 2026/06/09 08:42:42.4562672 1650881 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:42.714] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_c
[2026-06-09 08:42:42.715] [INFO] [launch_manager] 2026/06/09 08:42:42.4562672 1650882 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-09 08:42:42.715] [INFO] [launch_manager] 2026/06/09 08:42:42.4562672 1650883 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.715] [INFO] [launch_manager] 1 process group(s)
[2026-06-09 08:42:42.715] [INFO] [launch_manager] 2026/06/09 08:42:42.4562672 1650884 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:42.715] [INFO] [launch_manager] Creating graph with 4 nodes
[2026-06-09 08:42:42.715] [INFO] [launch_manager] 2026/06/09 08:42:42.4562672 1650885 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.715] [INFO] [launch_manager] Process groups initialized successfully
[2026-06-09 08:42:42.718] [INFO] [launch_manager] 2026/06/09 08:42:42.4562672 1650886 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.718] [INFO] [launch_manager] Process Group initialization done
[2026-06-09 08:42:42.718] [INFO] [launch_manager] 2026/06/09 08:42:42.4562672 1650887 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 4 entries
[2026-06-09 08:42:42.718] [INFO] [launch_manager] 2026/06/09 08:42:42.4562673 1650888 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.718] [INFO] [launch_manager] Creating job queue with capacity 1024
[2026-06-09 08:42:42.719] [INFO] [launch_manager] 2026/06/09 08:42:42.4562673 1650889 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.719] [INFO] [launch_manager] Creating worker threads...
[2026-06-09 08:42:42.719] [INFO] [launch_manager] 2026/06/09 08:42:42.4562675 1650908 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 4 processes
[2026-06-09 08:42:42.719] [INFO] [launch_manager] 2026/06/09 08:42:42.4562675 1650909 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-09 08:42:42.719] [INFO] [launch_manager] 2026/06/09 08:42:42.4562675 1650912 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-09 08:42:42.719] [INFO] [launch_manager] 2026/06/09 08:42:42.4562675 1650912 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-09 08:42:42.719] [INFO] [launch_manager] 2026/06/09 08:42:42.4562675 1650913 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.719] [INFO] [launch_manager] Process 1 has 1 start dependencies
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562675 1650914 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562675 1650915 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562675 1650916 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 3
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562675 1650916 000 ECU1 LM LM log debug verbose 5 Process 3 has 0 start dependencies
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562675 1650917 000 ECU1 LM LM log debug verbose 3 Created 4 process nodes
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562676 1650918 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562676 1650918 000 ECU1 LM LM log debug verbose 4 Adding kRunning successor for process 2 : 1
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562676 1650919 000 ECU1 LM LM log debug verbose 4 Added successor node dependency: 2 -> 1
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562676 1650920 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562676 1650924 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562676 1650926 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562676 1650927 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562676 1650927 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562677 1650928 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-09 08:42:42.720] [INFO] [launch_manager] 2026/06/09 08:42:42.4562677 1650929 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562677 1650931 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562677 1650931 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: component_initial
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562677 1650932 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 1
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562677 1650934 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-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562677 1650935 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 1
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562677 1650936 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_component_initial
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562677 1650937 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 1
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562677 1650937 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: component_initial_checkpoint
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562678 1650938 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 1
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562678 1650939 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-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562678 1650940 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 1
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562678 1650941 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562678 1650942 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562678 1650943 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 2 ms
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562678 1650943 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562678 1650945 000 ECU1 LM LM log debug verbose 3 clock() at run(): 42.832000 ms
[2026-06-09 08:42:42.721] [INFO] [launch_manager] 2026/06/09 08:42:42.4562678 1650946 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562678 1650947 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562679 1650948 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562679 1650949 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562679 1650949 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562679 1650950 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562679 1650951 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562679 1650952 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562679 1650952 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562679 1650953 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562679 1650955 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-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562679 1650956 000 ECU1 LM LM log debug verbose 3 Initialize the control client for component_initial process
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562679 1650956 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562680 1650965 000 ECU1 LM LM log debug verbose 4 startProcess pid 68 received for process: component_initial
[2026-06-09 08:42:42.722] [INFO] [launch_manager] 2026/06/09 08:42:42.4562681 1650969 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-09 08:42:42.722] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:42.722] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:42.722] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget
[2026-06-09 08:42:42.722] [INFO] [launch_manager] [ RUN ] SwitchRunTarget.ControlClientMock
[2026-06-09 08:42:42.722] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-09 08:42:42.723] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-09 08:42:42.723] [INFO] [launch_manager] [ STEP ] Activate run target A
[2026-06-09 08:42:42.723] [INFO] [launch_manager] 2026/06/09 08:42:42.4562698 1651139 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:42.724] [INFO] [launch_manager] 2026/06/09 08:42:42.4562698 1651146 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 68 ( component_initial ) process 0 of group MainPG
[2026-06-09 08:42:42.724] [INFO] [launch_manager] 2026/06/09 08:42:42.4562698 1651146 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( component_initial ) done
[2026-06-09 08:42:42.724] [INFO] [launch_manager] 2026/06/09 08:42:42.4562698 1651147 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.724] [INFO] [launch_manager] 2026/06/09 08:42:42.4562698 1651147 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 45.022000 ms
[2026-06-09 08:42:42.724] [INFO] [launch_manager] 2026/06/09 08:42:42.4562698 1651147 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:42.724] [INFO] [launch_manager] 2026/06/09 08:42:42.4562699 1651148 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 20 ms
[2026-06-09 08:42:42.724] [INFO] [launch_manager] 2026/06/09 08:42:42.4562699 1651148 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.726] [INFO] [launch_manager] Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:42.726] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651171 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-09 08:42:42.726] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651171 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_a
[2026-06-09 08:42:42.726] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651172 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:42.727] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651172 000 ECU1 LM LM log debug verbose 6 2026/06/09 08:42:42.4562701 1651172 000 ECU1 LM LM log debug verbose 1 Pending state for process group MainPG changed from MainPG/run_target_a to
[2026-06-09 08:42:42.727] [INFO] [launch_manager] Request acknowledged.
[2026-06-09 08:42:42.727] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651172 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_a for PG MainPG
[2026-06-09 08:42:42.727] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651173 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:42.728] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651173 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.728] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651173 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.728] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651173 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.728] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651173 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.728] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651174 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.728] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651174 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-09 08:42:42.728] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651174 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.728] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651174 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.728] [INFO] [launch_manager] 2026/06/09 08:42:42.4562701 1651175 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( component_b ) from executable /tmp/tests/switch_run_target/component_b
[2026-06-09 08:42:42.729] [INFO] [launch_manager] 2026/06/09 08:42:42.4562702 1651184 000 ECU1 LM LM log debug verbose 6 Starting process 3 ( component_d ) from executable /tmp/tests/switch_run_target/component_d
[2026-06-09 08:42:42.738] [INFO] [launch_manager] 2026/06/09 08:42:42.4562702 1651186 000 ECU1 LM LM log debug verbose 4 startProcess pid 70 received for process: component_b
[2026-06-09 08:42:42.739] [INFO] [launch_manager] 2026/06/09 08:42:42.4562704 1651207 000 ECU1 LM LM log debug verbose 4 startProcess pid 71 received for process: component_d
[2026-06-09 08:42:42.739] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:42.739] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:42.739] [INFO] [launch_manager] [----------] 1 test from ComponentD
[2026-06-09 08:42:42.739] [INFO] [launch_manager] [ RUN ] ComponentD.RunAndVerify
[2026-06-09 08:42:42.739] [INFO] [launch_manager] [ STEP ] Report running
[2026-06-09 08:42:42.739] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-09 08:42:42.739] [INFO] [launch_manager] 2026/06/09 08:42:42.4562711 1651271 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 71 ( component_d ) process 3 of group MainPG
[2026-06-09 08:42:42.740] [INFO] [launch_manager] 2026/06/09 08:42:42.4562711 1651272 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 3 ( component_d ) done
[2026-06-09 08:42:42.740] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:42.740] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:42.740] [INFO] [launch_manager] [----------] 1 test from ComponentB
[2026-06-09 08:42:42.740] [INFO] [launch_manager] [ RUN ] ComponentB.RunAndVerify
[2026-06-09 08:42:42.740] [INFO] [launch_manager] [ STEP ] Verify startup order
[2026-06-09 08:42:42.740] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-09 08:42:42.740] [INFO] [launch_manager] [ STEP ] Report running
[2026-06-09 08:42:42.740] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-09 08:42:42.740] [INFO] [launch_manager] 2026/06/09 08:42:42.4562715 1651317 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 70 ( component_b ) process 2 of group MainPG
[2026-06-09 08:42:42.740] [INFO] [launch_manager] 2026/06/09 08:42:42.4562716 1651319 000 ECU1 LM LM log debug verbose 6 Starting process 1 ( component_a ) from executable /tmp/tests/switch_run_target/component_a
[2026-06-09 08:42:42.741] [INFO] [launch_manager] 2026/06/09 08:42:42.4562717 1651329 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( component_b ) done
[2026-06-09 08:42:42.741] [INFO] [launch_manager] 2026/06/09 08:42:42.4562717 1651330 000 ECU1 LM LM log debug verbose 4 startProcess pid 72 received for process: component_a
[2026-06-09 08:42:42.741] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:42.741] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:42.741] [INFO] [launch_manager] [----------] 1 test from ComponentA
[2026-06-09 08:42:42.741] [INFO] [launch_manager] [ RUN ] ComponentA.RunAndVerify
[2026-06-09 08:42:42.741] [INFO] [launch_manager] [ STEP ] Report running
[2026-06-09 08:42:42.741] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-09 08:42:42.741] [INFO] [launch_manager] [ STEP ] Verify startup order
[2026-06-09 08:42:42.741] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562724 1651408 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 72 ( component_a ) process 1 of group MainPG
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562725 1651409 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_a ) done
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562725 1651410 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562725 1651411 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_a in 23 ms
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562725 1651411 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562727 1651432 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/run_target_a of PG MainPG
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562727 1651432 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562728 1651444 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 1
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562728 1651445 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Startup PS 2
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562728 1651445 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/run_target_a PS 1
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562728 1651445 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/run_target_a PS 1
[2026-06-09 08:42:42.742] [INFO] [launch_manager] 2026/06/09 08:42:42.4562728 1651446 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/run_target_a PS 2
[2026-06-09 08:42:42.743] [INFO] [launch_manager] 2026/06/09 08:42:42.4562728 1651446 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/run_target_a PS 2
[2026-06-09 08:42:42.743] [INFO] [launch_manager] 2026/06/09 08:42:42.4562728 1651446 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/run_target_a PS 1
[2026-06-09 08:42:42.743] [INFO] [launch_manager] 2026/06/09 08:42:42.4562728 1651446 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/run_target_a PS 2
[2026-06-09 08:42:42.743] [INFO] [launch_manager] 2026/06/09 08:42:42.4562728 1651447 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( component_initial_alive_supervision ) switched to OK.
[2026-06-09 08:42:42.766] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:42.795] [INFO] [launch_manager] 2026/06/09 08:42:42.4562795 1652111 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-09 08:42:42.796] [INFO] [launch_manager] [ END STEP ] Activate run target A
[2026-06-09 08:42:42.796] [INFO] [launch_manager] [ STEP ] Verify running processes
[2026-06-09 08:42:42.796] [INFO] [launch_manager] [ END STEP ] Verify running processes
[2026-06-09 08:42:42.796] [INFO] [launch_manager] [ STEP ] Activate RunTarget Startup
[2026-06-09 08:42:42.796] [INFO] [launch_manager] 2026/06/09 08:42:42.4562795 1652113 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:42.797] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652129 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Startup of PG MainPG
[2026-06-09 08:42:42.797] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652129 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Startup
[2026-06-09 08:42:42.797] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652130 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:42.797] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652130 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Startup to
[2026-06-09 08:42:42.798] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652131 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Startup for PG MainPG
[2026-06-09 08:42:42.798] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652131 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:42.798] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652132 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.798] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652132 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.798] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652132 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 1
[2026-06-09 08:42:42.798] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652133 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.798] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652136 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:42.798] [INFO] [launch_manager] 2026/06/09 08:42:42.4562797 1652139 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( component_a )
[2026-06-09 08:42:42.799] [INFO] [launch_manager] 2026/06/09 08:42:42.4562798 1652139 000 ECU1 LM LM log debug verbose 9
[2026-06-09 08:42:42.799] [INFO] [launch_manager] Requesting termination of process 1 of MainPG pid 72 ( component_a )
[2026-06-09 08:42:42.799] [INFO] [launch_manager] 2026/06/09 08:42:42.4562798 1652142 000 ECU1 LM LM log debug verbose 2 Request termination received for 72
[2026-06-09 08:42:42.799] [INFO] [launch_manager] [ STEP ] Verify termination order
[2026-06-09 08:42:42.799] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-06-09 08:42:42.799] [INFO] [launch_manager] [ OK ] ComponentA.RunAndVerify (79 ms)
[2026-06-09 08:42:42.799] [INFO] [launch_manager] [----------] 1 test from ComponentA (79 ms total)
[2026-06-09 08:42:42.799] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:42.799] [INFO] [launch_manager] 2026/06/09 08:42:42.4562799 1652150 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.800] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (79 ms total)
[2026-06-09 08:42:42.800] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:42.800] [INFO] [launch_manager] terminating process 3 ( component_d )
[2026-06-09 08:42:42.800] [INFO] [launch_manager] 2026/06/09 08:42:42.4562799 1652153 000 ECU1 LM LM log debug verbose 9
[2026-06-09 08:42:42.800] [INFO] [launch_manager] Requesting termination of process 3 of MainPG pid 71 ( component_d )
[2026-06-09 08:42:42.800] [INFO] [launch_manager] 2026/06/09 08:42:42.4562799 1652156 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.800] [INFO] [launch_manager] Request termination received for 71
[2026-06-09 08:42:42.801] [INFO] [launch_manager] 2026/06/09 08:42:42.4562800 1652159 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 72 ( component_a ) for node True terminated with status 0
[2026-06-09 08:42:42.801] [INFO] [launch_manager] [ OK ] ComponentD.RunAndVerify (91 ms)
[2026-06-09 08:42:42.801] [INFO] [launch_manager] [----------] 1 test from ComponentD (91 ms total)
[2026-06-09 08:42:42.801] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:42.801] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (92 ms total)
[2026-06-09 08:42:42.801] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:42.801] [INFO] [launch_manager] 2026/06/09 08:42:42.4562800 1652165 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 1 ( component_a )
[2026-06-09 08:42:42.801] [INFO] [launch_manager] 2026/06/09 08:42:42.4562800 1652168 000 ECU1 LM LM log debug verbose 5 terminating process 2 ( component_b )
[2026-06-09 08:42:42.801] [INFO] [launch_manager] 2026/06/09 08:42:42.4562801 1652170 000 ECU1 LM LM log debug verbose 12 Child process 3 of MainPG pid 71 ( component_d ) for node True terminated with status 0
[2026-06-09 08:42:42.801] [INFO] [launch_manager] 2026/06/09 08:42:42.4562801 1652171 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( component_a ) done
[2026-06-09 08:42:42.801] [INFO] [launch_manager] 2026/06/09 08:42:42.4562801 1652172 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 2 of MainPG pid 70 ( component_b )
[2026-06-09 08:42:42.802] [INFO] [launch_manager] 2026/06/09 08:42:42.4562801 1652173 000 ECU1 LM LM log debug verbose 2 Request termination received for 70
[2026-06-09 08:42:42.802] [INFO] [launch_manager] [ STEP ] Verify termination order
[2026-06-09 08:42:42.802] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-06-09 08:42:42.802] [INFO] [launch_manager] [ OK ] ComponentB.RunAndVerify (89 ms)
[2026-06-09 08:42:42.802] [INFO] [launch_manager] [----------] 1 test from ComponentB (89 ms total)
[2026-06-09 08:42:42.802] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:42.802] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (89 ms total)
[2026-06-09 08:42:42.802] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:42.802] [INFO] [launch_manager] 2026/06/09 08:42:42.4562802 1652179 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 3 ( component_d )
[2026-06-09 08:42:42.803] [INFO] [launch_manager] 2026/06/09 08:42:42.4562802 1652179 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 3 ( component_d ) done
[2026-06-09 08:42:42.803] [INFO] [launch_manager] 2026/06/09 08:42:42.4562802 1652183 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 70 ( component_b ) for node True terminated with status 0
[2026-06-09 08:42:42.803] [INFO] [launch_manager] 2026/06/09 08:42:42.4562803 1652194 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 2 ( component_b )
[2026-06-09 08:42:42.803] [INFO] [launch_manager] 2026/06/09 08:42:42.4562803 1652195 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 2 ( component_b ) done
[2026-06-09 08:42:42.804] [INFO] [launch_manager] 2026/06/09 08:42:42.4562803 1652195 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.804] [INFO] [launch_manager] 2026/06/09 08:42:42.4562803 1652198 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-09 08:42:42.804] [INFO] [launch_manager] 2026/06/09 08:42:42.4562804 1652198 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.804] [INFO] [launch_manager] 2026/06/09 08:42:42.4562804 1652198 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.804] [INFO] [launch_manager] 2026/06/09 08:42:42.4562804 1652199 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:42.804] [INFO] [launch_manager] 2026/06/09 08:42:42.4562804 1652199 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 6 ms
[2026-06-09 08:42:42.804] [INFO] [launch_manager] 2026/06/09 08:42:42.4562804 1652199 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.804] [INFO] [launch_manager] 2026/06/09 08:42:42.4562804 1652203 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Startup of PG MainPG
[2026-06-09 08:42:42.804] [INFO] [launch_manager] 2026/06/09 08:42:42.4562804 1652204 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-09 08:42:42.829] [INFO] [launch_manager] 2026/06/09 08:42:42.4562828 1652445 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/Startup PS 3
[2026-06-09 08:42:42.829] [INFO] [launch_manager] 2026/06/09 08:42:42.4562828 1652445 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/Startup PS 3
[2026-06-09 08:42:42.829] [INFO] [launch_manager] 2026/06/09 08:42:42.4562828 1652446 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_a changed state PG MainPG/Startup PS 4
[2026-06-09 08:42:42.829] [INFO] [launch_manager] 2026/06/09 08:42:42.4562828 1652446 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/Startup PS 3
[2026-06-09 08:42:42.829] [INFO] [launch_manager] 2026/06/09 08:42:42.4562828 1652446 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_d changed state PG MainPG/Startup PS 4
[2026-06-09 08:42:42.829] [INFO] [launch_manager] 2026/06/09 08:42:42.4562828 1652447 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_b changed state PG MainPG/Startup PS 4
[2026-06-09 08:42:42.896] [INFO] [launch_manager] 2026/06/09 08:42:42.4562895 1653113 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-09 08:42:42.896] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-09 08:42:42.896] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-06-09 08:42:42.896] [INFO] [launch_manager] 2026/06/09 08:42:42.4562895 1653115 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:42.897] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653118 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-09 08:42:42.897] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653119 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-09 08:42:42.897] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653119 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:42.897] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653120 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-09 08:42:42.897] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653121 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-09 08:42:42.897] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653121 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:42.897] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653121 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.897] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653122 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.897] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:42.897] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653123 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.897] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653123 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:42.898] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:42.898] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653125 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:42.898] [INFO] [launch_manager] terminating process 0 ( component_initial )
[2026-06-09 08:42:42.898] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653126 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 68 ( component_initial )
[2026-06-09 08:42:42.898] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653126 000 ECU1 LM LM log debug verbose 2 Request termination received for 68
[2026-06-09 08:42:42.898] [INFO] [launch_manager] 2026/06/09 08:42:42.4562896 1653127 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:42.898] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-09 08:42:42.929] [INFO] [launch_manager] 2026/06/09 08:42:42.4562928 1653445 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Off PS 3
[2026-06-09 08:42:42.929] [INFO] [launch_manager] 2026/06/09 08:42:42.4562928 1653446 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( component_initial_alive_supervision ) switched to DEACTIVATED.
[2026-06-09 08:42:42.997] [INFO] [launch_manager] [ OK ] SwitchRunTarget.ControlClientMock (306 ms)
[2026-06-09 08:42:42.997] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget (306 ms total)
[2026-06-09 08:42:42.997] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:42.997] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (306 ms total)
[2026-06-09 08:42:42.997] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:42.998] [INFO] [launch_manager] 2026/06/09 08:42:42.4562998 1654141 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 68 ( component_initial ) for node True terminated with status 0
[2026-06-09 08:42:42.999] [INFO] [launch_manager] 2026/06/09 08:42:42.4562998 1654147 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( component_initial )
[2026-06-09 08:42:42.999] [INFO] [launch_manager] 2026/06/09 08:42:42.4562998 1654148 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 0 ( component_initial ) done
[2026-06-09 08:42:42.999] [INFO] [launch_manager] 2026/06/09 08:42:42.4562999 1654148 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.999] [INFO] [launch_manager] 2026/06/09 08:42:42.4562999 1654148 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-09 08:42:42.999] [INFO] [launch_manager] 2026/06/09 08:42:42.4562999 1654148 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.999] [INFO] [launch_manager] 2026/06/09 08:42:42.4562999 1654148 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.999] [INFO] [launch_manager] 2026/06/09 08:42:42.4562999 1654149 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:42.999] [INFO] [launch_manager] 2026/06/09 08:42:42.4562999 1654149 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 102 ms
[2026-06-09 08:42:42.999] [INFO] [launch_manager] 2026/06/09 08:42:42.4562999 1654149 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:43.029] [INFO] [launch_manager] 2026/06/09 08:42:43.4563028 1654445 000 ECU1 LM Sprv log debug verbose 6 Process with Id component_initial changed state PG MainPG/Off PS 4
[2026-06-09 08:42:43.433] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658479 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-09 08:42:43.434] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658479 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-09 08:42:43.434] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658480 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-09 08:42:43.434] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658480 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-09 08:42:43.434] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658480 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:43.434] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658481 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:43.434] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658481 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:43.434] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658481 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:43.434] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658481 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:43.434] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658482 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:43.435] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658482 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 1
[2026-06-09 08:42:43.435] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658482 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:43.435] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658482 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:43.435] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658483 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:43.435] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658483 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-09 08:42:43.435] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658483 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:43.435] [INFO] [launch_manager] 2026/06/09 08:42:43.4563432 1658484 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-09 08:42:43.500] [INFO] [launch_manager] 2026/06/09 08:42:43.4563499 1659149 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-09 08:42:43.529] [INFO] [launch_manager] 2026/06/09 08:42:43.4563528 1659445 000 ECU1 LM Fcty log info verbose 1
[2026-06-09 08:42:43.529] [INFO] [launch_manager] Phm Daemon: Received termination request - shutting down
[2026-06-09 08:42:43.531] [INFO] [launch_manager] 2026/06/09 08:42:43.4563531 1659469 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:43.531] [INFO] [launch_manager] Graph destroyed
[2026-06-09 08:42:43.531] [INFO] [launch_manager] 2026/06/09 08:42:43.4563531 1659470 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/886/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/switch_run_target/switch_run_target/test.xml -
============================== 1 passed in 8.27s ===============================
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-09 08:42:48.982] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-09 08:42:49.319] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:49.320] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:49.320] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:49.320] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:49.338] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:49.418] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-09 08:42:49.423] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/d51ef45de9452936d269aafd8f0a83c9b0bcb94bfac0f4b5123bfd573de45e99/json HTTP/1.1" 200 None
[2026-06-09 08:42:49.659] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/d51ef45de9452936d269aafd8f0a83c9b0bcb94bfac0f4b5123bfd573de45e99/start HTTP/1.1" 204 0
[2026-06-09 08:42:49.660] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:49.660] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:49.660] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:49.660] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:49.674] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:49.901] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-09 08:42:50.042] [INFO] [launch_manager] 2026/06/09 08:42:50.4570037 1724531 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-09 08:42:50.042] [INFO] [launch_manager] 2026/06/09 08:42:50.4570037 1724534 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-09 08:42:50.042] [INFO] [launch_manager] 2026/06/09 08:42:50.4570037 1724534 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-09 08:42:50.042] [INFO] [launch_manager] 2026/06/09 08:42:50.4570037 1724535 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-09 08:42:50.043] [INFO] [launch_manager] 2026/06/09 08:42:50.4570037 1724536 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-09 08:42:50.043] [INFO] [launch_manager] 2026/06/09 08:42:50.4570037 1724536 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-09 08:42:50.043] [INFO] [launch_manager] 2026/06/09 08:42:50.4570037 1724536 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-09 08:42:50.043] [INFO] [launch_manager] 2026/06/09 08:42:50.4570037 1724537 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-09 08:42:50.043] [INFO] [launch_manager] 2026/06/09 08:42:50.4570037 1724538 000 ECU1 LM LM log debug verbose 3 Process non_reporting_process is NOT Reporting execution state
[2026-06-09 08:42:50.043] [INFO] [launch_manager] 2026/06/09 08:42:50.4570038 1724538 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:50.043] [INFO] [launch_manager] 2026/06/09 08:42:50.4570038 1724538 000 ECU1 LM LM log debug verbose 3 Process non_reporting_process is Self terminating
[2026-06-09 08:42:50.043] [INFO] [launch_manager] 2026/06/09 08:42:50.4570038 1724538 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-09 08:42:50.043] [INFO] [launch_manager] 2026/06/09 08:42:50.4570038 1724539 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-09 08:42:50.043] [INFO] [launch_manager] 2026/06/09 08:42:50.4570038 1724539 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-09 08:42:50.043] [INFO] [launch_manager] 2026/06/09 08:42:50.4570038 1724539 000 ECU1 LM LM log debug verbose 3 Creating graph with 1 nodes
[2026-06-09 08:42:50.044] [INFO] [launch_manager] 2026/06/09 08:42:50.4570038 1724539 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-09 08:42:50.044] [INFO] [launch_manager] 2026/06/09 08:42:50.4570038 1724549 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-09 08:42:50.044] [INFO] [launch_manager] 2026/06/09 08:42:50.4570039 1724550 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 1 entries
[2026-06-09 08:42:50.044] [INFO] [launch_manager] 2026/06/09 08:42:50.4570039 1724551 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:50.044] [INFO] [launch_manager] Creating job queue with capacity 1024
[2026-06-09 08:42:50.044] [INFO] [launch_manager] 2026/06/09 08:42:50.4570039 1724552 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-09 08:42:50.047] [INFO] [launch_manager] 2026/06/09 08:42:50.4570046 1724627 000 ECU1 LM LM log debug verbose 7
[2026-06-09 08:42:50.047] [INFO] [launch_manager] Process group index 0 (with name MainPG ) has 1 processes
[2026-06-09 08:42:50.047] [INFO] [launch_manager] 2026/06/09 08:42:50.4570047 1724631 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:50.047] [INFO] [launch_manager] Creating process node with id: 0
[2026-06-09 08:42:50.048] [INFO] [launch_manager] 2026/06/09 08:42:50.4570047 1724634 000 ECU1 LM LM log debug verbose 5
[2026-06-09 08:42:50.048] [INFO] [launch_manager] Process 0 has 0 start dependencies
[2026-06-09 08:42:50.049] [INFO] [launch_manager] 2026/06/09 08:42:50.4570048 1724641 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:50.049] [INFO] [launch_manager] Created 1 process nodes
[2026-06-09 08:42:50.050] [INFO] [launch_manager] 2026/06/09 08:42:50.4570049 1724649 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:50.050] [INFO] [launch_manager] Creating successor lists for process group MainPG
[2026-06-09 08:42:50.050] [INFO] [launch_manager] 2026/06/09 08:42:50.4570049 1724650 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-09 08:42:50.050] [INFO] [launch_manager] 2026/06/09 08:42:50.4570049 1724654 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-09 08:42:50.050] [INFO] [launch_manager] 2026/06/09 08:42:50.4570049 1724654 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-09 08:42:50.050] [INFO] [launch_manager] 2026/06/09 08:42:50.4570049 1724655 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-09 08:42:50.051] [INFO] [launch_manager] 2026/06/09 08:42:50.4570050 1724661 000 ECU1 LM Fcty log debug verbose 4
[2026-06-09 08:42:50.051] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-09 08:42:50.052] [INFO] [launch_manager] 2026/06/09 08:42:50.4570050 1724666 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-09 08:42:50.053] [INFO] [launch_manager] 2026/06/09 08:42:50.4570051 1724669 000 ECU1 LM Fcty log warn verbose 2
[2026-06-09 08:42:50.053] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-09 08:42:50.054] [INFO] [launch_manager] 2026/06/09 08:42:50.4570052 1724679 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-09 08:42:50.054] [INFO] [launch_manager] 2026/06/09 08:42:50.4570052 1724683 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 0
[2026-06-09 08:42:50.054] [INFO] [launch_manager] 2026/06/09 08:42:50.4570052 1724687 000 ECU1 LM Fcty log debug verbose 3
[2026-06-09 08:42:50.055] [INFO] [launch_manager] Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 0
[2026-06-09 08:42:50.055] [INFO] [launch_manager] 2026/06/09 08:42:50.4570053 1724690 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 0
[2026-06-09 08:42:50.056] [INFO] [launch_manager] 2026/06/09 08:42:50.4570053 1724693 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 0
[2026-06-09 08:42:50.056] [INFO] [launch_manager] 2026/06/09 08:42:50.4570053 1724693 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 0
[2026-06-09 08:42:50.056] [INFO] [launch_manager] 2026/06/09 08:42:50.4570054 1724698 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-09 08:42:50.056] [INFO] [launch_manager] 2026/06/09 08:42:50.4570054 1724698 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-09 08:42:50.056] [INFO] [launch_manager] 2026/06/09 08:42:50.4570054 1724703 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 4 ms
[2026-06-09 08:42:50.057] [INFO] [launch_manager] 2026/06/09 08:42:50.4570054 1724705 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-09 08:42:50.057] [INFO] [launch_manager] 2026/06/09 08:42:50.4570056 1724721 000 ECU1 LM LM log debug verbose 3
[2026-06-09 08:42:50.057] [INFO] [launch_manager] clock() at run(): 44.269000 ms
[2026-06-09 08:42:50.058] [INFO] [launch_manager] 2026/06/09 08:42:50.4570057 1724730 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:50.058] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============
[2026-06-09 08:42:50.058] [INFO] [launch_manager] 2026/06/09 08:42:50.4570057 1724736 000 ECU1 LM LM log debug verbose 9
[2026-06-09 08:42:50.058] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:50.058] [INFO] [launch_manager] 2026/06/09 08:42:50.4570058 1724741 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:50.059] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:50.059] [INFO] [launch_manager] 2026/06/09 08:42:50.4570059 1724748 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:50.060] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-09 08:42:50.060] [INFO] [launch_manager] 2026/06/09 08:42:50.4570059 1724753 000 ECU1 LM LM log debug verbose 6
[2026-06-09 08:42:50.061] [INFO] [launch_manager] Starting process 0 ( non_reporting_process ) from executable /tmp/tests/incorrect_config_non_reporting/non_reporting_process
[2026-06-09 08:42:50.061] [INFO] [launch_manager] 2026/06/09 08:42:50.4570061 1724768 000 ECU1 LM LM log debug verbose 4
[2026-06-09 08:42:50.062] [INFO] [launch_manager] startProcess pid 70 received for process: non_reporting_process
[2026-06-09 08:42:50.065] [INFO] [launch_manager] 2026/06/09 08:42:50.4570064 1724807 000 ECU1 LM LM log debug verbose 8
[2026-06-09 08:42:50.065] [INFO] [launch_manager] Considered kRunning for Non Reporting Process pid 70 ( non_reporting_process ) process 0 of group MainPG
[2026-06-09 08:42:50.065] [INFO] [launch_manager] 2026/06/09 08:42:50.4570065 1724813 000 ECU1 LM LM log debug verbose 7
[2026-06-09 08:42:50.065] [INFO] [launch_manager] startProcess for MainPG process 0 ( non_reporting_process ) done
[2026-06-09 08:42:50.066] [INFO] [launch_manager] 2026/06/09 08:42:50.4570066 1724819 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:50.066] [INFO] [launch_manager] Control Client handler nudged
[2026-06-09 08:42:50.066] [INFO] [launch_manager] 2026/06/09 08:42:50.4570066 1724823 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 45.955000 ms
[2026-06-09 08:42:50.067] [INFO] [launch_manager] 2026/06/09 08:42:50.4570066 1724827 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:50.067] [INFO] [launch_manager] 2026/06/09 08:42:50.4570067 1724830 000 ECU1 LM LM log info verbose 7
[2026-06-09 08:42:50.067] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Startup in 9 ms
[2026-06-09 08:42:50.067] [INFO] [launch_manager] 2026/06/09 08:42:50.4570067 1724836 000 ECU1 LM LM log debug verbose 1
[2026-06-09 08:42:50.068] [INFO] [launch_manager] Control Client handler nudged
[2026-06-09 08:42:50.075] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:50.075] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:50.075] [INFO] [launch_manager] [----------] 1 test from NonReporting
[2026-06-09 08:42:50.075] [INFO] [launch_manager] [ RUN ] NonReporting.Process
[2026-06-09 08:42:50.077] [INFO] [launch_manager] 2026/06/09 08:42:50.4570076 1724927 000 ECU1 LM LM log error verbose 3
[2026-06-09 08:42:50.077] [INFO] [launch_manager] [Lifecycle client] FD 3 is invalid for kRunning report
[2026-06-09 08:42:50.077] [INFO] [launch_manager] [ OK ] NonReporting.Process (1 ms)
[2026-06-09 08:42:50.077] [INFO] [launch_manager] [----------] 1 test from NonReporting (1 ms total)
[2026-06-09 08:42:50.077] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:50.077] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-09 08:42:50.077] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:50.157] [INFO] [launch_manager] 2026/06/09 08:42:50.4570157 1725731 000 ECU1 LM LM log debug verbose 12 Child process 0 of MainPG pid 70 ( non_reporting_process ) for node True terminated with status 0
[2026-06-09 08:42:50.288] [INFO] [launch_manager] 2026/06/09 08:42:50.4570287 1727031 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-09 08:42:50.288] [INFO] [launch_manager] 2026/06/09 08:42:50.4570287 1727031 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-09 08:42:50.288] [INFO] [launch_manager] 2026/06/09 08:42:50.4570287 1727032 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-09 08:42:50.288] [INFO] [launch_manager] 2026/06/09 08:42:50.4570287 1727032 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-09 08:42:50.288] [INFO] [launch_manager] 2026/06/09 08:42:50.4570287 1727032 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:50.288] [INFO] [launch_manager] 2026/06/09 08:42:50.4570287 1727033 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:50.288] [INFO] [launch_manager] Stop Dependencies: 0
[2026-06-09 08:42:50.289] [INFO] [launch_manager] 2026/06/09 08:42:50.4570287 1727034 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:50.289] [INFO] [launch_manager] 2026/06/09 08:42:50.4570287 1727034 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:50.289] [INFO] [launch_manager] 2026/06/09 08:42:50.4570287 1727035 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-09 08:42:50.289] [INFO] [launch_manager] 2026/06/09 08:42:50.4570287 1727035 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:50.289] [INFO] [launch_manager] 2026/06/09 08:42:50.4570287 1727035 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-09 08:42:50.358] [INFO] [launch_manager] 2026/06/09 08:42:50.4570357 1727737 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-09 08:42:50.405] [INFO] [launch_manager] 2026/06/09 08:42:50.4570404 1728207 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-09 08:42:50.409] [INFO] [launch_manager] 2026/06/09 08:42:50.4570407 1728238 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-09 08:42:50.409] [INFO] [launch_manager] 2026/06/09 08:42:50.4570408 1728238 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/889/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting/test.xml -
============================== 1 passed in 2.39s ===============================
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/887/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-09 08:42:36.612] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-09 08:42:41.637] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:41.638] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:41.638] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:41.638] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:41.656] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:41.706] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-09 08:42:41.711] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/8566a2257e0c0809f6fcc84067c44dbbf12a5cc2f55f59c4df340bf32cd07f14/json HTTP/1.1" 200 None
[2026-06-09 08:42:42.052] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8566a2257e0c0809f6fcc84067c44dbbf12a5cc2f55f59c4df340bf32cd07f14/start HTTP/1.1" 204 0
[2026-06-09 08:42:42.053] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-09 08:42:42.054] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-09 08:42:42.057] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-09 08:42:42.057] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-09 08:42:42.083] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-09 08:42:42.389] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-09 08:42:42.591] [INFO] [launch_manager] 2026/06/09 08:42:42.4562583 1649993 000 ECU1 LM LM log debug verbose 1 Launch Manager Started !!!!
[2026-06-09 08:42:42.591] [INFO] [launch_manager] 2026/06/09 08:42:42.4562583 1649995 000 ECU1 LM LM log debug verbose 1 Loading LCM Configurations...
[2026-06-09 08:42:42.591] [INFO] [launch_manager] 2026/06/09 08:42:42.4562583 1649996 000 ECU1 LM LM log debug verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-06-09 08:42:42.592] [INFO] [launch_manager] 2026/06/09 08:42:42.4562583 1649997 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 )
[2026-06-09 08:42:42.592] [INFO] [launch_manager] 2026/06/09 08:42:42.4562583 1649997 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 )
[2026-06-09 08:42:42.592] [INFO] [launch_manager] 2026/06/09 08:42:42.4562583 1649997 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/run_target_complex_monitoring ( IdentifierHash: 581828208140588256 )
[2026-06-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562583 1649997 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 )
[2026-06-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1649998 000 ECU1 LM LM log debug verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-06-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1649999 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/complex_monitoring/control_client_mock
[2026-06-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1649999 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is Reporting execution state
[2026-06-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1649999 000 ECU1 LM LM log debug verbose 1 Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-06-09 08:42:42.593] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1649999 000 ECU1 LM LM log debug verbose 3 Process control_client_mock is NOT Self terminating
[2026-06-09 08:42:42.597] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650000 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-06-09 08:42:42.597] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650000 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_complex_monitoring
[2026-06-09 08:42:42.597] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650001 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-09 08:42:42.597] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650001 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/complex_monitoring/component_complex_monitoring
[2026-06-09 08:42:42.597] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650001 000 ECU1 LM LM log debug verbose 3 Process component_complex_monitoring is Reporting execution state
[2026-06-09 08:42:42.597] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650001 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:42.598] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650002 000 ECU1 LM LM log debug verbose 3 Process component_complex_monitoring is NOT Self terminating
[2026-06-09 08:42:42.598] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650002 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/run_target_complex_monitoring
[2026-06-09 08:42:42.598] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650002 000 ECU1 LM LM log debug verbose 4 parseProcessConfigurations: Process index: 2 executable_path_: /tmp/tests/complex_monitoring/verification_process
[2026-06-09 08:42:42.598] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650002 000 ECU1 LM LM log debug verbose 3 Process verification_component is NOT Reporting execution state
[2026-06-09 08:42:42.598] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650003 000 ECU1 LM LM log debug verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-06-09 08:42:42.598] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650003 000 ECU1 LM LM log debug verbose 3 Process verification_component is Self terminating
[2026-06-09 08:42:42.598] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650003 000 ECU1 LM LM log debug verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/fallback_run_target
[2026-06-09 08:42:42.598] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650003 000 ECU1 LM LM log debug verbose 3 Loading SWCL Nr. 0 Succeeded
[2026-06-09 08:42:42.598] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650004 000 ECU1 LM LM log debug verbose 2 1 process group(s)
[2026-06-09 08:42:42.599] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650004 000 ECU1 LM LM log debug verbose 3 Creating graph with 3 nodes
[2026-06-09 08:42:42.599] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650004 000 ECU1 LM LM log debug verbose 1 Process groups initialized successfully
[2026-06-09 08:42:42.599] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650004 000 ECU1 LM LM log debug verbose 1 Process Group initialization done
[2026-06-09 08:42:42.603] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650004 000 ECU1 LM LM log debug verbose 3 Creating Safe Process Map with 3 entries
[2026-06-09 08:42:42.604] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650005 000 ECU1 LM LM log debug verbose 2 Creating job queue with capacity 1024
[2026-06-09 08:42:42.604] [INFO] [launch_manager] 2026/06/09 08:42:42.4562584 1650005 000 ECU1 LM LM log debug verbose 1 Creating worker threads...
[2026-06-09 08:42:42.605] [INFO] [launch_manager] 2026/06/09 08:42:42.4562586 1650027 000 ECU1 LM LM log debug verbose 7 Process group index 0 (with name MainPG ) has 3 processes
[2026-06-09 08:42:42.605] [INFO] [launch_manager] 2026/06/09 08:42:42.4562586 1650027 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 0
[2026-06-09 08:42:42.605] [INFO] [launch_manager] 2026/06/09 08:42:42.4562586 1650027 000 ECU1 LM LM log debug verbose 5 Process 0 has 0 start dependencies
[2026-06-09 08:42:42.606] [INFO] [launch_manager] 2026/06/09 08:42:42.4562586 1650028 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 1
[2026-06-09 08:42:42.606] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650028 000 ECU1 LM LM log debug verbose 5 Process 1 has 0 start dependencies
[2026-06-09 08:42:42.606] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650028 000 ECU1 LM LM log debug verbose 2 Creating process node with id: 2
[2026-06-09 08:42:42.607] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650028 000 ECU1 LM LM log debug verbose 5 Process 2 has 0 start dependencies
[2026-06-09 08:42:42.607] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650028 000 ECU1 LM LM log debug verbose 3 Created 3 process nodes
[2026-06-09 08:42:42.608] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650029 000 ECU1 LM LM log debug verbose 2 Creating successor lists for process group MainPG
[2026-06-09 08:42:42.608] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650029 000 ECU1 LM LM log debug verbose 1 Graphs initialized
[2026-06-09 08:42:42.608] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650031 000 ECU1 LM Fcty log info verbose 2 Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded.
[2026-06-09 08:42:42.608] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650031 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Alive Supervision buffer size: 100
[2026-06-09 08:42:42.617] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650032 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Monitor buffer size: 512
[2026-06-09 08:42:42.617] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650032 000 ECU1 LM Fcty log debug verbose 4 Factory for FlatCfg MachineConfig: Periodicity: 50000000 ns
[2026-06-09 08:42:42.617] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650032 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg MachineConfig: Configured watchdogs: 0
[2026-06-09 08:42:42.617] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650032 000 ECU1 LM Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-09 08:42:42.617] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650033 000 ECU1 LM Fcty log debug verbose 2 Software Cluster Handler starts constructing workers: MainCluster
[2026-06-09 08:42:42.618] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650033 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: control_client_mock
[2026-06-09 08:42:42.618] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650033 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created Process States: component_complex_monitoring
[2026-06-09 08:42:42.618] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650034 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Process States: 2
[2026-06-09 08:42:42.621] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650035 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-09 08:42:42.621] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650036 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-09 08:42:42.621] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650036 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interface IPCs: 2
[2026-06-09 08:42:42.621] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650037 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_control_client_mock
[2026-06-09 08:42:42.622] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650037 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created MonitorInterface: /lifecycle_health_component_complex_monitoring
[2026-06-09 08:42:42.622] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650037 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed Monitor interfaces: 2
[2026-06-09 08:42:42.622] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650037 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: control_client_mock_checkpoint
[2026-06-09 08:42:42.622] [INFO] [launch_manager] 2026/06/09 08:42:42.4562587 1650038 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Successfully created supervision checkpoint: component_complex_monitoring_checkpoint
[2026-06-09 08:42:42.623] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650038 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed supervision checkpoints: 2
[2026-06-09 08:42:42.623] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650038 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-09 08:42:42.623] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650039 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-09 08:42:42.623] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650039 000 ECU1 LM Fcty log debug verbose 3 Factory for FlatCfg AR24-11: Number of constructed alive supervisions: 2
[2026-06-09 08:42:42.623] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650039 000 ECU1 LM Fcty log info verbose 2 Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000
[2026-06-09 08:42:42.623] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650039 000 ECU1 LM Fcty log debug verbose 2 Phm Daemon: The accuracy of the monotonic system clock in [ns] is: 1
[2026-06-09 08:42:42.624] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650040 000 ECU1 LM Fcty log debug verbose 3 HealthMonitor: Initialization took 1 ms
[2026-06-09 08:42:42.625] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650040 000 ECU1 LM LM log info verbose 1 LCM started successfully
[2026-06-09 08:42:42.625] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650041 000 ECU1 LM LM log debug verbose 3 clock() at run(): 42.664000 ms
[2026-06-09 08:42:42.625] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650042 000 ECU1 LM LM log debug verbose 1 =============STARTING MAINPG STARTUP STATE============
[2026-06-09 08:42:42.625] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650042 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:42.625] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650042 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.626] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650043 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.626] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650043 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.626] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650043 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.626] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650043 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.627] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650043 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.627] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650044 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-09 08:42:42.627] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650045 000 ECU1 LM LM log debug verbose 3 Initialize the control client for control_client_mock process
[2026-06-09 08:42:42.627] [INFO] [launch_manager] 2026/06/09 08:42:42.4562588 1650045 000 ECU1 LM LM log debug verbose 1 ControlClientChannel initialized
[2026-06-09 08:42:42.627] [INFO] [launch_manager] 2026/06/09 08:42:42.4562589 1650055 000 ECU1 LM LM log debug verbose 4 startProcess pid 68 received for process: control_client_mock
[2026-06-09 08:42:42.627] [INFO] [launch_manager] 2026/06/09 08:42:42.4562589 1650055 000 ECU1 LM LM log debug verbose 1 ControlClientChannel obtained from sync.
[2026-06-09 08:42:42.628] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:42.628] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:42.628] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-09 08:42:42.628] [INFO] [launch_manager] [ RUN ] ComplexMonitoring.ControlClientMock
[2026-06-09 08:42:42.628] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-09 08:42:42.630] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-09 08:42:42.630] [INFO] [launch_manager] [ STEP ] Launch monitored process
[2026-06-09 08:42:42.630] [INFO] [launch_manager] 2026/06/09 08:42:42.4562598 1650141 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 68 ( control_client_mock ) process 0 of group MainPG
[2026-06-09 08:42:42.630] [INFO] [launch_manager] 2026/06/09 08:42:42.4562598 1650141 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:42.630] [INFO] [launch_manager] 2026/06/09 08:42:42.4562598 1650141 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-09 08:42:42.630] [INFO] [launch_manager] 2026/06/09 08:42:42.4562598 1650142 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.630] [INFO] [launch_manager] 2026/06/09 08:42:42.4562598 1650142 000 ECU1 LM LM log debug verbose 3 clock() at successful initial state transition: 44.267000 ms
[2026-06-09 08:42:42.630] [INFO] [launch_manager] 2026/06/09 08:42:42.4562598 1650142 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:42.630] [INFO] [launch_manager] 2026/06/09 08:42:42.4562598 1650143 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 10 ms
[2026-06-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562598 1650143 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562600 1650162 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-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562600 1650163 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/run_target_complex_monitoring
[2026-06-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562600 1650164 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562600 1650166 000 ECU1 LM LM log debug verbose 6 2026/06/09 08:42:42.4562600 1650166 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:42.631] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/run_target_complex_monitoring to
[2026-06-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562600 1650168 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/run_target_complex_monitoring for PG MainPG
[2026-06-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562601 1650169 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562601 1650169 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562601 1650170 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562601 1650171 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562601 1650171 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.631] [INFO] [launch_manager] 2026/06/09 08:42:42.4562601 1650172 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.632] [INFO] [launch_manager] 2026/06/09 08:42:42.4562601 1650173 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:42.632] [INFO] [launch_manager] 2026/06/09 08:42:42.4562601 1650174 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-09 08:42:42.632] [INFO] [launch_manager] 2026/06/09 08:42:42.4562602 1650185 000 ECU1 LM LM log debug verbose 4 startProcess pid 70 received for process: component_complex_monitoring
[2026-06-09 08:42:42.636] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-09 08:42:42.636] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-09 08:42:42.636] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-09 08:42:42.636] [INFO] [launch_manager] [ RUN ] ComplexMonitoring.ComponentComplexMonitoring
[2026-06-09 08:42:42.637] [INFO] [launch_manager] [2026/06/09 08:42:42.6089475][70][HMON][DEBUG] ScoreSupervisorAPIClient: Creating with IDENTIFIER=component_complex_monitoring
[2026-06-09 08:42:42.638] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-06-09 08:42:42.639] [INFO] [launch_manager] [2026/06/09 08:42:42.6109845][70][HMON][INFO] Monitoring thread started.
[2026-06-09 08:42:42.639] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-09 08:42:42.639] [INFO] [launch_manager] [ STEP ] Send heartbeats for 1 second
[2026-06-09 08:42:42.643] [INFO] [launch_manager] 2026/06/09 08:42:42.4562616 1650321 000 ECU1 LM LM log debug verbose 8 Got kRunning for pid 70 ( component_complex_monitoring ) process 1 of group MainPG
[2026-06-09 08:42:42.643] [INFO] [launch_manager] 2026/06/09 08:42:42.4562616 1650322 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 1 ( component_complex_monitoring ) done
[2026-06-09 08:42:42.643] [INFO] [launch_manager] 2026/06/09 08:42:42.4562616 1650322 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:42.643] [INFO] [launch_manager] 2026/06/09 08:42:42.4562616 1650323 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/run_target_complex_monitoring in 15 ms
[2026-06-09 08:42:42.643] [INFO] [launch_manager] 2026/06/09 08:42:42.4562616 1650323 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:42.647] [INFO] [launch_manager] 2026/06/09 08:42:42.4562617 1650328 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-09 08:42:42.647] [INFO] [launch_manager] 2026/06/09 08:42:42.4562617 1650328 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-09 08:42:42.648] [INFO] [launch_manager] 2026/06/09 08:42:42.4562639 1650554 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 1
[2026-06-09 08:42:42.648] [INFO] [launch_manager] 2026/06/09 08:42:42.4562639 1650554 000 ECU1 LM Sprv log debug verbose 6 Process with Id control_client_mock changed state PG MainPG/Startup PS 2
[2026-06-09 08:42:42.649] [INFO] [launch_manager] 2026/06/09 08:42:42.4562639 1650554 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-09 08:42:42.649] [INFO] [launch_manager] 2026/06/09 08:42:42.4562639 1650555 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-09 08:42:42.649] [INFO] [launch_manager] 2026/06/09 08:42:42.4562639 1650555 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( control_client_mock_alive_supervision ) switched to OK.
[2026-06-09 08:42:42.649] [INFO] [launch_manager] 2026/06/09 08:42:42.4562639 1650555 000 ECU1 LM Sprv log info verbose 3 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to OK.
[2026-06-09 08:42:42.695] [INFO] [launch_manager] 2026/06/09 08:42:42.4562693 1651088 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-09 08:42:42.696] [INFO] [launch_manager] [ END STEP ] Launch monitored process
[2026-06-09 08:42:42.741] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:43.337] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:43.670] [INFO] [launch_manager] [ END STEP ] Send heartbeats for 1 second
[2026-06-09 08:42:43.713] [INFO] [launch_manager] [2026/06/09 08:42:43.7131429][70][HMON][INFO] Monitoring thread exiting.
[2026-06-09 08:42:43.713] [INFO] [launch_manager] [ OK ] ComplexMonitoring.ComponentComplexMonitoring (1104 ms)
[2026-06-09 08:42:43.714] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (1104 ms total)
[2026-06-09 08:42:43.714] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:43.714] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (1105 ms total)
[2026-06-09 08:42:43.714] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:43.839] [INFO] [launch_manager] 2026/06/09 08:42:43.4563838 1662546 000 ECU1 LM Sprv log warn verbose 13 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0
[2026-06-09 08:42:43.841] [INFO] [launch_manager] 2026/06/09 08:42:43.4563838 1662547 000 ECU1 LM Sprv log debug verbose 3 Recovery request enqueued successfully for alive supervision component_complex_monitoring_alive_supervision failure
[2026-06-09 08:42:43.900] [INFO] [launch_manager] 2026/06/09 08:42:43.4563895 1663114 000 ECU1 LM LM log debug verbose 4 recoveryActionHandler: Processing recovery request for PG component_complex_monitoring to state MainPG/fallback_run_target
[2026-06-09 08:42:43.900] [INFO] [launch_manager] 2026/06/09 08:42:43.4563895 1663115 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/fallback_run_target
[2026-06-09 08:42:43.953] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:44.002] [INFO] [launch_manager] 2026/06/09 08:42:44.4564001 1664175 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/fallback_run_target to
[2026-06-09 08:42:44.002] [INFO] [launch_manager] 2026/06/09 08:42:44.4564001 1664175 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/fallback_run_target for PG MainPG
[2026-06-09 08:42:44.002] [INFO] [launch_manager] 2026/06/09 08:42:44.4564001 1664175 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:44.002] [INFO] [launch_manager] 2026/06/09 08:42:44.4564001 1664176 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.003] [INFO] [launch_manager] 2026/06/09 08:42:44.4564001 1664176 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.003] [INFO] [launch_manager] 2026/06/09 08:42:44.4564001 1664176 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.004] [INFO] [launch_manager] 2026/06/09 08:42:44.4564001 1664178 000 ECU1 LM LM log debug verbose 5 terminating process 1 ( component_complex_monitoring )
[2026-06-09 08:42:44.004] [INFO] [launch_manager] 2026/06/09 08:42:44.4564002 1664178 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 1 of MainPG pid 70 ( component_complex_monitoring )
[2026-06-09 08:42:44.004] [INFO] [launch_manager] 2026/06/09 08:42:44.4564002 1664178 000 ECU1 LM LM log debug verbose 2 Request termination received for 70
[2026-06-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564038 1664546 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-09 08:42:44.039] [INFO] [launch_manager] 2026/06/09 08:42:44.4564038 1664547 000 ECU1 LM Sprv log debug verbose 3 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to DEACTIVATED.
[2026-06-09 08:42:44.220] [INFO] [launch_manager] 2026/06/09 08:42:44.4564219 1666355 000 ECU1 LM LM log warn verbose 5 Process 1 ( component_complex_monitoring ) did not respond to SIGTERM, sending SIGKILL
[2026-06-09 08:42:44.220] [INFO] [launch_manager] 2026/06/09 08:42:44.4564219 1666355 000 ECU1 LM LM log debug verbose 2 Forced termination received for pid 70
[2026-06-09 08:42:44.226] [INFO] [launch_manager] 2026/06/09 08:42:44.4564225 1666417 000 ECU1 LM LM log debug verbose 12 Child process 1 of MainPG pid 70 ( component_complex_monitoring ) for node True terminated with status 9
[2026-06-09 08:42:44.230] [INFO] [launch_manager] 2026/06/09 08:42:44.4564227 1666433 000 ECU1 LM LM log debug verbose 7 terminateProcess for MainPG process 1 ( component_complex_monitoring ) done
[2026-06-09 08:42:44.230] [INFO] [launch_manager] 2026/06/09 08:42:44.4564227 1666433 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.230] [INFO] [launch_manager] 2026/06/09 08:42:44.4564227 1666433 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.230] [INFO] [launch_manager] 2026/06/09 08:42:44.4564227 1666434 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.231] [INFO] [launch_manager] 2026/06/09 08:42:44.4564227 1666435 000 ECU1 LM LM log debug verbose 6 Starting process 2 ( verification_component ) from executable /tmp/tests/complex_monitoring/verification_process
[2026-06-09 08:42:44.231] [INFO] [launch_manager] 2026/06/09 08:42:44.4564228 1666443 000 ECU1 LM LM log debug verbose 4 startProcess pid 90 received for process: verification_component
[2026-06-09 08:42:44.231] [INFO] [launch_manager] 2026/06/09 08:42:44.4564228 1666443 000 ECU1 LM LM log debug verbose 8 Considered kRunning for Non Reporting Process pid 90 ( verification_component ) process 2 of group MainPG
[2026-06-09 08:42:44.231] [INFO] [launch_manager] 2026/06/09 08:42:44.4564228 1666444 000 ECU1 LM LM log debug verbose 7 startProcess for MainPG process 2 ( verification_component ) done
[2026-06-09 08:42:44.231] [INFO] [launch_manager] 2026/06/09 08:42:44.4564228 1666444 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:44.231] [INFO] [launch_manager] 2026/06/09 08:42:44.4564228 1666445 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/fallback_run_target in 332 ms
[2026-06-09 08:42:44.231] [INFO] [launch_manager] 2026/06/09 08:42:44.4564228 1666445 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.231] [INFO] [launch_manager] 2026/06/09 08:42:44.4564229 1666448 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/fallback_run_target of PG MainPG
[2026-06-09 08:42:44.231] [INFO] [launch_manager] 2026/06/09 08:42:44.4564229 1666449 000 ECU1 LM LM log debug verbose 1 Response sent.
[2026-06-09 08:42:44.231] [INFO] [launch_manager] 2026/06/09 08:42:44.4564230 1666462 000 ECU1 LM LM log debug verbose 12 Child process 2 of MainPG pid 90 ( verification_component ) for node True terminated with status 0
[2026-06-09 08:42:44.239] [INFO] [launch_manager] 2026/06/09 08:42:44.4564238 1666546 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-09 08:42:44.297] [INFO] [launch_manager] 2026/06/09 08:42:44.4564296 1667121 000 ECU1 LM LM log debug verbose 1 Response retrieved.
[2026-06-09 08:42:44.566] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-09 08:42:44.694] [INFO] [launch_manager] [ STEP ] Verify state changed to fallback run target
[2026-06-09 08:42:44.694] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-09 08:42:44.694] [INFO] [launch_manager] [ STEP ] Activate Off run target
[2026-06-09 08:42:44.694] [INFO] [launch_manager] 2026/06/09 08:42:44.4564693 1671092 000 ECU1 LM LM log debug verbose 1 Request sent. Waiting for acknowledgment...
[2026-06-09 08:42:44.694] [INFO] [launch_manager] 2026/06/09 08:42:44.4564693 1671097 000 ECU1 LM LM log debug verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG
[2026-06-09 08:42:44.694] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671098 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-06-09 08:42:44.694] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671098 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:44.695] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671098 000 ECU1 LM LM log debug verbose 6 Pending state for process group MainPG changed from MainPG/Off to
[2026-06-09 08:42:44.695] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671099 000 ECU1 LM LM log debug verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-06-09 08:42:44.695] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671099 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:44.695] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671100 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.695] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671100 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.695] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671100 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:44.695] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671102 000 ECU1 LM LM log debug verbose 5 terminating process 0 ( control_client_mock )
[2026-06-09 08:42:44.695] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671102 000 ECU1 LM LM log debug verbose 9 Requesting termination of process 0 of MainPG pid 68 ( control_client_mock )
[2026-06-09 08:42:44.695] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671103 000 ECU1 LM LM log debug verbose 2 Request termination received for 68
[2026-06-09 08:42:44.695] [INFO] [launch_manager] 2026/06/09 08:42:44.4564694 1671104 000 ECU1 LM LM log debug verbose 1 Request acknowledged.
[2026-06-09 08:42:44.695] [INFO] [launch_manager] [ END STEP ] Activate Off run target
[2026-06-09 08:42:44.699] [INFO] [launch_manager] [ OK ] ComplexMonitoring.ControlClientMock (2107 ms)
[2026-06-09 08:42:44.700] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (2107 ms total)
[2026-06-09 08:42:44.700] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-09 08:42:44.716] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2107 ms total)
[2026-06-09 08:42:44.716] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-06-09 08:42:44.716] [INFO] [launch_manager] 2026/06/09 08:42:44.4564711 1671273 000 ECU1 LM LM log debug verbose 12
[2026-06-09 08:42:44.716] [INFO] [launch_manager] Child process 0 of MainPG pid 68 ( control_client_mock ) for node True terminated with status 0
[2026-06-09 08:42:44.716] [INFO] [launch_manager] 2026/06/09 08:42:44.4564712 1671281 000 ECU1 LM LM log debug verbose 5 Queuing jobs after regular termination of process wait 0 ( control_client_mock )
[2026-06-09 08:42:44.716] [INFO] [launch_manager] 2026/06/09 08:42:44.4564712 1671282 000 ECU1 LM LM log debug verbose 7
[2026-06-09 08:42:44.716] [INFO] [launch_manager] terminateProcess for MainPG process 0 ( control_client_mock ) done
[2026-06-09 08:42:44.721] [INFO] [launch_manager] 2026/06/09 08:42:44.4564712 1671283 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.721] [INFO] [launch_manager] 2026/06/09 08:42:44.4564712 1671283 000 ECU1 LM LM log debug verbose 2
[2026-06-09 08:42:44.721] [INFO] [launch_manager] Start Dependencies: 0
[2026-06-09 08:42:44.721] [INFO] [launch_manager] 2026/06/09 08:42:44.4564712 1671284 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:44.721] [INFO] [launch_manager] 2026/06/09 08:42:44.4564712 1671285 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:44.722] [INFO] [launch_manager] 2026/06/09 08:42:44.4564712 1671285 000 ECU1 LM LM log info verbose 7
[2026-06-09 08:42:44.722] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Off in 18 ms
[2026-06-09 08:42:44.722] [INFO] [launch_manager] 2026/06/09 08:42:44.4564712 1671286 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:44.739] [INFO] [launch_manager] 2026/06/09 08:42:44.4564738 1671546 000 ECU1 LM Sprv log debug verbose 6
[2026-06-09 08:42:44.739] [INFO] [launch_manager] Process with Id control_client_mock changed state PG MainPG/Off PS 3
[2026-06-09 08:42:44.740] [INFO] [launch_manager] 2026/06/09 08:42:44.4564739 1671556 000 ECU1 LM Sprv log debug verbose 6
[2026-06-09 08:42:44.740] [INFO] [launch_manager] Process with Id control_client_mock changed state PG MainPG/Off PS 4
[2026-06-09 08:42:44.740] [INFO] [launch_manager] 2026/06/09 08:42:44.4564740 1671563 000 ECU1 LM Sprv log debug verbose 3
[2026-06-09 08:42:44.740] [INFO] [launch_manager] Alive Supervision ( control_client_mock_alive_supervision ) switched to DEACTIVATED.
[2026-06-09 08:42:45.367] [INFO] [launch_manager] 2026/06/09 08:42:45.4565366 1677828 000 ECU1 LM LM log debug verbose 1 Cancel all process group transitions
[2026-06-09 08:42:45.368] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677828 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-06-09 08:42:45.368] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677829 000 ECU1 LM LM log debug verbose 1 Wait for process group cancellations
[2026-06-09 08:42:45.368] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677829 000 ECU1 LM LM log debug verbose 1 Start transitioning process groups to Off state
[2026-06-09 08:42:45.368] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677829 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-06-09 08:42:45.368] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677829 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.368] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677830 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.368] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677830 000 ECU1 LM LM log debug verbose 2 Stop Dependencies: 0
[2026-06-09 08:42:45.368] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677831 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.368] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677831 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.368] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677831 000 ECU1 LM LM log debug verbose 2 Start Dependencies: 0
[2026-06-09 08:42:45.369] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677832 000 ECU1 LM LM log debug verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-06-09 08:42:45.369] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677832 000 ECU1 LM LM log info verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms
[2026-06-09 08:42:45.369] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677833 000 ECU1 LM LM log debug verbose 1 Control Client handler nudged
[2026-06-09 08:42:45.369] [INFO] [launch_manager] 2026/06/09 08:42:45.4565367 1677833 000 ECU1 LM LM log debug verbose 1 Wait for all process groups to complete the transition
[2026-06-09 08:42:45.413] [INFO] [launch_manager] 2026/06/09 08:42:45.4565413 1678291 000 ECU1 LM LM log debug verbose 1 LCM run successfully
[2026-06-09 08:42:45.441] [INFO] [launch_manager] 2026/06/09 08:42:45.4565438 1678546 000 ECU1 LM Fcty log info verbose 1 Phm Daemon: Received termination request - shutting down
[2026-06-09 08:42:45.441] [INFO] [launch_manager] 2026/06/09 08:42:45.4565441 1678569 000 ECU1 LM LM log debug verbose 1 Graph destroyed
[2026-06-09 08:42:45.442] [INFO] [launch_manager] 2026/06/09 08:42:45.4565442 1678578 000 ECU1 LM LM log info verbose 2 Launch Manager completed with exit code value: 0
PASSED [100%]
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/887/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/complex_monitoring/complex_monitoring/test.xml -
============================== 1 passed in 9.87s ===============================