Component Requirements Statistics#

Overview#

_images/need_pie_2b909.svg

In Detail#

_images/need_pie_cce4e.svg
_images/need_pie_8587e.svg

No needs passed the filters

Failed Tests

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

No needs passed the filters

Skipped / Disabled Tests

No needs passed the filters

All passed Tests#

No needs passed the filters

Details About Testcases#

No needs passed the filters

No needs passed the filters

Test Log Files#

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

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

running 232 tests
test common::tests::duration_to_int_too_large - should panic ... ok
test common::tests::time_offset_diff_too_large - should panic ... ok
test common::tests::time_offset_valid ... ok
test common::tests::time_offset_wrong_order ... ok
test common::tests::time_range_from_interval_lower_too_large - should panic ... ok
test common::tests::time_range_from_interval_valid ... ok
test common::tests::time_range_new_valid ... ok
test common::tests::time_range_new_wrong_order - should panic ... ok
test deadline::common::tests::acquire_and_release_deadline ... ok
test deadline::common::tests::new_and_fields ... ok
test common::tests::duration_to_int_valid ... ok
test deadline::deadline_monitor::tests::deadline_failed_on_first_run_and_then_restarted_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::deadline_outside_time_range_is_error_when_dropped_after_evaluate ... ok
test deadline::common::tests::concurrent_acquire ... ok
test deadline::deadline_monitor::tests::get_deadline_unknown_tag ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_error_when_dropped_before_evaluate ... ok
test deadline::deadline_state::tests::as_u64_and_new ... ok
test deadline::deadline_state::tests::deadline_state_default_and_snapshot ... ok
test deadline::deadline_state::tests::deadline_state_update_none_returns_err ... ok
test deadline::deadline_state::tests::default_state ... ok
test deadline::deadline_state::tests::set_and_get_timestamp_ms ... ok
test deadline::deadline_state::tests::deadline_state_update_success ... ok
test deadline::deadline_state::tests::set_running ... ok
test deadline::deadline_state::tests::set_underrun ... ok
test deadline::ffi::tests::deadline_destroy_null_deadline ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_invalid_range ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_destroy_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_destroy_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_handle ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_unknown_deadline ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_start_already_started ... ok
test deadline::ffi::tests::deadline_start_null_deadline ... ok
test deadline::ffi::tests::deadline_stop_null_deadline ... ok
test deadline::ffi::tests::deadline_start_succeeds ... ok
test deadline::ffi::tests::deadline_stop_succeeds ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_deadline_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_heartbeat_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_logic_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_build_invalid_cycle_intervals ... ok
test ffi::tests::health_monitor_builder_build_no_monitors ... ok
test ffi::tests::health_monitor_builder_build_null_builder_handle ... ok
test ffi::tests::health_monitor_builder_build_null_monitor_handle ... ok
test ffi::tests::health_monitor_builder_build_succeeds ... ok
test ffi::tests::health_monitor_builder_build_thread_parameters ... ok
test ffi::tests::health_monitor_builder_build_valid_cycle_intervals_succeeds ... ok
test ffi::tests::health_monitor_builder_create_null_handle ... ok
test ffi::tests::health_monitor_builder_create_succeeds ... ok
test ffi::tests::health_monitor_builder_destroy_null_handle ... ok
test ffi::tests::health_monitor_destroy_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_deadline_monitor ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_heartbeat_monitor ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_logic_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_logic_monitor ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_start_null_hmon ... ok
test ffi::tests::health_monitor_start_monitor_not_taken ... ok
test health_monitor::tests::health_monitor_builder_build_invalid_cycles ... ok
test health_monitor::tests::health_monitor_builder_build_no_monitors ... ok
test health_monitor::tests::health_monitor_builder_build_succeeds ... ok
test health_monitor::tests::health_monitor_builder_new_succeeds ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_available ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_available ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_available ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_invalid_state ... ok
[2026/06/01 13:07:08.7969051][7815][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:08.7969244][7815][HMON][INFO] Monitoring thread exiting.
test ffi::tests::health_monitor_start_succeeds ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_unknown ... ok
[2026/06/01 13:07:08.7984349][7815][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:08.7984505][7815][HMON][INFO] Monitoring thread exiting.
test health_monitor::tests::health_monitor_start_monitors_not_taken - should panic ... ok
test health_monitor::tests::health_monitor_start_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_invalid_range ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_destroy_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_null_monitor ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_destroy_null_monitor ... ok
test deadline::deadline_monitor::tests::monitor_with_multiple_running_deadlines ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_invalid_internal_processing_cycle ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_ok ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_late_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_late_evaluate_late ... ok
test heartbeat::heartbeat_state::tests::snapshot_counter_increment ... ok
test heartbeat::heartbeat_state::tests::snapshot_default ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_max ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_valid ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_zero ... ok
test heartbeat::heartbeat_state::tests::snapshot_new_succeeds ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_valid ... ok
test heartbeat::heartbeat_state::tests::state_default ... ok
test heartbeat::heartbeat_state::tests::state_new ... ok
test heartbeat::heartbeat_state::tests::state_reset ... ok
test heartbeat::heartbeat_state::tests::state_snapshot ... ok
test heartbeat::heartbeat_state::tests::state_update_none ... ok
test heartbeat::heartbeat_state::tests::state_update_some ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_many_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_zero_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_tag ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_initial_state ... ok
test logic::ffi::tests::logic_monitor_builder_create_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_destroy_null_builder ... ok
test logic::ffi::tests::logic_monitor_destroy_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_fails ... ok
test logic::ffi::tests::logic_monitor_state_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_null_state ... ok
test logic::ffi::tests::logic_monitor_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_transition_fails ... ok
test logic::ffi::tests::logic_monitor_transition_null_monitor ... ok
test logic::ffi::tests::logic_monitor_transition_null_target_state ... ok
test logic::ffi::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_no_states ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_initial_state ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_target ... ok
test logic::logic_monitor::tests::logic_monitor_builder_new_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_state ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_state_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_state_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_transition_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_unknown_node ... ok
test logic::logic_state::tests::snapshot_from_u64_max ... ok
test logic::logic_state::tests::snapshot_from_u64_valid ... ok
test logic::logic_state::tests::snapshot_from_u64_zero ... ok
test logic::logic_state::tests::snapshot_new_succeeds ... ok
test logic::logic_state::tests::snapshot_set_current_state_index_valid ... ok
test logic::logic_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test logic::logic_state::tests::snapshot_set_monitor_status_valid ... ok
test logic::logic_state::tests::state_new ... ok
test logic::logic_state::tests::state_snapshot ... ok
test logic::logic_state::tests::state_swap ... ok
test tag::tests::deadline_tag_debug ... ok
test tag::tests::deadline_tag_from_str ... ok
test tag::tests::deadline_tag_from_string ... ok
test tag::tests::deadline_tag_new ... ok
test tag::tests::deadline_tag_score_debug ... ok
test tag::tests::monitor_tag_debug ... ok
test tag::tests::monitor_tag_from_str ... ok
test tag::tests::monitor_tag_from_string ... ok
test tag::tests::monitor_tag_new ... ok
test tag::tests::monitor_tag_score_debug ... ok
test tag::tests::state_tag_debug ... ok
test tag::tests::state_tag_from_str ... ok
test tag::tests::state_tag_from_string ... ok
test tag::tests::state_tag_new ... ok
test tag::tests::state_tag_score_debug ... ok
test tag::tests::tag_debug ... ok
test tag::tests::tag_hash_is_eq ... ok
test tag::tests::tag_hash_is_ne ... ok
test tag::tests::tag_new ... ok
test tag::tests::tag_partial_eq_is_eq ... ok
test tag::tests::tag_partial_eq_is_ne ... ok
test tag::tests::tag_score_debug ... ok
test tag::tests::test_from_str ... ok
test tag::tests::test_from_string ... ok
test thread_ffi::tests::scheduler_policy_priority_max_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_max_succeeds ... ok
test thread_ffi::tests::scheduler_policy_priority_min_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_min_succeeds ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_many_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_zero_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_handle ... ok
test thread_ffi::tests::thread_parameters_affinity_succeeds ... ok
test thread_ffi::tests::thread_parameters_create_succeeds ... ok
test thread_ffi::tests::thread_parameters_destroy_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_invalid_priority ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_succeeds ... ok
test thread_ffi::tests::thread_parameters_stack_size_null_handle ... ok
test thread_ffi::tests::thread_parameters_stack_size_succeeds ... ok
test worker::tests::monitoring_logic_report_alive_on_each_call_when_no_error ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_late ... ok
test worker::tests::monitoring_logic_report_error_when_deadline_failed ... ok
[2026/06/01 13:07:09.7562980][7815][HMON][INFO] Monitoring thread started.
test deadline::deadline_monitor::tests::start_stop_deadline_within_range_works ... ok
[2026/06/01 13:07:09.8167115][7815][HMON][WARN] Deadline (DeadlineTag(deadline_fast)) missed! Expected: 50, now: 60
[2026/06/01 13:07:09.8167394][7815][HMON][WARN] Deadline monitor with tag MonitorTag(deadline_monitor) reported error: TooLate.
[2026/06/01 13:07:09.8167466][7815][HMON][WARN] One or more monitors reported errors, skipping AliveAPI notification.
[2026/06/01 13:07:09.8167535][7815][HMON][INFO] Monitoring logic failed, stopping thread.
[2026/06/01 13:07:09.8167586][7815][HMON][INFO] Monitoring thread exiting.
test worker::tests::monitoring_logic_report_alive_respect_cycle ... ok
test worker::tests::unique_thread_runner_monitoring_works ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_timestamp_offset ... ok

test result: ok. 232 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s

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

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

running 3 tests
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_early ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_late ... ok

test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s

tests-report/score/health_monitor/src/cpp/cpp_tests/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/health_monitor/src/cpp:cpp_tests
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from HealthMonitorTest
[ RUN      ] HealthMonitorTest.TestName
[2026/06/01 13:07:10.0989262][score/health_monitor/src/rust/worker.rs:121][8244][HMON][INFO] Monitoring thread started.
[2026/06/01 13:07:10.0990149][score/health_monitor/src/rust/deadline/deadline_monitor.rs:217][8244][HMON][ERROR] Deadline DeadlineTag(deadline_1) stopped too early by 100 ms
[2026/06/01 13:07:10.1497675][score/health_monitor/src/rust/deadline/deadline_monitor.rs:267][8244][HMON][WARN] Deadline (DeadlineTag(deadline_1)) finished too early!
[2026/06/01 13:07:10.1497986][score/health_monitor/src/rust/worker.rs:58][8244][HMON][WARN] Deadline monitor with tag MonitorTag(deadline_monitor) reported error: TooEarly.
[2026/06/01 13:07:10.1498095][score/health_monitor/src/rust/heartbeat/heartbeat_monitor.rs:253][8244][HMON][WARN] Heartbeat occurred too early, offset to range: 100
[2026/06/01 13:07:10.1498145][score/health_monitor/src/rust/worker.rs:64][8244][HMON][WARN] Heartbeat monitor with tag MonitorTag(heartbeat_monitor) reported error: TooEarly.
[2026/06/01 13:07:10.1498203][score/health_monitor/src/rust/worker.rs:85][8244][HMON][WARN] One or more monitors reported errors, skipping AliveAPI notification.
[2026/06/01 13:07:10.1498247][score/health_monitor/src/rust/worker.rs:132][8244][HMON][INFO] Monitoring logic failed, stopping thread.
[2026/06/01 13:07:10.1498288][score/health_monitor/src/rust/worker.rs:139][8244][HMON][INFO] Monitoring thread exiting.
[       OK ] HealthMonitorTest.TestName (51 ms)
[----------] 1 test from HealthMonitorTest (51 ms total)

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

tests-report/score/launch_manager/exec_error_domain_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager:exec_error_domain_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from ExecErrorDomainTest
[ RUN      ] ExecErrorDomainTest.AllKnownCodesReturnNonEmptyMessage
[       OK ] ExecErrorDomainTest.AllKnownCodesReturnNonEmptyMessage (0 ms)
[ RUN      ] ExecErrorDomainTest.AllKnownCodesHaveDistinctMessages
[       OK ] ExecErrorDomainTest.AllKnownCodesHaveDistinctMessages (0 ms)
[ RUN      ] ExecErrorDomainTest.UnknownCodeReturnsNonEmptyMessage
[       OK ] ExecErrorDomainTest.UnknownCodeReturnsNonEmptyMessage (0 ms)
[----------] 3 tests from ExecErrorDomainTest (0 ms total)

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

tests-report/score/launch_manager/daemon/src/process_state_client/process_state_client_ut/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/process_state_client:process_state_client_ut
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from ProcessStateClient_UT
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds
[       OK ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds (0 ms)
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds (0 ms)
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds (8 ms)
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/01 13:07:07.9227519 1538361 000 ECU1 NONE LM log error verbose 1 Failed to queue posix process 
2026/06/01 13:07:07.9227520 1538363 000 ECU1 NONE LM log error verbose 1 ProcessStateReceiver::getNextChangedPosixProcess: Overflow occurred, will be reported as kCommunicationError 
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails (5 ms)
[----------] 4 tests from ProcessStateClient_UT (15 ms total)

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

tests-report/score/launch_manager/daemon/src/recovery_client/recovery_client_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/recovery_client:recovery_client_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from RecoveryClientTest
[ RUN      ] RecoveryClientTest.SendSingleRequest
[       OK ] RecoveryClientTest.SendSingleRequest (0 ms)
[ RUN      ] RecoveryClientTest.GetNextRequest
[       OK ] RecoveryClientTest.GetNextRequest (0 ms)
[ RUN      ] RecoveryClientTest.GetNextRequestEmpty
[       OK ] RecoveryClientTest.GetNextRequestEmpty (0 ms)
[ RUN      ] RecoveryClientTest.RingBufferFull
[       OK ] RecoveryClientTest.RingBufferFull (0 ms)
[ RUN      ] RecoveryClientTest.FIFOOrdering
[       OK ] RecoveryClientTest.FIFOOrdering (0 ms)
[----------] 5 tests from RecoveryClientTest (2 ms total)

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

tests-report/score/launch_manager/daemon/src/alive_monitor/details/supervision/Alive_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details/supervision:Alive_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from AliveSupervisionTest
[ RUN      ] AliveSupervisionTest.AliveTransitionsOkToExpiredOnMissingHeartbeat
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/06/02 14:24:07.247652 1144903 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0 
[       OK ] AliveSupervisionTest.AliveTransitionsOkToExpiredOnMissingHeartbeat (49 ms)
[ RUN      ] AliveSupervisionTest.AliveStaysOkWithCorrectHeartbeats
[       OK ] AliveSupervisionTest.AliveStaysOkWithCorrectHeartbeats (0 ms)
[ RUN      ] AliveSupervisionTest.AliveReportsEnqueueFailureWhenRingBufferFull
2026/06/02 14:24:07.247653 1144915 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0 
2026/06/02 14:24:07.247653 1144916 000 ECU1 NONE Sprv log error verbose 3 Failed to enqueue recovery request for alive supervision test_alive failure (ring buffer full) 
[       OK ] AliveSupervisionTest.AliveReportsEnqueueFailureWhenRingBufferFull (0 ms)
[ RUN      ] AliveSupervisionTest.AliveDebouncesThroughFailedBeforeExpired
2026/06/02 14:24:07.247653 1144918 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to FAILED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 1 / 1 
2026/06/02 14:24:07.247654 1144918 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( test_alive ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 2 / 1 
[       OK ] AliveSupervisionTest.AliveDebouncesThroughFailedBeforeExpired (0 ms)
[----------] 4 tests from AliveSupervisionTest (50 ms total)

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

tests-report/score/launch_manager/daemon/src/alive_monitor/details/ifappl/MonitorIfDaemon_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/alive_monitor/details/ifappl:MonitorIfDaemon_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 16 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 16 tests from MonitorIfDaemonTest
[ RUN      ] MonitorIfDaemonTest.GetInterfaceName_ReturnsNameGivenAtConstruction
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
[       OK ] MonitorIfDaemonTest.GetInterfaceName_ReturnsNameGivenAtConstruction (2 ms)
[ RUN      ] MonitorIfDaemonTest.InitiallyInactive_CheckForNewData_DoesNotNotifyCheckpoint
[       OK ] MonitorIfDaemonTest.InitiallyInactive_CheckForNewData_DoesNotNotifyCheckpoint (0 ms)
[ RUN      ] MonitorIfDaemonTest.ProcessOffBeforeActivation_RemainsInactive
[       OK ] MonitorIfDaemonTest.ProcessOffBeforeActivation_RemainsInactive (0 ms)
[ RUN      ] MonitorIfDaemonTest.ProcessRunning_ActivatesMonitorOnNextCheckForNewData
[       OK ] MonitorIfDaemonTest.ProcessRunning_ActivatesMonitorOnNextCheckForNewData (0 ms)
[ RUN      ] MonitorIfDaemonTest.ProcessStarting_AlsoActivatesMonitor
[       OK ] MonitorIfDaemonTest.ProcessStarting_AlsoActivatesMonitor (0 ms)
[ RUN      ] MonitorIfDaemonTest.ProcessOff_DeactivatesMonitor_NoFurtherDataForwarded
[       OK ] MonitorIfDaemonTest.ProcessOff_DeactivatesMonitor_NoFurtherDataForwarded (0 ms)
[ RUN      ] MonitorIfDaemonTest.Active_CheckpointDataForwarded
[       OK ] MonitorIfDaemonTest.Active_CheckpointDataForwarded (0 ms)
[ RUN      ] MonitorIfDaemonTest.Active_FutureTimestamp_NotForwardedInCurrentCycle
[       OK ] MonitorIfDaemonTest.Active_FutureTimestamp_NotForwardedInCurrentCycle (0 ms)
[ RUN      ] MonitorIfDaemonTest.Active_FutureTimestampCheckpoint_ConsumedInLaterCycle
[       OK ] MonitorIfDaemonTest.Active_FutureTimestampCheckpoint_ConsumedInLaterCycle (0 ms)
[ RUN      ] MonitorIfDaemonTest.Active_NonMatchingCheckpointId_NotForwarded
[       OK ] MonitorIfDaemonTest.Active_NonMatchingCheckpointId_NotForwarded (0 ms)
[ RUN      ] MonitorIfDaemonTest.Active_MultipleCheckpointsInOneCycle_AllForwarded
[       OK ] MonitorIfDaemonTest.Active_MultipleCheckpointsInOneCycle_AllForwarded (0 ms)
[ RUN      ] MonitorIfDaemonTest.Active_TwoAttachedCheckpoints_RoutedByCheckpointId
[       OK ] MonitorIfDaemonTest.Active_TwoAttachedCheckpoints_RoutedByCheckpointId (0 ms)
[ RUN      ] MonitorIfDaemonTest.Active_OverflowDetected_TransitionsToInactiveOverflow
2026/06/02 14:24:06.246339 1131770 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface 
[       OK ] MonitorIfDaemonTest.Active_OverflowDetected_TransitionsToInactiveOverflow (1 ms)
[ RUN      ] MonitorIfDaemonTest.InactiveOverflow_NoProcessRestart_DoesNotRepeatNotification
2026/06/02 14:24:06.246339 1131775 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface 
[       OK ] MonitorIfDaemonTest.InactiveOverflow_NoProcessRestart_DoesNotRepeatNotification (0 ms)
[ RUN      ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestarts_PushesOverflowNotificationAgain
2026/06/02 14:24:06.246340 1131778 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface 
[       OK ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestarts_PushesOverflowNotificationAgain (0 ms)
[ RUN      ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestartFlag_ClearedAfterNotification
2026/06/02 14:24:06.246340 1131781 000 ECU1 NONE Sprv log warn verbose 3 MonitorInterface: Potential data loss of checkpoint ring buffer occurred. Instance: test_interface 
[       OK ] MonitorIfDaemonTest.InactiveOverflow_ProcessRestartFlag_ClearedAfterNotification (0 ms)
[----------] 16 tests from MonitorIfDaemonTest (7 ms total)

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

tests-report/score/launch_manager/daemon/src/common/identifier_hash_UT/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common:identifier_hash_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from IdentifierHashTest
[ RUN      ] IdentifierHashTest.IdentifierHash_with_string_view_created
[       OK ] IdentifierHashTest.IdentifierHash_with_string_view_created (0 ms)
[ RUN      ] IdentifierHashTest.IdentifierHash_with_string_created
[       OK ] IdentifierHashTest.IdentifierHash_with_string_created (0 ms)
[ RUN      ] IdentifierHashTest.IdentifierHash_default_created
[       OK ] IdentifierHashTest.IdentifierHash_default_created (0 ms)
[ RUN      ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation
[       OK ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation (0 ms)
[ RUN      ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies
[       OK ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies (0 ms)
[ RUN      ] IdentifierHashTest.IdentifierHash_EqualityOperators
[       OK ] IdentifierHashTest.IdentifierHash_EqualityOperators (0 ms)
[ RUN      ] IdentifierHashTest.IdentifierHash_LessThanOperator
[       OK ] IdentifierHashTest.IdentifierHash_LessThanOperator (0 ms)
[----------] 7 tests from IdentifierHashTest (0 ms total)

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

tests-report/score/launch_manager/daemon/src/common/concurrency/mpmc_concurrent_queue_tsan_test/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common/concurrency:mpmc_concurrent_queue_tsan_test
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 15 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from MPMCConcurrentQueueTest_Basic
[ RUN      ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem
[       OK ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder
[       OK ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem
[       OK ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType
[       OK ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure
[       OK ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure (20 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (21 ms total)

[----------] 2 tests from MPMCConcurrentQueueTest_Timeout
[ RUN      ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable
[       OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull
[       OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull (20 ms)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout (20 ms total)

[----------] 3 tests from MPMCConcurrentQueueTest_Stop
[ RUN      ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop
[       OK ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty
[       OK ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop
[       OK ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop (0 ms)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop (0 ms total)

[----------] 4 tests from MPMCConcurrentQueueTest_Blocking
[ RUN      ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable
[       OK ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull
[       OK ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer
[       OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer
[       OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer (0 ms)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking (0 ms total)

[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN      ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[       OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (1 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (1 ms total)

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

tests-report/score/launch_manager/daemon/src/common/concurrency/mpmc_concurrent_queue_test/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //score/launch_manager/daemon/src/common/concurrency:mpmc_concurrent_queue_test
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 15 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from MPMCConcurrentQueueTest_Basic
[ RUN      ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem
[       OK ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder
[       OK ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem
[       OK ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType
[       OK ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure
[       OK ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure (20 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (20 ms total)

[----------] 2 tests from MPMCConcurrentQueueTest_Timeout
[ RUN      ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable
[       OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull
[       OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull (20 ms)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout (20 ms total)

[----------] 3 tests from MPMCConcurrentQueueTest_Stop
[ RUN      ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop
[       OK ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty
[       OK ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop
[       OK ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop (0 ms)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop (0 ms total)

[----------] 4 tests from MPMCConcurrentQueueTest_Blocking
[ RUN      ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable
[       OK ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull
[       OK ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer
[       OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer (0 ms)
[ RUN      ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer
[       OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer (0 ms)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking (0 ms total)

[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN      ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[       OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (0 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (0 ms total)

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

tests-report/tests/integration/smoke/smoke/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/smoke:smoke
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/870/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/smoke/smoke.runfiles/score_itf+
configfile: pytest.ini
collected 1 item

../score_itf+::test_smoke 
-------------------------------- live log setup --------------------------------
[2026-06-02 14:24:20.914] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-02 14:24:21.042] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:21.043] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:21.043] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:21.043] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:21.051] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:21.093] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-02 14:24:21.094] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/json HTTP/1.1" 200 None
[2026-06-02 14:24:21.233] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/start HTTP/1.1" 204 0
[2026-06-02 14:24:21.234] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:21.234] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:21.234] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:21.234] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:21.239] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:21.241] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/exec HTTP/1.1" 201 74
[2026-06-02 14:24:21.242] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/6f4c0296f1d012bea6d235fa4a11fb1683d3dc902ac6929fe72a85ef464e7c2f/start HTTP/1.1" 101 0
[2026-06-02 14:24:21.293] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/6f4c0296f1d012bea6d235fa4a11fb1683d3dc902ac6929fe72a85ef464e7c2f/json HTTP/1.1" 200 390
[2026-06-02 14:24:21.346] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-06-02 14:24:21.348] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/exec HTTP/1.1" 201 74
[2026-06-02 14:24:21.349] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/a5202b134d186fd420a08d1bdc30cd529fac992f27795264f84840296335b5c1/start HTTP/1.1" 101 0
[2026-06-02 14:24:21.434] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/a5202b134d186fd420a08d1bdc30cd529fac992f27795264f84840296335b5c1/json HTTP/1.1" 200 416
[2026-06-02 14:24:21.435] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-02 14:24:21.436] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/exec HTTP/1.1" 201 74
[2026-06-02 14:24:21.437] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/521665107c8bcf8520c8bc69d7ce145d85182f6c6f9a20d5fa2f7df3a8739a27/start HTTP/1.1" 101 0
[2026-06-02 14:24:21.489] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/521665107c8bcf8520c8bc69d7ce145d85182f6c6f9a20d5fa2f7df3a8739a27/json HTTP/1.1" 200 404
[2026-06-02 14:24:21.491] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/exec HTTP/1.1" 201 74
[2026-06-02 14:24:21.492] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/b72fedefbcc6e0c6e84555491b34608ce52e10aaa4fd15b7497944128e1d7e60/start HTTP/1.1" 101 0
[2026-06-02 14:24:21.544] [INFO] [launch_manager] mw::log
[2026-06-02 14:24:21.544] [INFO] [launch_manager] initialization error:
[2026-06-02 14:24:21.544] [INFO] [launch_manager] Error No logging configuration files could be found.
[2026-06-02 14:24:21.544] [INFO] [launch_manager] occurred with context information:
[2026-06-02 14:24:21.544] [INFO] [launch_manager] Failed to load configuration files. Fallback to console logging.
[2026-06-02 14:24:21.545] [INFO] [launch_manager] 2026/06/02 14:24:21.261540 1283784 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-02 14:24:21.546] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/b72fedefbcc6e0c6e84555491b34608ce52e10aaa4fd15b7497944128e1d7e60/json HTTP/1.1" 200 442
[2026-06-02 14:24:21.547] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:21.553] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/exec HTTP/1.1" 201 74
[2026-06-02 14:24:21.555] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/b1ad294b4ef1ec12bedaa767f327fa06f2e7d21d268a46b5b4615ea1d554e120/start HTTP/1.1" 101 0
[2026-06-02 14:24:21.562] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:21.563] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-02 14:24:21.563] [INFO] [launch_manager] [ RUN      ] Smoke.Daemon
[2026-06-02 14:24:21.563] [INFO] [launch_manager] [ STEP     ] Control daemon report kRunning
[2026-06-02 14:24:21.564] [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-06-02 14:24:21.564] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-06-02 14:24:21.565] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Running
[2026-06-02 14:24:21.566] [INFO] [launch_manager] 2026/06/02 14:24:21.261566 1284041 000 ECU1 NONE LM log fatal verbose 3 clock() at failed initial state transition: 30.604000 ms
[2026-06-02 14:24:21.570] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:21.570] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:21.571] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-06-02 14:24:21.571] [INFO] [launch_manager] [ RUN      ] Smoke.Process
[2026-06-02 14:24:21.573] [INFO] [launch_manager] [       OK ] Smoke.Process (2 ms)
[2026-06-02 14:24:21.573] [INFO] [launch_manager] [----------] 1 test from Smoke (2 ms total)
[2026-06-02 14:24:21.573] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:21.573] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-02 14:24:21.573] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:21.612] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/b1ad294b4ef1ec12bedaa767f327fa06f2e7d21d268a46b5b4615ea1d554e120/json HTTP/1.1" 200 404
[2026-06-02 14:24:21.612] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:21.662] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-06-02 14:24:21.662] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Startup
[2026-06-02 14:24:21.762] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-02 14:24:21.762] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-02 14:24:21.763] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-02 14:24:21.864] [INFO] [launch_manager] [       OK ] Smoke.Daemon (302 ms)
[2026-06-02 14:24:21.864] [INFO] [launch_manager] [----------] 1 test from Smoke (303 ms total)
[2026-06-02 14:24:21.864] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:21.864] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (318 ms total)
[2026-06-02 14:24:21.865] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:22.115] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/b72fedefbcc6e0c6e84555491b34608ce52e10aaa4fd15b7497944128e1d7e60/json HTTP/1.1" 200 442
[2026-06-02 14:24:22.117] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/exec HTTP/1.1" 201 74
[2026-06-02 14:24:22.119] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/8cb9593e1096337bffb090a36921cda538abfbf8654d920ebfd05ff267ff8cf0/start HTTP/1.1" 101 0
[2026-06-02 14:24:22.168] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/8cb9593e1096337bffb090a36921cda538abfbf8654d920ebfd05ff267ff8cf0/json HTTP/1.1" 200 404
[2026-06-02 14:24:22.169] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/exec HTTP/1.1" 201 74
[2026-06-02 14:24:22.171] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/af2ee530ce7ecd7afa2743d1f857471f7bbd67022dead2fc4744a55ff6e867c4/start HTTP/1.1" 101 0
[2026-06-02 14:24:22.220] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/af2ee530ce7ecd7afa2743d1f857471f7bbd67022dead2fc4744a55ff6e867c4/json HTTP/1.1" 200 389
[2026-06-02 14:24:22.722] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/b72fedefbcc6e0c6e84555491b34608ce52e10aaa4fd15b7497944128e1d7e60/json HTTP/1.1" 200 440
[2026-06-02 14:24:22.724] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/exec HTTP/1.1" 201 74
[2026-06-02 14:24:22.726] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/003ab6f7951eaa39a973bf2bc7d41054fd87bff47913f0cc92f06f83fa183474/start HTTP/1.1" 101 0
[2026-06-02 14:24:22.794] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/003ab6f7951eaa39a973bf2bc7d41054fd87bff47913f0cc92f06f83fa183474/json HTTP/1.1" 200 402
[2026-06-02 14:24:22.797] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fcontrol_daemon_mock.xml HTTP/1.1" 200 None
[2026-06-02 14:24:22.801] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/exec HTTP/1.1" 201 74
[2026-06-02 14:24:22.806] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/4cbeccabe6f297dd3cf6984ac8a90620f2a72c94219e953a801fede6bed2082b/start HTTP/1.1" 101 0
[2026-06-02 14:24:22.859] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/4cbeccabe6f297dd3cf6984ac8a90620f2a72c94219e953a801fede6bed2082b/json HTTP/1.1" 200 420
[2026-06-02 14:24:22.864] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fgtest_process.xml HTTP/1.1" 200 None
[2026-06-02 14:24:22.867] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/exec HTTP/1.1" 201 74
[2026-06-02 14:24:22.869] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/14e1e85bc06d631ec81428379ad553d746a9a7810c734f0c7df89b6a15654ede/start HTTP/1.1" 101 0
[2026-06-02 14:24:22.921] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/14e1e85bc06d631ec81428379ad553d746a9a7810c734f0c7df89b6a15654ede/json HTTP/1.1" 200 414
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-06-02 14:24:23.037] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928/stop?t=1 HTTP/1.1" 204 0
[2026-06-02 14:24:23.050] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/61c8df6dd88f0d7780e80be978239930edd7adb4cde70ee575cc62d9b6b4a928?v=False&link=False&force=True HTTP/1.1" 204 0


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

tests-report/tests/integration/process_launch_args/process_launch_args/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/process_launch_args:process_launch_args
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/867/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/process_launch_args/process_launch_args.runfiles/score_itf+
configfile: pytest.ini
collected 1 item

../score_itf+::test_process_launch_args 
-------------------------------- live log setup --------------------------------
[2026-06-02 14:24:10.530] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-02 14:24:13.139] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:13.139] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:13.139] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:13.140] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:13.151] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:15.060] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-02 14:24:15.062] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/json HTTP/1.1" 200 None
[2026-06-02 14:24:15.309] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/start HTTP/1.1" 204 0
[2026-06-02 14:24:15.310] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:15.310] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:15.310] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:15.310] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:15.319] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:15.321] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.323] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d84de118ff694f7b68688b4b5ad7ad1abd07f40d0ca7e8d5a21b400d2f65fcaf/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.381] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d84de118ff694f7b68688b4b5ad7ad1abd07f40d0ca7e8d5a21b400d2f65fcaf/json HTTP/1.1" 200 390
[2026-06-02 14:24:15.419] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-06-02 14:24:15.421] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.433] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/148ab57650a7d2b77ea396f404cb36d1092076f529f23340b5b54ca87c238e8b/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.512] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/148ab57650a7d2b77ea396f404cb36d1092076f529f23340b5b54ca87c238e8b/json HTTP/1.1" 200 430
[2026-06-02 14:24:15.512] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-02 14:24:15.515] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.516] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/0e835e4795277250585d7fcdc174ea12fc9067e8df7e0ba1c369f9df336f4d55/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.589] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0e835e4795277250585d7fcdc174ea12fc9067e8df7e0ba1c369f9df336f4d55/json HTTP/1.1" 200 404
[2026-06-02 14:24:15.591] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.593] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/12853c14c37e18944b29f4825745c38146da20313ba934af5b0133294cd058e6/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.654] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/12853c14c37e18944b29f4825745c38146da20313ba934af5b0133294cd058e6/json HTTP/1.1" 200 456
[2026-06-02 14:24:15.656] [INFO] [launch_manager] mw::log
[2026-06-02 14:24:15.656] [INFO] [launch_manager] initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
[2026-06-02 14:24:15.657] [INFO] [launch_manager] 2026/06/02 14:24:15.255651 1224893 000 ECU1 NONE Fcty log warn verbose 2
[2026-06-02 14:24:15.657] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-02 14:24:15.657] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:15.657] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:15.657] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs
[2026-06-02 14:24:15.657] [INFO] [launch_manager] [ RUN      ] ProcessLaunchArgs.ProcessInitial
[2026-06-02 14:24:15.657] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-02 14:24:15.659] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.660] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-02 14:24:15.661] [INFO] [launch_manager] [ STEP     ] Check args
[2026-06-02 14:24:15.661] [INFO] [launch_manager] [ END STEP ] Check args
[2026-06-02 14:24:15.661] [INFO] [launch_manager] [       OK ] ProcessLaunchArgs.ProcessInitial (2 ms)
[2026-06-02 14:24:15.661] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs (2 ms total)
[2026-06-02 14:24:15.661] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:15.661] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-02 14:24:15.662] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:15.663] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/37c5fbb08a9025dce157110a7ac118744aa18e60f2e99e0c9d42689f23ffa3a9/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.734] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/37c5fbb08a9025dce157110a7ac118744aa18e60f2e99e0c9d42689f23ffa3a9/json HTTP/1.1" 200 404
[2026-06-02 14:24:15.738] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.739] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/fe1fd0b0e3b63f803921480a14d882fa9a8c0195a16913005190a8e075eb2828/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.782] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fe1fd0b0e3b63f803921480a14d882fa9a8c0195a16913005190a8e075eb2828/json HTTP/1.1" 200 389
[2026-06-02 14:24:16.285] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/12853c14c37e18944b29f4825745c38146da20313ba934af5b0133294cd058e6/json HTTP/1.1" 200 454
[2026-06-02 14:24:16.287] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/exec HTTP/1.1" 201 74
[2026-06-02 14:24:16.288] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/236792a9f4bce829b13236de54558c7c54bd8e61f3b7d5d646c3f9169bd6dfe8/start HTTP/1.1" 101 0
[2026-06-02 14:24:16.379] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/236792a9f4bce829b13236de54558c7c54bd8e61f3b7d5d646c3f9169bd6dfe8/json HTTP/1.1" 200 416
[2026-06-02 14:24:16.383] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/archive?path=%2Ftmp%2Ftests%2Fprocess_launch_args%2Fprocess_initial.xml HTTP/1.1" 200 None
[2026-06-02 14:24:16.386] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/exec HTTP/1.1" 201 74
[2026-06-02 14:24:16.388] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9c8553f91db2d82f042d8677aef37f6080f8778fea0f0864961b5ceb92519c68/start HTTP/1.1" 101 0
[2026-06-02 14:24:16.440] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9c8553f91db2d82f042d8677aef37f6080f8778fea0f0864961b5ceb92519c68/json HTTP/1.1" 200 430
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-06-02 14:24:16.646] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741/stop?t=1 HTTP/1.1" 204 0
[2026-06-02 14:24:16.664] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/97ec6362380b02d9d079e4cef03bf1a2f6e0b263f01cd1e0f1c9a0ae2590c741?v=False&link=False&force=True HTTP/1.1" 204 0


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

tests-report/tests/integration/crash_on_startup/crash_on_startup/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/crash_on_startup:crash_on_startup
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/865/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/crash_on_startup/crash_on_startup.runfiles/score_itf+
configfile: pytest.ini
collected 1 item

../score_itf+::test_crash_on_startup 
-------------------------------- live log setup --------------------------------
[2026-06-02 14:24:10.452] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-02 14:24:13.697] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:13.698] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:13.698] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:13.698] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:13.708] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:15.060] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-02 14:24:15.062] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/json HTTP/1.1" 200 None
[2026-06-02 14:24:15.320] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/start HTTP/1.1" 204 0
[2026-06-02 14:24:15.321] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:15.321] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:15.321] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:15.322] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:15.334] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:15.337] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.339] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/8673f870da2d0d624d1703ff9680d39b31b1956c1ec93eb9d9181cc1eda9cec5/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.405] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/8673f870da2d0d624d1703ff9680d39b31b1956c1ec93eb9d9181cc1eda9cec5/json HTTP/1.1" 200 390
[2026-06-02 14:24:15.465] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-06-02 14:24:15.466] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.468] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9ddcfb5feb582939cd7414ed8fb147211e6e028a9e038c5591498256ae96c98e/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.562] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9ddcfb5feb582939cd7414ed8fb147211e6e028a9e038c5591498256ae96c98e/json HTTP/1.1" 200 427
[2026-06-02 14:24:15.562] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-02 14:24:15.564] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.566] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/559739ddcfbe38d7d4875992f600a087289154fdcf914b4ca21a5c1bce964b1f/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.622] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/559739ddcfbe38d7d4875992f600a087289154fdcf914b4ca21a5c1bce964b1f/json HTTP/1.1" 200 404
[2026-06-02 14:24:15.624] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.626] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d3cd87170c138767a122d53564db5cc0d0d94ed91f9ef795e3dca78fd535e34c/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.696] [INFO] [launch_manager] 2026/06/02 14:24:15.255690 1225288 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-02 14:24:15.697] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d3cd87170c138767a122d53564db5cc0d0d94ed91f9ef795e3dca78fd535e34c/json HTTP/1.1" 200 453
[2026-06-02 14:24:15.697] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:15.698] [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-06-02 14:24:15.698] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:15.698] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-02 14:24:15.699] [INFO] [launch_manager] [ RUN      ] CrashOnStartup.ControlClientMock
[2026-06-02 14:24:15.699] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-02 14:24:15.699] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.701] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/08904ac45ecf979337d7245373cab4ade86b144344fc9c6e041ece6f56291218/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.701] [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-06-02 14:24:15.701] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-02 14:24:15.702] [INFO] [launch_manager] [ STEP     ] Launch process crashing on startup twice
[2026-06-02 14:24:15.702] [INFO] [launch_manager] 2026/06/02 14:24:15.255702 1225405 000 ECU1 NONE LM log fatal verbose 3 clock() at failed initial state transition: 37.877000 ms
[2026-06-02 14:24:15.707] [INFO] [launch_manager] Process crashing on startup...
[2026-06-02 14:24:15.757] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/08904ac45ecf979337d7245373cab4ade86b144344fc9c6e041ece6f56291218/json HTTP/1.1" 200 404
[2026-06-02 14:24:15.758] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:15.809] [INFO] [launch_manager] 2026/06/02 14:24:15.255808 1226468 000 ECU1 NONE LM log warn verbose 7 unexpected termination of process 1 pid 71 ( process_crashing_on_startup_twice )
[2026-06-02 14:24:15.913] [INFO] [launch_manager] 2026/06/02 14:24:15.255912 1227504 000 ECU1 NONE LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-06-02 14:24:15.914] [INFO] [launch_manager] Process crashing on startup...
[2026-06-02 14:24:15.992] [INFO] [launch_manager] 2026/06/02 14:24:15.255992 1228301 000 ECU1 NONE LM log warn verbose 7 unexpected termination of process 1 pid 77 ( process_crashing_on_startup_twice )
[2026-06-02 14:24:16.098] [INFO] [launch_manager] 2026/06/02 14:24:16.256097 1229358 000 ECU1 NONE LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-06-02 14:24:16.100] [INFO] [launch_manager] Process starting successfully...
[2026-06-02 14:24:16.100] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:16.100] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:16.100] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-06-02 14:24:16.101] [INFO] [launch_manager] [ RUN      ] CrashOnStartup.ProcessCrashingOnStartupTwice
[2026-06-02 14:24:16.101] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-02 14:24:16.102] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-02 14:24:16.103] [INFO] [launch_manager] [       OK ] CrashOnStartup.ProcessCrashingOnStartupTwice (2 ms)
[2026-06-02 14:24:16.103] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2 ms total)
[2026-06-02 14:24:16.103] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:16.103] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-02 14:24:16.103] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:16.197] [INFO] [launch_manager] [ END STEP ] Launch process crashing on startup twice
[2026-06-02 14:24:16.198] [INFO] [launch_manager] [ STEP     ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-02 14:24:16.198] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-06-02 14:24:16.198] [INFO] [launch_manager] [ STEP     ] Attempt to launch process crashing on startup always
[2026-06-02 14:24:16.203] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-02 14:24:16.259] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d3cd87170c138767a122d53564db5cc0d0d94ed91f9ef795e3dca78fd535e34c/json HTTP/1.1" 200 453
[2026-06-02 14:24:16.262] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:16.277] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/35c8f351ccec422ffa1b09ad11effb5b9217dd86ab6a9c974a1653b9b9b65d9e/start HTTP/1.1" 101 0
[2026-06-02 14:24:16.347] [INFO] [launch_manager] 2026/06/02 14:24:16.256332 1231704 000 ECU1 NONE LM log warn verbose 7 unexpected termination of process 2 pid 79 ( process_crashing_on_startup_always )
[2026-06-02 14:24:16.370] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/35c8f351ccec422ffa1b09ad11effb5b9217dd86ab6a9c974a1653b9b9b65d9e/json HTTP/1.1" 200 404
[2026-06-02 14:24:16.370] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:16.452] [INFO] [launch_manager] 2026/06/02 14:24:16.256441 1232795 000 ECU1 NONE LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always ) 
[2026-06-02 14:24:16.454] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-02 14:24:16.604] [INFO] [launch_manager] 2026/06/02 14:24:16.256604 1234422 000 ECU1 NONE LM log warn verbose 7 unexpected termination of process 2 pid 85 ( process_crashing_on_startup_always )
[2026-06-02 14:24:16.716] [INFO] [launch_manager] 2026/06/02 14:24:16.256716 1235539 000 ECU1 NONE LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-06-02 14:24:16.718] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-06-02 14:24:16.873] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d3cd87170c138767a122d53564db5cc0d0d94ed91f9ef795e3dca78fd535e34c/json HTTP/1.1" 200 453
[2026-06-02 14:24:16.881] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:16.896] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/16078ad6627ee52c7dedfe2812f254a00fef1a03c763bda2496b6ffadb294ad3/start HTTP/1.1" 101 0
[2026-06-02 14:24:16.957] [INFO] [launch_manager] 2026/06/02 14:24:16.256957 1237949 000 ECU1 NONE LM log warn verbose 7
[2026-06-02 14:24:16.957] [INFO] [launch_manager] unexpected termination of process 2 pid 86 ( process_crashing_on_startup_always )
[2026-06-02 14:24:16.960] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/16078ad6627ee52c7dedfe2812f254a00fef1a03c763bda2496b6ffadb294ad3/json HTTP/1.1" 200 404
[2026-06-02 14:24:16.960] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:17.076] [INFO] [launch_manager] 2026/06/02 14:24:17.257061 1238994 000 ECU1 NONE LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always ) 
[2026-06-02 14:24:17.076] [INFO] [launch_manager] 2026/06/02 14:24:17.257063 1239010 000 ECU1 NONE LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-02 14:24:17.099] [INFO] [launch_manager] [ END STEP ] Attempt to launch process crashing on startup always
[2026-06-02 14:24:17.511] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d3cd87170c138767a122d53564db5cc0d0d94ed91f9ef795e3dca78fd535e34c/json HTTP/1.1" 200 453
[2026-06-02 14:24:17.513] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:17.519] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/20ee40afac2b8342ad4faf86b47c16fd65583d17120a3ad1d5ba641f2d70690b/start HTTP/1.1" 101 0
[2026-06-02 14:24:17.580] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/20ee40afac2b8342ad4faf86b47c16fd65583d17120a3ad1d5ba641f2d70690b/json HTTP/1.1" 200 404
[2026-06-02 14:24:17.580] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:18.082] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d3cd87170c138767a122d53564db5cc0d0d94ed91f9ef795e3dca78fd535e34c/json HTTP/1.1" 200 453
[2026-06-02 14:24:18.083] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:18.087] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/1b5b982f3ff9d953e0f0ab11ac9660c9b3fb2f1b895929fe75d212326898496e/start HTTP/1.1" 101 0
[2026-06-02 14:24:18.100] [INFO] [launch_manager] [ STEP     ] Verify fallback run target was activated
[2026-06-02 14:24:18.101] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was activated
[2026-06-02 14:24:18.101] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-02 14:24:18.103] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-02 14:24:18.141] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/1b5b982f3ff9d953e0f0ab11ac9660c9b3fb2f1b895929fe75d212326898496e/json HTTP/1.1" 200 404
[2026-06-02 14:24:18.141] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:18.205] [INFO] [launch_manager] [       OK ] CrashOnStartup.ControlClientMock (2507 ms)
[2026-06-02 14:24:18.205] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2507 ms total)
[2026-06-02 14:24:18.205] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:18.205] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2508 ms total)
[2026-06-02 14:24:18.205] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:18.642] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d3cd87170c138767a122d53564db5cc0d0d94ed91f9ef795e3dca78fd535e34c/json HTTP/1.1" 200 453
[2026-06-02 14:24:18.644] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:18.645] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/4ed1e6ddbdd5d8908b2d109ed22811c405d1765875763622ccb8f170022140a0/start HTTP/1.1" 101 0
[2026-06-02 14:24:18.696] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/4ed1e6ddbdd5d8908b2d109ed22811c405d1765875763622ccb8f170022140a0/json HTTP/1.1" 200 404
[2026-06-02 14:24:18.698] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:18.700] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/7b6dc0ee562deb68291fb9af66c4d4b56b15e5d1aac0d80f359d6a4e22d91e9b/start HTTP/1.1" 101 0
[2026-06-02 14:24:18.756] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/7b6dc0ee562deb68291fb9af66c4d4b56b15e5d1aac0d80f359d6a4e22d91e9b/json HTTP/1.1" 200 389
[2026-06-02 14:24:19.259] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d3cd87170c138767a122d53564db5cc0d0d94ed91f9ef795e3dca78fd535e34c/json HTTP/1.1" 200 451
[2026-06-02 14:24:19.260] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.266] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/bec6fbb4c313a7f9b45b4745ed86370356d3e6cba35f837f294c7985d3896ea1/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.328] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/bec6fbb4c313a7f9b45b4745ed86370356d3e6cba35f837f294c7985d3896ea1/json HTTP/1.1" 200 413
[2026-06-02 14:24:19.338] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/archive?path=%2Ftmp%2Ftests%2Fcrash_on_startup%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-06-02 14:24:19.359] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.361] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f2d41aacd79d91a08450e0d269df9309a63ab5c39f609ac7f8d5d9903b3ecaf1/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.445] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f2d41aacd79d91a08450e0d269df9309a63ab5c39f609ac7f8d5d9903b3ecaf1/json HTTP/1.1" 200 431
[2026-06-02 14:24:19.449] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/archive?path=%2Ftmp%2Ftests%2Fcrash_on_startup%2Fprocess_crashing_on_startup_twice.xml HTTP/1.1" 200 None
[2026-06-02 14:24:19.451] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.455] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/eb136242c3a15c3ed95db06e1ea79c0baa95c1086477c065d3b36bd810843698/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.503] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/eb136242c3a15c3ed95db06e1ea79c0baa95c1086477c065d3b36bd810843698/json HTTP/1.1" 200 445
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-06-02 14:24:19.624] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad/stop?t=1 HTTP/1.1" 204 0
[2026-06-02 14:24:19.642] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/7e77061544b5705878e195615225695cd77b89c3091fbc05805d2b3a97937cad?v=False&link=False&force=True HTTP/1.1" 204 0


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

tests-report/tests/integration/process_crash_monitoring/process_crash_monitoring/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/process_crash_monitoring:process_crash_monitoring
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/866/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/process_crash_monitoring/process_crash_monitoring.runfiles/score_itf+
configfile: pytest.ini
collected 1 item

../score_itf+::test_process_crash_monitoring 
-------------------------------- live log setup --------------------------------
[2026-06-02 14:24:10.445] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-02 14:24:13.692] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:13.693] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:13.693] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:13.693] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:13.703] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:15.060] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-02 14:24:15.062] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/json HTTP/1.1" 200 None
[2026-06-02 14:24:15.284] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/start HTTP/1.1" 204 0
[2026-06-02 14:24:15.284] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:15.285] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:15.286] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:15.287] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:15.295] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:15.297] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.299] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/a9b200e4d23d341b02f9c83b3e6baeae7867079e02804e23c4a6d5270cfc7acf/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.358] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/a9b200e4d23d341b02f9c83b3e6baeae7867079e02804e23c4a6d5270cfc7acf/json HTTP/1.1" 200 390
[2026-06-02 14:24:15.420] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-06-02 14:24:15.422] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.433] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/b62ff299a70ea7e96fcc6b1de05d0e15dea461861365495254b334c3b0cc7e1d/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.535] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/b62ff299a70ea7e96fcc6b1de05d0e15dea461861365495254b334c3b0cc7e1d/json HTTP/1.1" 200 435
[2026-06-02 14:24:15.536] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-02 14:24:15.538] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.539] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/413b157c2fd3e5dc1e19827edd62d4b91716c8ff95bd309780c59debf97eee61/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.595] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/413b157c2fd3e5dc1e19827edd62d4b91716c8ff95bd309780c59debf97eee61/json HTTP/1.1" 200 404
[2026-06-02 14:24:15.597] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.599] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/58a93f2f5b676e143ee7acd92977c3ae1170c3a22d6d97d78185c85189d9fc37/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.657] [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-06-02 14:24:15.660] [INFO] [launch_manager] 2026/06/02 14:24:15.255658 1224961 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-02 14:24:15.663] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/58a93f2f5b676e143ee7acd92977c3ae1170c3a22d6d97d78185c85189d9fc37/json HTTP/1.1" 200 461
[2026-06-02 14:24:15.665] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.667] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/7ef9051103d74674fd413878ef127c5f22523763bcd1ce910c9481caa76f90cf/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.669] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:15.669] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:15.669] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-02 14:24:15.669] [INFO] [launch_manager] [ RUN      ] ProcessCrashMonitoring.ControlClientMock
[2026-06-02 14:24:15.669] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-02 14:24:15.671] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-02 14:24:15.671] [INFO] [launch_manager] [ STEP     ] Start crashing process
[2026-06-02 14:24:15.673] [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-06-02 14:24:15.679] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:15.679] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:15.679] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-06-02 14:24:15.679] [INFO] [launch_manager] [ RUN      ] ProcessCrashMonitoring.CrashingProcess
[2026-06-02 14:24:15.679] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-02 14:24:15.680] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-02 14:24:15.680] [INFO] [launch_manager] [       OK ] ProcessCrashMonitoring.CrashingProcess (2 ms)
[2026-06-02 14:24:15.680] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2 ms total)
[2026-06-02 14:24:15.681] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:15.681] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-06-02 14:24:15.681] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:15.741] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/7ef9051103d74674fd413878ef127c5f22523763bcd1ce910c9481caa76f90cf/json HTTP/1.1" 200 404
[2026-06-02 14:24:15.742] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:15.769] [INFO] [launch_manager] [ END STEP ] Start crashing process
[2026-06-02 14:24:16.252] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/58a93f2f5b676e143ee7acd92977c3ae1170c3a22d6d97d78185c85189d9fc37/json HTTP/1.1" 200 461
[2026-06-02 14:24:16.256] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:16.257] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e8abe95c9ee0b2a924effcdd730ff0ee9af7c7c658961ad2805ec649cd68292e/start HTTP/1.1" 101 0
[2026-06-02 14:24:16.319] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e8abe95c9ee0b2a924effcdd730ff0ee9af7c7c658961ad2805ec649cd68292e/json HTTP/1.1" 200 404
[2026-06-02 14:24:16.319] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:16.678] [INFO] [launch_manager] Process crashing...
[2026-06-02 14:24:16.821] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/58a93f2f5b676e143ee7acd92977c3ae1170c3a22d6d97d78185c85189d9fc37/json HTTP/1.1" 200 461
[2026-06-02 14:24:16.822] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:16.824] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/bb3627bd175365094fccaf9bffde8335b699b347848c9513c38e0daeeabc5417/start HTTP/1.1" 101 0
[2026-06-02 14:24:16.882] [INFO] [launch_manager] 2026/06/02 14:24:16.256875 1237137 000 ECU1 NONE LM log warn verbose 7 unexpected termination of process 1 pid 69 ( component_crashing_on_runtime )
[2026-06-02 14:24:16.882] [INFO] [launch_manager] 2026/06/02 14:24:16.256876 1237139 000 ECU1 NONE LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-06-02 14:24:16.911] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/bb3627bd175365094fccaf9bffde8335b699b347848c9513c38e0daeeabc5417/json HTTP/1.1" 200 404
[2026-06-02 14:24:16.911] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:17.420] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/58a93f2f5b676e143ee7acd92977c3ae1170c3a22d6d97d78185c85189d9fc37/json HTTP/1.1" 200 461
[2026-06-02 14:24:17.425] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:17.432] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/259cac4572ccf47072ccae69701238768310d39a4445983129e81253b9a715da/start HTTP/1.1" 101 0
[2026-06-02 14:24:17.480] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/259cac4572ccf47072ccae69701238768310d39a4445983129e81253b9a715da/json HTTP/1.1" 200 404
[2026-06-02 14:24:17.481] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:17.771] [INFO] [launch_manager] [ STEP     ] Verify state changed to fallback run target
[2026-06-02 14:24:17.771] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-02 14:24:17.771] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-02 14:24:17.771] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-02 14:24:17.795] [INFO] [launch_manager] [       OK ] ProcessCrashMonitoring.ControlClientMock (2119 ms)
[2026-06-02 14:24:17.795] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2119 ms total)
[2026-06-02 14:24:17.795] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:17.795] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2119 ms total)
[2026-06-02 14:24:17.795] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:17.982] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/58a93f2f5b676e143ee7acd92977c3ae1170c3a22d6d97d78185c85189d9fc37/json HTTP/1.1" 200 461
[2026-06-02 14:24:17.984] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:17.988] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2ebbb83cf3ec9fa4ed5b0d8912a84d9331e0348ce52b04ec57379f2e55bd0986/start HTTP/1.1" 101 0
[2026-06-02 14:24:18.031] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2ebbb83cf3ec9fa4ed5b0d8912a84d9331e0348ce52b04ec57379f2e55bd0986/json HTTP/1.1" 200 404
[2026-06-02 14:24:18.033] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:18.035] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/b6f94e5a68bb0867a4faf7e954f0a65e8c5da9c1a6575726133c581ee07cc6a9/start HTTP/1.1" 101 0
[2026-06-02 14:24:18.139] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/b6f94e5a68bb0867a4faf7e954f0a65e8c5da9c1a6575726133c581ee07cc6a9/json HTTP/1.1" 200 389
[2026-06-02 14:24:18.641] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/58a93f2f5b676e143ee7acd92977c3ae1170c3a22d6d97d78185c85189d9fc37/json HTTP/1.1" 200 459
[2026-06-02 14:24:18.642] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:18.644] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/93857839e4883392b0210bc1b13502343ea50eea245f4de4fc74fb02298f50c8/start HTTP/1.1" 101 0
[2026-06-02 14:24:18.698] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/93857839e4883392b0210bc1b13502343ea50eea245f4de4fc74fb02298f50c8/json HTTP/1.1" 200 421
[2026-06-02 14:24:18.701] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/archive?path=%2Ftmp%2Ftests%2Fprocess_crash_monitoring%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-06-02 14:24:18.706] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:18.710] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d5a3eba62f542eec8d237c6cfdc5638e769fd7555cfed4f7ad348d311cb70eeb/start HTTP/1.1" 101 0
[2026-06-02 14:24:18.768] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d5a3eba62f542eec8d237c6cfdc5638e769fd7555cfed4f7ad348d311cb70eeb/json HTTP/1.1" 200 439
[2026-06-02 14:24:18.771] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/archive?path=%2Ftmp%2Ftests%2Fprocess_crash_monitoring%2Fprocess_crashing_on_runtime.xml HTTP/1.1" 200 None
[2026-06-02 14:24:18.773] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/exec HTTP/1.1" 201 74
[2026-06-02 14:24:18.775] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/0f66c04010aab650d6256700cbdf8d21038f0eb09ca5df284376bee5a5179124/start HTTP/1.1" 101 0
[2026-06-02 14:24:18.845] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0f66c04010aab650d6256700cbdf8d21038f0eb09ca5df284376bee5a5179124/json HTTP/1.1" 200 447
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-06-02 14:24:18.970] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679/stop?t=1 HTTP/1.1" 204 0
[2026-06-02 14:24:18.989] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/a5eb67388d7ba3a4d07332541ce7b1ada44a3e8b89ea70888713738173e7d679?v=False&link=False&force=True HTTP/1.1" 204 0


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

tests-report/tests/integration/switch_run_target/switch_run_target/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/switch_run_target:switch_run_target
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/869/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/switch_run_target/switch_run_target.runfiles/score_itf+
configfile: pytest.ini
collected 1 item

../score_itf+::test_switch_run_target 
-------------------------------- live log setup --------------------------------
[2026-06-02 14:24:20.548] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-02 14:24:20.649] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:20.650] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:20.650] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:20.650] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:20.658] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:20.678] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-02 14:24:20.679] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/json HTTP/1.1" 200 None
[2026-06-02 14:24:20.791] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/start HTTP/1.1" 204 0
[2026-06-02 14:24:20.791] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:20.791] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:20.791] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:20.791] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:20.798] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:20.799] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:20.801] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/1d1744839a1017230aa65416d64e27ec6158e3d1cf2283b6cb2fe7cd1f4541d6/start HTTP/1.1" 101 0
[2026-06-02 14:24:20.849] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/1d1744839a1017230aa65416d64e27ec6158e3d1cf2283b6cb2fe7cd1f4541d6/json HTTP/1.1" 200 390
[2026-06-02 14:24:20.907] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-06-02 14:24:20.909] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:20.910] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2bab1b96fa32183b2110862dea3aa986838e5025ae7751ec1c5716bacb76d564/start HTTP/1.1" 101 0
[2026-06-02 14:24:21.005] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2bab1b96fa32183b2110862dea3aa986838e5025ae7751ec1c5716bacb76d564/json HTTP/1.1" 200 428
[2026-06-02 14:24:21.006] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-02 14:24:21.008] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:21.011] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f764b50ca65be5054b818c8156959c3b0402b12348e07f14bafd30ef0ce01f74/start HTTP/1.1" 101 0
[2026-06-02 14:24:21.058] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f764b50ca65be5054b818c8156959c3b0402b12348e07f14bafd30ef0ce01f74/json HTTP/1.1" 200 404
[2026-06-02 14:24:21.060] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:21.061] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9c0d1f5706bfc10a18b9314e5047d342c92e79b19ba8b7c777fe66b3e86e78bf/start HTTP/1.1" 101 0
[2026-06-02 14:24:21.106] [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-06-02 14:24:21.106] [INFO] [launch_manager] 2026/06/02 14:24:21.261104 1279427 000 ECU1 NONE Fcty log warn verbose 2
[2026-06-02 14:24:21.106] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-02 14:24:21.107] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9c0d1f5706bfc10a18b9314e5047d342c92e79b19ba8b7c777fe66b3e86e78bf/json HTTP/1.1" 200 454
[2026-06-02 14:24:21.108] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:21.108] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:21.108] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget
[2026-06-02 14:24:21.108] [INFO] [launch_manager] [ RUN      ] SwitchRunTarget.ControlClientMock
[2026-06-02 14:24:21.108] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-02 14:24:21.109] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:21.110] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/4b4d67ad0c0ed5b949c35e0e780b6fcd0a194a3a963ae558d308ea644ace0235/start HTTP/1.1" 101 0
[2026-06-02 14:24:21.111] [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-06-02 14:24:21.111] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-02 14:24:21.111] [INFO] [launch_manager] [ STEP     ] Activate run target A
[2026-06-02 14:24:21.115] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:21.115] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:21.115] [INFO] [launch_manager] [----------] 1 test from ComponentD
[2026-06-02 14:24:21.115] [INFO] [launch_manager] [ RUN      ] ComponentD.RunAndVerify
[2026-06-02 14:24:21.115] [INFO] [launch_manager] [ STEP     ] Report running
[2026-06-02 14:24:21.117] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:21.117] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:21.117] [INFO] [launch_manager] [----------] 1 test from ComponentB
[2026-06-02 14:24:21.117] [INFO] [launch_manager] [ RUN      ] ComponentB.RunAndVerify
[2026-06-02 14:24:21.117] [INFO] [launch_manager] [ STEP     ] Verify startup order
[2026-06-02 14:24:21.118] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-02 14:24:21.118] [INFO] [launch_manager] [ STEP     ] Report running
[2026-06-02 14:24:21.118] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-02 14:24:21.119] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-02 14:24:21.125] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:21.125] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:21.126] [INFO] [launch_manager] [----------] 1 test from ComponentA
[2026-06-02 14:24:21.126] [INFO] [launch_manager] [ RUN      ] ComponentA.RunAndVerify
[2026-06-02 14:24:21.126] [INFO] [launch_manager] [ STEP     ] Report running
[2026-06-02 14:24:21.127] [INFO] [launch_manager] [ END STEP ] Report running
[2026-06-02 14:24:21.128] [INFO] [launch_manager] [ STEP     ] Verify startup order
[2026-06-02 14:24:21.128] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-06-02 14:24:21.183] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/4b4d67ad0c0ed5b949c35e0e780b6fcd0a194a3a963ae558d308ea644ace0235/json HTTP/1.1" 200 404
[2026-06-02 14:24:21.183] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:21.210] [INFO] [launch_manager] [ END STEP ] Activate run target A
[2026-06-02 14:24:21.210] [INFO] [launch_manager] [ STEP     ] Verify running processes
[2026-06-02 14:24:21.210] [INFO] [launch_manager] [ END STEP ] Verify running processes
[2026-06-02 14:24:21.210] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Startup
[2026-06-02 14:24:21.211] [INFO] [launch_manager] [ STEP     ] Verify termination order
[2026-06-02 14:24:21.211] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-06-02 14:24:21.211] [INFO] [launch_manager] [       OK ] ComponentA.RunAndVerify (85 ms)
[2026-06-02 14:24:21.211] [INFO] [launch_manager] [----------] 1 test from ComponentA (85 ms total)
[2026-06-02 14:24:21.211] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:21.212] [INFO] [launch_manager] [       OK ] ComponentD.RunAndVerify (96 ms)
[2026-06-02 14:24:21.212] [INFO] [launch_manager] [----------] 1 test from ComponentD (96 ms total)
[2026-06-02 14:24:21.213] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:21.213] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (85 ms total)
[2026-06-02 14:24:21.213] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:21.213] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (96 ms total)
[2026-06-02 14:24:21.213] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:21.218] [INFO] [launch_manager] [ STEP     ] Verify termination order
[2026-06-02 14:24:21.218] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-06-02 14:24:21.218] [INFO] [launch_manager] [       OK ] ComponentB.RunAndVerify (96 ms)
[2026-06-02 14:24:21.218] [INFO] [launch_manager] [----------] 1 test from ComponentB (96 ms total)
[2026-06-02 14:24:21.218] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:21.218] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (97 ms total)
[2026-06-02 14:24:21.218] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:21.310] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-06-02 14:24:21.310] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-06-02 14:24:21.311] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-06-02 14:24:21.412] [INFO] [launch_manager] [       OK ] SwitchRunTarget.ControlClientMock (302 ms)
[2026-06-02 14:24:21.412] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget (302 ms total)
[2026-06-02 14:24:21.412] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:21.412] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (303 ms total)
[2026-06-02 14:24:21.412] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:21.685] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9c0d1f5706bfc10a18b9314e5047d342c92e79b19ba8b7c777fe66b3e86e78bf/json HTTP/1.1" 200 454
[2026-06-02 14:24:21.686] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:21.687] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2db05a5e03b8b21016a967db76237549dae56875211e438838cac0f7db644993/start HTTP/1.1" 101 0
[2026-06-02 14:24:21.742] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2db05a5e03b8b21016a967db76237549dae56875211e438838cac0f7db644993/json HTTP/1.1" 200 404
[2026-06-02 14:24:21.744] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:21.746] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f8c37ded5e24635fcf480fad9b3b8a8c314d75e34e01d2b0df72f6a1da9db1a3/start HTTP/1.1" 101 0
[2026-06-02 14:24:21.810] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f8c37ded5e24635fcf480fad9b3b8a8c314d75e34e01d2b0df72f6a1da9db1a3/json HTTP/1.1" 200 389
[2026-06-02 14:24:22.312] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9c0d1f5706bfc10a18b9314e5047d342c92e79b19ba8b7c777fe66b3e86e78bf/json HTTP/1.1" 200 452
[2026-06-02 14:24:22.313] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:22.314] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/8dd74cb2d1f6eb25f0e4b90b8436ea0050a70708745702b010a0507518bfc459/start HTTP/1.1" 101 0
[2026-06-02 14:24:22.351] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/8dd74cb2d1f6eb25f0e4b90b8436ea0050a70708745702b010a0507518bfc459/json HTTP/1.1" 200 414
[2026-06-02 14:24:22.354] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcomponent_a.xml HTTP/1.1" 200 None
[2026-06-02 14:24:22.357] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:22.358] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/275f56caf5fcdddbdd49bc7ad0a0fdefa55ab4190338a419fe89ec4c071d5c30/start HTTP/1.1" 101 0
[2026-06-02 14:24:22.403] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/275f56caf5fcdddbdd49bc7ad0a0fdefa55ab4190338a419fe89ec4c071d5c30/json HTTP/1.1" 200 424
[2026-06-02 14:24:22.406] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcomponent_b.xml HTTP/1.1" 200 None
[2026-06-02 14:24:22.408] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:22.409] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/167c4a5c8da8c92c4d44a0114930aee53fcb9de6c06ad8102f2a75bc8155003e/start HTTP/1.1" 101 0
[2026-06-02 14:24:22.450] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/167c4a5c8da8c92c4d44a0114930aee53fcb9de6c06ad8102f2a75bc8155003e/json HTTP/1.1" 200 424
[2026-06-02 14:24:22.453] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcomponent_d.xml HTTP/1.1" 200 None
[2026-06-02 14:24:22.455] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:22.456] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9e17c6032c406b60c3569ff8e60fb78108460b74d8604ec755339c552d3e5fea/start HTTP/1.1" 101 0
[2026-06-02 14:24:22.493] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9e17c6032c406b60c3569ff8e60fb78108460b74d8604ec755339c552d3e5fea/json HTTP/1.1" 200 424
[2026-06-02 14:24:22.498] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-06-02 14:24:22.500] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/exec HTTP/1.1" 201 74
[2026-06-02 14:24:22.502] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2dff687d7dedfe323971e5359e5ef1e417606103bcae06624b8d24da7fae0c62/start HTTP/1.1" 101 0
[2026-06-02 14:24:22.563] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2dff687d7dedfe323971e5359e5ef1e417606103bcae06624b8d24da7fae0c62/json HTTP/1.1" 200 432
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-06-02 14:24:22.673] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca/stop?t=1 HTTP/1.1" 204 0
[2026-06-02 14:24:22.695] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/a8c6fb8a68e4c3b802fc8aa0021f242fa765b8483310c992288c8a61e743cbca?v=False&link=False&force=True HTTP/1.1" 204 0


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

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

../score_itf+::test_incorrect_config_non_reporting 
-------------------------------- live log setup --------------------------------
[2026-06-02 14:24:18.695] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-02 14:24:18.881] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:18.881] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:18.882] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:18.882] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:18.898] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:18.941] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-02 14:24:18.943] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/json HTTP/1.1" 200 None
[2026-06-02 14:24:19.077] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/start HTTP/1.1" 204 0
[2026-06-02 14:24:19.078] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:19.078] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:19.078] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:19.078] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:19.085] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:19.088] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.092] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/7a2d335fb8f19c89f233b7ffef8eeaf5f7e1f0f09b2ca1d7a73e624dae3e2dd6/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.142] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/7a2d335fb8f19c89f233b7ffef8eeaf5f7e1f0f09b2ca1d7a73e624dae3e2dd6/json HTTP/1.1" 200 390
[2026-06-02 14:24:19.170] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-06-02 14:24:19.171] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.173] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/df04650e7d6a1a1dcb2bd9c7284f14a7f71f2d5d29cb236e595f4bdbdf119848/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.282] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/df04650e7d6a1a1dcb2bd9c7284f14a7f71f2d5d29cb236e595f4bdbdf119848/json HTTP/1.1" 200 424
[2026-06-02 14:24:19.282] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-02 14:24:19.294] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.301] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/5e42b37e78c63f458ae5173f33a4348ca8d82da25233684c8d7ea89e2684d21e/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.383] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/5e42b37e78c63f458ae5173f33a4348ca8d82da25233684c8d7ea89e2684d21e/json HTTP/1.1" 200 404
[2026-06-02 14:24:19.385] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.394] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/eb4b02af42952b9398b536ba731338f4805042a8db1e3cbea408f654a04700ef/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.469] [INFO] [launch_manager] mw::log initialization error:
[2026-06-02 14:24:19.469] [INFO] [launch_manager] Error
[2026-06-02 14:24:19.469] [INFO] [launch_manager] No logging configuration files could be found.
[2026-06-02 14:24:19.469] [INFO] [launch_manager] occurred with context information:
[2026-06-02 14:24:19.470] [INFO] [launch_manager] Failed to load configuration files. Fallback to console logging.
[2026-06-02 14:24:19.473] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/eb4b02af42952b9398b536ba731338f4805042a8db1e3cbea408f654a04700ef/json HTTP/1.1" 200 467
[2026-06-02 14:24:19.473] [INFO] [launch_manager] 2026/06/02 14:24:19.259469 1263075 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-02 14:24:19.474] [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-06-02 14:24:19.474] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:19.474] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:19.474] [INFO] [launch_manager] [----------] 1 test from NonReporting
[2026-06-02 14:24:19.475] [INFO] [launch_manager] [ RUN      ] NonReporting.Process
[2026-06-02 14:24:19.475] [INFO] [launch_manager] 2026/06/02 14:24:19.259472 1263103 000 ECU1 NONE LM log error verbose 3 [Lifecycle client] FD  3  is invalid for kRunning report 
[2026-06-02 14:24:19.475] [INFO] [launch_manager] [       OK ] NonReporting.Process (0 ms)
[2026-06-02 14:24:19.475] [INFO] [launch_manager] [----------] 1 test from NonReporting (0 ms total)
[2026-06-02 14:24:19.475] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:19.475] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (0 ms total)
[2026-06-02 14:24:19.475] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:19.477] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.481] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/179355ad9870495321e7a5ab5aba3785eccaa2b7b0b318b63724a56283d5dbbe/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.547] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/179355ad9870495321e7a5ab5aba3785eccaa2b7b0b318b63724a56283d5dbbe/json HTTP/1.1" 200 404
[2026-06-02 14:24:19.549] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.555] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/20ed42741418b59ac566a6c81c95597ab96e5c1477f396367cfe3ea0721f9331/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.632] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/20ed42741418b59ac566a6c81c95597ab96e5c1477f396367cfe3ea0721f9331/json HTTP/1.1" 200 389
[2026-06-02 14:24:20.135] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/eb4b02af42952b9398b536ba731338f4805042a8db1e3cbea408f654a04700ef/json HTTP/1.1" 200 465
[2026-06-02 14:24:20.137] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/exec HTTP/1.1" 201 74
[2026-06-02 14:24:20.139] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/34e72a1ce061a9277cb23f5024aa6829ca10b9097f72150529d571e3b8955110/start HTTP/1.1" 101 0
[2026-06-02 14:24:20.194] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/34e72a1ce061a9277cb23f5024aa6829ca10b9097f72150529d571e3b8955110/json HTTP/1.1" 200 427
[2026-06-02 14:24:20.197] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/archive?path=%2Ftmp%2Ftests%2Fincorrect_config_non_reporting%2Fnon_reporting_process.xml HTTP/1.1" 200 None
[2026-06-02 14:24:20.201] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/exec HTTP/1.1" 201 74
[2026-06-02 14:24:20.202] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/0302d3b18daf730a11d5ac81fdff38b196f163ab892ef65e33beae6a1b6ee368/start HTTP/1.1" 101 0
[2026-06-02 14:24:20.258] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0302d3b18daf730a11d5ac81fdff38b196f163ab892ef65e33beae6a1b6ee368/json HTTP/1.1" 200 447
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-06-02 14:24:20.378] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e/stop?t=1 HTTP/1.1" 204 0
[2026-06-02 14:24:20.387] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/5d51e5cc78cc8f34ec42c3abd70c4b301f8c5559e7756d58c971786161e4910e?v=False&link=False&force=True HTTP/1.1" 204 0


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

tests-report/tests/integration/complex_monitoring/complex_monitoring/test.log

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/complex_monitoring:complex_monitoring
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/864/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/complex_monitoring/complex_monitoring.runfiles/score_itf+
configfile: pytest.ini
collected 1 item

../score_itf+::test_complex_monitoring 
-------------------------------- live log setup --------------------------------
[2026-06-02 14:24:10.445] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-06-02 14:24:13.698] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:13.698] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:13.698] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:13.698] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:13.708] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:15.060] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-06-02 14:24:15.062] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/json HTTP/1.1" 200 None
[2026-06-02 14:24:15.297] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/start HTTP/1.1" 204 0
[2026-06-02 14:24:15.298] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-06-02 14:24:15.298] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-06-02 14:24:15.298] [DEBUG] [docker.auth] Found 'auths' section
[2026-06-02 14:24:15.298] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-06-02 14:24:15.312] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-06-02 14:24:15.315] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.316] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/1f0374cb5605baa56ab6f2e3d4fe493c301075849b0a13211d85f029f992c920/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.383] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/1f0374cb5605baa56ab6f2e3d4fe493c301075849b0a13211d85f029f992c920/json HTTP/1.1" 200 390
[2026-06-02 14:24:15.433] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-06-02 14:24:15.436] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.439] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/90e2fb802677fd1d79ad205bd8eaf203b3a2bbe65a74de3ad043cbf3827ee1d1/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.527] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/90e2fb802677fd1d79ad205bd8eaf203b3a2bbe65a74de3ad043cbf3827ee1d1/json HTTP/1.1" 200 429
[2026-06-02 14:24:15.527] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-06-02 14:24:15.529] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.531] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/fb81523288ffa0a1023c0e9a9b18e2eeccb6ff8bd01f25ec233f75227c7d17e5/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.588] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fb81523288ffa0a1023c0e9a9b18e2eeccb6ff8bd01f25ec233f75227c7d17e5/json HTTP/1.1" 200 404
[2026-06-02 14:24:15.590] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.592] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/ed6466e4a7ae8862d0448c74c49325dc634a58e8a6297b6d2b37ab325563db49/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.650] [INFO] [launch_manager] mw::log
[2026-06-02 14:24:15.651] [INFO] [launch_manager] initialization error: Error
[2026-06-02 14:24:15.652] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ed6466e4a7ae8862d0448c74c49325dc634a58e8a6297b6d2b37ab325563db49/json HTTP/1.1" 200 455
[2026-06-02 14:24:15.652] [INFO] [launch_manager] No logging configuration files could be found. occurred
[2026-06-02 14:24:15.652] [INFO] [launch_manager] with context information:
[2026-06-02 14:24:15.653] [INFO] [launch_manager] Failed to load configuration files. Fallback to console logging.
[2026-06-02 14:24:15.654] [INFO] [launch_manager] 2026/06/02 14:24:15.255654 1224922 000 ECU1 NONE Fcty log warn verbose 2
[2026-06-02 14:24:15.656] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:15.660] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-06-02 14:24:15.662] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/ac74f3de45eedcf0436d08ebdad0abbe951de4e336ffd2c870bfc2d9904e341e/start HTTP/1.1" 101 0
[2026-06-02 14:24:15.665] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:15.665] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:15.665] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-02 14:24:15.665] [INFO] [launch_manager] [ RUN      ] ComplexMonitoring.ControlClientMock
[2026-06-02 14:24:15.665] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-02 14:24:15.670] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-02 14:24:15.670] [INFO] [launch_manager] [ STEP     ] Launch monitored process
[2026-06-02 14:24:15.671] [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-06-02 14:24:15.678] [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-06-02 14:24:15.678] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-06-02 14:24:15.678] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-06-02 14:24:15.678] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-06-02 14:24:15.678] [INFO] [launch_manager] [ RUN      ] ComplexMonitoring.ComponentComplexMonitoring
[2026-06-02 14:24:15.678] [INFO] [launch_manager] [2026/06/02 14:24:15.6773219][70][HMON][DEBUG] ScoreSupervisorAPIClient: Creating with IDENTIFIER=component_complex_monitoring
[2026-06-02 14:24:15.678] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-06-02 14:24:15.678] [INFO] [launch_manager] [2026/06/02 14:24:15.6780093][70][HMON][INFO] Monitoring thread started.
[2026-06-02 14:24:15.680] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-06-02 14:24:15.680] [INFO] [launch_manager] [ STEP     ] Send heartbeats for 1 second
[2026-06-02 14:24:15.732] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ac74f3de45eedcf0436d08ebdad0abbe951de4e336ffd2c870bfc2d9904e341e/json HTTP/1.1" 200 404
[2026-06-02 14:24:15.735] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:15.765] [INFO] [launch_manager] [ END STEP ] Launch monitored process
[2026-06-02 14:24:16.237] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ed6466e4a7ae8862d0448c74c49325dc634a58e8a6297b6d2b37ab325563db49/json HTTP/1.1" 200 455
[2026-06-02 14:24:16.238] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:16.240] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/def0da5367d38bdbce078a954ed255c9b5f1ab45b1bbc3e77266aa550b779d69/start HTTP/1.1" 101 0
[2026-06-02 14:24:16.341] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/def0da5367d38bdbce078a954ed255c9b5f1ab45b1bbc3e77266aa550b779d69/json HTTP/1.1" 200 404
[2026-06-02 14:24:16.341] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:16.741] [INFO] [launch_manager] [ END STEP ] Send heartbeats for 1 second
[2026-06-02 14:24:16.781] [INFO] [launch_manager] [2026/06/02 14:24:16.7815236][70][HMON][INFO] Monitoring thread exiting.
[2026-06-02 14:24:16.782] [INFO] [launch_manager] [       OK ] ComplexMonitoring.ComponentComplexMonitoring (1104 ms)
[2026-06-02 14:24:16.782] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (1104 ms total)
[2026-06-02 14:24:16.782] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:16.782] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (1104 ms total)
[2026-06-02 14:24:16.782] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:16.843] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ed6466e4a7ae8862d0448c74c49325dc634a58e8a6297b6d2b37ab325563db49/json HTTP/1.1" 200 455
[2026-06-02 14:24:16.844] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:16.846] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/136d9d00168c18e46d89839820b095900aa2b9d113accdab76b98e8b0429a5b5/start HTTP/1.1" 101 0
[2026-06-02 14:24:16.911] [INFO] [launch_manager] 2026/06/02 14:24:16.256910 1237478 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0
[2026-06-02 14:24:16.928] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/136d9d00168c18e46d89839820b095900aa2b9d113accdab76b98e8b0429a5b5/json HTTP/1.1" 200 404
[2026-06-02 14:24:16.928] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:17.315] [INFO] [launch_manager] 2026/06/02 14:24:17.257315 1241533 000 ECU1 NONE LM log warn verbose 5 Process 1 ( component_complex_monitoring ) did not respond to SIGTERM, sending SIGKILL
[2026-06-02 14:24:17.437] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ed6466e4a7ae8862d0448c74c49325dc634a58e8a6297b6d2b37ab325563db49/json HTTP/1.1" 200 455
[2026-06-02 14:24:17.445] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:17.456] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/c86b7d7505cc2417bb20a17d9089bd8f846334bbfa259e55c610d844510e4a4f/start HTTP/1.1" 101 0
[2026-06-02 14:24:17.685] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/c86b7d7505cc2417bb20a17d9089bd8f846334bbfa259e55c610d844510e4a4f/json HTTP/1.1" 200 404
[2026-06-02 14:24:17.686] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-06-02 14:24:17.766] [INFO] [launch_manager] [ STEP     ] Verify state changed to fallback run target
[2026-06-02 14:24:17.766] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-06-02 14:24:17.766] [INFO] [launch_manager] [ STEP     ] Activate Off run target
[2026-06-02 14:24:17.771] [INFO] [launch_manager] [ END STEP ] Activate Off run target
[2026-06-02 14:24:17.808] [INFO] [launch_manager] [       OK ] ComplexMonitoring.ControlClientMock (2143 ms)
[2026-06-02 14:24:17.809] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (2143 ms total)
[2026-06-02 14:24:17.809] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-06-02 14:24:17.809] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2144 ms total)
[2026-06-02 14:24:17.809] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-06-02 14:24:18.188] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ed6466e4a7ae8862d0448c74c49325dc634a58e8a6297b6d2b37ab325563db49/json HTTP/1.1" 200 455
[2026-06-02 14:24:18.190] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:18.193] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/81c0ddc65b5540d7817dc19ddcdff6099bcedd85e97b323ce6e3ef5dbdc08fe1/start HTTP/1.1" 101 0
[2026-06-02 14:24:18.415] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/81c0ddc65b5540d7817dc19ddcdff6099bcedd85e97b323ce6e3ef5dbdc08fe1/json HTTP/1.1" 200 404
[2026-06-02 14:24:18.416] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:18.419] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/18731bfd28d15f2febc7c9af93cf0a32645250f358d83fdfd52dd73a03f7078b/start HTTP/1.1" 101 0
[2026-06-02 14:24:18.581] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/18731bfd28d15f2febc7c9af93cf0a32645250f358d83fdfd52dd73a03f7078b/json HTTP/1.1" 200 389
[2026-06-02 14:24:19.084] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ed6466e4a7ae8862d0448c74c49325dc634a58e8a6297b6d2b37ab325563db49/json HTTP/1.1" 200 453
[2026-06-02 14:24:19.089] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.091] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/6c88c444952d2941a28027b41701c45d11cbe998acc99179f4b410941180143c/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.142] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/6c88c444952d2941a28027b41701c45d11cbe998acc99179f4b410941180143c/json HTTP/1.1" 200 415
[2026-06-02 14:24:19.145] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/archive?path=%2Ftmp%2Ftests%2Fcomplex_monitoring%2Fcomponent_complex_monitoring.xml HTTP/1.1" 200 None
[2026-06-02 14:24:19.150] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.151] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/557418670dd5af7aacd1ccb648459fa5f8c59479159f7395df2e1354f0dd41df/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.213] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/557418670dd5af7aacd1ccb648459fa5f8c59479159f7395df2e1354f0dd41df/json HTTP/1.1" 200 442
[2026-06-02 14:24:19.217] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/archive?path=%2Ftmp%2Ftests%2Fcomplex_monitoring%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-06-02 14:24:19.219] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/exec HTTP/1.1" 201 74
[2026-06-02 14:24:19.222] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/5b38807a0330df8fcbca00960d87fadb1bff7e3525e6b246874ddbe09241931d/start HTTP/1.1" 101 0
[2026-06-02 14:24:19.277] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/5b38807a0330df8fcbca00960d87fadb1bff7e3525e6b246874ddbe09241931d/json HTTP/1.1" 200 433
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-06-02 14:24:19.428] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9/stop?t=1 HTTP/1.1" 204 0
[2026-06-02 14:24:19.447] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/033245e9fa3db1ec0934c1245130c5702c37c7dbf397dad0526fa7b2f35563e9?v=False&link=False&force=True HTTP/1.1" 204 0


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