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 (3 ms)
[ RUN      ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut
[       OK ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut (0 ms)
[ RUN      ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails
2026/05/12 11:54:58.6898944 1386276 000 ECU1 NONE Rcvy log error verbose 2 Notification (TestNotification) Failed to enqueue recovery request (ring buffer full) 
[       OK ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails (1 ms)
[ RUN      ] NotificationWithConfigTest.ProxyInitializationFails
2026/05/12 11:54:58.6898945 1386279 000 ECU1 NONE Rcvy log error verbose 3 Notification (TestNotification) Invalid ProcessGroupState identifier: InvalidIdentifier 
[       OK ] NotificationWithConfigTest.ProxyInitializationFails (0 ms)
[----------] 4 tests from NotificationWithConfigTest (5 ms total)

[----------] 1 test from NotificationWithoutConfigTest
[ RUN      ] NotificationWithoutConfigTest.WatchdogNotificationGoesDirectlyToTimeout
[       OK ] NotificationWithoutConfigTest.WatchdogNotificationGoesDirectlyToTimeout (3 ms)
[----------] 1 test from NotificationWithoutConfigTest (3 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 (22 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/12 11:54:59.6899134 1388171 000 ECU1 NONE LM log error verbose 1 Failed to queue posix process 
2026/05/12 11:54:59.6899134 1388174 000 ECU1 NONE LM log error verbose 1 ProcessStateReceiver::getNextChangedPosixProcess: Overflow occurred, will be reported as kCommunicationError 
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails (6 ms)
[----------] 4 tests from ProcessStateClient_UT (29 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (30 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/814/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-12 11:55:01.109] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-12 11:55:02.970] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-12 11:55:02.970] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-12 11:55:02.970] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-12 11:55:02.971] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-12 11:55:02.980] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-12 11:55:04.444] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-12 11:55:04.445] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/json HTTP/1.1" 200 None
[2026-05-12 11:55:04.603] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/start HTTP/1.1" 204 0
[2026-05-12 11:55:04.604] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-12 11:55:04.604] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-12 11:55:04.604] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-12 11:55:04.604] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-12 11:55:04.612] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-12 11:55:04.614] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/exec HTTP/1.1" 201 74
[2026-05-12 11:55:04.615] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/4068cc34a89bcd02d1c3933d1abad26608805c8ca0c6c08ccf86c637a0af4b11/start HTTP/1.1" 101 0
[2026-05-12 11:55:04.660] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/4068cc34a89bcd02d1c3933d1abad26608805c8ca0c6c08ccf86c637a0af4b11/json HTTP/1.1" 200 390
[2026-05-12 11:55:04.685] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-12 11:55:04.687] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/exec HTTP/1.1" 201 74
[2026-05-12 11:55:04.688] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/362f2e30e31afed7cb159254ce74fc8f32d523778f52e340e396f78100e7d4a6/start HTTP/1.1" 101 0
[2026-05-12 11:55:04.747] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/362f2e30e31afed7cb159254ce74fc8f32d523778f52e340e396f78100e7d4a6/json HTTP/1.1" 200 424
[2026-05-12 11:55:04.747] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-12 11:55:04.750] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/exec HTTP/1.1" 201 74
[2026-05-12 11:55:04.751] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/ed54510d6f2d81d908380eea7f506bb630fe29f9345a01f552d57fef96e24821/start HTTP/1.1" 101 0
[2026-05-12 11:55:04.804] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ed54510d6f2d81d908380eea7f506bb630fe29f9345a01f552d57fef96e24821/json HTTP/1.1" 200 404
[2026-05-12 11:55:04.806] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/exec HTTP/1.1" 201 74
[2026-05-12 11:55:04.807] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/755447ff577289ec12da97a86bdb003d7a3ffdb6fbb5120e7e3b66e3471d85a3/start HTTP/1.1" 101 0
[2026-05-12 11:55:04.849] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/755447ff577289ec12da97a86bdb003d7a3ffdb6fbb5120e7e3b66e3471d85a3/json HTTP/1.1" 200 467
[2026-05-12 11:55:04.851] [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-12 11:55:04.851] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/exec HTTP/1.1" 201 74
[2026-05-12 11:55:04.852] [INFO] [launch_manager] 2026/05/12 11:55:04.6904852 1445353 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-12 11:55:04.853] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/82a0161a1d0b9ac82db62c0a9a2882e0d5a1de07eaf7c52fc6f5abdb0a634d13/start HTTP/1.1" 101 0
[2026-05-12 11:55:04.855] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-12 11:55:04.855] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-12 11:55:04.855] [INFO] [launch_manager] [----------] 1 test from NonReporting
[2026-05-12 11:55:04.855] [INFO] [launch_manager] [ RUN      ] NonReporting.Process
[2026-05-12 11:55:04.855] [INFO] [launch_manager] 2026/05/12 11:55:04.6904855 1445381 000 ECU1 NONE LM log error verbose 3 [Lifecycle client] FD  3  is invalid for kRunning report 
[2026-05-12 11:55:04.855] [INFO] [launch_manager] [       OK ] NonReporting.Process (0 ms)
[2026-05-12 11:55:04.855] [INFO] [launch_manager] [----------] 1 test from NonReporting (0 ms total)
[2026-05-12 11:55:04.855] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-12 11:55:04.855] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (0 ms total)
[2026-05-12 11:55:04.855] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-12 11:55:04.856] [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-12 11:55:04.903] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/82a0161a1d0b9ac82db62c0a9a2882e0d5a1de07eaf7c52fc6f5abdb0a634d13/json HTTP/1.1" 200 404
[2026-05-12 11:55:04.905] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/exec HTTP/1.1" 201 74
[2026-05-12 11:55:04.906] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f6a2e93ab30e9cc6debc2ff9b253b88e147fd0a376ad6fea8798ac7de9a914e7/start HTTP/1.1" 101 0
[2026-05-12 11:55:04.944] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f6a2e93ab30e9cc6debc2ff9b253b88e147fd0a376ad6fea8798ac7de9a914e7/json HTTP/1.1" 200 389
[2026-05-12 11:55:05.445] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/755447ff577289ec12da97a86bdb003d7a3ffdb6fbb5120e7e3b66e3471d85a3/json HTTP/1.1" 200 465
[2026-05-12 11:55:05.447] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/exec HTTP/1.1" 201 74
[2026-05-12 11:55:05.448] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/a56265a4ac4f7ae5b1005570b79b29d4cbce2e57628f72601b0223da13e4b69c/start HTTP/1.1" 101 0
[2026-05-12 11:55:05.490] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/a56265a4ac4f7ae5b1005570b79b29d4cbce2e57628f72601b0223da13e4b69c/json HTTP/1.1" 200 427
[2026-05-12 11:55:05.493] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/archive?path=%2Ftmp%2Ftests%2Fincorrect_config_non_reporting%2Fnon_reporting_process.xml HTTP/1.1" 200 None
[2026-05-12 11:55:05.496] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/exec HTTP/1.1" 201 74
[2026-05-12 11:55:05.497] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/95df1c69a750a34e27685482f2d78da67e39a6260c85c96381722c704b352c2e/start HTTP/1.1" 101 0
[2026-05-12 11:55:05.537] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/95df1c69a750a34e27685482f2d78da67e39a6260c85c96381722c704b352c2e/json HTTP/1.1" 200 447
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-12 11:55:05.629] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0/stop?t=1 HTTP/1.1" 204 0
[2026-05-12 11:55:05.637] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/1c95718d17cca7820319fdb2d504f73d772402fb094a152d81860609ed7ad6c0?v=False&link=False&force=True HTTP/1.1" 204 0


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

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-12 11:55:01.109] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-12 11:55:02.746] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-12 11:55:02.746] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-12 11:55:02.746] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-12 11:55:02.746] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-12 11:55:02.754] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-12 11:55:04.444] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-12 11:55:04.445] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/json HTTP/1.1" 200 None
[2026-05-12 11:55:04.602] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/start HTTP/1.1" 204 0
[2026-05-12 11:55:04.603] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-12 11:55:04.603] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-12 11:55:04.603] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-12 11:55:04.603] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-12 11:55:04.610] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-12 11:55:04.612] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/exec HTTP/1.1" 201 74
[2026-05-12 11:55:04.613] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/44b15915d14022deedac1407dbde62ecf808506a2e4f862f59f16660f28e4776/start HTTP/1.1" 101 0
[2026-05-12 11:55:04.663] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/44b15915d14022deedac1407dbde62ecf808506a2e4f862f59f16660f28e4776/json HTTP/1.1" 200 390
[2026-05-12 11:55:04.699] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-12 11:55:04.700] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/exec HTTP/1.1" 201 74
[2026-05-12 11:55:04.702] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d8f2259451e02b48ecb384e232db9101f517f61546cd3a6ab57c89e815f8d5bb/start HTTP/1.1" 101 0
[2026-05-12 11:55:04.776] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d8f2259451e02b48ecb384e232db9101f517f61546cd3a6ab57c89e815f8d5bb/json HTTP/1.1" 200 416
[2026-05-12 11:55:04.776] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-12 11:55:04.778] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/exec HTTP/1.1" 201 74
[2026-05-12 11:55:04.779] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d4c052841eafb065227c9eeff08957e823b6ba6aa6475442104d7398ea777a88/start HTTP/1.1" 101 0
[2026-05-12 11:55:04.824] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d4c052841eafb065227c9eeff08957e823b6ba6aa6475442104d7398ea777a88/json HTTP/1.1" 200 404
[2026-05-12 11:55:04.825] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/exec HTTP/1.1" 201 74
[2026-05-12 11:55:04.827] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/0c9b50688a75c6fc1daac632430459069d2ebdd17839a4aa0254d3a43a98790b/start HTTP/1.1" 101 0
[2026-05-12 11:55:04.871] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0c9b50688a75c6fc1daac632430459069d2ebdd17839a4aa0254d3a43a98790b/json HTTP/1.1" 200 442
[2026-05-12 11:55:04.872] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/exec HTTP/1.1" 201 74
[2026-05-12 11:55:04.873] [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-12 11:55:04.874] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/17965ac23154fdd0ca94af2ccdcddb30cb1505278d26274c1f104bfd1ce0b8c8/start HTTP/1.1" 101 0
[2026-05-12 11:55:04.875] [INFO] [launch_manager] 2026/05/12 11:55:04.6904874 1445568 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-12 11:55:04.877] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-12 11:55:04.877] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-12 11:55:04.877] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-12 11:55:04.877] [INFO] [launch_manager] [ RUN      ] Smoke.Daemon
[2026-05-12 11:55:04.878] [INFO] [launch_manager] [ STEP     ] Control daemon report kRunning
[2026-05-12 11:55:04.880] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-05-12 11:55:04.880] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Running
[2026-05-12 11:55:04.880] [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-12 11:55:04.881] [INFO] [launch_manager] 2026/05/12 11:55:04.6904881 1445641 000 ECU1 NONE LM log fatal verbose 3 clock() at failed initial state transition: 33.389000 ms
[2026-05-12 11:55:04.885] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-12 11:55:04.885] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-12 11:55:04.885] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-12 11:55:04.885] [INFO] [launch_manager] [ RUN      ] Smoke.Process
[2026-05-12 11:55:04.888] [INFO] [launch_manager] [       OK ] Smoke.Process (2 ms)
[2026-05-12 11:55:04.888] [INFO] [launch_manager] [----------] 1 test from Smoke (2 ms total)
[2026-05-12 11:55:04.888] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-12 11:55:04.888] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-05-12 11:55:04.888] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-12 11:55:04.921] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/17965ac23154fdd0ca94af2ccdcddb30cb1505278d26274c1f104bfd1ce0b8c8/json HTTP/1.1" 200 404
[2026-05-12 11:55:04.921] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-12 11:55:04.978] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-05-12 11:55:04.978] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Startup
[2026-05-12 11:55:05.078] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-05-12 11:55:05.078] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-05-12 11:55:05.079] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-12 11:55:05.179] [INFO] [launch_manager] [       OK ] Smoke.Daemon (301 ms)
[2026-05-12 11:55:05.179] [INFO] [launch_manager] [----------] 1 test from Smoke (301 ms total)
[2026-05-12 11:55:05.179] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-12 11:55:05.179] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (301 ms total)
[2026-05-12 11:55:05.179] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-12 11:55:05.422] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0c9b50688a75c6fc1daac632430459069d2ebdd17839a4aa0254d3a43a98790b/json HTTP/1.1" 200 442
[2026-05-12 11:55:05.424] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/exec HTTP/1.1" 201 74
[2026-05-12 11:55:05.425] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/a72779fed8a70ef80fbd133959410e0448246ceabd0991d5cbd8e37fd3c00c55/start HTTP/1.1" 101 0
[2026-05-12 11:55:05.472] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/a72779fed8a70ef80fbd133959410e0448246ceabd0991d5cbd8e37fd3c00c55/json HTTP/1.1" 200 404
[2026-05-12 11:55:05.474] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/exec HTTP/1.1" 201 74
[2026-05-12 11:55:05.475] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/65b6370c0fa14679c59e43d2001dc357839936c990dab002102e978d4a2de4b6/start HTTP/1.1" 101 0
[2026-05-12 11:55:05.515] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/65b6370c0fa14679c59e43d2001dc357839936c990dab002102e978d4a2de4b6/json HTTP/1.1" 200 389
[2026-05-12 11:55:06.017] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0c9b50688a75c6fc1daac632430459069d2ebdd17839a4aa0254d3a43a98790b/json HTTP/1.1" 200 440
[2026-05-12 11:55:06.018] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/exec HTTP/1.1" 201 74
[2026-05-12 11:55:06.019] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9c59c05bc71fd983317f327609b79b005169f5584a60e54c7bd9ee1d829cd3d6/start HTTP/1.1" 101 0
[2026-05-12 11:55:06.057] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9c59c05bc71fd983317f327609b79b005169f5584a60e54c7bd9ee1d829cd3d6/json HTTP/1.1" 200 402
[2026-05-12 11:55:06.059] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fcontrol_daemon_mock.xml HTTP/1.1" 200 None
[2026-05-12 11:55:06.062] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/exec HTTP/1.1" 201 74
[2026-05-12 11:55:06.063] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/729095ef034cd4629281dec0f4e0b0a0afb306056c951121b17a328965dd4154/start HTTP/1.1" 101 0
[2026-05-12 11:55:06.101] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/729095ef034cd4629281dec0f4e0b0a0afb306056c951121b17a328965dd4154/json HTTP/1.1" 200 420
[2026-05-12 11:55:06.103] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fgtest_process.xml HTTP/1.1" 200 None
[2026-05-12 11:55:06.105] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/exec HTTP/1.1" 201 74
[2026-05-12 11:55:06.106] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2e62f74c0e6daa3eabde6f988fd7a922bc5b17458a849405df50c094dec078ec/start HTTP/1.1" 101 0
[2026-05-12 11:55:06.145] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2e62f74c0e6daa3eabde6f988fd7a922bc5b17458a849405df50c094dec078ec/json HTTP/1.1" 200 414
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-12 11:55:06.216] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e/stop?t=1 HTTP/1.1" 204 0
[2026-05-12 11:55:06.227] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/c88c9e15e49f91add4c164bdc65775ef8a1083d611bc34537d11fac801caf59e?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 5.14s ===============================