Component Requirements Statistics#

Overview#

_images/need_pie_2b909.svg

In Detail#

_images/need_pie_cce4e.svg
_images/need_pie_8587e.svg

No needs passed the filters

Failed Tests

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

No needs passed the filters

Skipped / Disabled Tests

No needs passed the filters

All passed Tests#

No needs passed the filters

Details About Testcases#

No needs passed the filters

No needs passed the filters

Test Log Files#

tests-report/src/launch_manager_daemon/health_monitor_lib/Notification_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/health_monitor_lib:Notification_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 5 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from NotificationWithConfigTest
[ RUN      ] NotificationWithConfigTest.CanGetNotificationName
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
[       OK ] NotificationWithConfigTest.CanGetNotificationName (5 ms)
[ RUN      ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut
[       OK ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut (0 ms)
[ RUN      ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails
2026/05/06 14:16:20.6980068 1400405 000 ECU1 NONE Rcvy log error verbose 2 Notification (TestNotification) Failed to enqueue recovery request (ring buffer full) 
[       OK ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails (2 ms)
[ RUN      ] NotificationWithConfigTest.ProxyInitializationFails
2026/05/06 14:16:20.6980068 1400408 000 ECU1 NONE Rcvy log error verbose 3 Notification (TestNotification) Invalid ProcessGroupState identifier: InvalidIdentifier 
[       OK ] NotificationWithConfigTest.ProxyInitializationFails (0 ms)
[----------] 4 tests from NotificationWithConfigTest (8 ms total)

[----------] 1 test from NotificationWithoutConfigTest
[ RUN      ] NotificationWithoutConfigTest.WatchdogNotificationGoesDirectlyToTimeout
[       OK ] NotificationWithoutConfigTest.WatchdogNotificationGoesDirectlyToTimeout (0 ms)
[----------] 1 test from NotificationWithoutConfigTest (0 ms total)

[----------] Global test environment tear-down
[==========] 5 tests from 2 test suites ran. (8 ms total)
[  PASSED  ] 5 tests.

tests-report/src/launch_manager_daemon/process_state_client_lib/processstateclient_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/process_state_client_lib:processstateclient_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 (11 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/05/06 14:16:09.6969626 1295989 000 ECU1 NONE LM log error verbose 1 Failed to queue posix process 
2026/05/06 14:16:09.6969627 1295992 000 ECU1 NONE LM log error verbose 1 ProcessStateReceiver::getNextChangedPosixProcess: Overflow occurred, will be reported as kCommunicationError 
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails (7 ms)
[----------] 4 tests from ProcessStateClient_UT (20 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (20 ms total)
[  PASSED  ] 4 tests.

tests-report/src/launch_manager_daemon/recovery_client_lib/recovery_client_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/recovery_client_lib: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/src/launch_manager_daemon/common/identifier_hash_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/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/src/health_monitoring_lib/tests/test.log

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

running 232 tests
test common::tests::time_offset_diff_too_large - should panic ... ok
test common::tests::duration_to_int_too_large - should panic ... ok
test common::tests::time_offset_valid ... ok
test common::tests::duration_to_int_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 deadline::deadline_monitor::tests::deadline_outside_time_range_is_error_when_dropped_after_evaluate ... ok
test deadline::deadline_monitor::tests::get_deadline_unknown_tag ... ok
test deadline::deadline_monitor::tests::deadline_failed_on_first_run_and_then_restarted_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_error_when_dropped_before_evaluate ... ok
test deadline::common::tests::concurrent_acquire ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_evaluated_as_error ... ok
test deadline::deadline_state::tests::as_u64_and_new ... ok
test deadline::deadline_state::tests::deadline_state_default_and_snapshot ... ok
test deadline::deadline_state::tests::deadline_state_update_none_returns_err ... ok
test deadline::deadline_state::tests::deadline_state_update_success ... ok
test deadline::deadline_state::tests::default_state ... ok
test deadline::deadline_state::tests::set_and_get_timestamp_ms ... 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_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_unknown_deadline ... ok
test deadline::ffi::tests::deadline_start_already_started ... ok
test deadline::ffi::tests::deadline_start_null_deadline ... ok
test deadline::ffi::tests::deadline_start_succeeds ... ok
test deadline::ffi::tests::deadline_stop_null_deadline ... ok
test deadline::ffi::tests::deadline_stop_succeeds ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_deadline_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_heartbeat_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_hmon_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_monitor_tag ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_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_hmon ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_monitor_tag ... 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_monitor_not_taken ... ok
test ffi::tests::health_monitor_start_null_hmon ... ok
[2026/04/28 06:24:01.7923605][9537][HMON][INFO] Monitoring thread started.
[2026/04/28 06:24:01.7923735][9537][HMON][INFO] Monitoring thread exiting.
test health_monitor::tests::health_monitor_builder_build_invalid_cycles ... ok
test ffi::tests::health_monitor_start_succeeds ... 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_heartbeat_monitor_available ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_unknown ... 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_invalid_state ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_available ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_unknown ... ok
test health_monitor::tests::health_monitor_start_monitors_not_taken - should panic ... ok
[2026/04/28 06:24:01.7938501][9537][HMON][INFO] Monitoring thread started.
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_invalid_range ... ok
[2026/04/28 06:24:01.7939423][9537][HMON][INFO] Monitoring thread exiting.
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_null_builder ... ok
test health_monitor::tests::health_monitor_start_succeeds ... 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_destroy_null_monitor ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_succeeds ... ok
test deadline::deadline_monitor::tests::monitor_with_multiple_running_deadlines ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_early ... ok
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_cycle_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_in_range ... 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/04/28 06:24:02.7527556][9537][HMON][INFO] Monitoring thread started.
test deadline::deadline_monitor::tests::start_stop_deadline_within_range_works ... ok
[2026/04/28 06:24:02.8131427][9537][HMON][WARN] Deadline (DeadlineTag(deadline_fast)) missed! Expected: 50, now: 60
[2026/04/28 06:24:02.8131727][9537][HMON][WARN] Deadline monitor with tag MonitorTag(deadline_monitor) reported error: TooLate.
[2026/04/28 06:24:02.8131797][9537][HMON][WARN] One or more monitors reported errors, skipping AliveAPI notification.
[2026/04/28 06:24:02.8131845][9537][HMON][INFO] Monitoring logic failed, stopping thread.
[2026/04/28 06:24:02.8131888][9537][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.25s

tests-report/src/health_monitoring_lib/loom_tests/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/health_monitoring_lib: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/src/health_monitoring_lib/cpp_tests/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/health_monitoring_lib:cpp_tests
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from HealthMonitorTest
[ RUN      ] HealthMonitorTest.TestName
[2026/04/28 06:24:01.1786942][src/health_monitoring_lib/rust/deadline/deadline_monitor.rs:217][9511][HMON][ERROR] Deadline DeadlineTag(deadline_1) stopped too early by 100 ms
[2026/04/28 06:24:01.1830849][src/health_monitoring_lib/rust/worker.rs:121][9511][HMON][INFO] Monitoring thread started.
[2026/04/28 06:24:01.1831156][src/health_monitoring_lib/rust/worker.rs:139][9511][HMON][INFO] Monitoring thread exiting.
[       OK ] HealthMonitorTest.TestName (6 ms)
[----------] 1 test from HealthMonitorTest (6 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (7 ms total)
[  PASSED  ] 1 test.

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/812/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-05-06 14:16:22.809] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-06 14:16:25.594] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-06 14:16:25.594] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-06 14:16:25.594] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-06 14:16:25.594] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-06 14:16:25.603] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-06 14:16:27.038] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-06 14:16:27.040] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/json HTTP/1.1" 200 None
[2026-05-06 14:16:27.443] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/start HTTP/1.1" 204 0
[2026-05-06 14:16:27.443] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-06 14:16:27.443] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-06 14:16:27.443] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-06 14:16:27.444] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-06 14:16:27.454] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-06 14:16:27.456] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/exec HTTP/1.1" 201 74
[2026-05-06 14:16:27.460] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/5967466acf3844e39a4db2a12328fb8e8c496823f687e4747774d04950915a4f/start HTTP/1.1" 101 0
[2026-05-06 14:16:27.503] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/5967466acf3844e39a4db2a12328fb8e8c496823f687e4747774d04950915a4f/json HTTP/1.1" 200 390
[2026-05-06 14:16:27.530] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-06 14:16:27.531] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/exec HTTP/1.1" 201 74
[2026-05-06 14:16:27.533] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/5687fc2e31416a9da1b1c6d2b1aa8fb8453081009f6182dd65f1aed09cf079a5/start HTTP/1.1" 101 0
[2026-05-06 14:16:27.597] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/5687fc2e31416a9da1b1c6d2b1aa8fb8453081009f6182dd65f1aed09cf079a5/json HTTP/1.1" 200 424
[2026-05-06 14:16:27.597] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-06 14:16:27.599] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/exec HTTP/1.1" 201 74
[2026-05-06 14:16:27.600] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/c506eb72e86fd519923bd7b109a6f7895cde2bcd08d9fff93f7782033cd6c66b/start HTTP/1.1" 101 0
[2026-05-06 14:16:27.645] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/c506eb72e86fd519923bd7b109a6f7895cde2bcd08d9fff93f7782033cd6c66b/json HTTP/1.1" 200 404
[2026-05-06 14:16:27.647] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/exec HTTP/1.1" 201 74
[2026-05-06 14:16:27.648] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f5c26a194bc3d976ee956cbfe8e2cef8649f02d5dc62a878a5629e24ca58a4ce/start HTTP/1.1" 101 0
[2026-05-06 14:16:27.693] [INFO] [launch_manager] 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-05-06 14:16:27.694] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f5c26a194bc3d976ee956cbfe8e2cef8649f02d5dc62a878a5629e24ca58a4ce/json HTTP/1.1" 200 467
[2026-05-06 14:16:27.694] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476633 000 ECU1 NONE LM log warn verbose 1 Launch Manager Started !!!! 
[2026-05-06 14:16:27.694] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476635 000 ECU1 NONE LM log warn verbose 1 Loading LCM Configurations... 
[2026-05-06 14:16:27.694] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476635 000 ECU1 NONE LM log warn verbose 1 ECUCFG_ENV_VAR_ROOTFOLDER set successfully 
[2026-05-06 14:16:27.695] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476636 000 ECU1 NONE LM log warn verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 ) 
[2026-05-06 14:16:27.695] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476636 000 ECU1 NONE LM log warn verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-05-06 14:16:27.695] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476636 000 ECU1 NONE LM log warn verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-05-06 14:16:27.695] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476637 000 ECU1 NONE LM log warn verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 ) 
[2026-05-06 14:16:27.696] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476637 000 ECU1 NONE LM log warn verbose 4 parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/incorrect_config_non_reporting/non_reporting_process 
[2026-05-06 14:16:27.696] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/exec HTTP/1.1" 201 74
[2026-05-06 14:16:27.696] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476637 000 ECU1 NONE LM log warn verbose 3 Process non_reporting_process is NOT Reporting execution state 
[2026-05-06 14:16:27.698] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476637 000 ECU1 NONE LM log warn verbose 1 Process is NOT associated with any function Cluster Affiliation 
[2026-05-06 14:16:27.698] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476638 000 ECU1 NONE LM log warn verbose 3 Process non_reporting_process is Self terminating 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987691 1476638 000 ECU1 NONE LM log warn verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987692 1476638 000 ECU1 NONE LM log warn verbose 3 Loading SWCL Nr. 0 Succeeded 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987692 1476638 000 ECU1 NONE LM log warn verbose 2 1 process group(s) 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987692 1476638 000 ECU1 NONE LM log warn verbose 3 Creating graph with 1 nodes 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987692 1476638 000 ECU1 NONE LM log warn verbose 1 Process groups initialized successfully 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987692 1476639 000 ECU1 NONE LM log warn verbose 1 Process Group initialization done 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987692 1476639 000 ECU1 NONE LM log warn verbose 3 Creating Safe Process Map with 1 entries 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987692 1476639 000 ECU1 NONE LM log warn verbose 3 Creating job queue with 1 entries 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987692 1476639 000 ECU1 NONE LM log warn verbose 1 Creating worker threads... 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987693 1476649 000 ECU1 NONE LM log warn verbose 7 Process group index 0 (with name MainPG ) has 1 processes 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987693 1476649 000 ECU1 NONE LM log warn verbose 2 Creating process node with id: 0 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987693 1476649 000 ECU1 NONE LM log warn verbose 5 Process 0 has 0 start dependencies 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987693 1476649 000 ECU1 NONE LM log warn verbose 3 Created 1 process nodes 
[2026-05-06 14:16:27.699] [INFO] [launch_manager] 2026/05/06 14:16:27.6987693 1476649 000 ECU1 NONE LM log warn verbose 2 Creating successor lists for process group MainPG 
[2026-05-06 14:16:27.700] [INFO] [launch_manager] 2026/05/06 14:16:27.6987693 1476651 000 ECU1 NONE LM log warn verbose 1 Graphs initialized
[2026-05-06 14:16:27.700] [INFO] [launch_manager] 2026/05/06 14:16:27.6987693 1476654 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-06 14:16:27.700] [INFO] [launch_manager] 2026/05/06 14:16:27.6987693 1476655 000 ECU1 NONE LM log warn verbose 1
[2026-05-06 14:16:27.700] [INFO] [launch_manager] LCM started successfully
[2026-05-06 14:16:27.700] [INFO] [launch_manager] 2026/05/06 14:16:27.6987693 1476656 000 ECU1 NONE LM log warn verbose 3
[2026-05-06 14:16:27.700] [INFO] [launch_manager] clock() at run(): 31.399000 ms
[2026-05-06 14:16:27.700] [INFO] [launch_manager] 2026/05/06 14:16:27.6987694 1476658 000 ECU1 NONE LM log warn verbose 1
[2026-05-06 14:16:27.700] [INFO] [launch_manager] =============STARTING MAINPG STARTUP STATE============
[2026-05-06 14:16:27.700] [INFO] [launch_manager] 2026/05/06 14:16:27.6987694 1476659 000 ECU1 NONE LM log warn verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-05-06 14:16:27.700] [INFO] [launch_manager] 2026/05/06 14:16:27.6987694 1476661 000 ECU1 NONE LM log warn verbose 2
[2026-05-06 14:16:27.701] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/3fb53cb39a775c25c68df9b22624ed5b9ed1c35dca63b864d015229cbd7cf695/start HTTP/1.1" 101 0
[2026-05-06 14:16:27.701] [INFO] [launch_manager] Stop Dependencies: 0
[2026-05-06 14:16:27.702] [INFO] [launch_manager] 2026/05/06 14:16:27.6987694 1476662 000 ECU1 NONE LM log warn verbose 2 wait failed: Unable to wait for any child process to terminate. Error: No child processes 
[2026-05-06 14:16:27.702] [INFO] [launch_manager] 2026/05/06 14:16:27.6987694 1476663 000 ECU1 NONE LM log warn verbose 2 Start Dependencies: 0
[2026-05-06 14:16:27.702] [INFO] [launch_manager] 2026/05/06 14:16:27.6987694 1476664 000 ECU1 NONE LM log warn verbose 6 Starting process 0 ( non_reporting_process ) from executable /tmp/tests/incorrect_config_non_reporting/non_reporting_process
[2026-05-06 14:16:27.702] [INFO] [launch_manager] 2026/05/06 14:16:27.6987695 1476670 000 ECU1 NONE LM log warn verbose 4 startProcess pid 68 received for process: non_reporting_process 
[2026-05-06 14:16:27.703] [INFO] [launch_manager] 2026/05/06 14:16:27.6987695 1476671 000 ECU1 NONE LM log warn verbose 8 Considered kRunning for Non Reporting Process pid 68 ( non_reporting_process ) process 0 of group MainPG 
[2026-05-06 14:16:27.703] [INFO] [launch_manager] 2026/05/06 14:16:27.6987695 1476671 000 ECU1 NONE LM log warn verbose 7 startProcess for MainPG process 0 ( non_reporting_process ) done 
[2026-05-06 14:16:27.703] [INFO] [launch_manager] 2026/05/06 14:16:27.6987695 1476671 000 ECU1 NONE LM log warn verbose 1 Control Client handler nudged 
[2026-05-06 14:16:27.703] [INFO] [launch_manager] 2026/05/06 14:16:27.6987695 1476672 000 ECU1 NONE LM log warn verbose 3 clock() at successful initial state transition: 32.615000 ms 
[2026-05-06 14:16:27.703] [INFO] [launch_manager] 2026/05/06 14:16:27.6987695 1476672 000 ECU1 NONE LM log warn verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-05-06 14:16:27.703] [INFO] [launch_manager] 2026/05/06 14:16:27.6987695 1476672 000 ECU1 NONE LM log warn verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 1 ms 
[2026-05-06 14:16:27.703] [INFO] [launch_manager] 2026/05/06 14:16:27.6987695 1476673 000 ECU1 NONE LM log warn verbose 1 Control Client handler nudged
[2026-05-06 14:16:27.704] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-06 14:16:27.704] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-06 14:16:27.704] [INFO] [launch_manager] [----------] 1 test from NonReporting
[2026-05-06 14:16:27.704] [INFO] [launch_manager] [ RUN      ] NonReporting.Process
[2026-05-06 14:16:27.704] [INFO] [launch_manager] 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-05-06 14:16:27.704] [INFO] [launch_manager] 2026/05/06 14:16:27.6987696 1476687 000 ECU1 NONE LM log error verbose 3 [Lifecycle client] FD  3  is invalid for kRunning report
[2026-05-06 14:16:27.704] [INFO] [launch_manager] [       OK ] NonReporting.Process (0 ms)
[2026-05-06 14:16:27.704] [INFO] [launch_manager] [----------] 1 test from NonReporting (0 ms total)
[2026-05-06 14:16:27.705] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-06 14:16:27.705] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (0 ms total)
[2026-05-06 14:16:27.705] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-06 14:16:27.756] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/3fb53cb39a775c25c68df9b22624ed5b9ed1c35dca63b864d015229cbd7cf695/json HTTP/1.1" 200 404
[2026-05-06 14:16:27.757] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/exec HTTP/1.1" 201 74
[2026-05-06 14:16:27.758] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/3037e7963450c450d90571c1194979aadbb5e900447cf3237010c72863c4b91c/start HTTP/1.1" 101 0
[2026-05-06 14:16:27.794] [INFO] [launch_manager] 2026/05/06 14:16:27.6987794 1477665 000 ECU1 NONE LM log warn verbose 12 Child process 0 of MainPG pid 68 ( non_reporting_process ) for node True terminated with status 0 
[2026-05-06 14:16:27.795] [INFO] [launch_manager] 2026/05/06 14:16:27.6987794 1477665 000 ECU1 NONE LM log warn verbose 2 wait failed: Unable to wait for any child process to terminate. Error: No child processes
[2026-05-06 14:16:27.799] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/3037e7963450c450d90571c1194979aadbb5e900447cf3237010c72863c4b91c/json HTTP/1.1" 200 389
[2026-05-06 14:16:27.805] [INFO] [launch_manager] 2026/05/06 14:16:27.6987805 1477769 000 ECU1 NONE LM log warn verbose 1 Cancel all process group transitions 
[2026-05-06 14:16:27.805] [INFO] [launch_manager] 2026/05/06 14:16:27.6987805 1477770 000 ECU1 NONE LM log warn verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-05-06 14:16:27.805] [INFO] [launch_manager] 2026/05/06 14:16:27.6987805 1477770 000 ECU1 NONE LM log warn verbose 1 Wait for process group cancellations 
[2026-05-06 14:16:27.805] [INFO] [launch_manager] 2026/05/06 14:16:27.6987805 1477770 000 ECU1 NONE LM log warn verbose 1 Start transitioning process groups to Off state
[2026-05-06 14:16:27.805] [INFO] [launch_manager] 2026/05/06 14:16:27.6987805 1477771 000 ECU1 NONE LM log warn verbose 9
[2026-05-06 14:16:27.805] [INFO] [launch_manager] Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG )
[2026-05-06 14:16:27.805] [INFO] [launch_manager] 2026/05/06 14:16:27.6987805 1477772 000 ECU1 NONE LM log warn verbose 2 Stop Dependencies: 0 
[2026-05-06 14:16:27.806] [INFO] [launch_manager] 2026/05/06 14:16:27.6987805 1477772 000 ECU1 NONE LM log warn verbose 2 Start Dependencies: 0 
[2026-05-06 14:16:27.806] [INFO] [launch_manager] 2026/05/06 14:16:27.6987805 1477772 000 ECU1 NONE LM log warn verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-05-06 14:16:27.806] [INFO] [launch_manager] 2026/05/06 14:16:27.6987805 1477773 000 ECU1 NONE LM log warn verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms 
[2026-05-06 14:16:27.806] [INFO] [launch_manager] 2026/05/06 14:16:27.6987805 1477773 000 ECU1 NONE LM log warn verbose 1 Control Client handler nudged 
[2026-05-06 14:16:27.806] [INFO] [launch_manager] 2026/05/06 14:16:27.6987805 1477773 000 ECU1 NONE LM log warn verbose 1 Wait for all process groups to complete the transition
[2026-05-06 14:16:27.895] [INFO] [launch_manager] 2026/05/06 14:16:27.6987894 1478667 000 ECU1 NONE LM log warn verbose 1 LCM run successfully
[2026-05-06 14:16:27.945] [INFO] [launch_manager] 2026/05/06 14:16:27.6987945 1479168 000 ECU1 NONE LM log warn verbose 1 Graph destroyed 
[2026-05-06 14:16:27.945] [INFO] [launch_manager] 2026/05/06 14:16:27.6987945 1479169 000 ECU1 NONE LM log warn verbose 2 Launch Manager completed with exit code value: 0
[2026-05-06 14:16:28.301] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f5c26a194bc3d976ee956cbfe8e2cef8649f02d5dc62a878a5629e24ca58a4ce/json HTTP/1.1" 200 465
[2026-05-06 14:16:28.302] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/exec HTTP/1.1" 201 74
[2026-05-06 14:16:28.304] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/061b16ed2c4849e0bad27c93dc0bb57babcf6addf403d0acf8bc2eaad6bfdc17/start HTTP/1.1" 101 0
[2026-05-06 14:16:28.347] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/061b16ed2c4849e0bad27c93dc0bb57babcf6addf403d0acf8bc2eaad6bfdc17/json HTTP/1.1" 200 427
[2026-05-06 14:16:28.349] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/archive?path=%2Ftmp%2Ftests%2Fincorrect_config_non_reporting%2Fnon_reporting_process.xml HTTP/1.1" 200 None
[2026-05-06 14:16:28.352] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/exec HTTP/1.1" 201 74
[2026-05-06 14:16:28.353] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/faa890183c0d499648142aebd7a2277a9701a6d785199ce7c6a0501ff06e1a1b/start HTTP/1.1" 101 0
[2026-05-06 14:16:28.392] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/faa890183c0d499648142aebd7a2277a9701a6d785199ce7c6a0501ff06e1a1b/json HTTP/1.1" 200 447
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-06 14:16:28.498] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a/stop?t=1 HTTP/1.1" 204 0
[2026-05-06 14:16:28.507] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/cce8cd71457d74db4c23a816bffc87039c1c0e9d25dcce955d888c03cec96f7a?v=False&link=False&force=True HTTP/1.1" 204 0


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

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/813/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-05-06 14:16:22.809] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-06 14:16:25.834] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-06 14:16:25.834] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-06 14:16:25.835] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-06 14:16:25.835] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-06 14:16:25.844] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-06 14:16:27.038] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-06 14:16:27.040] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/json HTTP/1.1" 200 None
[2026-05-06 14:16:27.440] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/start HTTP/1.1" 204 0
[2026-05-06 14:16:27.441] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-06 14:16:27.441] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-06 14:16:27.441] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-06 14:16:27.441] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-06 14:16:27.449] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-06 14:16:27.452] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/exec HTTP/1.1" 201 74
[2026-05-06 14:16:27.453] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/32c536ab67a47193cf9f37132fafceb99714bee0a8279928f30cc92f02d14875/start HTTP/1.1" 101 0
[2026-05-06 14:16:27.504] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/32c536ab67a47193cf9f37132fafceb99714bee0a8279928f30cc92f02d14875/json HTTP/1.1" 200 390
[2026-05-06 14:16:27.550] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-06 14:16:27.551] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/exec HTTP/1.1" 201 74
[2026-05-06 14:16:27.552] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/c99a650578386a84022987d531193d08685b98f05b31fef61f9718ca4eaccb5b/start HTTP/1.1" 101 0
[2026-05-06 14:16:27.620] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/c99a650578386a84022987d531193d08685b98f05b31fef61f9718ca4eaccb5b/json HTTP/1.1" 200 416
[2026-05-06 14:16:27.620] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-06 14:16:27.622] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/exec HTTP/1.1" 201 74
[2026-05-06 14:16:27.623] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/6ad842c20b0f86865c0834164ea3304376541eb2b6d042763d6a4871ebd0cef6/start HTTP/1.1" 101 0
[2026-05-06 14:16:27.662] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/6ad842c20b0f86865c0834164ea3304376541eb2b6d042763d6a4871ebd0cef6/json HTTP/1.1" 200 404
[2026-05-06 14:16:27.663] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/exec HTTP/1.1" 201 74
[2026-05-06 14:16:27.664] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f61651b98f0f114281f018dfecf1e02c568460089b7d22a42823c846082f7d7a/start HTTP/1.1" 101 0
[2026-05-06 14:16:27.710] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f61651b98f0f114281f018dfecf1e02c568460089b7d22a42823c846082f7d7a/json HTTP/1.1" 200 442
[2026-05-06 14:16:27.711] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/exec HTTP/1.1" 201 74
[2026-05-06 14:16:27.712] [INFO] [launch_manager] 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-05-06 14:16:27.713] [INFO] [launch_manager] 2026/05/06 14:16:27.6987712 1476842 000 ECU1 NONE LM log warn verbose 1
[2026-05-06 14:16:27.713] [INFO] [launch_manager] Launch Manager Started !!!!
[2026-05-06 14:16:27.713] [INFO] [launch_manager] 2026/05/06 14:16:27.6987713 1476850 000 ECU1 NONE LM log warn verbose 1
[2026-05-06 14:16:27.713] [INFO] [launch_manager] Loading LCM Configurations...
[2026-05-06 14:16:27.714] [INFO] [launch_manager] 2026/05/06 14:16:27.6987713 1476853 000 ECU1 NONE LM log warn verbose 1
[2026-05-06 14:16:27.714] [INFO] [launch_manager] ECUCFG_ENV_VAR_ROOTFOLDER set successfully
[2026-05-06 14:16:27.714] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/26ce4cfc61246f24b40acadcbdb28dd3c73c04c844400fb27fb32bed08cca2c3/start HTTP/1.1" 101 0
[2026-05-06 14:16:27.715] [INFO] [launch_manager] 2026/05/06 14:16:27.6987713 1476857 000 ECU1 NONE LM log warn verbose 5 FlatBufferParser::getModeGroupPgName: MainPG ( IdentifierHash: 18079021346025578134 ) 
[2026-05-06 14:16:27.715] [INFO] [launch_manager] 2026/05/06 14:16:27.6987713 1476858 000 ECU1 NONE LM log warn verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Startup ( IdentifierHash: 10504605499600661529 ) 
[2026-05-06 14:16:27.715] [INFO] [launch_manager] 2026/05/06 14:16:27.6987714 1476858 000 ECU1 NONE LM log warn verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Running ( IdentifierHash: 15039935902284124227 ) 
[2026-05-06 14:16:27.715] [INFO] [launch_manager] 2026/05/06 14:16:27.6987714 1476859 000 ECU1 NONE LM log warn verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/Off ( IdentifierHash: 15281793077830264047 ) 
[2026-05-06 14:16:27.715] [INFO] [launch_manager] 2026/05/06 14:16:27.6987714 1476860 000 ECU1 NONE LM log warn verbose 5 FlatBufferParser::getModeGroupPgStateName: MainPG/fallback_run_target ( IdentifierHash: 4059409696722237352 )
[2026-05-06 14:16:27.715] [INFO] [launch_manager] 2026/05/06 14:16:27.6987714 1476861 000 ECU1 NONE LM log warn verbose 4
[2026-05-06 14:16:27.715] [INFO] [launch_manager] parseProcessConfigurations: Process index: 0 executable_path_: /tmp/tests/smoke/control_daemon_mock
[2026-05-06 14:16:27.715] [INFO] [launch_manager] 2026/05/06 14:16:27.6987714 1476862 000 ECU1 NONE LM log warn verbose 3
[2026-05-06 14:16:27.715] [INFO] [launch_manager] Process control_daemon is Reporting execution state
[2026-05-06 14:16:27.715] [INFO] [launch_manager] 2026/05/06 14:16:27.6987714 1476863 000 ECU1 NONE LM log warn verbose 1
[2026-05-06 14:16:27.716] [INFO] [launch_manager] Process is STATE_MANAGEMENT function Cluster Affiliation
[2026-05-06 14:16:27.716] [INFO] [launch_manager] 2026/05/06 14:16:27.6987714 1476864 000 ECU1 NONE LM log warn verbose 3
[2026-05-06 14:16:27.716] [INFO] [launch_manager] Process control_daemon is NOT Self terminating
[2026-05-06 14:16:27.716] [INFO] [launch_manager] 2026/05/06 14:16:27.6987714 1476865 000 ECU1 NONE LM log warn verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Startup
[2026-05-06 14:16:27.716] [INFO] [launch_manager] 2026/05/06 14:16:27.6987714 1476867 000 ECU1 NONE LM log warn verbose 4
[2026-05-06 14:16:27.716] [INFO] [launch_manager] ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running
[2026-05-06 14:16:27.718] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476868 000 ECU1 NONE LM log warn verbose 4 parseProcessConfigurations: Process index: 1 executable_path_: /tmp/tests/smoke/gtest_process
[2026-05-06 14:16:27.718] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476869 000 ECU1 NONE LM log warn verbose 3
[2026-05-06 14:16:27.718] [INFO] [launch_manager] Process gtest_process is Reporting execution state
[2026-05-06 14:16:27.719] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476869 000 ECU1 NONE LM log warn verbose 1 Process is NOT associated with any function Cluster Affiliation
[2026-05-06 14:16:27.719] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476870 000 ECU1 NONE LM log warn verbose 3 Process gtest_process is NOT Self terminating
[2026-05-06 14:16:27.719] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476871 000 ECU1 NONE LM log warn verbose 4 ParseProcessProcessGroup: id:::pg_name_: MainPG , pg_state_name_: MainPG/Running
[2026-05-06 14:16:27.719] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476872 000 ECU1 NONE LM log warn verbose 3
[2026-05-06 14:16:27.719] [INFO] [launch_manager] Loading SWCL Nr. 0 Succeeded
[2026-05-06 14:16:27.719] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476872 000 ECU1 NONE LM log warn verbose 2
[2026-05-06 14:16:27.720] [INFO] [launch_manager] 1 process group(s)
[2026-05-06 14:16:27.720] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476873 000 ECU1 NONE LM log warn verbose 3 Creating graph with 2 nodes 
[2026-05-06 14:16:27.720] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476873 000 ECU1 NONE LM log warn verbose 1 Process groups initialized successfully 
[2026-05-06 14:16:27.720] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476874 000 ECU1 NONE LM log warn verbose 1 Process Group initialization done 
[2026-05-06 14:16:27.720] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476874 000 ECU1 NONE LM log warn verbose 3 Creating Safe Process Map with 2 entries 
[2026-05-06 14:16:27.720] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476875 000 ECU1 NONE LM log warn verbose 3 Creating job queue with 2 entries 
[2026-05-06 14:16:27.720] [INFO] [launch_manager] 2026/05/06 14:16:27.6987715 1476875 000 ECU1 NONE LM log warn verbose 1 Creating worker threads...
[2026-05-06 14:16:27.720] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476889 000 ECU1 NONE LM log warn verbose 7 Process group index 0 (with name MainPG ) has 2 processes 
[2026-05-06 14:16:27.720] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476889 000 ECU1 NONE LM log warn verbose 2 Creating process node with id: 0 
[2026-05-06 14:16:27.720] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476890 000 ECU1 NONE LM log warn verbose 5 Process 0 has 0 start dependencies 
[2026-05-06 14:16:27.721] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476890 000 ECU1 NONE LM log warn verbose 2 Creating process node with id: 1 
[2026-05-06 14:16:27.721] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476890 000 ECU1 NONE LM log warn verbose 5 Process 1 has 0 start dependencies 
[2026-05-06 14:16:27.721] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476890 000 ECU1 NONE LM log warn verbose 3 Created 2 process nodes
[2026-05-06 14:16:27.721] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476891 000 ECU1 NONE LM log warn verbose 2 Creating successor lists for process group MainPG
[2026-05-06 14:16:27.721] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476891 000 ECU1 NONE LM log warn verbose 1 Graphs initialized
[2026-05-06 14:16:27.722] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476893 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-06 14:16:27.722] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476896 000 ECU1 NONE LM log warn verbose 1 LCM started successfully 
[2026-05-06 14:16:27.722] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476897 000 ECU1 NONE LM log warn verbose 3 clock() at run(): 33.436000 ms 
[2026-05-06 14:16:27.722] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476897 000 ECU1 NONE LM log warn verbose 1 =============STARTING MAINPG STARTUP STATE============ 
[2026-05-06 14:16:27.722] [INFO] [launch_manager] 2026/05/06 14:16:27.6987717 1476898 000 ECU1 NONE LM log warn verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-05-06 14:16:27.722] [INFO] [launch_manager] 2026/05/06 14:16:27.6987718 1476898 000 ECU1 NONE LM log warn verbose 2 Stop Dependencies: 0 
[2026-05-06 14:16:27.722] [INFO] [launch_manager] 2026/05/06 14:16:27.6987718 1476898 000 ECU1 NONE LM log warn verbose 2 Stop Dependencies: 0 
[2026-05-06 14:16:27.722] [INFO] [launch_manager] 2026/05/06 14:16:27.6987718 1476898 000 ECU1 NONE LM log warn verbose 2 Start Dependencies: 0 
[2026-05-06 14:16:27.722] [INFO] [launch_manager] 2026/05/06 14:16:27.6987718 1476898 000 ECU1 NONE LM log warn verbose 2 Start Dependencies: 0
[2026-05-06 14:16:27.722] [INFO] [launch_manager] 2026/05/06 14:16:27.6987718 1476899 000 ECU1 NONE LM log warn verbose 6 Starting process 0 ( control_daemon ) from executable /tmp/tests/smoke/control_daemon_mock 
[2026-05-06 14:16:27.723] [INFO] [launch_manager] 2026/05/06 14:16:27.6987718 1476900 000 ECU1 NONE LM log warn verbose 3 Initialize the control client for control_daemon  process 
[2026-05-06 14:16:27.723] [INFO] [launch_manager] 2026/05/06 14:16:27.6987718 1476900 000 ECU1 NONE LM log warn verbose 1 ControlClientChannel initialized
[2026-05-06 14:16:27.723] [INFO] [launch_manager] 2026/05/06 14:16:27.6987718 1476906 000 ECU1 NONE LM log warn verbose 2
[2026-05-06 14:16:27.723] [INFO] [launch_manager] wait failed: Unable to wait for any child process to terminate. Error: No child processes
[2026-05-06 14:16:27.723] [INFO] [launch_manager] 2026/05/06 14:16:27.6987719 1476909 000 ECU1 NONE LM log warn verbose 4
[2026-05-06 14:16:27.723] [INFO] [launch_manager] startProcess pid 67 received for process: control_daemon
[2026-05-06 14:16:27.724] [INFO] [launch_manager] 2026/05/06 14:16:27.6987719 1476910 000 ECU1 NONE LM log warn verbose 1
[2026-05-06 14:16:27.724] [INFO] [launch_manager] ControlClientChannel obtained from sync.
[2026-05-06 14:16:27.724] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-06 14:16:27.724] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-06 14:16:27.724] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-06 14:16:27.724] [INFO] [launch_manager] [ RUN      ] Smoke.Daemon
[2026-05-06 14:16:27.725] [INFO] [launch_manager] [ STEP     ] Control daemon report kRunning
[2026-05-06 14:16:27.725] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-05-06 14:16:27.725] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Running
[2026-05-06 14:16:27.725] [INFO] [launch_manager] 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-05-06 14:16:27.725] [INFO] [launch_manager] 2026/05/06 14:16:27.6987723 1476950 000 ECU1 NONE LM log warn verbose 1 Request sent. Waiting for acknowledgment...
[2026-05-06 14:16:27.725] [INFO] [launch_manager] 2026/05/06 14:16:27.6987723 1476954 000 ECU1 NONE LM log warn verbose 8 Got kRunning for pid 67 ( control_daemon ) process 0 of group MainPG
[2026-05-06 14:16:27.726] [INFO] [launch_manager] 2026/05/06 14:16:27.6987723 1476954 000 ECU1 NONE LM log warn verbose 7 startProcess for MainPG process 0 ( control_daemon ) done 
[2026-05-06 14:16:27.726] [INFO] [launch_manager] 2026/05/06 14:16:27.6987723 1476954 000 ECU1 NONE LM log warn verbose 1 Control Client handler nudged
[2026-05-06 14:16:27.726] [INFO] [launch_manager] 2026/05/06 14:16:27.6987723 1476955 000 ECU1 NONE LM log warn verbose 3 clock() at successful initial state transition: 34.691000 ms 
[2026-05-06 14:16:27.726] [INFO] [launch_manager] 2026/05/06 14:16:27.6987723 1476955 000 ECU1 NONE LM log warn verbose 9
[2026-05-06 14:16:27.726] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-05-06 14:16:27.726] [INFO] [launch_manager] 2026/05/06 14:16:27.6987723 1476955 000 ECU1 NONE LM log warn verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 5 ms 
[2026-05-06 14:16:27.726] [INFO] [launch_manager] 2026/05/06 14:16:27.6987723 1476955 000 ECU1 NONE LM log warn verbose 1 Control Client handler nudged
[2026-05-06 14:16:27.726] [INFO] [launch_manager] 2026/05/06 14:16:27.6987724 1476961 000 ECU1 NONE LM log warn verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Running of PG MainPG
[2026-05-06 14:16:27.727] [INFO] [launch_manager] 2026/05/06 14:16:27.6987724 1476962 000 ECU1 NONE LM log warn verbose 6 Pending state for process group MainPG changed from to MainPG/Running
[2026-05-06 14:16:27.727] [INFO] [launch_manager] 2026/05/06 14:16:27.6987724 1476962 000 ECU1 NONE LM log warn verbose 1 Request acknowledged.
[2026-05-06 14:16:27.727] [INFO] [launch_manager] 2026/05/06 14:16:27.6987724 1476963 000 ECU1 NONE LM log warn verbose 1 Request acknowledged.
[2026-05-06 14:16:27.727] [INFO] [launch_manager] 2026/05/06 14:16:27.6987724 1476964 000 ECU1 NONE LM log warn verbose 6
[2026-05-06 14:16:27.727] [INFO] [launch_manager] Pending state for process group MainPG changed from MainPG/Running to
[2026-05-06 14:16:27.727] [INFO] [launch_manager] 2026/05/06 14:16:27.6987724 1476965 000 ECU1 NONE LM log warn verbose 4 Start transition to MainPG/Running for PG MainPG
[2026-05-06 14:16:27.727] [INFO] [launch_manager] 2026/05/06 14:16:27.6987724 1476965 000 ECU1 NONE LM log warn verbose 9
[2026-05-06 14:16:27.728] [INFO] [launch_manager] Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG )
[2026-05-06 14:16:27.728] [INFO] [launch_manager] 2026/05/06 14:16:27.6987724 1476966 000 ECU1 NONE LM log warn verbose 2
[2026-05-06 14:16:27.728] [INFO] [launch_manager] Stop Dependencies: 0
[2026-05-06 14:16:27.728] [INFO] [launch_manager] 2026/05/06 14:16:27.6987724 1476967 000 ECU1 NONE LM log warn verbose 2
[2026-05-06 14:16:27.728] [INFO] [launch_manager] Stop Dependencies: 0
[2026-05-06 14:16:27.728] [INFO] [launch_manager] 2026/05/06 14:16:27.6987725 1476968 000 ECU1 NONE LM log warn verbose 2
[2026-05-06 14:16:27.728] [INFO] [launch_manager] Start Dependencies: 0
[2026-05-06 14:16:27.728] [INFO] [launch_manager] 2026/05/06 14:16:27.6987725 1476969 000 ECU1 NONE LM log warn verbose 2
[2026-05-06 14:16:27.728] [INFO] [launch_manager] Start Dependencies: 0
[2026-05-06 14:16:27.729] [INFO] [launch_manager] 2026/05/06 14:16:27.6987725 1476970 000 ECU1 NONE LM log warn verbose 6 Starting process 1 ( gtest_process ) from executable /tmp/tests/smoke/gtest_process
[2026-05-06 14:16:27.729] [INFO] [launch_manager] 2026/05/06 14:16:27.6987725 1476975 000 ECU1 NONE LM log warn verbose 4 startProcess pid 69 received for process: gtest_process
[2026-05-06 14:16:27.729] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-06 14:16:27.729] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-06 14:16:27.729] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-06 14:16:27.729] [INFO] [launch_manager] [ RUN      ] Smoke.Process
[2026-05-06 14:16:27.729] [INFO] [launch_manager] [       OK ] Smoke.Process (2 ms)
[2026-05-06 14:16:27.730] [INFO] [launch_manager] [----------] 1 test from Smoke (2 ms total)
[2026-05-06 14:16:27.730] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-06 14:16:27.730] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-05-06 14:16:27.730] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-06 14:16:27.730] [INFO] [launch_manager] 2026/05/06 14:16:27.6987729 1477017 000 ECU1 NONE LM log warn verbose 8 Got kRunning for pid 69 ( gtest_process ) process 1 of group MainPG
[2026-05-06 14:16:27.730] [INFO] [launch_manager] 2026/05/06 14:16:27.6987730 1477018 000 ECU1 NONE LM log warn verbose 7 startProcess for MainPG process 1 ( gtest_process ) done
[2026-05-06 14:16:27.731] [INFO] [launch_manager] 2026/05/06 14:16:27.6987730 1477019 000 ECU1 NONE LM log warn verbose 9
[2026-05-06 14:16:27.731] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-05-06 14:16:27.731] [INFO] [launch_manager] 2026/05/06 14:16:27.6987730 1477020 000 ECU1 NONE LM log warn verbose 7
[2026-05-06 14:16:27.731] [INFO] [launch_manager] Completed the request for PG MainPG to State MainPG/Running in 5 ms
[2026-05-06 14:16:27.731] [INFO] [launch_manager] 2026/05/06 14:16:27.6987730 1477021 000 ECU1 NONE LM log warn verbose 1
[2026-05-06 14:16:27.731] [INFO] [launch_manager] Control Client handler nudged
[2026-05-06 14:16:27.731] [INFO] [launch_manager] 2026/05/06 14:16:27.6987731 1477034 000 ECU1 NONE LM log warn verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Running of PG MainPG
[2026-05-06 14:16:27.732] [INFO] [launch_manager] 2026/05/06 14:16:27.6987731 1477035 000 ECU1 NONE LM log warn verbose 1 Response sent.
[2026-05-06 14:16:27.772] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/26ce4cfc61246f24b40acadcbdb28dd3c73c04c844400fb27fb32bed08cca2c3/json HTTP/1.1" 200 404
[2026-05-06 14:16:27.773] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-06 14:16:27.821] [INFO] [launch_manager] 2026/05/06 14:16:27.6987820 1477928 000 ECU1 NONE LM log warn verbose 1 Response retrieved.
[2026-05-06 14:16:27.821] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-05-06 14:16:27.821] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Startup
[2026-05-06 14:16:27.821] [INFO] [launch_manager] 2026/05/06 14:16:27.6987821 1477929 000 ECU1 NONE LM log warn verbose 1 Request sent. Waiting for acknowledgment...
[2026-05-06 14:16:27.822] [INFO] [launch_manager] 2026/05/06 14:16:27.6987822 1477945 000 ECU1 NONE LM log warn verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Startup of PG MainPG 
[2026-05-06 14:16:27.823] [INFO] [launch_manager] 2026/05/06 14:16:27.6987822 1477946 000 ECU1 NONE LM log warn verbose 6 Pending state for process group MainPG changed from to MainPG/Startup 
[2026-05-06 14:16:27.823] [INFO] [launch_manager] 2026/05/06 14:16:27.6987822 1477946 000 ECU1 NONE LM log warn verbose 1 Request acknowledged.
[2026-05-06 14:16:27.823] [INFO] [launch_manager] 2026/05/06 14:16:27.6987822 1477946 000 ECU1 NONE LM log warn verbose 6 Pending state for process group MainPG changed from MainPG/Startup to 
[2026-05-06 14:16:27.823] [INFO] [launch_manager] 2026/05/06 14:16:27.6987822 1477947 000 ECU1 NONE LM log warn verbose 4 Start transition to MainPG/Startup for PG MainPG
[2026-05-06 14:16:27.823] [INFO] [launch_manager] 2026/05/06 14:16:27.6987822 1477947 000 ECU1 NONE LM log warn verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-05-06 14:16:27.823] [INFO] [launch_manager] 2026/05/06 14:16:27.6987822 1477948 000 ECU1 NONE LM log warn verbose 2 Stop Dependencies: 0 
[2026-05-06 14:16:27.823] [INFO] [launch_manager] 2026/05/06 14:16:27.6987823 1477948 000 ECU1 NONE LM log warn verbose 2
[2026-05-06 14:16:27.823] [INFO] [launch_manager] Stop Dependencies: 0
[2026-05-06 14:16:27.823] [INFO] [launch_manager] 2026/05/06 14:16:27.6987823 1477949 000 ECU1 NONE LM log warn verbose 5 terminating process 1 ( gtest_process ) 
[2026-05-06 14:16:27.824] [INFO] [launch_manager] 2026/05/06 14:16:27.6987823 1477950 000 ECU1 NONE LM log warn verbose 9 Requesting termination of process 1 of MainPG pid 69 ( gtest_process ) 
[2026-05-06 14:16:27.824] [INFO] [launch_manager] 2026/05/06 14:16:27.6987823 1477950 000 ECU1 NONE LM log warn verbose 2 Request termination received for 69
[2026-05-06 14:16:27.824] [INFO] [launch_manager] 2026/05/06 14:16:27.6987823 1477952 000 ECU1 NONE LM log warn verbose 1
[2026-05-06 14:16:27.824] [INFO] [launch_manager] Request acknowledged.
[2026-05-06 14:16:27.824] [INFO] [launch_manager] 2026/05/06 14:16:27.6987823 1477955 000 ECU1 NONE LM log warn verbose 12 Child process 1 of MainPG pid 69 ( gtest_process ) for node True terminated with status 0
[2026-05-06 14:16:27.825] [INFO] [launch_manager] 2026/05/06 14:16:27.6987825 1477971 000 ECU1 NONE LM log warn verbose 5 Queuing jobs after regular termination of process wait 1 ( gtest_process )
[2026-05-06 14:16:27.825] [INFO] [launch_manager] 2026/05/06 14:16:27.6987825 1477972 000 ECU1 NONE LM log warn verbose 7 terminateProcess for MainPG process 1 ( gtest_process ) done 
[2026-05-06 14:16:27.825] [INFO] [launch_manager] 2026/05/06 14:16:27.6987825 1477972 000 ECU1 NONE LM log warn verbose 2 Start Dependencies: 0 
[2026-05-06 14:16:27.825] [INFO] [launch_manager] 2026/05/06 14:16:27.6987825 1477972 000 ECU1 NONE LM log warn verbose 2 Start Dependencies: 0 
[2026-05-06 14:16:27.825] [INFO] [launch_manager] 2026/05/06 14:16:27.6987825 1477972 000 ECU1 NONE LM log warn verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-05-06 14:16:27.825] [INFO] [launch_manager] 2026/05/06 14:16:27.6987825 1477973 000 ECU1 NONE LM log warn verbose 7 Completed the request for PG MainPG to State MainPG/Startup in 2 ms 
[2026-05-06 14:16:27.825] [INFO] [launch_manager] 2026/05/06 14:16:27.6987825 1477973 000 ECU1 NONE LM log warn verbose 1 Control Client handler nudged
[2026-05-06 14:16:27.827] [INFO] [launch_manager] 2026/05/06 14:16:27.6987827 1477990 000 ECU1 NONE LM log warn verbose 8 ProcessGroupManager::ControlClientHandler: Sending kSetStateSuccess ( 20 ) re state MainPG/Startup of PG MainPG 
[2026-05-06 14:16:27.827] [INFO] [launch_manager] 2026/05/06 14:16:27.6987827 1477990 000 ECU1 NONE LM log warn verbose 1 Response sent.
[2026-05-06 14:16:27.921] [INFO] [launch_manager] 2026/05/06 14:16:27.6987921 1478929 000 ECU1 NONE LM log warn verbose 1 Response retrieved. 
[2026-05-06 14:16:27.921] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-05-06 14:16:27.921] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-05-06 14:16:27.921] [INFO] [launch_manager] 2026/05/06 14:16:27.6987921 1478930 000 ECU1 NONE LM log warn verbose 1
[2026-05-06 14:16:27.921] [INFO] [launch_manager] Request sent. Waiting for acknowledgment...
[2026-05-06 14:16:27.922] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478942 000 ECU1 NONE LM log warn verbose 8 ProcessGroupManager::ControlClientHandler: got request kSetStateRequest ( 16 ) re state MainPG/Off of PG MainPG 
[2026-05-06 14:16:27.922] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478942 000 ECU1 NONE LM log warn verbose 6 Pending state for process group MainPG changed from to MainPG/Off
[2026-05-06 14:16:27.922] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478943 000 ECU1 NONE LM log warn verbose 1 Request acknowledged. 
[2026-05-06 14:16:27.923] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478943 000 ECU1 NONE LM log warn verbose 1 Request acknowledged. 
[2026-05-06 14:16:27.923] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-06 14:16:27.923] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478943 000 ECU1 NONE LM log warn verbose 6 Pending state for process group MainPG changed from MainPG/Off to 
[2026-05-06 14:16:27.923] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478943 000 ECU1 NONE LM log warn verbose 4 Start transition to MainPG/Off for PG MainPG
[2026-05-06 14:16:27.923] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478944 000 ECU1 NONE LM log warn verbose 9 Graph::setState changes from kSuccess to kInTransition for PG 0 ( MainPG ) 
[2026-05-06 14:16:27.923] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478944 000 ECU1 NONE LM log warn verbose 2 Stop Dependencies: 0 
[2026-05-06 14:16:27.923] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478944 000 ECU1 NONE LM log warn verbose 2 Stop Dependencies: 0
[2026-05-06 14:16:27.923] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478945 000 ECU1 NONE LM log warn verbose 5 terminating process 0 ( control_daemon )
[2026-05-06 14:16:27.923] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478946 000 ECU1 NONE LM log warn verbose 9
[2026-05-06 14:16:27.923] [INFO] [launch_manager] Requesting termination of process 0 of MainPG pid 67 ( control_daemon )
[2026-05-06 14:16:27.923] [INFO] [launch_manager] 2026/05/06 14:16:27.6987922 1478947 000 ECU1 NONE LM log warn verbose 2
[2026-05-06 14:16:27.923] [INFO] [launch_manager] Request termination received for 67
[2026-05-06 14:16:28.022] [INFO] [launch_manager] [       OK ] Smoke.Daemon (301 ms)
[2026-05-06 14:16:28.022] [INFO] [launch_manager] [----------] 1 test from Smoke (301 ms total)
[2026-05-06 14:16:28.022] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-06 14:16:28.022] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (301 ms total)
[2026-05-06 14:16:28.022] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-06 14:16:28.022] [INFO] [launch_manager] 2026/05/06 14:16:28.6988022 1479946 000 ECU1 NONE LM log warn verbose 12 Child process 0 of MainPG pid 67 ( control_daemon ) for node True terminated with status 0
[2026-05-06 14:16:28.023] [INFO] [launch_manager] 2026/05/06 14:16:28.6988022 1479947 000 ECU1 NONE LM log warn verbose 2 wait failed: Unable to wait for any child process to terminate. Error: No child processes
[2026-05-06 14:16:28.024] [INFO] [launch_manager] 2026/05/06 14:16:28.6988024 1479962 000 ECU1 NONE LM log warn verbose 5 Queuing jobs after regular termination of process wait 0 ( control_daemon ) 
[2026-05-06 14:16:28.024] [INFO] [launch_manager] 2026/05/06 14:16:28.6988024 1479963 000 ECU1 NONE LM log warn verbose 7 terminateProcess for MainPG process 0 ( control_daemon ) done
[2026-05-06 14:16:28.024] [INFO] [launch_manager] 2026/05/06 14:16:28.6988024 1479963 000 ECU1 NONE LM log warn verbose 2 Start Dependencies: 0
[2026-05-06 14:16:28.024] [INFO] [launch_manager] 2026/05/06 14:16:28.6988024 1479964 000 ECU1 NONE LM log warn verbose 2 Start Dependencies: 0
[2026-05-06 14:16:28.025] [INFO] [launch_manager] 2026/05/06 14:16:28.6988024 1479964 000 ECU1 NONE LM log warn verbose 9
[2026-05-06 14:16:28.025] [INFO] [launch_manager] Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG )
[2026-05-06 14:16:28.025] [INFO] [launch_manager] 2026/05/06 14:16:28.6988024 1479965 000 ECU1 NONE LM log warn verbose 7 Completed the request for PG MainPG to State MainPG/Off in 102 ms 
[2026-05-06 14:16:28.025] [INFO] [launch_manager] 2026/05/06 14:16:28.6988024 1479966 000 ECU1 NONE LM log warn verbose 1 Control Client handler nudged
[2026-05-06 14:16:28.123] [INFO] [launch_manager] 2026/05/06 14:16:28.6988123 1480948 000 ECU1 NONE LM log warn verbose 2 wait failed: Unable to wait for any child process to terminate. Error: No child processes
[2026-05-06 14:16:28.223] [INFO] [launch_manager] 2026/05/06 14:16:28.6988223 1481950 000 ECU1 NONE LM log warn verbose 2 wait failed: Unable to wait for any child process to terminate. Error: No child processes
[2026-05-06 14:16:28.274] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f61651b98f0f114281f018dfecf1e02c568460089b7d22a42823c846082f7d7a/json HTTP/1.1" 200 442
[2026-05-06 14:16:28.276] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/exec HTTP/1.1" 201 74
[2026-05-06 14:16:28.277] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/1e695a7c316204c975707e66a56688f82af9fc2969ce2a743a609ac7a81bbfae/start HTTP/1.1" 101 0
[2026-05-06 14:16:28.323] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/1e695a7c316204c975707e66a56688f82af9fc2969ce2a743a609ac7a81bbfae/json HTTP/1.1" 200 404
[2026-05-06 14:16:28.324] [INFO] [launch_manager] 2026/05/06 14:16:28.6988323 1482952 000 ECU1 NONE LM log warn verbose 2 wait failed: Unable to wait for any child process to terminate. Error: No child processes
[2026-05-06 14:16:28.325] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/exec HTTP/1.1" 201 74
[2026-05-06 14:16:28.326] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d921cc12ad3497acd4075034464127f35c319880a7d143aeb82300ff746634b1/start HTTP/1.1" 101 0
[2026-05-06 14:16:28.371] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d921cc12ad3497acd4075034464127f35c319880a7d143aeb82300ff746634b1/json HTTP/1.1" 200 389
[2026-05-06 14:16:28.424] [INFO] [launch_manager] 2026/05/06 14:16:28.6988423 1483956 000 ECU1 NONE LM log warn verbose 2 wait failed: Unable to wait for any child process to terminate. Error: No child processes
[2026-05-06 14:16:28.443] [INFO] [launch_manager] 2026/05/06 14:16:28.6988442 1484147 000 ECU1 NONE LM log warn verbose 1 Cancel all process group transitions 
[2026-05-06 14:16:28.443] [INFO] [launch_manager] 2026/05/06 14:16:28.6988442 1484148 000 ECU1 NONE LM log warn verbose 9 Graph::setState changes from kSuccess to kUndefinedState for PG 0 ( MainPG )
[2026-05-06 14:16:28.443] [INFO] [launch_manager] 2026/05/06 14:16:28.6988443 1484148 000 ECU1 NONE LM log warn verbose 1 Wait for process group cancellations 
[2026-05-06 14:16:28.443] [INFO] [launch_manager] 2026/05/06 14:16:28.6988443 1484148 000 ECU1 NONE LM log warn verbose 1 Start transitioning process groups to Off state
[2026-05-06 14:16:28.443] [INFO] [launch_manager] 2026/05/06 14:16:28.6988443 1484148 000 ECU1 NONE LM log warn verbose 9 Graph::setState changes from kUndefinedState to kInTransition for PG 0 ( MainPG ) 
[2026-05-06 14:16:28.443] [INFO] [launch_manager] 2026/05/06 14:16:28.6988443 1484149 000 ECU1 NONE LM log warn verbose 2 Stop Dependencies: 0 
[2026-05-06 14:16:28.443] [INFO] [launch_manager] 2026/05/06 14:16:28.6988443 1484149 000 ECU1 NONE LM log warn verbose 2 Stop Dependencies: 0 
[2026-05-06 14:16:28.443] [INFO] [launch_manager] 2026/05/06 14:16:28.6988443 1484149 000 ECU1 NONE LM log warn verbose 2 Start Dependencies: 0 
[2026-05-06 14:16:28.443] [INFO] [launch_manager] 2026/05/06 14:16:28.6988443 1484149 000 ECU1 NONE LM log warn verbose 2 Start Dependencies: 0
[2026-05-06 14:16:28.444] [INFO] [launch_manager] 2026/05/06 14:16:28.6988443 1484150 000 ECU1 NONE LM log warn verbose 9 Graph::setState changes from kInTransition to kSuccess for PG 0 ( MainPG ) 
[2026-05-06 14:16:28.444] [INFO] [launch_manager] 2026/05/06 14:16:28.6988443 1484150 000 ECU1 NONE LM log warn verbose 7 Completed the request for PG MainPG to State MainPG/Off in 0 ms 
[2026-05-06 14:16:28.444] [INFO] [launch_manager] 2026/05/06 14:16:28.6988443 1484150 000 ECU1 NONE LM log warn verbose 1 Control Client handler nudged 
[2026-05-06 14:16:28.444] [INFO] [launch_manager] 2026/05/06 14:16:28.6988443 1484151 000 ECU1 NONE LM log warn verbose 1
[2026-05-06 14:16:28.444] [INFO] [launch_manager] Wait for all process groups to complete the transition
[2026-05-06 14:16:28.524] [INFO] [launch_manager] 2026/05/06 14:16:28.6988523 1484958 000 ECU1 NONE LM log warn verbose 1 LCM run successfully
[2026-05-06 14:16:28.569] [INFO] [launch_manager] 2026/05/06 14:16:28.6988569 1485410 000 ECU1 NONE LM log warn verbose 1 Graph destroyed
[2026-05-06 14:16:28.569] [INFO] [launch_manager] 2026/05/06 14:16:28.6988569 1485411 000 ECU1 NONE LM log warn verbose 2 Launch Manager completed with exit code value: 0
[2026-05-06 14:16:28.873] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f61651b98f0f114281f018dfecf1e02c568460089b7d22a42823c846082f7d7a/json HTTP/1.1" 200 440
[2026-05-06 14:16:28.874] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/exec HTTP/1.1" 201 74
[2026-05-06 14:16:28.875] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/04502d064eb84d4c1151b80d9e29e9d7983be7ec8ffe844943c045db484c24be/start HTTP/1.1" 101 0
[2026-05-06 14:16:28.912] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/04502d064eb84d4c1151b80d9e29e9d7983be7ec8ffe844943c045db484c24be/json HTTP/1.1" 200 402
[2026-05-06 14:16:28.915] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fcontrol_daemon_mock.xml HTTP/1.1" 200 None
[2026-05-06 14:16:28.918] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/exec HTTP/1.1" 201 74
[2026-05-06 14:16:28.919] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/38f90af30c21c1814aef601a4855874daf396b553add7a6ea63a333ae42a0e9d/start HTTP/1.1" 101 0
[2026-05-06 14:16:28.955] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/38f90af30c21c1814aef601a4855874daf396b553add7a6ea63a333ae42a0e9d/json HTTP/1.1" 200 420
[2026-05-06 14:16:28.957] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fgtest_process.xml HTTP/1.1" 200 None
[2026-05-06 14:16:28.959] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/exec HTTP/1.1" 201 74
[2026-05-06 14:16:28.963] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/30a989886818088af1e0f998c150f04c33bd49168cce59f55f70e3f9dff5509f/start HTTP/1.1" 101 0
[2026-05-06 14:16:29.001] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/30a989886818088af1e0f998c150f04c33bd49168cce59f55f70e3f9dff5509f/json HTTP/1.1" 200 414
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-06 14:16:29.074] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b/stop?t=1 HTTP/1.1" 204 0
[2026-05-06 14:16:29.086] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/eee5c90979e184fa0c9918a944c5a28f8a0edcda649fe92ce740d459c1fe719b?v=False&link=False&force=True HTTP/1.1" 204 0


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