Component Requirements Statistics#

Overview#

_images/need_pie_2b909.svg

In Detail#

_images/need_pie_cce4e.svg
_images/need_pie_8587e.svg

No needs passed the filters

Failed Tests

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

No needs passed the filters

Skipped / Disabled Tests

No needs passed the filters

All passed Tests#

No needs passed the filters

Details About Testcases#

No needs passed the filters

No needs passed the filters

Test Log Files#

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

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/health_monitor_lib:Notification_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 5 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from NotificationWithConfigTest
[ RUN      ] NotificationWithConfigTest.CanGetNotificationName
[       OK ] NotificationWithConfigTest.CanGetNotificationName (0 ms)
[ RUN      ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut
  2026/4/28 6:22:25 LCHM Rcvy INFO:    [ Notification (TestNotification) Recovery request enqueued successfully ]
[       OK ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut (0 ms)
[ RUN      ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails
  !!! ->   2026/4/28 6:22:25 LCHM Rcvy ERROR:   [ Notification (TestNotification) Failed to enqueue recovery request (ring buffer full) ]
[       OK ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails (0 ms)
[ RUN      ] NotificationWithConfigTest.ProxyInitializationFails
  !!! ->   2026/4/28 6:22:25 LCHM Rcvy ERROR:   [ Notification (TestNotification) Invalid ProcessGroupState identifier: InvalidIdentifier ]
[       OK ] NotificationWithConfigTest.ProxyInitializationFails (0 ms)
[----------] 4 tests from NotificationWithConfigTest (0 ms total)

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

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

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

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/process_state_client_lib:processstateclient_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from ProcessStateClient_UT
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds
[       OK ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds (0 ms)
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds (0 ms)
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds (19 ms)
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails
  !!! ->   2026/4/28 6:22:22 LCLM LCLM ERROR:   [ Failed to queue posix process ]
  !!! ->   2026/4/28 6:22:22 LCLM LCLM ERROR:   [ ProcessStateReceiver::getNextChangedPosixProcess: Overflow occurred, will be reported as kCommunicationError ]
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails (3 ms)
[----------] 4 tests from ProcessStateClient_UT (23 ms total)

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

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

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

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

tests-report/src/launch_manager_daemon/common/identifier_hash_UT/test.log

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

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

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

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

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

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

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

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

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

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

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

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

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

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

../score_itf+::test_smoke 
-------------------------------- live log setup --------------------------------
[2026-05-05 12:33:09.855] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-05 12:33:11.163] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-05 12:33:11.163] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-05 12:33:11.163] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-05 12:33:11.164] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-05 12:33:11.171] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-05 12:33:13.908] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-05 12:33:13.909] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/json HTTP/1.1" 200 None
[2026-05-05 12:33:14.048] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/start HTTP/1.1" 204 0
[2026-05-05 12:33:14.049] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-05 12:33:14.049] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-05 12:33:14.050] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-05 12:33:14.050] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-05 12:33:14.056] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-05 12:33:14.057] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/exec HTTP/1.1" 201 74
[2026-05-05 12:33:14.059] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f2e2255531069830e9128c1ebe25d787fdc8e55253f8d455908ac440056422d4/start HTTP/1.1" 101 0
[2026-05-05 12:33:14.095] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f2e2255531069830e9128c1ebe25d787fdc8e55253f8d455908ac440056422d4/json HTTP/1.1" 200 390
[2026-05-05 12:33:14.124] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-05 12:33:14.126] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/exec HTTP/1.1" 201 74
[2026-05-05 12:33:14.127] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/10193a621af577562f8bfa0fcc82669b81e8ad965d46e613d7bf6a037be9ff49/start HTTP/1.1" 101 0
[2026-05-05 12:33:14.186] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/10193a621af577562f8bfa0fcc82669b81e8ad965d46e613d7bf6a037be9ff49/json HTTP/1.1" 200 416
[2026-05-05 12:33:14.186] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-05 12:33:14.187] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/exec HTTP/1.1" 201 74
[2026-05-05 12:33:14.188] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/09e16914b8550111620f4174f1187f920d8286fef7463a6600ab6b3d18eb5001/start HTTP/1.1" 101 0
[2026-05-05 12:33:14.226] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/09e16914b8550111620f4174f1187f920d8286fef7463a6600ab6b3d18eb5001/json HTTP/1.1" 200 404
[2026-05-05 12:33:14.227] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/exec HTTP/1.1" 201 74
[2026-05-05 12:33:14.228] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2649db8c14e066e7c89708e42e3dbe0298376df29dc427bd517e1c197ca75568/start HTTP/1.1" 101 0
[2026-05-05 12:33:14.262] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2649db8c14e066e7c89708e42e3dbe0298376df29dc427bd517e1c197ca75568/json HTTP/1.1" 200 442
[2026-05-05 12:33:14.263] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/exec HTTP/1.1" 201 74
[2026-05-05 12:33:14.264] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/218b409dd50fb6140b8c7b5303dc7b25bd10414150d3312a36e2941b500fdb9f/start HTTP/1.1" 101 0
[2026-05-05 12:33:14.265] [INFO] [launch_manager]  2026/5/5 12:33:14 LCHM Fcty INFO:    [ Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. ]
[2026-05-05 12:33:14.265] [INFO] [launch_manager]   !!! ->   2026/5/5 12:33:14 LCHM Fcty WARNING: [ Factory for FlatCfg MachineConfig: No watchdog configured ]
[2026-05-05 12:33:14.265] [INFO] [launch_manager]  2026/5/5 12:33:14 LCHM Fcty INFO:    [ Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 ]
[2026-05-05 12:33:14.265] [INFO] [launch_manager]  2026/5/5 12:33:14 LCLM LCLM INFO:    [ LCM started successfully ]
[2026-05-05 12:33:14.268] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-05 12:33:14.268] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-05 12:33:14.268] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-05 12:33:14.268] [INFO] [launch_manager] [ RUN      ] Smoke.Daemon
[2026-05-05 12:33:14.268] [INFO] [launch_manager] [ STEP     ] Control daemon report kRunning
[2026-05-05 12:33:14.270] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-05-05 12:33:14.270] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Running
[2026-05-05 12:33:14.270] [INFO] [launch_manager]  2026/5/5 12:33:14 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Startup in 5 ms ]
[2026-05-05 12:33:14.273] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-05 12:33:14.274] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-05 12:33:14.274] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-05 12:33:14.274] [INFO] [launch_manager] [ RUN      ] Smoke.Process
[2026-05-05 12:33:14.276] [INFO] [launch_manager] [       OK ] Smoke.Process (2 ms)
[2026-05-05 12:33:14.276] [INFO] [launch_manager] [----------] 1 test from Smoke (2 ms total)
[2026-05-05 12:33:14.276] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-05 12:33:14.276] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-05-05 12:33:14.276] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-05 12:33:14.277] [INFO] [launch_manager]   2026/5/5 12:33:14 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Running in 4 ms ]
[2026-05-05 12:33:14.302] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/218b409dd50fb6140b8c7b5303dc7b25bd10414150d3312a36e2941b500fdb9f/json HTTP/1.1" 200 404
[2026-05-05 12:33:14.303] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-05 12:33:14.315] [INFO] [launch_manager]  2026/5/5 12:33:14 LCHM Sprv INFO:    [ Alive Supervision ( control_daemon_alive_supervision ) switched to OK. ]
[2026-05-05 12:33:14.315] [INFO] [launch_manager]   2026/5/5 12:33:14 LCHM Sprv INFO:    [ Local Supervision ( control_daemon_local_supervision ) switched to OK. ]
[2026-05-05 12:33:14.315] [INFO] [launch_manager]   2026/5/5 12:33:14 LCHM Sprv INFO:    [ Global Supervision ( global_supervision ) switched to OK. ]
[2026-05-05 12:33:14.368] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-05-05 12:33:14.368] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Startup
[2026-05-05 12:33:14.372] [INFO] [launch_manager]  2026/5/5 12:33:14 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Startup in 2 ms ]
[2026-05-05 12:33:14.468] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-05-05 12:33:14.468] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-05-05 12:33:14.469] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-05 12:33:14.469] [INFO] [launch_manager] [       OK ] Smoke.Daemon (201 ms)
[2026-05-05 12:33:14.469] [INFO] [launch_manager] [----------] 1 test from Smoke (201 ms total)
[2026-05-05 12:33:14.469] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-05 12:33:14.470] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (201 ms total)
[2026-05-05 12:33:14.470] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-05 12:33:14.571] [INFO] [launch_manager]  2026/5/5 12:33:14 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 101 ms ]
[2026-05-05 12:33:14.804] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2649db8c14e066e7c89708e42e3dbe0298376df29dc427bd517e1c197ca75568/json HTTP/1.1" 200 442
[2026-05-05 12:33:14.805] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/exec HTTP/1.1" 201 74
[2026-05-05 12:33:14.806] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/ad1e5665362370c62ba5fc7f3f118552b3d3eaac79520421cadeb8e1c0cb8b54/start HTTP/1.1" 101 0
[2026-05-05 12:33:14.842] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ad1e5665362370c62ba5fc7f3f118552b3d3eaac79520421cadeb8e1c0cb8b54/json HTTP/1.1" 200 404
[2026-05-05 12:33:14.843] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/exec HTTP/1.1" 201 74
[2026-05-05 12:33:14.846] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/709d9ade8bc85a31b797dbe0fa97500cd70f80ade47522edb61eebe137c91053/start HTTP/1.1" 101 0
[2026-05-05 12:33:14.882] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/709d9ade8bc85a31b797dbe0fa97500cd70f80ade47522edb61eebe137c91053/json HTTP/1.1" 200 389
[2026-05-05 12:33:14.885] [INFO] [launch_manager]  2026/5/5 12:33:14 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 0 ms ]
[2026-05-05 12:33:15.015] [INFO] [launch_manager]  2026/5/5 12:33:15 LCHM Fcty INFO:    [ Phm Daemon: Received termination request - shutting down ]
[2026-05-05 12:33:15.016] [INFO] [launch_manager]  2026/5/5 12:33:15 LCLM LCLM INFO:    [ Launch Manager completed with exit code value: 0 ]
[2026-05-05 12:33:15.383] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2649db8c14e066e7c89708e42e3dbe0298376df29dc427bd517e1c197ca75568/json HTTP/1.1" 200 440
[2026-05-05 12:33:15.384] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/exec HTTP/1.1" 201 74
[2026-05-05 12:33:15.386] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/727b041d8524d3e04d8785c9ebb76cced82c9c50afdfb83f4091bc747a635616/start HTTP/1.1" 101 0
[2026-05-05 12:33:15.423] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/727b041d8524d3e04d8785c9ebb76cced82c9c50afdfb83f4091bc747a635616/json HTTP/1.1" 200 402
[2026-05-05 12:33:15.425] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fcontrol_daemon_mock.xml HTTP/1.1" 200 None
[2026-05-05 12:33:15.428] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/exec HTTP/1.1" 201 74
[2026-05-05 12:33:15.429] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d1b83ececf973d078fd3a0618949e40a295a0020acfc424ea62ab4803a1db855/start HTTP/1.1" 101 0
[2026-05-05 12:33:15.468] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d1b83ececf973d078fd3a0618949e40a295a0020acfc424ea62ab4803a1db855/json HTTP/1.1" 200 420
[2026-05-05 12:33:15.471] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fgtest_process.xml HTTP/1.1" 200 None
[2026-05-05 12:33:15.472] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/exec HTTP/1.1" 201 74
[2026-05-05 12:33:15.473] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/289f1956cedea3fe50b1772f01bf4690bc39205be54cdeb220e864a6908b56ec/start HTTP/1.1" 101 0
[2026-05-05 12:33:15.509] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/289f1956cedea3fe50b1772f01bf4690bc39205be54cdeb220e864a6908b56ec/json HTTP/1.1" 200 414
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-05 12:33:15.602] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986/stop?t=1 HTTP/1.1" 204 0
[2026-05-05 12:33:15.612] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/79645c0fd6c015b8c28b5c88c00f05f2e9d17dbe6bd683cac178b8809a8ff986?v=False&link=False&force=True HTTP/1.1" 204 0


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