[INFO] cloning repository https://github.com/Lengdrich/todo_agent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lengdrich/todo_agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLengdrich%2Ftodo_agent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLengdrich%2Ftodo_agent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5494f0301041a413e0dd6489643a0de0f4efc260
[INFO] checking Lengdrich/todo_agent against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLengdrich%2Ftodo_agent" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Lengdrich/todo_agent
[INFO] finished tweaking git repo https://github.com/Lengdrich/todo_agent
[INFO] tweaked toml for git repo https://github.com/Lengdrich/todo_agent written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Lengdrich/todo_agent on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Lengdrich/todo_agent already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `todo_agent` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc1/source/target/.../todo_agent
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `todo-agent`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:32:8
[INFO] [stderr]    |
[INFO] [stderr] 32 - name = "todo_agent"
[INFO] [stderr] 32 + name = "todo-agent"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `todo-agent`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:33:19
[INFO] [stderr]    |
[INFO] [stderr] 33 ~ version = "0.1.0"
[INFO] [stderr] 34 + [[bin]]
[INFO] [stderr] 35 + name = "todo-agent"
[INFO] [stderr] 36 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `todo_agent` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to highest Rust 1.100.0-nightly compatible versions
[INFO] [stderr]     Updating rig-core v0.39.0 -> v0.40.0 (available: v0.42.0)
[INFO] [stderr]     Updating rig-derive v0.39.0 -> v0.40.0
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rig-derive v0.40.0
[INFO] [stderr]   Downloaded sqlx-mysql v0.9.0
[INFO] [stderr]   Downloaded rig-core v0.40.0
[INFO] [stderr]   Downloaded rustyline v18.0.1
[INFO] [stderr]   Downloaded gloo-timers v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ab642bfb60ae269bfba4826d0ae5f45a669df66ee33bbda02cf045e5a1e2a230
[INFO] running `Command { std: "docker" "start" "ab642bfb60ae269bfba4826d0ae5f45a669df66ee33bbda02cf045e5a1e2a230", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab642bfb60ae269bfba4826d0ae5f45a669df66ee33bbda02cf045e5a1e2a230", 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" "ab642bfb60ae269bfba4826d0ae5f45a669df66ee33bbda02cf045e5a1e2a230" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab642bfb60ae269bfba4826d0ae5f45a669df66ee33bbda02cf045e5a1e2a230", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ab642bfb60ae269bfba4826d0ae5f45a669df66ee33bbda02cf045e5a1e2a230" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `todo_agent` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../todo_agent
[INFO] [stderr]    |                          ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `todo-agent`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:32:8
[INFO] [stderr]    |
[INFO] [stderr] 32 - name = "todo_agent"
[INFO] [stderr] 32 + name = "todo-agent"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `todo-agent`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:33:19
[INFO] [stderr]    |
[INFO] [stderr] 33 ~ version = "0.1.0"
[INFO] [stderr] 34 + [[bin]]
[INFO] [stderr] 35 + name = "todo-agent"
[INFO] [stderr] 36 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `todo_agent` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling hybrid-array v0.4.13
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling cmov v0.5.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling hashlink v0.11.1
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling chacha20 v0.10.1
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling hkdf v0.13.0
[INFO] [stderr]    Compiling rand v0.10.2
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling md-5 v0.11.0
[INFO] [stderr]    Compiling whoami v2.1.2
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking sqlx-core v0.9.0
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking endian-type v0.2.0
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking radix_trie v0.3.0
[INFO] [stderr]    Compiling rig-derive v0.40.0
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking as-any v0.3.2
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking sqlx-postgres v0.9.0
[INFO] [stderr]     Checking rustyline v18.0.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.9.0
[INFO] [stderr]    Compiling sqlx-macros v0.9.0
[INFO] [stderr]     Checking sqlx v0.9.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking rig-core v0.40.0
[INFO] [stderr]     Checking todo_agent v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `SimpleReactAgentBuilder` and `StreamReactAgentBuilder`
[INFO] [stdout]  --> src/agent/mod.rs:7:31
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use react_agent_builder::{SimpleReactAgentBuilder, StreamReactAgentBuilder};
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `react_agent_error::SimpleReactAgentError`
[INFO] [stdout]  --> src/agent/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use react_agent_error::SimpleReactAgentError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `simple_react_agent::SimpleReactAgent`
[INFO] [stdout]  --> src/agent/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use simple_react_agent::SimpleReactAgent;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SimpleReactAgentBuilder` and `StreamReactAgentBuilder`
[INFO] [stdout]  --> src/agent/mod.rs:7:31
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use react_agent_builder::{SimpleReactAgentBuilder, StreamReactAgentBuilder};
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `react_agent_error::SimpleReactAgentError`
[INFO] [stdout]  --> src/agent/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use react_agent_error::SimpleReactAgentError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `simple_react_agent::SimpleReactAgent`
[INFO] [stdout]  --> src/agent/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use simple_react_agent::SimpleReactAgent;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_path`
[INFO] [stdout]   --> src/command/mod.rs:70:29
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub async fn handle_file_qa(file_path: PathBuf, question: String) -> Result<()> {
[INFO] [stdout]    |                             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `question`
[INFO] [stdout]   --> src/command/mod.rs:70:49
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub async fn handle_file_qa(file_path: PathBuf, question: String) -> Result<()> {
[INFO] [stdout]    |                                                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_question`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SimpleReactAgentTarget` is never constructed
[INFO] [stdout]   --> src/agent/react_agent_builder.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct SimpleReactAgentTarget;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SimpleReactAgentBuilder` is never used
[INFO] [stdout]   --> src/agent/react_agent_builder.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub type SimpleReactAgentBuilder<M> = ReactAgentBuilder<M, SimpleReactAgentTarget>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `tool`, `tools`, and `max_tool_turns` are never used
[INFO] [stdout]   --> src/agent/react_agent_builder.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | / impl<M, A> ReactAgentBuilder<M, A>
[INFO] [stdout] 48 | | where
[INFO] [stdout] 49 | |     M: ConvMemory + Send + Sync,
[INFO] [stdout]    | |________________________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 76 |       pub fn tool(mut self, tool: impl Tool + 'static) -> Self {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 |       pub fn tools(mut self, tools: Vec<Box<dyn ToolDyn + 'static>>) -> Self {
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |       pub fn max_tool_turns(mut self, max_tool_turns: usize) -> Self {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build` is never used
[INFO] [stdout]    --> src/agent/react_agent_builder.rs:114:12
[INFO] [stdout]     |
[INFO] [stdout] 109 | / impl<M> SimpleReactAgentBuilder<M>
[INFO] [stdout] 110 | | where
[INFO] [stdout] 111 | |     M: ConvMemory + Send + Sync,
[INFO] [stdout]     | |________________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 114 |       pub fn build(self) -> SimpleReactAgent<M> {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `tools` are never read
[INFO] [stdout]   --> src/agent/react_agent_core.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub(super) struct ReactAgentCore<M> {
[INFO] [stdout]    |                   -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub(super) name: String,
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub(super) tools: ToolSet,
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `completion_request` is never used
[INFO] [stdout]   --> src/agent/react_agent_core.rs:35:19
[INFO] [stdout]    |
[INFO] [stdout] 30 | / impl<M> ReactAgentCore<M>
[INFO] [stdout] 31 | | where
[INFO] [stdout] 32 | |     M: ConvMemory + Send + Sync,
[INFO] [stdout]    | |________________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 35 |       pub(super) fn completion_request(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `EmptyAssistantResponse` and `MaxToolTurnsExceeded` are never constructed
[INFO] [stdout]   --> src/agent/react_agent_error.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub enum SimpleReactAgentError {
[INFO] [stdout]    |          --------------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 15 |     EmptyAssistantResponse,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     MaxToolTurnsExceeded { max_turns: usize },
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SimpleReactAgentError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SimpleReactAgent` is never constructed
[INFO] [stdout]   --> src/agent/simple_react_agent.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SimpleReactAgent<M> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `builder`, and `call` are never used
[INFO] [stdout]   --> src/agent/simple_react_agent.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | / impl<M> SimpleReactAgent<M>
[INFO] [stdout] 19 | | where
[INFO] [stdout] 20 | |     M: ConvMemory + Send + Sync,
[INFO] [stdout]    | |________________________________- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |       pub fn new() -> SimpleReactAgent<M> {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |       pub fn builder() -> SimpleReactAgentBuilder<M> {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |       pub async fn call(
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_tool_calls` is never used
[INFO] [stdout]    --> src/agent/simple_react_agent.rs:116:4
[INFO] [stdout]     |
[INFO] [stdout] 116 | fn extract_tool_calls(message: &Message) -> Vec<ToolCall> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `assistant_text` is never used
[INFO] [stdout]    --> src/agent/simple_react_agent.rs:130:4
[INFO] [stdout]     |
[INFO] [stdout] 130 | fn assistant_text(message: &Message) -> Result<String, SimpleReactAgentError> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/agent/stream_react_agent.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | / impl<M> StreamReactAgent<M>
[INFO] [stdout] 19 | | where
[INFO] [stdout] 20 | |     M: ConvMemory + Send + Sync,
[INFO] [stdout]    | |________________________________- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |       pub fn new() -> StreamReactAgent<M> {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `conv_id` and `created_at` are never read
[INFO] [stdout]   --> src/store/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Message {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout]  9 |     pub id: i32,
[INFO] [stdout] 10 |     pub conv_id: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Message` 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 `AgentManager` is never constructed
[INFO] [stdout]  --> src/utils/mod.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct AgentManager {
[INFO] [stdout]   |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TaskInfo` is never constructed
[INFO] [stdout]   --> src/utils/mod.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct TaskInfo {}
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_path`
[INFO] [stdout]   --> src/command/mod.rs:70:29
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub async fn handle_file_qa(file_path: PathBuf, question: String) -> Result<()> {
[INFO] [stdout]    |                             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `question`
[INFO] [stdout]   --> src/command/mod.rs:70:49
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub async fn handle_file_qa(file_path: PathBuf, question: String) -> Result<()> {
[INFO] [stdout]    |                                                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_question`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SimpleReactAgentTarget` is never constructed
[INFO] [stdout]   --> src/agent/react_agent_builder.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct SimpleReactAgentTarget;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SimpleReactAgentBuilder` is never used
[INFO] [stdout]   --> src/agent/react_agent_builder.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub type SimpleReactAgentBuilder<M> = ReactAgentBuilder<M, SimpleReactAgentTarget>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `tool`, `tools`, and `max_tool_turns` are never used
[INFO] [stdout]   --> src/agent/react_agent_builder.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | / impl<M, A> ReactAgentBuilder<M, A>
[INFO] [stdout] 48 | | where
[INFO] [stdout] 49 | |     M: ConvMemory + Send + Sync,
[INFO] [stdout]    | |________________________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 76 |       pub fn tool(mut self, tool: impl Tool + 'static) -> Self {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 |       pub fn tools(mut self, tools: Vec<Box<dyn ToolDyn + 'static>>) -> Self {
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |       pub fn max_tool_turns(mut self, max_tool_turns: usize) -> Self {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build` is never used
[INFO] [stdout]    --> src/agent/react_agent_builder.rs:114:12
[INFO] [stdout]     |
[INFO] [stdout] 109 | / impl<M> SimpleReactAgentBuilder<M>
[INFO] [stdout] 110 | | where
[INFO] [stdout] 111 | |     M: ConvMemory + Send + Sync,
[INFO] [stdout]     | |________________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 114 |       pub fn build(self) -> SimpleReactAgent<M> {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `tools` are never read
[INFO] [stdout]   --> src/agent/react_agent_core.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub(super) struct ReactAgentCore<M> {
[INFO] [stdout]    |                   -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub(super) name: String,
[INFO] [stdout]    |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub(super) tools: ToolSet,
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `completion_request` is never used
[INFO] [stdout]   --> src/agent/react_agent_core.rs:35:19
[INFO] [stdout]    |
[INFO] [stdout] 30 | / impl<M> ReactAgentCore<M>
[INFO] [stdout] 31 | | where
[INFO] [stdout] 32 | |     M: ConvMemory + Send + Sync,
[INFO] [stdout]    | |________________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 35 |       pub(super) fn completion_request(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `EmptyAssistantResponse` and `MaxToolTurnsExceeded` are never constructed
[INFO] [stdout]   --> src/agent/react_agent_error.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub enum SimpleReactAgentError {
[INFO] [stdout]    |          --------------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 15 |     EmptyAssistantResponse,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     MaxToolTurnsExceeded { max_turns: usize },
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SimpleReactAgentError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SimpleReactAgent` is never constructed
[INFO] [stdout]   --> src/agent/simple_react_agent.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SimpleReactAgent<M> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `builder`, and `call` are never used
[INFO] [stdout]   --> src/agent/simple_react_agent.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | / impl<M> SimpleReactAgent<M>
[INFO] [stdout] 19 | | where
[INFO] [stdout] 20 | |     M: ConvMemory + Send + Sync,
[INFO] [stdout]    | |________________________________- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |       pub fn new() -> SimpleReactAgent<M> {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |       pub fn builder() -> SimpleReactAgentBuilder<M> {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |       pub async fn call(
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_tool_calls` is never used
[INFO] [stdout]    --> src/agent/simple_react_agent.rs:116:4
[INFO] [stdout]     |
[INFO] [stdout] 116 | fn extract_tool_calls(message: &Message) -> Vec<ToolCall> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `assistant_text` is never used
[INFO] [stdout]    --> src/agent/simple_react_agent.rs:130:4
[INFO] [stdout]     |
[INFO] [stdout] 130 | fn assistant_text(message: &Message) -> Result<String, SimpleReactAgentError> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/agent/stream_react_agent.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | / impl<M> StreamReactAgent<M>
[INFO] [stdout] 19 | | where
[INFO] [stdout] 20 | |     M: ConvMemory + Send + Sync,
[INFO] [stdout]    | |________________________________- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |       pub fn new() -> StreamReactAgent<M> {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `conv_id` and `created_at` are never read
[INFO] [stdout]   --> src/store/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Message {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout]  9 |     pub id: i32,
[INFO] [stdout] 10 |     pub conv_id: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Message` 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 `AgentManager` is never constructed
[INFO] [stdout]  --> src/utils/mod.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct AgentManager {
[INFO] [stdout]   |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TaskInfo` is never constructed
[INFO] [stdout]   --> src/utils/mod.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct TaskInfo {}
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "ab642bfb60ae269bfba4826d0ae5f45a669df66ee33bbda02cf045e5a1e2a230", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab642bfb60ae269bfba4826d0ae5f45a669df66ee33bbda02cf045e5a1e2a230", kill_on_drop: false }`
[INFO] [stdout] ab642bfb60ae269bfba4826d0ae5f45a669df66ee33bbda02cf045e5a1e2a230
