[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.98.0-beta.1 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-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Basillica/code-agent-rust on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d
[INFO] running `Command { std: "docker" "start" "2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d", 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" "2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d", 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" "2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "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 rustls v0.23.40
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling dtoa v1.0.11
[INFO] [stderr]    Compiling tendril v0.5.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling servo_arc v0.4.3
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[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 cc v1.2.62
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling selectors v0.36.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling string_cache v0.9.0
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[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 rayon v1.12.0
[INFO] [stderr]    Compiling web_atoms v0.2.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[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 nom v1.2.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling meval v0.2.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling indicatif v0.18.4
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling regex v1.12.3
[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 serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling cssparser v0.36.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling derive_more v2.1.1
[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 clap v4.6.1
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling scraper v0.26.0
[INFO] [stderr]    Compiling serde v1.0.228
[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 33s
[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" "2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d", 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" "2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling 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 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: `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 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 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: 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 27.11s
[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" "2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d", 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" "2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "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.14s
[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] [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.17s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/chain.rs (/opt/rustwide/target/debug/deps/chain-ec50853ab11a6927)
[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_corrupted_raw_json_fallback ... ok
[INFO] [stdout] test tests::test_handle_malformed_tool_arguments ... ok
[INFO] [stdout] test tests::test_handle_valid_tool_execution ... 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: [\"web_fetch\", \"business_model_analyzer\", \"read_file\", \"glob\", \"apply_multi_file_refactor\", \"get_location\", \"check_diagnostics\", \"get_weather\", \"edit_file\", \"competition_analyzer\", \"startup_idea_generator\", \"bash\", \"founder_advantage_analyzer\", \"delegate_subtask\", \"bootstrap_project\", \"codebase_search\", \"write_file\", \"surgical_edit\", \"shell\", \"venture_scorecard\", \"distribution_analyzer\", \"market_demand_validator\", \"strategic_assumption_generator\", \"calculator\", \"search_grep\", \"technical_moat_auditor\", \"grep\", \"execute_command\", \"get_current_date\"]" }]
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_handle_hallucinated_unknown_tool' (3399) 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:     0x56b219939a91 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56b219939a91 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56b219939a91 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56b219939a91 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56b219952a2a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56b219952a2a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x56b21993edcc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x56b21993edcc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x56b219913f56 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56b219913f56 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56b219930369 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56b218c63b00 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x56b218c63b00 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x56b219930692 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x56b219930692 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x56b219914034 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x56b21990b4b9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56b219914e6d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x56b2199532dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56b2199532a2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x56b218c2957d - chain[5015f232d74787c9]::tests::test_handle_hallucinated_unknown_tool::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/chain.rs:206:9
[INFO] [stdout]   21:     0x56b218bef8e2 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x56b218bef99d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56b218c4ad8d - <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   24:     0x56b218c4aaab - tokio[ca0b18aa3c4b0202]::task::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x56b218c4aaab - tokio[ca0b18aa3c4b0202]::task::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x56b218c4aaab - <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   27:     0x56b218c42b30 - <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   28:     0x56b218c4904d - <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   29:     0x56b218c477f4 - <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   30:     0x56b218c05e2b - <tokio[ca0b18aa3c4b0202]::runtime::context::scoped::Scoped<tokio[ca0b18aa3c4b0202]::runtime::scheduler::Context>>::set::<<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x56b218c1b1a9 - tokio[ca0b18aa3c4b0202]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   32:     0x56b218c314b2 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[ca0b18aa3c4b0202]::runtime::context::Context>>::try_with::<tokio[ca0b18aa3c4b0202]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   33:     0x56b218c30c9e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[ca0b18aa3c4b0202]::runtime::context::Context>>::with::<tokio[ca0b18aa3c4b0202]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   34:     0x56b218c1ae6d - tokio[ca0b18aa3c4b0202]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   35:     0x56b218c45bd0 - <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   36:     0x56b218c46366 - <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   37:     0x56b218c46df0 - <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   38:     0x56b218c34923 - tokio[ca0b18aa3c4b0202]::runtime::context::runtime::enter_runtime::<<tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x56b218c41fe1 - <tokio[ca0b18aa3c4b0202]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   40:     0x56b218c23344 - <tokio[ca0b18aa3c4b0202]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   41:     0x56b218c236bf - <tokio[ca0b18aa3c4b0202]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   42:     0x56b218c2cd9a - chain[5015f232d74787c9]::tests::test_handle_hallucinated_unknown_tool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/chain.rs:210:12
[INFO] [stdout]   43:     0x56b218bd058e - <chain[5015f232d74787c9]::tests::test_handle_hallucinated_unknown_tool::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x56b218cbbc5e - serial_test[bc057587aa3fa5fc]::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:     0x56b218c2ec94 - chain[5015f232d74787c9]::tests::test_handle_hallucinated_unknown_tool
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/chain.rs:180:5
[INFO] [stdout]   46:     0x56b218c2c627 - chain[5015f232d74787c9]::tests::test_handle_hallucinated_unknown_tool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/chain.rs:180:14
[INFO] [stdout]   47:     0x56b218bd0446 - <chain[5015f232d74787c9]::tests::test_handle_hallucinated_unknown_tool::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x56b218c56e3b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x56b218c56e3b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   50:     0x56b218c64485 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   51:     0x56b218c64485 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x56b218c64485 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   53:     0x56b218c64485 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x56b218c64485 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x56b218c64485 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   56:     0x56b218c64485 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   57:     0x56b218c5ef34 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   58:     0x56b218c5ef34 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   59:     0x56b218c675d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   60:     0x56b218c675d2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x56b218c675d2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   62:     0x56b218c675d2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x56b218c675d2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x56b218c675d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   65:     0x56b218c675d2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x56b21993847f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   67:     0x56b21993847f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   68:     0x775ca3c73aa4 - <unknown>
[INFO] [stdout]   69:     0x775ca3d00a64 - 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.70s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test chain`
[INFO] running `Command { std: "docker" "inspect" "2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d", kill_on_drop: false }`
[INFO] [stdout] 2379d0d357ba9326f4ba44539868eec4d9f2ab3d5a40ebde80dbcc47a72ca43d
