[INFO] fetching crate tripswitch 0.1.1...
[INFO] testing tripswitch-0.1.1 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate tripswitch 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate tripswitch 0.1.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tripswitch 0.1.1
[INFO] tweaked toml for crates.io crate tripswitch 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tripswitch 0.1.1 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tripswitch 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded openssl-sys v0.9.111
[INFO] [stderr]   Downloaded reqwest-eventsource v0.6.0
[INFO] [stderr]   Downloaded eventsource-stream v0.2.3
[INFO] [stderr]   Downloaded tabwriter v1.4.1
[INFO] [stderr]   Downloaded serde_regex v1.1.0
[INFO] [stderr]   Downloaded openssl v0.10.75
[INFO] [stderr]   Downloaded stringmetrics v2.2.2
[INFO] [stderr]   Downloaded async-object-pool v0.2.0
[INFO] [stderr]   Downloaded assert-json-diff v2.0.2
[INFO] [stderr]   Downloaded path-tree v0.8.3
[INFO] [stderr]   Downloaded httpmock v0.8.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f14482636aadc1ec264541eb683e208ea13fa150d2504496c85ce1bd3f84d329
[INFO] running `Command { std: "docker" "start" "-a" "f14482636aadc1ec264541eb683e208ea13fa150d2504496c85ce1bd3f84d329", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f14482636aadc1ec264541eb683e208ea13fa150d2504496c85ce1bd3f84d329", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f14482636aadc1ec264541eb683e208ea13fa150d2504496c85ce1bd3f84d329", kill_on_drop: false }`
[INFO] [stdout] f14482636aadc1ec264541eb683e208ea13fa150d2504496c85ce1bd3f84d329
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0b7a20afd756e66c8ffbaa0a72762ff88b2bf75c2150123c6e3a503bb8c6f0a0
[INFO] running `Command { std: "docker" "start" "-a" "0b7a20afd756e66c8ffbaa0a72762ff88b2bf75c2150123c6e3a503bb8c6f0a0", kill_on_drop: false }`
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling eventsource-stream v0.2.3
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling reqwest-eventsource v0.6.0
[INFO] [stderr]    Compiling tripswitch v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.11s
[INFO] running `Command { std: "docker" "inspect" "0b7a20afd756e66c8ffbaa0a72762ff88b2bf75c2150123c6e3a503bb8c6f0a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b7a20afd756e66c8ffbaa0a72762ff88b2bf75c2150123c6e3a503bb8c6f0a0", kill_on_drop: false }`
[INFO] [stdout] 0b7a20afd756e66c8ffbaa0a72762ff88b2bf75c2150123c6e3a503bb8c6f0a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5ad580867c836825227497663944c20b0fe821815a52dfdf55435e6b9d7e13ab
[INFO] running `Command { std: "docker" "start" "-a" "5ad580867c836825227497663944c20b0fe821815a52dfdf55435e6b9d7e13ab", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling tabwriter v1.4.1
[INFO] [stderr]    Compiling path-tree v0.8.3
[INFO] [stderr]    Compiling stringmetrics v2.2.2
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling serde_regex v1.1.0
[INFO] [stderr]    Compiling async-object-pool v0.2.0
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling headers-core v0.3.0
[INFO] [stderr]    Compiling headers v0.4.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling httpmock v0.8.3
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling reqwest-eventsource v0.6.0
[INFO] [stderr]    Compiling tripswitch v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 46.56s
[INFO] running `Command { std: "docker" "inspect" "5ad580867c836825227497663944c20b0fe821815a52dfdf55435e6b9d7e13ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ad580867c836825227497663944c20b0fe821815a52dfdf55435e6b9d7e13ab", kill_on_drop: false }`
[INFO] [stdout] 5ad580867c836825227497663944c20b0fe821815a52dfdf55435e6b9d7e13ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7330a66b89b12edf18d786608f7d302aad678d55b6e944fc9d1c0b72d8ef3e73
[INFO] running `Command { std: "docker" "start" "-a" "7330a66b89b12edf18d786608f7d302aad678d55b6e944fc9d1c0b72d8ef3e73", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tripswitch-198babfbd5d6463e)
[INFO] [stdout] 
[INFO] [stdout] running 151 tests
[INFO] [stdout] test admin::errors::tests::from_api_error_401_unauthorized ... ok
[INFO] [stdout] test admin::errors::tests::from_api_error_403_forbidden ... ok
[INFO] [stdout] test admin::errors::tests::from_api_error_404_not_found ... ok
[INFO] [stdout] test admin::errors::tests::api_error_deserialize_full ... ok
[INFO] [stdout] test admin::errors::tests::api_error_deserialize_partial ... ok
[INFO] [stdout] test admin::errors::tests::from_api_error_409_conflict ... ok
[INFO] [stdout] test admin::errors::tests::from_api_error_418_falls_through_to_server_fault ... ok
[INFO] [stdout] test admin::errors::tests::from_api_error_422_validation ... ok
[INFO] [stdout] test admin::errors::tests::api_error_deserialize_missing_fields_use_defaults ... ok
[INFO] [stdout] test admin::errors::tests::api_error_returns_inner_for_api_variants ... ok
[INFO] [stdout] test admin::errors::tests::from_api_error_429_rate_limited ... ok
[INFO] [stdout] test admin::errors::tests::from_api_error_500_server_fault ... ok
[INFO] [stdout] test admin::errors::tests::from_api_error_502_server_fault ... ok
[INFO] [stdout] test admin::errors::tests::is_helpers_return_false_for_wrong_variant ... ok
[INFO] [stdout] test admin::errors::tests::from_api_error_503_server_fault ... ok
[INFO] [stdout] test admin::errors::tests::api_error_display_format ... ok
[INFO] [stdout] test admin::tests::builder_default_base_url ... ok
[INFO] [stdout] test admin::tests::builder_trailing_slash_stripped ... ok
[INFO] [stdout] test admin::errors::tests::api_error_returns_none_for_transport ... ok
[INFO] [stdout] test admin::tests::delete_project_sends_delete_with_confirm_name ... ok
[INFO] [stdout] test admin::tests::create_router_sends_post_with_mode ... ok
[INFO] [stdout] test admin::tests::error_404_not_found ... ok
[INFO] [stdout] test admin::tests::create_breaker_with_metadata_in_body ... ok
[INFO] [stdout] test admin::tests::create_notification_channel_with_type ... ok
[INFO] [stdout] test admin::tests::error_409_conflict ... ok
[INFO] [stdout] test admin::tests::delete_breaker_204_no_content ... ok
[INFO] [stdout] test admin::tests::create_project_sends_post ... ok
[INFO] [stdout] test admin::tests::error_401_unauthorized ... ok
[INFO] [stdout] test admin::tests::create_breaker_nil_metadata_omitted ... ok
[INFO] [stdout] test admin::tests::request_options_default_all_none ... ok
[INFO] [stdout] test admin::tests::builder_custom_base_url ... ok
[INFO] [stdout] test admin::tests::auth_headers_contains_required ... ok
[INFO] [stdout] test admin::tests::create_breaker_sends_post_with_body ... ok
[INFO] [stdout] test admin::types::tests::breaker_kind_serde ... ok
[INFO] [stdout] test admin::types::tests::breaker_op_serde ... ok
[INFO] [stdout] test admin::types::tests::create_breaker_input_required_fields_only ... ok
[INFO] [stdout] test admin::types::tests::create_breaker_input_with_metadata ... ok
[INFO] [stdout] test admin::types::tests::create_notification_channel_input_with_channel ... ok
[INFO] [stdout] test admin::types::tests::create_project_input_serialization ... ok
[INFO] [stdout] test admin::types::tests::create_router_input_with_mode ... ok
[INFO] [stdout] test admin::tests::error_500_server_fault ... ok
[INFO] [stdout] test admin::types::tests::link_breaker_input_serialization ... ok
[INFO] [stdout] test admin::types::tests::list_breakers_response_deserialize ... ok
[INFO] [stdout] test admin::types::tests::list_events_params_empty ... ok
[INFO] [stdout] test admin::types::tests::list_events_params_partial ... ok
[INFO] [stdout] test admin::types::tests::list_events_response_deserialize ... ok
[INFO] [stdout] test admin::types::tests::half_open_policy_serde ... ok
[INFO] [stdout] test admin::types::tests::list_params_empty ... ok
[INFO] [stdout] test admin::types::tests::list_params_with_cursor ... ok
[INFO] [stdout] test admin::types::tests::list_params_full ... ok
[INFO] [stdout] test admin::types::tests::list_projects_response_deserialize ... ok
[INFO] [stdout] test admin::types::tests::notification_channel_type_serde ... ok
[INFO] [stdout] test admin::types::tests::project_deserialize_with_rename ... ok
[INFO] [stdout] test admin::types::tests::notification_event_type_serde ... ok
[INFO] [stdout] test admin::types::tests::router_mode_serde ... ok
[INFO] [stdout] test admin::types::tests::update_breaker_input_single_field ... ok
[INFO] [stdout] test admin::types::tests::update_project_input_single_field ... ok
[INFO] [stdout] test client::tests::client_builder_defaults ... ok
[INFO] [stdout] test client::tests::client_builder_setters ... ok
[INFO] [stdout] test admin::tests::error_transport_connection_refused ... ok
[INFO] [stdout] test admin::tests::list_breakers_returns_response ... ok
[INFO] [stdout] test admin::tests::error_429_rate_limited_with_retry_after ... ok
[INFO] [stdout] test admin::tests::pager_iterates_across_pages ... ok
[INFO] [stdout] test admin::tests::get_project_sends_correct_request ... ok
[INFO] [stdout] test client::tests::execute_closed_breaker_allows ... ok
[INFO] [stdout] test admin::tests::pager_empty_result ... ok
[INFO] [stdout] test admin::tests::list_events_with_breaker_id_filter ... ok
[INFO] [stdout] test admin::tests::list_projects_sends_get ... ok
[INFO] [stdout] test admin::tests::error_422_validation ... ok
[INFO] [stdout] test client::tests::execute_conflicting_router_and_select_router ... ok
[INFO] [stdout] test admin::tests::request_options_idempotency_key_and_request_id ... ok
[INFO] [stdout] test client::tests::execute_half_open_allow_rate_one_allows ... ok
[INFO] [stdout] test client::tests::execute_options_breakers ... ok
[INFO] [stdout] test client::tests::execute_options_chaining ... ok
[INFO] [stdout] test client::tests::execute_options_default_all_none ... ok
[INFO] [stdout] test client::tests::execute_options_metric_accumulates ... ok
[INFO] [stdout] test client::tests::execute_options_router ... ok
[INFO] [stdout] test client::tests::execute_options_tag_accumulates ... ok
[INFO] [stdout] test client::tests::execute_options_trace_id ... ok
[INFO] [stdout] test admin::tests::request_options_timeout ... ok
[INFO] [stdout] test admin::tests::link_breaker_sends_post_with_breaker_id ... ok
[INFO] [stdout] test admin::tests::request_options_custom_headers ... ok
[INFO] [stdout] test client::tests::execute_gating_only_no_metrics ... ok
[INFO] [stdout] test client::tests::execute_conflicting_breakers_and_select_breakers ... ok
[INFO] [stdout] test client::tests::execute_multiple_breakers_all_closed_allows ... ok
[INFO] [stdout] test admin::tests::update_project_sends_patch ... ok
[INFO] [stdout] test client::tests::execute_metrics_only_no_gating ... ok
[INFO] [stdout] test client::tests::execute_multiple_breakers_any_open_blocks ... ok
[INFO] [stdout] test client::tests::execute_multiple_half_open_uses_min_allow_rate ... ok
[INFO] [stdout] test client::tests::execute_half_open_allow_rate_zero_blocks ... ok
[INFO] [stdout] test client::tests::execute_no_breakers_passthrough ... ok
[INFO] [stdout] test client::tests::execute_tags_merge_global_and_call ... ok
[INFO] [stdout] test client::tests::execute_no_router_no_samples_even_with_metrics ... ok
[INFO] [stdout] test client::tests::execute_unknown_breaker_fail_open ... ok
[INFO] [stdout] test client::tests::execute_task_error_sample_ok_false ... ok
[INFO] [stdout] test errors::tests::error_display_breaker_open ... ok
[INFO] [stdout] test client::tests::execute_with_deferred_emits_extra_metrics ... ok
[INFO] [stdout] test errors::tests::error_display_init_timeout ... ok
[INFO] [stdout] test errors::tests::error_display_conflicting_options ... ok
[INFO] [stdout] test client::tests::execute_with_deferred_on_error ... ok
[INFO] [stdout] test errors::tests::error_display_metadata_unavailable ... ok
[INFO] [stdout] test errors::tests::execute_error_display_sdk ... ok
[INFO] [stdout] test errors::tests::execute_error_display_task ... ok
[INFO] [stdout] test errors::tests::execute_error_is_breaker_error_false_for_other_sdk ... ok
[INFO] [stdout] test errors::tests::execute_error_is_breaker_error_false_for_task ... ok
[INFO] [stdout] test errors::tests::execute_error_is_breaker_error_true ... ok
[INFO] [stdout] test errors::tests::from_error_into_execute_error ... ok
[INFO] [stdout] test errors::tests::is_breaker_open_true_for_breaker_open ... ok
[INFO] [stdout] test errors::tests::is_breaker_open_false_for_other_variants ... ok
[INFO] [stdout] test errors::tests::task_error_returns_some_for_task ... ok
[INFO] [stdout] test errors::tests::sdk_error_returns_some_for_sdk ... ok
[INFO] [stdout] test ingest::tests::batch_payload_wraps_samples ... ok
[INFO] [stdout] test ingest::tests::compute_signature_deterministic ... ok
[INFO] [stdout] test ingest::tests::compute_signature_different_payloads_different_sigs ... ok
[INFO] [stdout] test ingest::tests::compute_signature_different_timestamps_different_sigs ... ok
[INFO] [stdout] test ingest::tests::compute_signature_empty_payload ... ok
[INFO] [stdout] test ingest::tests::compute_signature_invalid_hex_returns_none ... ok
[INFO] [stdout] test ingest::tests::compute_signature_short_secret ... ok
[INFO] [stdout] test ingest::tests::compute_signature_valid_hex_produces_v1_prefixed_sig ... ok
[INFO] [stdout] test types::tests::breaker_meta_deserialize_with_metadata ... ok
[INFO] [stdout] test ingest::tests::report_entry_serializes_correctly ... ok
[INFO] [stdout] test types::tests::breaker_meta_deserialize_without_metadata ... ok
[INFO] [stdout] test types::tests::breaker_state_entry_deserialize ... ok
[INFO] [stdout] test types::tests::breaker_state_entry_deserialize_half_open_with_rate ... ok
[INFO] [stdout] test types::tests::breaker_state_entry_deserialize_closed ... ok
[INFO] [stdout] test client::tests::execute_with_latency_metric_emits_sample ... ok
[INFO] [stdout] test types::tests::breaker_state_value_deserialize ... ok
[INFO] [stdout] test types::tests::breaker_state_value_serialize ... ok
[INFO] [stdout] test types::tests::breakers_metadata_response_deserialize ... ok
[INFO] [stdout] test types::tests::metric_value_debug ... ok
[INFO] [stdout] test types::tests::router_meta_deserialize_with_metadata ... ok
[INFO] [stdout] test types::tests::router_meta_deserialize_without_metadata ... ok
[INFO] [stdout] test types::tests::routers_metadata_response_deserialize ... ok
[INFO] [stdout] test types::tests::status_deserialize_full ... ok
[INFO] [stdout] test types::tests::status_deserialize_without_last_eval_ms ... ok
[INFO] [stdout] test types::tests::status_serialize_skips_none_last_eval_ms ... ok
[INFO] [stdout] test client::tests::get_all_states_empty ... ok
[INFO] [stdout] test types::tests::report_entry_serialize_skips_none_tags_and_trace_id ... ok
[INFO] [stdout] test types::tests::batch_payload_serialize ... ok
[INFO] [stdout] test types::tests::report_entry_serialize_full ... ok
[INFO] [stdout] test client::tests::execute_open_breaker_blocks ... ok
[INFO] [stdout] test client::tests::execute_router_id_in_samples ... ok
[INFO] [stdout] test client::tests::execute_with_deferred_panic_does_not_crash ... ok
[INFO] [stdout] test client::tests::execute_no_metrics_no_samples ... ok
[INFO] [stdout] test client::tests::execute_with_multiple_metrics ... ok
[INFO] [stdout] test client::tests::execute_with_dynamic_metric ... ok
[INFO] [stdout] test client::tests::get_state_known_returns_status ... ok
[INFO] [stdout] test client::tests::execute_trace_id_in_sample ... ok
[INFO] [stdout] test client::tests::get_state_unknown_returns_none ... ok
[INFO] [stdout] test client::tests::get_all_states_returns_all ... ok
[INFO] [stdout] test client::tests::stats_reflects_counters ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 151 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.26s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/admin_integration.rs (/opt/rustwide/target/debug/deps/admin_integration-e1a886bf10a4fc42)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_breaker_crud ... ignored
[INFO] [stdout] test test_get_project ... ignored
[INFO] [stdout] test test_get_workspace ... ignored
[INFO] [stdout] test test_list_breakers ... ignored
[INFO] [stdout] test test_list_events ... ignored
[INFO] [stdout] test test_list_notification_channels ... ignored
[INFO] [stdout] test test_list_project_keys ... ignored
[INFO] [stdout] test test_list_projects ... ignored
[INFO] [stdout] test test_list_routers ... ignored
[INFO] [stdout] test test_not_found_error ... ignored
[INFO] [stdout] test test_project_crud ... ignored
[INFO] [stdout] test test_unauthorized_error ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 12 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/client_integration.rs (/opt/rustwide/target/debug/deps/client_integration-6eccef0c07738b6e)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_execute ... ignored
[INFO] [stdout] test test_get_all_states ... ignored
[INFO] [stdout] test test_get_status ... ignored
[INFO] [stdout] test test_graceful_shutdown ... ignored
[INFO] [stdout] test test_metadata_sync ... ignored
[INFO] [stdout] test test_new_client ... ignored
[INFO] [stdout] test test_stats ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tripswitch
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/admin/pager.rs - admin::pager::Pager (line 23) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7330a66b89b12edf18d786608f7d302aad678d55b6e944fc9d1c0b72d8ef3e73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7330a66b89b12edf18d786608f7d302aad678d55b6e944fc9d1c0b72d8ef3e73", kill_on_drop: false }`
[INFO] [stdout] 7330a66b89b12edf18d786608f7d302aad678d55b6e944fc9d1c0b72d8ef3e73
