[INFO] cloning repository https://github.com/Basillica/code-agent-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Basillica/code-agent-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBasillica%2Fcode-agent-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBasillica%2Fcode-agent-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e78f6363b5190b36a3169b261d420acf246615a4
[INFO] testing Basillica/code-agent-rust against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBasillica%2Fcode-agent-rust" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Basillica/code-agent-rust
[INFO] finished tweaking git repo https://github.com/Basillica/code-agent-rust
[INFO] tweaked toml for git repo https://github.com/Basillica/code-agent-rust written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Basillica/code-agent-rust on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Basillica/code-agent-rust 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serial_test v3.5.0
[INFO] [stderr]   Downloaded serial_test_derive v3.5.0
[INFO] [stderr]   Downloaded reqwest v0.13.3
[INFO] [stderr]   Downloaded nom v1.2.4
[INFO] [stderr]   Downloaded markup5ever v0.39.0
[INFO] [stderr]   Downloaded meval v0.2.0
[INFO] [stderr]   Downloaded scraper v0.26.0
[INFO] [stderr]   Downloaded html5ever v0.39.0
[INFO] [stderr]   Downloaded ego-tree v0.11.0
[INFO] [stderr]   Downloaded mdka v2.1.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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] d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e
[INFO] running `Command { std: "docker" "start" "d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e", 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" "d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e", 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" "d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling dtoa v1.0.11
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling tendril v0.5.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling servo_arc v0.4.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling selectors v0.36.1
[INFO] [stderr]    Compiling string_cache v0.9.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling ego-tree v0.11.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling web_atoms v0.2.4
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling nom v1.2.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling indicatif v0.18.4
[INFO] [stderr]    Compiling meval v0.2.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[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 displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling cssparser v0.36.0
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling markup5ever v0.39.0
[INFO] [stderr]    Compiling html5ever v0.39.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling scraper v0.26.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling mdka v2.1.5
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.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 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.14
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.13.3
[INFO] [stderr]    Compiling code-agent-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Parser`
[INFO] [stdout]  --> src/action/permissions.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Parser, ValueEnum};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `permission_gate`
[INFO] [stdout]   --> src/orchestrator/strategy.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let permission_gate = PermissionGate::new(permission_mode);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_permission_gate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `SnapshotContains` is never used
[INFO] [stdout]   --> src/orchestrator/transaction.rs:75:7
[INFO] [stdout]    |
[INFO] [stdout] 75 | trait SnapshotContains {
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Parser`
[INFO] [stdout]  --> src/action/permissions.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Parser, ValueEnum};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `permission_gate`
[INFO] [stdout]   --> src/orchestrator/strategy.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let permission_gate = PermissionGate::new(permission_mode);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_permission_gate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GateResult` is never used
[INFO] [stdout]   --> src/action/permissions.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum GateResult {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mode` is never read
[INFO] [stdout]   --> src/action/permissions.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct PermissionGate {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 26 |     mode: PermissionMode,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `check_permission`, `evaluate_tool_policy`, and `prompt_user_approval` are never used
[INFO] [stdout]    --> src/action/permissions.rs:34:18
[INFO] [stdout]     |
[INFO] [stdout]  29 | impl PermissionGate {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  34 |     pub async fn check_permission(&self, tool_name: &str, args: &serde_json::Value) -> bool {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  77 |     pub fn evaluate_tool_policy(&self, tool_name: &str) -> GateResult {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |     fn prompt_user_approval(&self, tool_name: &str, args: &Value) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `max_context_tokens` are never read
[INFO] [stdout]  --> src/orchestrator/config.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct ModelCostConfig {
[INFO] [stdout]   |            --------------- fields in this struct
[INFO] [stdout] 3 |     pub name: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 6 |     pub max_context_tokens: Option<usize>, // Crucial for preventing local model context overflows
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ModelCostConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/orchestrator/config.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl ModelCostConfigBuilder {
[INFO] [stdout]    | --------------------------- associated function in this implementation
[INFO] [stdout] 25 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse_cargo_errors` is never used
[INFO] [stdout]    --> src/orchestrator/diagnostic.rs:141:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | impl DiagnosticParser {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 141 |     pub fn parse_cargo_errors(compiler_output: &str) -> Vec<(String, String)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `verify_and_parse_workspace` is never used
[INFO] [stdout]    --> src/orchestrator/diagnostic.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn verify_and_parse_workspace() -> (bool, String) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_compilation_failure` is never used
[INFO] [stdout]    --> src/orchestrator/diagnostic.rs:198:8
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub fn handle_compilation_failure(graph: &mut WorkspaceGraph, compiler_stderr: &str) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file_path` is never read
[INFO] [stdout]  --> src/orchestrator/graph.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CodeNode {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 8 |     pub file_path: String,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `CodeNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Hunk` is never constructed
[INFO] [stdout]  --> src/orchestrator/models.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Hunk {
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `apply_surgical_patch` is never used
[INFO] [stdout]    --> src/orchestrator/patch.rs:182:12
[INFO] [stdout]     |
[INFO] [stdout]  13 | impl PatchEngine {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn apply_surgical_patch(path: &PathBuf, hunks: &[Hunk]) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `SnapshotContains` is never used
[INFO] [stdout]   --> src/orchestrator/transaction.rs:75:7
[INFO] [stdout]    |
[INFO] [stdout] 75 | trait SnapshotContains {
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `prompt_permission` is never used
[INFO] [stdout]   --> src/orchestrator/ui.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl TerminalUI {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 90 |     pub async fn prompt_permission(
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentDashboard` is never constructed
[INFO] [stdout]  --> src/ui/dashboard.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct AgentDashboard {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/ui/dashboard.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl AgentDashboard {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout]  9 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn start_task(&self, task_description: &str) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn update_status(&self, tool_name: &str, detail: &str) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn log_verification(&self, message: &str) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn pause_for_input(&self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn resume_after_input(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn fail_task(&self, reason: &str) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn complete_task(&self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v1.2.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e", 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" "d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling serial_test_derive v3.5.0
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling serial_test v3.5.0
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling reqwest v0.13.3
[INFO] [stderr]    Compiling code-agent-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Parser`
[INFO] [stdout]  --> src/action/permissions.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Parser, ValueEnum};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `permission_gate`
[INFO] [stdout]   --> src/orchestrator/strategy.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let permission_gate = PermissionGate::new(permission_mode);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_permission_gate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Parser`
[INFO] [stdout]  --> src/action/permissions.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Parser, ValueEnum};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `SnapshotContains` is never used
[INFO] [stdout]   --> src/orchestrator/transaction.rs:75:7
[INFO] [stdout]    |
[INFO] [stdout] 75 | trait SnapshotContains {
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `permission_gate`
[INFO] [stdout]   --> src/orchestrator/strategy.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let permission_gate = PermissionGate::new(permission_mode);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_permission_gate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `SnapshotContains` is never used
[INFO] [stdout]   --> src/orchestrator/transaction.rs:75:7
[INFO] [stdout]    |
[INFO] [stdout] 75 | trait SnapshotContains {
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> tests/chain.rs:217:28
[INFO] [stdout]     |
[INFO] [stdout] 217 |         let (orchestrator, ctx, mock_server) = setup_test_orchestrator().await;
[INFO] [stdout]     |                            ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> tests/chain.rs:243:28
[INFO] [stdout]     |
[INFO] [stdout] 243 |         let (orchestrator, ctx, mock_server) = setup_test_orchestrator().await;
[INFO] [stdout]     |                            ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Parser`
[INFO] [stdout]  --> src/action/permissions.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Parser, ValueEnum};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Parser`
[INFO] [stdout]  --> src/action/permissions.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Parser, ValueEnum};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `permission_gate`
[INFO] [stdout]   --> src/orchestrator/strategy.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let permission_gate = PermissionGate::new(permission_mode);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_permission_gate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GateResult` is never used
[INFO] [stdout]   --> src/action/permissions.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum GateResult {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mode` is never read
[INFO] [stdout]   --> src/action/permissions.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct PermissionGate {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 26 |     mode: PermissionMode,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `check_permission`, `evaluate_tool_policy`, and `prompt_user_approval` are never used
[INFO] [stdout]    --> src/action/permissions.rs:34:18
[INFO] [stdout]     |
[INFO] [stdout]  29 | impl PermissionGate {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  34 |     pub async fn check_permission(&self, tool_name: &str, args: &serde_json::Value) -> bool {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  77 |     pub fn evaluate_tool_policy(&self, tool_name: &str) -> GateResult {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |     fn prompt_user_approval(&self, tool_name: &str, args: &Value) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `max_context_tokens` are never read
[INFO] [stdout]  --> src/orchestrator/config.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct ModelCostConfig {
[INFO] [stdout]   |            --------------- fields in this struct
[INFO] [stdout] 3 |     pub name: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 6 |     pub max_context_tokens: Option<usize>, // Crucial for preventing local model context overflows
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ModelCostConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/orchestrator/config.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl ModelCostConfigBuilder {
[INFO] [stdout]    | --------------------------- associated function in this implementation
[INFO] [stdout] 25 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse_cargo_errors` is never used
[INFO] [stdout]    --> src/orchestrator/diagnostic.rs:141:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | impl DiagnosticParser {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 141 |     pub fn parse_cargo_errors(compiler_output: &str) -> Vec<(String, String)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `verify_and_parse_workspace` is never used
[INFO] [stdout]    --> src/orchestrator/diagnostic.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn verify_and_parse_workspace() -> (bool, String) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_compilation_failure` is never used
[INFO] [stdout]    --> src/orchestrator/diagnostic.rs:198:8
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub fn handle_compilation_failure(graph: &mut WorkspaceGraph, compiler_stderr: &str) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file_path` is never read
[INFO] [stdout]  --> src/orchestrator/graph.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CodeNode {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 8 |     pub file_path: String,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `CodeNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Hunk` is never constructed
[INFO] [stdout]  --> src/orchestrator/models.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Hunk {
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `apply_surgical_patch` is never used
[INFO] [stdout]    --> src/orchestrator/patch.rs:182:12
[INFO] [stdout]     |
[INFO] [stdout]  13 | impl PatchEngine {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn apply_surgical_patch(path: &PathBuf, hunks: &[Hunk]) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `SnapshotContains` is never used
[INFO] [stdout]   --> src/orchestrator/transaction.rs:75:7
[INFO] [stdout]    |
[INFO] [stdout] 75 | trait SnapshotContains {
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `prompt_permission` is never used
[INFO] [stdout]   --> src/orchestrator/ui.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl TerminalUI {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 90 |     pub async fn prompt_permission(
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentDashboard` is never constructed
[INFO] [stdout]  --> src/ui/dashboard.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct AgentDashboard {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/ui/dashboard.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl AgentDashboard {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout]  9 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn start_task(&self, task_description: &str) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn update_status(&self, tool_name: &str, detail: &str) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn log_verification(&self, message: &str) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn pause_for_input(&self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn resume_after_input(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn fail_task(&self, reason: &str) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn complete_task(&self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `permission_gate`
[INFO] [stdout]   --> src/orchestrator/strategy.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let permission_gate = PermissionGate::new(permission_mode);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_permission_gate`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GateResult` is never used
[INFO] [stdout]   --> src/action/permissions.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum GateResult {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mode` is never read
[INFO] [stdout]   --> src/action/permissions.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct PermissionGate {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 26 |     mode: PermissionMode,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `check_permission`, `evaluate_tool_policy`, and `prompt_user_approval` are never used
[INFO] [stdout]    --> src/action/permissions.rs:34:18
[INFO] [stdout]     |
[INFO] [stdout]  29 | impl PermissionGate {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  34 |     pub async fn check_permission(&self, tool_name: &str, args: &serde_json::Value) -> bool {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  77 |     pub fn evaluate_tool_policy(&self, tool_name: &str) -> GateResult {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |     fn prompt_user_approval(&self, tool_name: &str, args: &Value) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `max_context_tokens` are never read
[INFO] [stdout]  --> src/orchestrator/config.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct ModelCostConfig {
[INFO] [stdout]   |            --------------- fields in this struct
[INFO] [stdout] 3 |     pub name: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 6 |     pub max_context_tokens: Option<usize>, // Crucial for preventing local model context overflows
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ModelCostConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/orchestrator/config.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl ModelCostConfigBuilder {
[INFO] [stdout]    | --------------------------- associated function in this implementation
[INFO] [stdout] 25 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse_cargo_errors` is never used
[INFO] [stdout]    --> src/orchestrator/diagnostic.rs:141:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | impl DiagnosticParser {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 141 |     pub fn parse_cargo_errors(compiler_output: &str) -> Vec<(String, String)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `verify_and_parse_workspace` is never used
[INFO] [stdout]    --> src/orchestrator/diagnostic.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn verify_and_parse_workspace() -> (bool, String) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_compilation_failure` is never used
[INFO] [stdout]    --> src/orchestrator/diagnostic.rs:198:8
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub fn handle_compilation_failure(graph: &mut WorkspaceGraph, compiler_stderr: &str) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file_path` is never read
[INFO] [stdout]  --> src/orchestrator/graph.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CodeNode {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 8 |     pub file_path: String,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `CodeNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Hunk` is never constructed
[INFO] [stdout]  --> src/orchestrator/models.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Hunk {
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `apply_surgical_patch` is never used
[INFO] [stdout]    --> src/orchestrator/patch.rs:182:12
[INFO] [stdout]     |
[INFO] [stdout]  13 | impl PatchEngine {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn apply_surgical_patch(path: &PathBuf, hunks: &[Hunk]) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `SnapshotContains` is never used
[INFO] [stdout]   --> src/orchestrator/transaction.rs:75:7
[INFO] [stdout]    |
[INFO] [stdout] 75 | trait SnapshotContains {
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `prompt_permission` is never used
[INFO] [stdout]   --> src/orchestrator/ui.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl TerminalUI {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 90 |     pub async fn prompt_permission(
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentDashboard` is never constructed
[INFO] [stdout]  --> src/ui/dashboard.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct AgentDashboard {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/ui/dashboard.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl AgentDashboard {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout]  9 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn start_task(&self, task_description: &str) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn update_status(&self, tool_name: &str, detail: &str) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn log_verification(&self, message: &str) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn pause_for_input(&self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn resume_after_input(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn fail_task(&self, reason: &str) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn complete_task(&self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 30.64s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v1.2.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e", 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" "d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Parser`
[INFO] [stderr]  --> src/action/permissions.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::{Parser, ValueEnum};
[INFO] [stderr]   |            ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `permission_gate`
[INFO] [stderr]   --> src/orchestrator/strategy.rs:58:13
[INFO] [stderr]    |
[INFO] [stderr] 58 |         let permission_gate = PermissionGate::new(permission_mode);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_permission_gate`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `SnapshotContains` is never used
[INFO] [stderr]   --> src/orchestrator/transaction.rs:75:7
[INFO] [stderr]    |
[INFO] [stderr] 75 | trait SnapshotContains {
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `code-agent-rust` (lib) generated 3 warnings (run `cargo fix --lib -p code-agent-rust` to apply 2 suggestions)
[INFO] [stderr] warning: `code-agent-rust` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: enum `GateResult` is never used
[INFO] [stderr]   --> src/action/permissions.rs:19:10
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub enum GateResult {
[INFO] [stderr]    |          ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `mode` is never read
[INFO] [stderr]   --> src/action/permissions.rs:26:5
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct PermissionGate {
[INFO] [stderr]    |            -------------- field in this struct
[INFO] [stderr] 26 |     mode: PermissionMode,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `check_permission`, `evaluate_tool_policy`, and `prompt_user_approval` are never used
[INFO] [stderr]    --> src/action/permissions.rs:34:18
[INFO] [stderr]     |
[INFO] [stderr]  29 | impl PermissionGate {
[INFO] [stderr]     | ------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  34 |     pub async fn check_permission(&self, tool_name: &str, args: &serde_json::Value) -> bool {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  77 |     pub fn evaluate_tool_policy(&self, tool_name: &str) -> GateResult {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 110 |     fn prompt_user_approval(&self, tool_name: &str, args: &Value) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `name` and `max_context_tokens` are never read
[INFO] [stderr]  --> src/orchestrator/config.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub struct ModelCostConfig {
[INFO] [stderr]   |            --------------- fields in this struct
[INFO] [stderr] 3 |     pub name: String,
[INFO] [stderr]   |         ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 6 |     pub max_context_tokens: Option<usize>, // Crucial for preventing local model context overflows
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `ModelCostConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> src/orchestrator/config.rs:25:12
[INFO] [stderr]    |
[INFO] [stderr] 24 | impl ModelCostConfigBuilder {
[INFO] [stderr]    | --------------------------- associated function in this implementation
[INFO] [stderr] 25 |     pub fn new() -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `parse_cargo_errors` is never used
[INFO] [stderr]    --> src/orchestrator/diagnostic.rs:141:12
[INFO] [stderr]     |
[INFO] [stderr]  25 | impl DiagnosticParser {
[INFO] [stderr]     | --------------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 141 |     pub fn parse_cargo_errors(compiler_output: &str) -> Vec<(String, String)> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `verify_and_parse_workspace` is never used
[INFO] [stderr]    --> src/orchestrator/diagnostic.rs:164:14
[INFO] [stderr]     |
[INFO] [stderr] 164 | pub async fn verify_and_parse_workspace() -> (bool, String) {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `handle_compilation_failure` is never used
[INFO] [stderr]    --> src/orchestrator/diagnostic.rs:198:8
[INFO] [stderr]     |
[INFO] [stderr] 198 | pub fn handle_compilation_failure(graph: &mut WorkspaceGraph, compiler_stderr: &str) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `file_path` is never read
[INFO] [stderr]  --> src/orchestrator/graph.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct CodeNode {
[INFO] [stderr]   |            -------- field in this struct
[INFO] [stderr] 8 |     pub file_path: String,
[INFO] [stderr]   |         ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `CodeNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Hunk` is never constructed
[INFO] [stderr]  --> src/orchestrator/models.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct Hunk {
[INFO] [stderr]   |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `apply_surgical_patch` is never used
[INFO] [stderr]    --> src/orchestrator/patch.rs:182:12
[INFO] [stderr]     |
[INFO] [stderr]  13 | impl PatchEngine {
[INFO] [stderr]     | ---------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 182 |     pub fn apply_surgical_patch(path: &PathBuf, hunks: &[Hunk]) -> Result<(), String> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `SnapshotContains` is never used
[INFO] [stderr]   --> src/orchestrator/transaction.rs:75:7
[INFO] [stderr]    |
[INFO] [stderr] 75 | trait SnapshotContains {
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `prompt_permission` is never used
[INFO] [stderr]   --> src/orchestrator/ui.rs:90:18
[INFO] [stderr]    |
[INFO] [stderr] 26 | impl TerminalUI {
[INFO] [stderr]    | --------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 90 |     pub async fn prompt_permission(
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AgentDashboard` is never constructed
[INFO] [stderr]  --> src/ui/dashboard.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct AgentDashboard {
[INFO] [stderr]   |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]   --> src/ui/dashboard.rs:9:12
[INFO] [stderr]    |
[INFO] [stderr]  8 | impl AgentDashboard {
[INFO] [stderr]    | ------------------- associated items in this implementation
[INFO] [stderr]  9 |     pub fn new() -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 21 |     pub fn start_task(&self, task_description: &str) {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 28 |     pub fn update_status(&self, tool_name: &str, detail: &str) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 40 |     pub fn log_verification(&self, message: &str) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 44 |     pub fn pause_for_input(&self) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 48 |     pub fn resume_after_input(&mut self) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 61 |     pub fn fail_task(&self, reason: &str) {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 66 |     pub fn complete_task(&self) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ctx`
[INFO] [stderr]    --> tests/chain.rs:217:28
[INFO] [stderr]     |
[INFO] [stderr] 217 |         let (orchestrator, ctx, mock_server) = setup_test_orchestrator().await;
[INFO] [stderr]     |                            ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ctx`
[INFO] [stderr]    --> tests/chain.rs:243:28
[INFO] [stderr]     |
[INFO] [stderr] 243 |         let (orchestrator, ctx, mock_server) = setup_test_orchestrator().await;
[INFO] [stderr]     |                            ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stderr] 
[INFO] [stderr] warning: `code-agent-rust` (bin "code-agent-rust" test) generated 17 warnings (2 duplicates)
[INFO] [stderr] warning: `code-agent-rust` (bin "code-agent-rust") generated 17 warnings (17 duplicates)
[INFO] [stderr] warning: `code-agent-rust` (test "chain") generated 2 warnings (run `cargo fix --test "chain" -p code-agent-rust` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v1.2.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/code_agent_rust-1b078323d71beb82)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test state::session::tests::test_diagnostic_squeezing ... ok
[INFO] [stdout] test core::compaction::test_ollama_connectivity ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/code_agent_rust-9d6bf7fe6cb52662)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test state::session::tests::test_diagnostic_squeezing ... ok
[INFO] [stderr]      Running tests/chain.rs (/opt/rustwide/target/debug/deps/chain-ec50853ab11a6927)
[INFO] [stdout] test core::compaction::test_ollama_connectivity ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::test_handle_conversational_pivot_null_tool ... ok
[INFO] [stdout] test tests::test_handle_hallucinated_unknown_tool ... FAILED
[INFO] [stdout] test tests::test_handle_valid_tool_execution ... ok
[INFO] [stdout] test tests::test_handle_malformed_tool_arguments ... ok
[INFO] [stdout] test tests::test_handle_corrupted_raw_json_fallback ... ok
[INFO] [stdout] test tests::test_handle_task_completion_exit ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_handle_hallucinated_unknown_tool stdout ----
[INFO] [stdout] [SYSTEM] 🚀 Starting execution task: Spy on market
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 1/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 2/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 3/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 4/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 5/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 6/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 7/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 8/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] ✨ [Compaction Layer 5]: Triggering model summary synthesis...
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 9/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 10/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 11/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 12/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 13/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 14/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 15/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] ✨ [Compaction Layer 5]: Triggering model summary synthesis...
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 16/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 17/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 18/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 19/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 20/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 21/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 22/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] ✨ [Compaction Layer 5]: Triggering model summary synthesis...
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 23/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 24/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 25/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 26/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 27/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 28/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 29/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] ✨ [Compaction Layer 5]: Triggering model summary synthesis...
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 30/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 31/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 32/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 33/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 34/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 35/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 36/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] ✨ [Compaction Layer 5]: Triggering model summary synthesis...
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 37/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 38/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 39/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 40/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 41/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 42/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 43/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] ✨ [Compaction Layer 5]: Triggering model summary synthesis...
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 44/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 45/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 46/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 47/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 48/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 49/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] =================== TERMINAL DASHBOARD VIEW ===================
[INFO] [stdout] 🎯 ACTIVE TASK  : Spy on market
[INFO] [stdout] 📊 CURRENT STATE: Turn 50/50 - Indexing codebase & updating Workspace Graph...
[INFO] [stdout] 🛠️ ACTIVE TOOL : None ({})
[INFO] [stdout] 🔗 STRUCTURAL GRAPH EDGES CAPTURED: 0 nodes
[INFO] [stdout] ===============================================================
[INFO] [stdout] 
[INFO] [stdout] ✨ [Compaction Layer 5]: Triggering model summary synthesis...
[INFO] [stdout] 📊 [Telemetry] Tokens: In=0 Out=0 | Total Spend: $0.0000 / $2.00
[INFO] [stdout] [ASSISTANT] Thought: Let's execute an unverified utility.
[INFO] [stdout] 🛑 [Tool Interceptor] Model hallucinated unregistered tool: 'super_secret_market_spy_tool'
[INFO] [stdout] 
[INFO] [stdout] 🛑 [CRITICAL EXCEPTION RUNTIME FAILURE]
[INFO] [stdout] Reason: Reached maximum turn iteration depth safety boundary limit.
[INFO] [stdout] 
[INFO] [stdout] the frigging context: [Message { role: "user", content: "Spy on market" }, Message { role: "system", content: "### 📂 SystemCompactBoundaryMessage\nBelow is a compressed summary of prior actions:\n{\"final_summary\":null,\"task_completed\":false,\"thought\":\"Let's execute an unverified utility.\",\"tool_call\":{\"arguments\":{\"query\":\"German market text\"},\"name\":\"super_secret_market_spy_tool\"}}" }, Message { role: "assistant", content: "{\"final_summary\":null,\"task_completed\":false,\"thought\":\"Let's execute an unverified utility.\",\"tool_call\":{\"arguments\":{\"query\":\"German market text\"},\"name\":\"super_secret_market_spy_tool\"}}" }, Message { role: "user", content: "SYSTEM ERROR: The tool 'super_secret_market_spy_tool' is missing from the registry context. You are strictly prohibited from calling virtual or unmapped functions.\nVALID REGISTERED SYSTEM TOOLS MATRIX: [\"execute_command\", \"shell\", \"write_file\", \"startup_idea_generator\", \"codebase_search\", \"get_location\", \"surgical_edit\", \"delegate_subtask\", \"founder_advantage_analyzer\", \"get_weather\", \"apply_multi_file_refactor\", \"competition_analyzer\", \"market_demand_validator\", \"distribution_analyzer\", \"web_fetch\", \"bootstrap_project\", \"calculator\", \"business_model_analyzer\", \"check_diagnostics\", \"technical_moat_auditor\", \"grep\", \"read_file\", \"strategic_assumption_generator\", \"bash\", \"search_grep\", \"get_current_date\", \"glob\", \"edit_file\", \"venture_scorecard\"]" }]
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_handle_hallucinated_unknown_tool' (3401) panicked at tests/chain.rs:206:9:
[INFO] [stdout] assertion failed: context.history.iter().any(|m|
[INFO] [stdout]         {
[INFO] [stdout]             m.role == "system" &&
[INFO] [stdout]                 m.content.contains("Tool 'super_secret_market_spy_tool' not found")
[INFO] [stdout]         })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64389bb271e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64389bb271e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64389bb271e8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64389bb271e8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64389bb400ca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64389bb400ca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x64389bb2c802 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x64389bb2c802 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x64389bb02816 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64389bb02816 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64389bb1e319 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64389ae39aec - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x64389ae39aec - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x64389bb1e592 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x64389bb1e592 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64389bb02904 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x64389baf76a9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64389bb0382d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64389bb4093c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64389bb40902 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x64389adc6b5f - chain[9e6ffe33e11baf32]::tests::test_handle_hallucinated_unknown_tool::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/chain.rs:206:9
[INFO] [stdout]   21:     0x64389add89a2 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x64389add8a5d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x64389adf922d - <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   24:     0x64389adf8f4b - tokio[3ac186efb3202d1b]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   25:     0x64389adf8f4b - tokio[3ac186efb3202d1b]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   26:     0x64389adf8f4b - <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   27:     0x64389adf1060 - <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   28:     0x64389adf748d - <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   29:     0x64389adf5c34 - <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::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]   30:     0x64389ae046eb - <tokio[3ac186efb3202d1b]::runtime::context::scoped::Scoped<tokio[3ac186efb3202d1b]::runtime::scheduler::Context>>::set::<<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::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]   31:     0x64389adfbd09 - tokio[3ac186efb3202d1b]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::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]   32:     0x64389adbb5b2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[3ac186efb3202d1b]::runtime::context::Context>>::try_with::<tokio[3ac186efb3202d1b]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   33:     0x64389adbad9e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[3ac186efb3202d1b]::runtime::context::Context>>::with::<tokio[3ac186efb3202d1b]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   34:     0x64389adfb2fd - tokio[3ac186efb3202d1b]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::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]   35:     0x64389adf4100 - <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::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]   36:     0x64389adf4896 - <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   37:     0x64389adf5230 - <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   38:     0x64389adbe683 - tokio[3ac186efb3202d1b]::runtime::context::runtime::enter_runtime::<<tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   39:     0x64389adf0791 - <tokio[3ac186efb3202d1b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   40:     0x64389ae25bd4 - <tokio[3ac186efb3202d1b]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   41:     0x64389ae25f4f - <tokio[3ac186efb3202d1b]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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]   42:     0x64389adca2aa - chain[9e6ffe33e11baf32]::tests::test_handle_hallucinated_unknown_tool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/chain.rs:210:12
[INFO] [stdout]   43:     0x64389ada53be - <chain[9e6ffe33e11baf32]::tests::test_handle_hallucinated_unknown_tool::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x64389ae955fe - serial_test[febbc3cf0c063c8]::serial_code_lock::local_serial_core
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-3.5.0/src/serial_code_lock.rs:36:5
[INFO] [stdout]   45:     0x64389adcd3d4 - chain[9e6ffe33e11baf32]::tests::test_handle_hallucinated_unknown_tool
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/chain.rs:180:5
[INFO] [stdout]   46:     0x64389adc9b37 - chain[9e6ffe33e11baf32]::tests::test_handle_hallucinated_unknown_tool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/chain.rs:180:14
[INFO] [stdout]   47:     0x64389ada5276 - <chain[9e6ffe33e11baf32]::tests::test_handle_hallucinated_unknown_tool::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x64389ae2cbcb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x64389ae2cbcb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   50:     0x64389ae3a445 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   51:     0x64389ae3a445 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x64389ae3a445 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x64389ae3a445 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x64389ae3a445 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x64389ae3a445 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   56:     0x64389ae3a445 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   57:     0x64389ae33d54 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   58:     0x64389ae33d54 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   59:     0x64389ae3d4c2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   60:     0x64389ae3d4c2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x64389ae3d4c2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x64389ae3d4c2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x64389ae3d4c2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x64389ae3d4c2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   65:     0x64389ae3d4c2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x64389bb25fdf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   67:     0x64389bb25fdf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   68:     0x72cb2e959aa4 - <unknown>
[INFO] [stdout]   69:     0x72cb2e9e6a64 - clone
[INFO] [stdout]   70:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_handle_hallucinated_unknown_tool
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.67s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test chain`
[INFO] running `Command { std: "docker" "inspect" "d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e", kill_on_drop: false }`
[INFO] [stdout] d31f361557772034a71ea2b3801caf70f36a08d313f9d128ed8f96a28c14976e
