[INFO] cloning repository https://github.com/koda-claw/koda-agent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/koda-claw/koda-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoda-claw%2Fkoda-agent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoda-claw%2Fkoda-agent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 55edf94bd4b7054052576cef429b3253f82f0e00
[INFO] testing koda-claw/koda-agent 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%2Fkoda-claw%2Fkoda-agent" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/koda-claw/koda-agent
[INFO] finished tweaking git repo https://github.com/koda-claw/koda-agent
[INFO] tweaked toml for git repo https://github.com/koda-claw/koda-agent written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/koda-claw/koda-agent 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/koda-claw/koda-agent 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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3
[INFO] running `Command { std: "docker" "start" "9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3", 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" "9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3" "/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" "9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3", 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" "9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hybrid-array v0.4.12
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling cmov v0.5.3
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling inout v0.2.2
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling cpubits v0.1.1
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling libbz2-rs-sys v0.2.3
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling cipher v0.5.1
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling pbkdf2 v0.13.0
[INFO] [stderr]    Compiling aes v0.9.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling sha1 v0.11.0
[INFO] [stderr]    Compiling bzip2 v0.6.1
[INFO] [stderr]    Compiling lzma-rust2 v0.16.2
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling typed-path v0.12.3
[INFO] [stderr]    Compiling deflate64 v0.1.12
[INFO] [stderr]    Compiling ppmd-rust v1.4.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling filetime v0.2.28
[INFO] [stderr]    Compiling rtoolbox v0.0.5
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling koda-agent-cli v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-cli)
[INFO] [stderr]    Compiling rpassword v7.5.2
[INFO] [stderr]    Compiling tar v0.4.45
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[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 tokio-macros v2.7.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling zip v8.6.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling tui-textarea v0.7.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling koda-agent-core v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-core)
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling tower-http v0.6.10
[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.12.28
[INFO] [stderr]    Compiling koda-agent-tools v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-tools)
[INFO] [stderr]    Compiling koda-agent-memory v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-memory)
[INFO] [stderr]    Compiling koda-agent-llm v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-llm)
[INFO] [stderr]    Compiling koda-agent-frontends v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-frontends)
[INFO] [stderr]    Compiling xtask v0.1.13 (/opt/rustwide/workdir/crates/xtask)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
[INFO] running `Command { std: "docker" "inspect" "9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3", 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" "9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3" "/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 xtask v0.1.13 (/opt/rustwide/workdir/crates/xtask)
[INFO] [stderr]    Compiling koda-agent-llm v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-llm)
[INFO] [stderr]    Compiling koda-agent-tools v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-tools)
[INFO] [stderr]    Compiling koda-agent-memory v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-memory)
[INFO] [stderr]    Compiling koda-agent-frontends v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-frontends)
[INFO] [stderr]    Compiling koda-agent-core v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-core)
[INFO] [stderr]    Compiling koda-agent-cli v0.1.13 (/opt/rustwide/workdir/crates/koda-agent-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.41s
[INFO] running `Command { std: "docker" "inspect" "9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3", 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" "9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3" "/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.43s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/koda_agent-6761bce8819cc30c)
[INFO] [stdout] 
[INFO] [stdout] running 96 tests
[INFO] [stdout] test tests::check_for_update_current_equals_manifest_returns_none ... ok
[INFO] [stdout] test tests::check_for_update_reports_new_version ... ok
[INFO] [stdout] test tests::compute_resource_file_hashes_empty_dir ... ok
[INFO] [stdout] test tests::agent_team_state_corruption_is_backed_up_and_reset ... ok
[INFO] [stdout] test tests::compute_resource_file_hashes_with_files ... ok
[INFO] [stdout] test tests::compute_resource_file_hashes_version_roundtrip ... ok
[INFO] [stdout] test tests::config_secret_updates_env_without_touching_llms_toml ... ok
[INFO] [stdout] test tests::config_setup_from_env_reads_workspace_env_file ... ok
[INFO] [stdout] test tests::agent_team_poll_failure_logs_and_skips_like_upstream ... ok
[INFO] [stdout] test tests::config_setup_glm_preset_writes_bigmodel_profile_and_models ... ok
[INFO] [stdout] test tests::config_setup_writes_key_to_env_not_llms_toml ... ok
[INFO] [stdout] test tests::config_setup_preserves_env_comments_and_unknown_values ... ok
[INFO] [stdout] test tests::config_migrate_imports_legacy_openai_and_copies_key_to_home_env ... ok
[INFO] [stdout] test tests::config_validate_reports_missing_and_found_keys ... ok
[INFO] [stdout] test tests::goal_budget_parser_accepts_seconds_minutes_and_hours ... ok
[INFO] [stdout] test tests::goal_command_state_creation_matches_native_reflect_contract ... ok
[INFO] [stdout] test tests::cli_accepts_profile_and_llm_no_alias ... ok
[INFO] [stdout] test tests::cli_help_lists_command_descriptions ... ok
[INFO] [stdout] test tests::goal_cli_accepts_quoted_objective_before_options ... ok
[INFO] [stdout] test tests::native_autonomous_reflect_matches_upstream_prompt ... ok
[INFO] [stdout] test tests::init_dry_run_does_not_create_home_env ... ok
[INFO] [stdout] test tests::load_local_version_missing_returns_none ... ok
[INFO] [stdout] test tests::install_resources_dry_run_no_write ... ok
[INFO] [stdout] test tests::init_discovers_workspace_env_without_printing_values ... ok
[INFO] [stdout] test tests::native_goal_mode_corrupt_state_is_backed_up_and_exits ... ok
[INFO] [stdout] test tests::json_goal_reflect_kind_uses_native_on_done_state_machine ... ok
[INFO] [stdout] test tests::python_extra_parser_keeps_core_first ... ok
[INFO] [stdout] test tests::reflect_probe_parser_accepts_task_interval_once ... ok
[INFO] [stdout] test tests::native_agent_team_helpers_parse_config_state_and_prompt ... ok
[INFO] [stdout] test tests::reflect_probe_parser_reports_script_error ... ok
[INFO] [stdout] test tests::load_local_version_corrupt_json_returns_none ... ok
[INFO] [stdout] test tests::native_scheduler_reflect_skips_late_window_and_weekend_weekday ... ok
[INFO] [stdout] test tests::config_model_add_list_use_set_and_remove ... ok
[INFO] [stdout] test tests::json_reflect_rule_supports_no_python_mode ... ok
[INFO] [stdout] test tests::native_goal_mode_exits_when_state_missing ... ok
[INFO] [stdout] test tests::native_scheduler_reflect_triggers_due_task_and_respects_cooldown ... ok
[INFO] [stdout] test tests::install_resources_missing_source_dir ... ok
[INFO] [stdout] test tests::install_resources_writes_version_json ... ok
[INFO] [stdout] test tests::native_goal_mode_continues_until_budget_then_marks_done_on_done ... ok
[INFO] [stdout] test tests::tui_full_env_flag_parser_accepts_only_explicit_truthy_values ... ok
[INFO] [stdout] test tests::resources_install_noops_when_source_is_home_resources ... ok
[INFO] [stdout] test tests::task_dir_uses_home_temp_for_relative_and_keeps_absolute ... ok
[INFO] [stdout] test tests::update_release_urls_and_checksums_match_github_shape ... ok
[INFO] [stdout] test tests::config_list_show_use_and_remove_manage_profiles_without_keys ... ok
[INFO] [stdout] test tests::tui_input_history_tracks_unique_lines_and_cursor ... ok
[INFO] [stdout] test tests::init_converts_copied_legacy_openai_env_to_active_profile ... ok
[INFO] [stdout] test tests::version_compare_invalid_returns_none ... ok
[INFO] [stdout] test tests::init_creates_runnable_llms_toml_from_default_profile ... ok
[INFO] [stdout] test tests::update_platform_mapping_covers_release_targets ... ok
[INFO] [stdout] test tests::tui_scrollback_window_and_search_are_stable ... ok
[INFO] [stdout] test tests::update_version_check_compares_semver_like_tags ... ok
[INFO] [stdout] test tests::version_compare_with_v_prefix_and_prerelease ... ok
[INFO] [stdout] test tests::version_compare_single_digit_segments ... ok
[INFO] [stdout] test tui_full::history::tests::parses_tool_call_and_tool_result_from_history_lines ... ok
[INFO] [stdout] test tui_full::markdown::tests::renders_common_markdown_blocks ... ok
[INFO] [stdout] test tui_full::markdown::tests::renders_commonmark_tables_tasks_and_inline_styles ... ok
[INFO] [stdout] test tui_full::tests::full_tui_ask_user_cancel_clears_waiting_state ... ok
[INFO] [stdout] test tui_full::tests::full_tui_active_session_events_do_not_mark_unread ... ok
[INFO] [stdout] test tests::tui_header_renders_session_sidebar_like_upstream_panel ... ok
[INFO] [stdout] test tui_full::tests::full_tui_auto_names_default_sessions_from_first_prompt ... ok
[INFO] [stdout] test tui_full::tests::full_tui_composer_supports_multiline_input ... ok
[INFO] [stdout] test tui_full::tests::full_tui_key_reducer_creates_sessions_and_cycles_focus ... ok
[INFO] [stdout] test tui_full::tests::full_tui_help_and_command_palette_overlay_behaviour ... ok
[INFO] [stdout] test tui_full::tests::full_tui_function_keys_offer_mac_friendly_alternatives ... ok
[INFO] [stdout] test tui_full::tests::full_tui_composer_submits_and_runtime_events_update_timeline ... ok
[INFO] [stdout] test tui_full::tests::full_tui_local_session_commands_parse_from_composer ... ok
[INFO] [stdout] test tui_full::tests::full_tui_key_reducer_keeps_text_input_from_command_keys ... ok
[INFO] [stdout] test tui_full::history::tests::loads_recent_l4_sessions_as_tui_preview_sessions ... ok
[INFO] [stdout] test tui_full::tests::full_tui_completion_keeps_direct_streamed_content ... ok
[INFO] [stdout] test tui_full::tests::full_tui_ask_user_numeric_and_text_answers_submit_same_session ... ok
[INFO] [stdout] test tui_full::tests::full_tui_rejects_submit_when_session_running ... ok
[INFO] [stdout] test tui_full::tests::full_tui_reducer_ignores_release_events ... ok
[INFO] [stdout] test tui_full::tests::full_tui_branch_switch_rename_clear_and_close_sessions ... ok
[INFO] [stdout] test tui_full::tests::full_tui_stop_key_maps_to_abort_action ... ok
[INFO] [stdout] test tests::init_installs_home_resources_when_source_markers_exist ... ok
[INFO] [stdout] test tests::resources_install_copies_static_assets_without_runtime_config ... ok
[INFO] [stdout] test tui_full::tests::full_tui_rejects_closing_or_branching_running_session ... ok
[INFO] [stdout] test tui_full::tests::full_tui_tool_cards_adapt_common_tool_arguments ... ok
[INFO] [stdout] test tui_full::tests::full_tui_narrow_layout_keeps_timeline_and_composer ... ok
[INFO] [stdout] test tui_full::tests::full_tui_mouse_click_focuses_pane_before_scroll ... ok
[INFO] [stdout] test tui_full::tests::full_tui_background_session_events_mark_unread_and_notify ... ok
[INFO] [stdout] test tui_full::tests::full_tui_timeline_follow_tail_uses_wrapped_line_count ... ok
[INFO] [stdout] test tui_full::tests::full_tui_mouse_wheel_scrolls_timeline_not_terminal_scrollback ... ok
[INFO] [stdout] test tui_full::tests::full_tui_sidebar_click_selects_session ... ok
[INFO] [stdout] test tui_full::tests::full_tui_timeline_auto_follows_until_user_scrolls_away ... ok
[INFO] [stdout] test tui_full::tests::full_tui_timeline_scroll_keys_are_bounded ... ok
[INFO] [stdout] test tui_full::tests::full_tui_renders_timeline_scrollbar_and_fixed_inspector ... ok
[INFO] [stdout] test tui_full::tests::full_tui_timeline_renders_markdown_and_chinese_labels ... ok
[INFO] [stdout] test tui_full::tests::full_tui_streaming_follow_tail_tracks_new_lines ... ok
[INFO] [stdout] test tui_full::tests::full_tui_ask_user_enters_waiting_state_and_renders_choices ... ok
[INFO] [stdout] test tui_full::tests::full_tui_tool_finish_updates_inspector_detail_and_summary ... ok
[INFO] [stdout] test tui_full::tests::full_tui_streaming_deltas_render_immediately ... ok
[INFO] [stdout] test tui_full::tests::full_tui_wide_layout_renders_core_regions ... ok
[INFO] [stdout] test tui_full::tests::full_tui_overlay_renders_help_and_palette ... ok
[INFO] [stdout] test tui_full::tests::full_tui_usage_tracks_current_turn_and_session_totals ... ok
[INFO] [stdout] test tui_full::tests::full_tui_timeline_scroll_reuses_wrapped_cache ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 96 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/golden.rs (/opt/rustwide/target/debug/deps/golden-88a6dee8afa31c68)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test slash_session_sets_extra_system_prompt ... ok
[INFO] [stdout] test slash_new_clears_history ... ok
[INFO] [stdout] test no_tool_large_code_block_requests_followup ... ok
[INFO] [stdout] test plan_mode_intercepts_unverified_completion_claim ... ok
[INFO] [stdout] test inline_done_hook_keeps_loop_alive_after_empty_tool_prompt ... ok
[INFO] [stdout] test runtime_emits_ordered_events ... ok
[INFO] [stdout] test golden_tool_then_final_answer ... ok
[INFO] [stdout] test langfuse_trace_file_records_llm_and_tool_observations ... ok
[INFO] [stdout] test stop_file_exits_at_turn_end ... ok
[INFO] [stdout] test final_output_formats_summary_and_file_content ... ok
[INFO] [stdout] test long_tasks_get_memory_settlement_prompt_before_final ... ok
[INFO] [stdout] test doctor_json_reports_no_python_when_discovery_disabled ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/koda_agent_core-c5f0f83e3c4871b8)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test python_runtime::tests::venv_python_is_platform_specific ... ok
[INFO] [stdout] test tests::agent_paths_prefer_explicit_home_workspace_and_resources ... ok
[INFO] [stdout] test python_runtime::tests::python_command_display_preserves_args ... ok
[INFO] [stdout] test python_runtime::tests::extras_are_core_first_and_deduped ... ok
[INFO] [stdout] test python_runtime::tests::candidate_order_is_purpose_specific ... ok
[INFO] [stdout] test tests::agent_paths_fall_back_to_home_resources ... ok
[INFO] [stdout] test python_runtime::tests::bootstrap_dry_run_plans_without_creating_venv ... ok
[INFO] [stdout] test python_runtime::tests::managed_python_defaults_to_koda_home ... ok
[INFO] [stdout] test tests::agent_paths_detect_source_checkout_from_subdirectory ... ok
[INFO] [stdout] test tests::redact_secret_is_unicode_safe ... ok
[INFO] [stdout] test python_runtime::tests::empty_requirement_files_are_skipped ... ok
[INFO] [stdout] test tests::agent_paths_prefer_packaged_resources_over_source_and_home ... ok
[INFO] [stdout] test tests::continue_preview_matches_upstream_summary_and_md_escape ... ok
[INFO] [stdout] test tests::legacy_mykey_py_imports_simple_dict_assignments ... ok
[INFO] [stdout] test tests::legacy_mykey_json_imports_default_models_and_mixin ... ok
[INFO] [stdout] test tests::smart_format_is_unicode_safe ... ok
[INFO] [stdout] test tests::url_building_matches_openai_compat ... ok
[INFO] [stdout] test tests::resource_memory_prompt_lists_static_sop_files ... ok
[INFO] [stdout] test tests::runtime_recall_injects_only_for_history_like_queries ... ok
[INFO] [stdout] test tests::model_log_parser_accepts_timestamped_markers_and_l4_archives_history ... ok
[INFO] [stdout] test tests::ensure_dirs_creates_tmwd_cdp_config ... ok
[INFO] [stdout] test tests::agent_config_from_env_separates_home_workspace_and_resources ... ok
[INFO] [stdout] test tests::agent_config_selects_profile_from_koda_llm_profile ... ok
[INFO] [stdout] test tests::config_loads_multiple_llm_models_from_toml ... ok
[INFO] [stdout] test python_runtime::tests::bootstrap_offline_fails_before_network_when_venv_missing ... ok
[INFO] [stdout] test tests::runtime_switches_llm_by_profile_name ... ok
[INFO] [stdout] test tests::runtime_slash_switches_llm_by_profile_model_and_model_alias ... ok
[INFO] [stdout] test tests::agent_config_profile_override_uses_that_profiles_first_model ... ok
[INFO] [stdout] test tests::agent_config_profile_missing_secret_points_to_config_secret ... ok
[INFO] [stdout] test tests::agent_config_rejects_legacy_openai_env_without_llms_toml ... ok
[INFO] [stdout] test tests::agent_config_loads_profile_toml_without_openai_env ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/koda_agent_frontends-f2cc1edbaa61d4f3)
[INFO] [stdout] 
[INFO] [stdout] running 51 tests
[INFO] [stdout] test tests::acp_content_blocks_to_text_matches_upstream_bridge ... ok
[INFO] [stdout] test tests::ask_user_event_drain_empty ... ok
[INFO] [stdout] test tests::build_ask_user_markup_structure ... ok
[INFO] [stdout] test tests::ask_user_event_drain_returns_latest ... ok
[INFO] [stdout] test tests::dingtalk_signature_is_stable ... ok
[INFO] [stdout] test tests::extract_file_markers_various_tokens ... ok
[INFO] [stdout] test tests::build_client_with_proxy_no_env ... ok
[INFO] [stdout] test tests::extracts_feishu_json_text ... ok
[INFO] [stdout] test tests::extracts_feishu_message_id ... ok
[INFO] [stdout] test tests::extracts_more_platform_text_and_file_markers ... ok
[INFO] [stdout] test tests::extracts_nested_platform_text_shapes ... ok
[INFO] [stdout] test tests::files_from_text_no_files ... ok
[INFO] [stdout] test tests::is_not_modified_error_negative ... ok
[INFO] [stdout] test tests::is_not_modified_error_positive ... ok
[INFO] [stdout] test tests::acp_active_prompt_and_cancel_match_upstream_shape ... ok
[INFO] [stdout] test tests::acp_protocol_fixtures_match_upstream_shapes ... ok
[INFO] [stdout] test tests::normalized_command_aliases ... ok
[INFO] [stdout] test tests::files_from_text_extracts_and_resolves ... ok
[INFO] [stdout] test tests::outbound_payload_shapes_match_platforms ... ok
[INFO] [stdout] test tests::parse_ask_callback_data_invalid_prefix ... ok
[INFO] [stdout] test tests::platform_context_detects_common_im_shapes ... ok
[INFO] [stdout] test tests::parse_ask_callback_data_no_menu_id ... ok
[INFO] [stdout] test tests::resolve_files_tilde_expansion ... ok
[INFO] [stdout] test tests::resolve_files_absolute_existing ... ok
[INFO] [stdout] test tests::stream_session_finalize_sets_dirty_false ... ok
[INFO] [stdout] test tests::parse_ask_callback_data_with_menu_id ... ok
[INFO] [stdout] test tests::render_file_markers_empty ... ok
[INFO] [stdout] test tests::render_file_markers_format ... ok
[INFO] [stdout] test tests::resolve_files_dedup ... ok
[INFO] [stdout] test tests::resolve_files_nonexistent_returns_empty ... ok
[INFO] [stdout] test tests::render_ask_user_result_selected ... ok
[INFO] [stdout] test tests::stream_session_empty_push_ignored ... ok
[INFO] [stdout] test tests::stream_session_push_and_render ... ok
[INFO] [stdout] test tests::render_ask_user_result_cancelled ... ok
[INFO] [stdout] test tests::stream_session_render_escapes_markdown ... ok
[INFO] [stdout] test tests::stream_session_is_editable_respects_rate_limit ... ok
[INFO] [stdout] test tests::tmwebdriver_cdp_runtime_fallback_extracts_expression ... ok
[INFO] [stdout] test tests::telegram_update_with_callback_query_none ... ok
[INFO] [stdout] test tests::tmwebdriver_http_sessions_are_registered_and_listed ... ok
[INFO] [stdout] test tests::tmwebdriver_ws_disconnect_fails_pending_commands_immediately ... ok
[INFO] [stdout] test tests::telegram_callback_query_deserializes ... ok
[INFO] [stdout] test tests::tmwebdriver_tabs_update_prunes_stale_extension_tabs ... ok
[INFO] [stdout] test tests::turn_stream_coordinator_basic_line ... ok
[INFO] [stdout] test tests::tmwebdriver_ws_disconnect_cleans_only_that_connection ... ok
[INFO] [stdout] test tests::turn_stream_coordinator_code_fence_tracking ... ok
[INFO] [stdout] test tests::turn_stream_coordinator_flush_turn ... ok
[INFO] [stdout] test tests::user_state_cancel_no_task ... ok
[INFO] [stdout] test tests::wecom_signature_sorts_parts ... ok
[INFO] [stdout] test tests::turn_stream_coordinator_nested_fence ... ok
[INFO] [stdout] test tests::user_state_cancel_with_task ... ok
[INFO] [stdout] test tests::tmwebdriver_http_transport_execute_roundtrips_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/koda_agent_llm-fb01d5f899beef9e)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test tests::glm_openai_compatible_thinking_option_matches_bigmodel_shape ... ok
[INFO] [stdout] test tests::claude_one_m_context_suffix_maps_to_beta_header ... ok
[INFO] [stdout] test tests::claude_thinking_options_match_upstream_payload_shape ... ok
[INFO] [stdout] test tests::expands_internal_tool_messages_for_openai_chat ... ok
[INFO] [stdout] test tests::expands_internal_tool_messages_for_responses_api ... ok
[INFO] [stdout] test tests::openai_chat_synthesizes_missing_tool_results_to_avoid_400 ... ok
[INFO] [stdout] test tests::parses_claude_messages_json_and_sse ... ok
[INFO] [stdout] test tests::parses_claude_sse_multiple_tool_blocks_with_fallback_input ... ok
[INFO] [stdout] test tests::parses_openai_sse_parallel_tool_calls_and_reasoning_alias ... ok
[INFO] [stdout] test tests::parses_responses_json_reasoning_and_multiple_function_calls ... ok
[INFO] [stdout] test tests::builds_text_protocol_prompt_with_tool_results ... ok
[INFO] [stdout] test tests::parses_responses_sse_completed ... ok
[INFO] [stdout] test tests::integration_glm_native_claude_stream ... ok
[INFO] [stdout] test tests::integration_glm_native_claude_non_stream ... ok
[INFO] [stdout] test tests::parses_responses_json_tool_call ... ok
[INFO] [stdout] test tests::parses_sse_tool_call ... ok
[INFO] [stdout] test tests::parses_json_tool_call ... ok
[INFO] [stdout] test tests::retry_policy_matches_transient_failures ... ok
[INFO] [stdout] test tests::parses_text_protocol_tool_calls ... ok
[INFO] [stdout] test tests::text_protocol_bad_json_emits_bad_json_tool ... ok
[INFO] [stdout] test tests::text_protocol_extracts_bare_json_tool_object ... ok
[INFO] [stdout] test tests::claude_drops_unsigned_thinking_and_preserves_signed_raw_blocks ... ok
[INFO] [stdout] test tests::text_protocol_parses_multiple_fenced_and_param_alias_calls ... ok
[INFO] [stdout] test tests::expands_internal_messages_for_claude ... ok
[INFO] [stdout] test tests::cache_markers_and_usage_summary_match_upstream_shape ... ok
[INFO] [stdout] test tests::text_protocol_reuses_tool_instruction_after_first_call ... ok
[INFO] [stdout] test tests::session_overrides_update_llm_generation_options ... ok
[INFO] [stdout] test tests::auth_header_defaults_to_bearer_for_openai_compatible ... ok
[INFO] [stdout] test tests::auth_header_supports_mimo_api_key_header_without_bearer ... ok
[INFO] [stdout] test tests::multi_llm_lists_and_switches_models ... ok
[INFO] [stdout] test tests::history_trimming_compresses_old_tool_tags_and_sanitizes_leading_user ... ok
[INFO] [stdout] test tests::multi_llm_forwards_stream_events ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::multi_llm_forwards_stream_events stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::multi_llm_forwards_stream_events' (3884) panicked at crates/koda-agent-llm/src/lib.rs:2906:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<core::io::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, core::io::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:2192:27
[INFO] [stdout]    2: koda_agent_llm::record_usage
[INFO] [stdout]              at ./src/lib.rs:1931:5
[INFO] [stdout]    3: koda_agent_llm::record_sse_usage
[INFO] [stdout]              at ./src/lib.rs:1919:13
[INFO] [stdout]    4: <koda_agent_llm::OpenAiClient>::chat_inner::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:605:13
[INFO] [stdout]    5: <koda_agent_llm::OpenAiClient as koda_agent_core::LlmClient>::chat_with_events::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:514:62
[INFO] [stdout]    6: <core::pin::Pin<alloc::boxed::Box<dyn core::future::future::Future<Output = core::result::Result<koda_agent_core::AgentResponse, anyhow::Error>> + core::marker::Send>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]    7: <koda_agent_llm::MultiLlmClient as koda_agent_core::LlmClient>::chat_with_events::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:200:18
[INFO] [stdout]    8: <core::pin::Pin<alloc::boxed::Box<dyn core::future::future::Future<Output = core::result::Result<koda_agent_core::AgentResponse, anyhow::Error>> + core::marker::Send>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]    9: koda_agent_llm::tests::multi_llm_forwards_stream_events::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:2905:14
[INFO] [stdout]   10: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   11: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   13: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   14: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   15: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   16: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   17: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   18: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   19: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   20: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   21: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   22: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   23: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   25: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   26: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   27: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   28: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   29: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   30: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   31: koda_agent_llm::tests::multi_llm_forwards_stream_events
[INFO] [stdout]              at ./src/lib.rs:2914:10
[INFO] [stdout]   32: koda_agent_llm::tests::multi_llm_forwards_stream_events::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:2839:48
[INFO] [stdout]   33: <koda_agent_llm::tests::multi_llm_forwards_stream_events::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   34: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   36: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   37: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   39: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   41: test::run_test_in_process
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   42: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   43: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   44: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   45: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   46: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   48: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   51: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   53: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   54: <unknown>
[INFO] [stdout]   55: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c00f2706291 - 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:     0x5c00f2706291 - 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:     0x5c00f2706291 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c00f2706291 - <<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:     0x5c00f271d57a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c00f271d57a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5c00f270b59c - 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:     0x5c00f270b59c - <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:     0x5c00f26e18a6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c00f26e18a6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c00f26fd129 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c00f2142a70 - <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:     0x5c00f2142a70 - 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:     0x5c00f26fd452 - <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:     0x5c00f26fd452 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5c00f26e1952 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5c00f26d8989 - 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:     0x5c00f26e284d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5c00f271ddac - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c00f271daf2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5c00f20d3bb1 - <core[6883ba1bc0fe4ed1]::result::Result<koda_agent_core[7c1ecc48fa80207]::AgentResponse, anyhow[3b9a07a6948cd063]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5c00f20d3bb1 - koda_agent_llm[e5854f58f57d9502]::tests::multi_llm_forwards_stream_events::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/koda-agent-llm/src/lib.rs:2906:14
[INFO] [stdout]   22:     0x5c00f210ee62 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5c00f210eedd - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5c00f2128bbd - <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x5c00f2128abb - tokio[3a85cd9ac532ea45]::task::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5c00f2128abb - tokio[3a85cd9ac532ea45]::task::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5c00f2128abb - <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x5c00f2122db0 - <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x5c00f2127cbd - <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x5c00f2126f64 - <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x5c00f20f5a6b - <tokio[3a85cd9ac532ea45]::runtime::context::scoped::Scoped<tokio[3a85cd9ac532ea45]::runtime::scheduler::Context>>::set::<<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5c00f21285a9 - tokio[3a85cd9ac532ea45]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x5c00f21108f2 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[3a85cd9ac532ea45]::runtime::context::Context>>::try_with::<tokio[3a85cd9ac532ea45]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   34:     0x5c00f211047e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[3a85cd9ac532ea45]::runtime::context::Context>>::with::<tokio[3a85cd9ac532ea45]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   35:     0x5c00f212537d - tokio[3a85cd9ac532ea45]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x5c00f2124ef0 - <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x5c00f21251e6 - <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x5c00f2126a70 - <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x5c00f21140e3 - tokio[3a85cd9ac532ea45]::runtime::context::runtime::enter_runtime::<<tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5c00f21228e1 - <tokio[3a85cd9ac532ea45]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x5c00f2110014 - <tokio[3a85cd9ac532ea45]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x5c00f21101df - <tokio[3a85cd9ac532ea45]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x5c00f20dbc21 - koda_agent_llm[e5854f58f57d9502]::tests::multi_llm_forwards_stream_events
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/koda-agent-llm/src/lib.rs:2914:10
[INFO] [stdout]   44:     0x5c00f20d23d7 - koda_agent_llm[e5854f58f57d9502]::tests::multi_llm_forwards_stream_events::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/koda-agent-llm/src/lib.rs:2839:48
[INFO] [stdout]   45:     0x5c00f21353f6 - <koda_agent_llm[e5854f58f57d9502]::tests::multi_llm_forwards_stream_events::{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]   46:     0x5c00f2135dab - <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]   47:     0x5c00f2135dab - 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]   48:     0x5c00f21433f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5c00f21433f5 - <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]   50:     0x5c00f21433f5 - 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]   51:     0x5c00f21433f5 - 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]   52:     0x5c00f21433f5 - 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]   53:     0x5c00f21433f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5c00f21433f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5c00f213dea4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5c00f213dea4 - 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]   57:     0x5c00f2146542 - 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]   58:     0x5c00f2146542 - <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]   59:     0x5c00f2146542 - 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]   60:     0x5c00f2146542 - 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]   61:     0x5c00f2146542 - 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]   62:     0x5c00f2146542 - 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]   63:     0x5c00f2146542 - <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]   64:     0x5c00f2704e7f - <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]   65:     0x5c00f2704e7f - <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]   66:     0x7f447ee49aa4 - <unknown>
[INFO] [stdout]   67:     0x7f447eed6a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::multi_llm_forwards_stream_events
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 31 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p koda-agent-llm --lib`
[INFO] running `Command { std: "docker" "inspect" "9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3", kill_on_drop: false }`
[INFO] [stdout] 9dd2da594b776c9db25d1da9d1a3e257ed3e9d079d3784bf4dcf082c2e4ea3b3
