[INFO] cloning repository https://github.com/link-assistant/router
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/link-assistant/router" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flink-assistant%2Frouter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flink-assistant%2Frouter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9f5741a3bb8f879ec03b1aa0d9fbb7eb76b0944d
[INFO] testing link-assistant/router against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flink-assistant%2Frouter" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/link-assistant/router
[INFO] finished tweaking git repo https://github.com/link-assistant/router
[INFO] tweaked toml for git repo https://github.com/link-assistant/router written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/link-assistant/router on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/link-assistant/router 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624
[INFO] running `Command { std: "docker" "start" "f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.5
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling dtor v0.0.6
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.6
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling ctor v0.4.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hybrid-array v0.4.12
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling lino-env v0.1.0
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling p384 v0.13.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling axum-macros v0.5.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tower-http v0.7.0
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling lino-arguments v0.3.0
[INFO] [stderr]    Compiling jsonwebtoken v10.3.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling log-lazy v0.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling link-assistant-router v0.20.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
[INFO] running `Command { std: "docker" "inspect" "f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling tower-http v0.7.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling link-assistant-router v0.20.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 44.67s
[INFO] running `Command { std: "docker" "inspect" "f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/link_assistant_router-af3cbc466b08008a)
[INFO] [stdout] 
[INFO] [stdout] running 117 tests
[INFO] [stdout] test accounts::tests::round_robin_distributes_calls ... ok
[INFO] [stdout] test accounts::tests::least_used_picks_lowest_count ... ok
[INFO] [stdout] test accounts::tests::cooldown_skips_unhealthy_account ... ok
[INFO] [stdout] test activitypub::tests::follow_activity_targets_problemsets_actor ... ok
[INFO] [stdout] test config::tests::default_provider_is_anthropic ... ok
[INFO] [stdout] test config::tests::gonka_provider_builds_with_private_key_and_defaults ... ok
[INFO] [stdout] test config::tests::gonka_provider_requires_private_key ... ok
[INFO] [stdout] test activitypub::tests::inbound_activity_requires_core_fields ... ok
[INFO] [stdout] test cli::tests::cli_defaults_round_trip_to_config ... ok
[INFO] [stdout] test activitypub::tests::actor_contains_required_activitypub_and_forgefed_metadata ... ok
[INFO] [stdout] test config::tests::crater_provider_builds_with_forgefed_inbox ... ok
[INFO] [stdout] test accounts::tests::no_healthy_returns_error ... ok
[INFO] [stdout] test config::tests::test_api_format_parsing ... ok
[INFO] [stdout] test config::tests::test_config_default_port ... ok
[INFO] [stdout] test config::tests::test_config_empty_token_secret ... ok
[INFO] [stdout] test cli::tests::cli_invalid_routing_mode_rejected ... ok
[INFO] [stdout] test config::tests::test_config_missing_token_secret ... ok
[INFO] [stdout] test config::tests::test_storage_policy_parsing ... ok
[INFO] [stdout] test config::tests::crater_provider_requires_forgefed_inbox ... ok
[INFO] [stdout] test config::tests::test_config_invalid_port ... ok
[INFO] [stdout] test config::tests::test_verbose_default_false ... ok
[INFO] [stdout] test gemini::tests::map_model_passes_gemini_through ... ok
[INFO] [stdout] test config::tests::test_routing_mode_parsing ... ok
[INFO] [stdout] test gemini::tests::responses_input_projects_to_messages ... ok
[INFO] [stdout] test gemini::tests::translates_chat_to_gemini_contents_and_system ... ok
[INFO] [stdout] test gemini::tests::translates_gemini_response_to_chat ... ok
[INFO] [stdout] test gemini::tests::unwraps_code_assist_response_envelope ... ok
[INFO] [stdout] test crater::tests::maps_resolved_task_to_openai_response ... ok
[INFO] [stdout] test crater::tests::builds_forgefed_offer_with_ticket_without_ticket_id ... ok
[INFO] [stdout] test crater::tests::parses_accept_result_uri_or_object_id ... ok
[INFO] [stdout] test gonka::tests::default_model_is_added_when_missing ... ok
[INFO] [stdout] test gonka::tests::existing_model_is_preserved ... ok
[INFO] [stdout] test crater::tests::normalizes_chat_request_into_ticket_fields ... ok
[INFO] [stdout] test gonka::tests::models_endpoint_uses_gonka_owner ... ok
[INFO] [stdout] test config::tests::test_config_with_valid_values ... ok
[INFO] [stdout] test gonka::tests::signing_headers_do_not_include_private_key ... ok
[INFO] [stdout] test openai::tests::anthropic_to_chat_basic ... ok
[INFO] [stdout] test oauth::tests::test_expired_nested_token_still_returned ... ok
[INFO] [stdout] test oauth::tests::test_read_credential_file ... ok
[INFO] [stdout] test metrics::tests::record_and_render_basic_counters ... ok
[INFO] [stdout] test oauth::tests::test_nested_credentials_preferred_over_flat ... ok
[INFO] [stdout] test mpp::tests::detects_payment_authorization_credentials ... ok
[INFO] [stdout] test mpp::tests::challenge_response_uses_http_402_and_payment_auth_scheme ... ok
[INFO] [stdout] test crater::tests::task_provider_trait_submits_and_polls ... ok
[INFO] [stdout] test gemini::tests::envelope_includes_model ... ok
[INFO] [stdout] test openai::tests::anthropic_tool_use_to_openai_tool_calls ... ok
[INFO] [stdout] test openai::tests::list_models_includes_known_ids ... ok
[INFO] [stdout] test mpp::tests::requires_enabled_and_charge_details ... ok
[INFO] [stdout] test oauth::tests::test_cached_token_returned ... ok
[INFO] [stdout] test metrics::tests::usage_snapshot_returns_consistent_values ... ok
[INFO] [stdout] test openai::tests::preserves_claude_native_model_id ... ok
[INFO] [stdout] test openai::tests::translates_anthropic_text_stream_to_openai_chat_chunks ... ok
[INFO] [stdout] test oauth::tests::test_no_credential_files ... ok
[INFO] [stdout] test oauth::tests::test_read_nested_claude_code_credentials ... ok
[INFO] [stdout] test openai::tests::translates_basic_chat_completion ... ok
[INFO] [stdout] test openai::tests::translates_tool_call_blocks ... ok
[INFO] [stdout] test openai::tests::translates_multipart_user_content ... ok
[INFO] [stdout] test providers::tests::import_json_provider_config ... ok
[INFO] [stdout] test proxy_tests::build_upstream_headers_injects_required_oauth_headers_when_missing ... ok
[INFO] [stdout] test proxy_tests::build_upstream_headers_preserves_and_merges_client_beta ... ok
[INFO] [stdout] test oauth::tests::test_set_token_manually ... ok
[INFO] [stdout] test refresh::tests::config_present_for_subscription_providers ... ok
[INFO] [stdout] test refresh::tests::encode_form_percent_encodes_reserved_bytes ... ok
[INFO] [stdout] test providers::tests::import_indented_provider_config ... ok
[INFO] [stdout] test proxy_tests::merge_oauth_beta_is_idempotent_and_dedups ... ok
[INFO] [stdout] test proxy_tests::build_upstream_headers_strips_client_auth_headers ... ok
[INFO] [stdout] test proxy_tests::extract_client_token_accepts_bearer_or_x_api_key ... ok
[INFO] [stdout] test openai::tests::translates_anthropic_text_stream_to_openai_response_events ... ok
[INFO] [stdout] test providers::tests::provider_store_encrypts_and_resolves_api_key ... ok
[INFO] [stdout] test providers::tests::provider_store_redacts_saved_secret ... ok
[INFO] [stdout] test providers::tests::import_provider_store_lenv_preserves_encrypted_key ... ok
[INFO] [stdout] test refresh::tests::merge_carries_metadata_and_computes_expiry ... ok
[INFO] [stdout] test refresh::tests::merge_requires_access_token ... ok
[INFO] [stdout] test refresh::tests::merge_rotates_refresh_token_when_present ... ok
[INFO] [stdout] test responses::tests::chat_completion_projects_to_responses_input ... ok
[INFO] [stdout] test storage::tests::memory_store_roundtrip ... ok
[INFO] [stdout] test storage::tests::revoke_marks_record ... ok
[INFO] [stdout] test subscription::tests::provider_roundtrip_strings ... ok
[INFO] [stdout] test storage::tests::lino_codec_handles_special_chars ... ok
[INFO] [stdout] test subscription::tests::qwen_without_resource_url_uses_default_base ... ok
[INFO] [stdout] test subscription::tests::missing_credentials_errors ... ok
[INFO] [stdout] test responses::tests::responses_api_translation ... ok
[INFO] [stdout] test subscription::tests::discover_credential_path_finds_existing ... ok
[INFO] [stdout] test subscription::tests::reads_claude_nested_credentials ... ok
[INFO] [stdout] test subscription::tests::resolve_home_uses_subdir ... ok
[INFO] [stdout] test subscription::tests::reads_codex_account_id_from_id_token ... ok
[INFO] [stdout] test subscription_proxy::tests::codex_headers_include_account_id ... ok
[INFO] [stdout] test subscription_proxy::tests::codex_hoists_system_messages_into_instructions ... ok
[INFO] [stdout] test subscription_proxy::tests::codex_normalizes_responses_body_for_chatgpt_backend ... ok
[INFO] [stdout] test subscription::tests::expiry_detection ... ok
[INFO] [stdout] test subscription_proxy::tests::codex_preserves_caller_instructions ... ok
[INFO] [stdout] test subscription_proxy::tests::codex_url_collapses_v1_responses ... ok
[INFO] [stdout] test subscription_proxy::tests::qwen_url_strips_v1_against_compatible_base ... ok
[INFO] [stdout] test subscription_proxy::tests::qwen_has_no_extra_headers ... ok
[INFO] [stdout] test subscription_proxy::tests::codex_sse_collapses_to_completed_response ... ok
[INFO] [stdout] test subscription_proxy::tests::codex_sse_without_completed_returns_none ... ok
[INFO] [stdout] test subscription::tests::reads_codex_auth_json ... ok
[INFO] [stdout] test subscription_proxy::tests::rate_limit_headers_are_selected ... ok
[INFO] [stdout] test token::tests::test_budget_for_unknown_token_is_permitted ... ok
[INFO] [stdout] test token::tests::test_list_tokens_returns_records ... ok
[INFO] [stdout] test token::tests::test_expired_token ... ok
[INFO] [stdout] test token::tests::test_issue_token_has_prefix ... ok
[INFO] [stdout] test token::tests::test_validate_invalid_jwt ... ok
[INFO] [stdout] test token::tests::test_request_budget_enforced ... ok
[INFO] [stdout] test token::tests::test_revoke_token ... ok
[INFO] [stdout] test token::tests::test_validate_valid_token ... ok
[INFO] [stdout] test token::tests::test_validate_wrong_prefix ... ok
[INFO] [stdout] test subscription::tests::reads_gemini_oauth_creds ... ok
[INFO] [stdout] test storage::tests::text_store_roundtrip ... ok
[INFO] [stdout] test subscription::tests::reads_qwen_oauth_creds_with_resource_url ... ok
[INFO] [stdout] test storage::tests::dual_store_writes_both ... ok
[INFO] [stdout] test token::tests::test_unlimited_token_never_hits_budget ... ok
[INFO] [stdout] test storage::tests::build_token_store_dispatches_correctly ... ok
[INFO] [stdout] test storage::tests::binary_store_roundtrip ... ok
[INFO] [stdout] test token::tests::test_persistent_store_roundtrip ... ok
[INFO] [stdout] test refresh::tests::get_fresh_returns_valid_disk_token_unchanged ... ok
[INFO] [stdout] test refresh::tests::get_fresh_prefers_cached_valid_token ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 117 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/link_assistant_router-0516836fe1e8292f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-a250eba5723ecca5)
[INFO] [stdout] 
[INFO] [stdout] running 49 tests
[INFO] [stdout] test activitypub_tests::actor_document_exposes_required_activitypub_fields ... ok
[INFO] [stdout] test activitypub_tests::actor_context_includes_forgefed_and_fep_ef61_aliases ... ok
[INFO] [stdout] test activitypub_tests::follow_activity_can_be_posted_to_problemsets_inbox ... ok
[INFO] [stdout] test activitypub_tests::inbox_validation_rejects_objects_without_actor_or_attributed_to ... ok
[INFO] [stdout] test activitypub_tests::collections_are_addressable_ordered_collections ... ok
[INFO] [stdout] test api_format_tests::test_api_format_bedrock_parsing ... ok
[INFO] [stdout] test api_format_tests::test_api_format_anthropic_parsing ... ok
[INFO] [stdout] test api_format_tests::test_api_format_vertex_parsing ... ok
[INFO] [stdout] test config_verbose_tests::test_verbose_enabled ... ok
[INFO] [stdout] test config_verbose_tests::test_verbose_disabled ... ok
[INFO] [stdout] test mpp_tests::mpp_payment_authorization_is_not_treated_as_bearer_token ... ok
[INFO] [stdout] test metrics_rendering_tests::prometheus_output_contains_all_required_counters ... ok
[INFO] [stdout] test metrics_rendering_tests::usage_snapshot_serialises_cleanly ... ok
[INFO] [stdout] test openai_translation_tests::chat_completion_translates_system_and_user ... ok
[INFO] [stdout] test openai_translation_tests::models_endpoint_includes_known_claude_ids ... ok
[INFO] [stdout] test openai_translation_tests::anthropic_response_to_openai_chat_completion ... ok
[INFO] [stdout] test mpp_tests::openai_mpp_challenge_is_machine_readable_402 ... ok
[INFO] [stdout] test oauth_integration_tests::test_manual_token_set_and_get ... ok
[INFO] [stdout] test oauth_integration_tests::test_missing_credentials_error ... ok
[INFO] [stdout] test openai_translation_tests::maps_openai_aliases_to_claude_models ... ok
[INFO] [stdout] test path_routing_tests::test_anthropic_count_tokens_path ... ok
[INFO] [stdout] test path_routing_tests::test_bedrock_invoke_path ... ok
[INFO] [stdout] test path_routing_tests::test_anthropic_messages_path ... ok
[INFO] [stdout] test path_routing_tests::test_legacy_prefix_with_nested_path ... ok
[INFO] [stdout] test path_routing_tests::test_vertex_raw_predict_path ... ok
[INFO] [stdout] test path_routing_tests::test_vertex_stream_raw_predict_path ... ok
[INFO] [stdout] test required_headers_tests::test_required_headers_include_anthropic_beta ... ok
[INFO] [stdout] test required_headers_tests::test_required_headers_include_session_id ... ok
[INFO] [stdout] test required_headers_tests::test_required_headers_include_anthropic_version ... ok
[INFO] [stdout] test support_docs_tests::akash_template_exposes_router_and_required_configuration ... ok
[INFO] [stdout] test cli_parser_tests::cli_default_subcommand_is_none ... ok
[INFO] [stdout] test support_docs_tests::kubernetes_template_includes_deployment_service_and_health_probes ... ok
[INFO] [stdout] test token_integration_tests::test_different_secrets_reject ... ok
[INFO] [stdout] test token_integration_tests::test_multiple_tokens_independent ... ok
[INFO] [stdout] test token_integration_tests::test_revoke_then_reject ... ok
[INFO] [stdout] test cli_parser_tests::cli_parses_serve_subcommand ... ok
[INFO] [stdout] test cli_parser_tests::cli_parses_tokens_issue_with_label ... ok
[INFO] [stdout] test version_tests::test_version_matches_cargo_toml ... ok
[INFO] [stdout] test token_integration_tests::test_token_roundtrip ... ok
[INFO] [stdout] test path_routing_tests::test_legacy_prefix_root ... ok
[INFO] [stdout] test path_routing_tests::test_legacy_prefix_stripped ... ok
[INFO] [stdout] test path_routing_tests::test_vertex_count_tokens_raw_predict_path ... ok
[INFO] [stdout] test path_routing_tests::test_bedrock_invoke_stream_path ... ok
[INFO] [stdout] test oauth_integration_tests::test_credential_file_parsing ... ok
[INFO] [stdout] test support_docs_tests::forgefed_docs_describe_public_actor_and_inbox ... ok
[INFO] [stdout] test version_tests::test_version_is_not_empty ... ok
[INFO] [stdout] test cli_parser_tests::cli_parses_disable_flags ... ok
[INFO] [stdout] test cli_parser_tests::cli_parses_doctor_subcommand ... ok
[INFO] [stdout] test api_format_tests::test_api_format_unknown ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/release_workflow_test.rs (/opt/rustwide/target/debug/deps/release_workflow_test-6d89e162dfb8c6ad)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test dockerfile_builder_installs_native_tls_build_dependencies ... ok
[INFO] [stdout] test lockfile_package_version_handles_windows_line_endings ... ok
[INFO] [stdout] test dockerfile_builder_uses_supported_rust_toolchain ... ok
[INFO] [stdout] test readme_exposes_release_status_badges ... ok
[INFO] [stdout] test release_workflow_maps_crates_io_token_fallback_to_cargo_native_env ... ok
[INFO] [stdout] test release_workflow_publishes_synced_docker_hub_image_after_crate ... ok
[INFO] [stdout] test release_script_avoids_unsupported_regex_lookaround ... ok
[INFO] [stdout] test release_scripts_check_all_release_artifacts ... ok
[INFO] [stdout] test release_workflow_adds_crates_io_link_to_github_releases ... ok
[INFO] [stdout] test cargo_lock_package_version_matches_manifest ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test release_workflow_test`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cargo_lock_package_version_matches_manifest stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cargo_lock_package_version_matches_manifest' (4120) panicked at tests/release_workflow_test.rs:60:5:
[INFO] [stdout] assertion `left == right` failed: Cargo.lock package version should stay synced with Cargo.toml so cargo package does not dirty the checkout
[INFO] [stdout]   left: "0.20.0"
[INFO] [stdout]  right: "0.8"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5630394a1f51 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5630394a1f51 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5630394a1f51 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5630394a1f51 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5630394b5d5a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5630394b5d5a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5630394a640c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5630394a640c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x563039480356 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x563039480356 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x563039499e09 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x563039434a10 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x563039434a10 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x563039499fc2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x563039499fc2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x563039480402 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x563039477bd9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x563039480ffd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5630394b64cc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5630394b6443 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x56303941af8e - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<&str, &str>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x56303941cf42 - release_workflow_test[d14219a6f267780c]::cargo_lock_package_version_matches_manifest
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/release_workflow_test.rs:60:5
[INFO] [stdout]   22:     0x56303941bb67 - release_workflow_test[d14219a6f267780c]::cargo_lock_package_version_matches_manifest::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/release_workflow_test.rs:51:49
[INFO] [stdout]   23:     0x563039422646 - <release_workflow_test[d14219a6f267780c]::cargo_lock_package_version_matches_manifest::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x563039427d4b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x563039427d4b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x563039435395 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x563039435395 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x563039435395 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x563039435395 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x563039435395 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x563039435395 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x563039435395 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x56303942fe44 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x56303942fe44 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5630394384e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5630394384e2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5630394384e2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   38:     0x5630394384e2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5630394384e2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5630394384e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5630394384e2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5630394a146f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   43:     0x5630394a146f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   44:     0x746a6b2c4aa4 - <unknown>
[INFO] [stdout]   45:     0x746a6b351a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cargo_lock_package_version_matches_manifest
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 9 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624", kill_on_drop: false }`
[INFO] [stdout] f7be4fd7f495f12e164b723e0d2ba68c721c607b01dc5a08b01648fa07bb4624
