[INFO] cloning repository https://github.com/Kailian-Jacy/reflective_agent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Kailian-Jacy/reflective_agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKailian-Jacy%2Freflective_agent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKailian-Jacy%2Freflective_agent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 507a694a2ec1b348feba6c1268605e491df1fec1
[INFO] checking Kailian-Jacy/reflective_agent against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKailian-Jacy%2Freflective_agent" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Kailian-Jacy/reflective_agent
[INFO] finished tweaking git repo https://github.com/Kailian-Jacy/reflective_agent
[INFO] tweaked toml for git repo https://github.com/Kailian-Jacy/reflective_agent written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Kailian-Jacy/reflective_agent on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Kailian-Jacy/reflective_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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simple_logger v5.0.0
[INFO] [stderr]   Downloaded cached_proc_macro v0.23.0
[INFO] [stderr]   Downloaded cached v0.54.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c285a474d9e9dab5db27060465a95173a0a7326d5ef2fe0c61d438992fab6c86
[INFO] running `Command { std: "docker" "start" "-a" "c285a474d9e9dab5db27060465a95173a0a7326d5ef2fe0c61d438992fab6c86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c285a474d9e9dab5db27060465a95173a0a7326d5ef2fe0c61d438992fab6c86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c285a474d9e9dab5db27060465a95173a0a7326d5ef2fe0c61d438992fab6c86", kill_on_drop: false }`
[INFO] [stdout] c285a474d9e9dab5db27060465a95173a0a7326d5ef2fe0c61d438992fab6c86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 436489a729a36e74d09a2febce0637b2bdadabe2300ec59fbda9a6c22405eeb9
[INFO] running `Command { std: "docker" "start" "-a" "436489a729a36e74d09a2febce0637b2bdadabe2300ec59fbda9a6c22405eeb9", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling cc v1.2.12
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking clap_builder v4.5.27
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]     Checking cached_proc_macro_types v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.86
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling openssl-sys v0.9.105
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking clap v4.5.28
[INFO] [stderr]    Compiling openssl v0.10.70
[INFO] [stderr]    Compiling native-tls v0.2.13
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking simple_logger v5.0.0
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling cached_proc_macro v0.23.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking cached v0.54.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking h2 v0.4.7
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.12
[INFO] [stderr]     Checking llm_demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::sync::Mutex`
[INFO] [stdout]  --> src/provider.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::sync::Mutex;
[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 imports: `Tool` and `model::Model`
[INFO] [stdout]  --> src/task.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     model::Model,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 5 |     tool::{Tool, ToolBuilder},
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Mutex`
[INFO] [stdout]  --> src/provider.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::sync::Mutex;
[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: `crate::model::Model`
[INFO] [stdout]  --> src/provider.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::model::Model;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `provider::ToolCallFunction`
[INFO] [stdout]  --> src/tool/draft.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{provider::ToolCallFunction, utils::ToolCallingError};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Tool` and `model::Model`
[INFO] [stdout]  --> src/task.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     model::Model,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 5 |     tool::{Tool, ToolBuilder},
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `provider::ToolCallFunction`
[INFO] [stdout]  --> src/tool/draft.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{provider::ToolCallFunction, utils::ToolCallingError};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]   --> src/tool/draft.rs:91:20
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn fork(&self, args: Vec<String>) -> Result<Box<dyn Tool>, crate::utils::ToolForkingError> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]   --> src/tool/draft.rs:91:20
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn fork(&self, args: Vec<String>) -> Result<Box<dyn Tool>, crate::utils::ToolForkingError> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]   --> src/tool/human.rs:70:20
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn fork(&self, args: Vec<String>) -> Result<Box<dyn Tool>, crate::utils::ToolForkingError> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]   --> src/tool/human.rs:70:20
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn fork(&self, args: Vec<String>) -> Result<Box<dyn Tool>, crate::utils::ToolForkingError> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]   --> src/tool/result.rs:62:20
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn fork(&self, args: Vec<String>) -> Result<Box<dyn Tool>, crate::utils::ToolForkingError> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]   --> src/tool/result.rs:62:20
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn fork(&self, args: Vec<String>) -> Result<Box<dyn Tool>, crate::utils::ToolForkingError> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]   --> src/tool/shell.rs:92:20
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn fork(&self, args: Vec<String>) -> Result<Box<dyn Tool>, crate::utils::ToolForkingError> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]   --> src/tool/shell.rs:92:20
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn fork(&self, args: Vec<String>) -> Result<Box<dyn Tool>, crate::utils::ToolForkingError> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_config` and `do_request` are never used
[INFO] [stdout]   --> src/model.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Model {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn from_config(config: &Config) -> Result<Vec<Model>, Box<dyn std::error::Error>> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub async fn do_request<'a>(&self, request: &Request<'a>) -> Result<Vec<u8>, ProviderError> {
[INFO] [stdout]    |                  ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `do_request` are never used
[INFO] [stdout]   --> src/provider.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Provider {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 20 |     pub fn new(name: String, ip: String, port: u16) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub async fn do_request<'a>(&self, request: &Request<'a>) -> Result<Vec<u8>, ProviderError> {
[INFO] [stdout]    |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Message` is never constructed
[INFO] [stdout]   --> src/provider.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct Message {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Roles` is never used
[INFO] [stdout]   --> src/provider.rs:63:10
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub enum Roles {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Request` is never constructed
[INFO] [stdout]   --> src/provider.rs:81:12
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub struct Request<'a> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `format`, `add_tool`, `add_tools`, and `add_message` are never used
[INFO] [stdout]    --> src/provider.rs:89:12
[INFO] [stdout]     |
[INFO] [stdout]  87 | impl<'a> Request<'a> {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout]  88 |     // Construct empty struct Request.
[INFO] [stdout]  89 |     pub fn new(model: String) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  97 |     pub(crate) async fn format(&self) -> String {
[INFO] [stdout]     |                         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub fn add_tool(mut self, tool: &'a Box<dyn Tool>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn add_tools<P>(mut self, tool: &'a Vec<P>) -> Self
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     pub fn add_message(mut self, message: &'a Message) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Response` is never constructed
[INFO] [stdout]    --> src/provider.rs:135:12
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub struct Response {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Choice` is never constructed
[INFO] [stdout]    --> src/provider.rs:146:12
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub struct Choice {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ToolCall` is never constructed
[INFO] [stdout]    --> src/provider.rs:153:12
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct ToolCall {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ToolCallFunction` is never constructed
[INFO] [stdout]    --> src/provider.rs:161:12
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub struct ToolCallFunction {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Usage` is never constructed
[INFO] [stdout]    --> src/provider.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub struct Usage {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_u8` is never used
[INFO] [stdout]    --> src/provider.rs:174:12
[INFO] [stdout]     |
[INFO] [stdout] 173 | impl Response {
[INFO] [stdout]     | ------------- associated function in this implementation
[INFO] [stdout] 174 |     pub fn from_u8(bytes: &Vec<u8>) -> Result<Self, ProviderResponseError> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `content`, `full`, and `tool_calls` are never used
[INFO] [stdout]    --> src/provider.rs:190:12
[INFO] [stdout]     |
[INFO] [stdout] 185 | impl Response {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 190 |     pub fn content(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     pub fn full(&self) -> String {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |     pub fn tool_calls(&mut self) -> Vec<ToolCallFunction> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]   --> src/runtime.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Runtime {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 15 |     config: Config,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `execute` is never used
[INFO] [stdout]   --> src/runtime.rs:45:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl Runtime {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     async fn execute(&mut self, task: Task) -> Result<RuntimeTask, Box<dyn std::error::Error>> {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `task`, `history`, `model`, `tools`, `status`, and `iterations` are never read
[INFO] [stdout]   --> src/runtime.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 92 | struct RuntimeTask {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 93 |     task: Task,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 94 |     history: Vec<RuntimeHistory>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 95 |     model: *const Mutex<Model>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 96 |     tools: Vec<RefCell<Box<dyn Tool>>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 97 |     status: RuntimeTaskStatus,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 98 |     iterations: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Running`, `Waiting`, and `Ended` are never constructed
[INFO] [stdout]    --> src/runtime.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 101 | enum RuntimeTaskStatus {
[INFO] [stdout]     |      ----------------- variants in this enum
[INFO] [stdout] 102 |     NotStarted,
[INFO] [stdout] 103 |     Running,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 104 |     Waiting,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 105 |     Ended(bool),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `time`, `request`, and `response` are never read
[INFO] [stdout]    --> src/runtime.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 144 | struct RuntimeHistory {
[INFO] [stdout]     |        -------------- fields in this struct
[INFO] [stdout] 145 |     time: std::time::SystemTime,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 146 |     request: String,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 147 |     response: String,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `target`, and `max_iterations` are never read
[INFO] [stdout]   --> src/task.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Task {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 10 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub target: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 14 |     pub tools: Vec<ToolBuilder>,
[INFO] [stdout] 15 |     pub max_iterations: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `tooldoc` and `call` are never used
[INFO] [stdout]   --> src/tool/mod.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub trait Tool {
[INFO] [stdout]    |           ---- methods in this trait
[INFO] [stdout] 38 |     fn name(&self) -> &str;
[INFO] [stdout] 39 |     fn tooldoc(&self) -> serde_json::Value;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 40 |     async fn call(&mut self, arg_string: String) -> Result<String, ToolCallingError>;
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Function` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | struct Function {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionDetails` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:59:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | struct FunctionDetails {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Parameters` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:66:8
[INFO] [stdout]    |
[INFO] [stdout] 66 | struct Parameters {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Properties` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:76:8
[INFO] [stdout]    |
[INFO] [stdout] 76 | struct Properties {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Executable` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 | struct Executable {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Args` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:89:8
[INFO] [stdout]    |
[INFO] [stdout] 89 | struct Args {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Items` is never constructed
[INFO] [stdout]    --> src/tool/mod.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 101 | struct Items {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `buffer` and `plan` are never read
[INFO] [stdout]   --> src/tool/draft.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Draft {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  9 |     base: ToolBuilder,
[INFO] [stdout] 10 |     buffer: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 11 |     plan: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Draft` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CallArgs` is never constructed
[INFO] [stdout]   --> src/tool/draft.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct CallArgs {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PlanArgs` is never constructed
[INFO] [stdout]   --> src/tool/draft.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct PlanArgs {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `content` and `response` are never read
[INFO] [stdout]  --> src/tool/human.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct HumanIntervene {
[INFO] [stdout]   |            -------------- fields in this struct
[INFO] [stdout] 8 |     content: String,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 9 |     response: String,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CallArgs` is never constructed
[INFO] [stdout]   --> src/tool/human.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct CallArgs {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Response` is never constructed
[INFO] [stdout]   --> src/tool/human.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct Response {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `status` and `result` are never read
[INFO] [stdout]  --> src/tool/result.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct TaskEnds {
[INFO] [stdout]   |            -------- fields in this struct
[INFO] [stdout] 6 |     status: bool,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 7 |     result: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CallArgs` is never constructed
[INFO] [stdout]   --> src/tool/result.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct CallArgs {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CallArgs` is never constructed
[INFO] [stdout]   --> src/tool/shell.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | struct CallArgs {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Response` is never constructed
[INFO] [stdout]   --> src/tool/shell.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | struct Response {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `run` is never used
[INFO] [stdout]    --> src/tool/shell.rs:105:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | impl Shell {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] 105 |     pub fn run(
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `ProviderError` is never used
[INFO] [stdout]   --> src/utils.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type ProviderError = Errorbase;
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `ProviderResponseUnmarshalError` is never used
[INFO] [stdout]   --> src/utils.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub type ProviderResponseUnmarshalError = Errorbase;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `ProviderResponseError` is never used
[INFO] [stdout]   --> src/utils.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub type ProviderResponseError = Errorbase;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `ToolCallingError` is never used
[INFO] [stdout]   --> src/utils.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub type ToolCallingError = Errorbase;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `ShellRunningError` is never used
[INFO] [stdout]   --> src/utils.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub type ShellRunningError = Errorbase;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_config` is never used
[INFO] [stdout]   --> src/model.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Model {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn from_config(config: &Config) -> Result<Vec<Model>, Box<dyn std::error::Error>> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_tools` is never used
[INFO] [stdout]    --> src/provider.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout]  87 | impl<'a> Request<'a> {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn add_tools<P>(mut self, tool: &'a Vec<P>) -> Self
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `object`, `created`, `model`, `usage`, and `system_fingerprint` are never read
[INFO] [stdout]    --> src/provider.rs:137:5
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub struct Response {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] 136 |     id: String,
[INFO] [stdout] 137 |     object: String,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 138 |     created: u64,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 139 |     model: String,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 140 |     choices: Vec<Choice>,
[INFO] [stdout] 141 |     usage: Usage,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 142 |     system_fingerprint: String,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `index` is never read
[INFO] [stdout]    --> src/provider.rs:147:5
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub struct Choice {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] 147 |     index: u64,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `prompt_tokens`, `completion_tokens`, and `total_tokens` are never read
[INFO] [stdout]    --> src/provider.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub struct Usage {
[INFO] [stdout]     |            ----- fields in this struct
[INFO] [stdout] 168 |     prompt_tokens: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 169 |     completion_tokens: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 170 |     total_tokens: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `full` and `tool_calls` are never used
[INFO] [stdout]    --> src/provider.rs:201:12
[INFO] [stdout]     |
[INFO] [stdout] 185 | impl Response {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 201 |     pub fn full(&self) -> String {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |     pub fn tool_calls(&mut self) -> Vec<ToolCallFunction> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]   --> src/runtime.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Runtime {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 15 |     config: Config,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `execute` is never used
[INFO] [stdout]   --> src/runtime.rs:45:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl Runtime {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     async fn execute(&mut self, task: Task) -> Result<RuntimeTask, Box<dyn std::error::Error>> {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `task`, `history`, `model`, `tools`, `status`, and `iterations` are never read
[INFO] [stdout]   --> src/runtime.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 92 | struct RuntimeTask {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 93 |     task: Task,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 94 |     history: Vec<RuntimeHistory>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 95 |     model: *const Mutex<Model>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 96 |     tools: Vec<RefCell<Box<dyn Tool>>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 97 |     status: RuntimeTaskStatus,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 98 |     iterations: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Running`, `Waiting`, and `Ended` are never constructed
[INFO] [stdout]    --> src/runtime.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 101 | enum RuntimeTaskStatus {
[INFO] [stdout]     |      ----------------- variants in this enum
[INFO] [stdout] 102 |     NotStarted,
[INFO] [stdout] 103 |     Running,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 104 |     Waiting,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 105 |     Ended(bool),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `time`, `request`, and `response` are never read
[INFO] [stdout]    --> src/runtime.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 144 | struct RuntimeHistory {
[INFO] [stdout]     |        -------------- fields in this struct
[INFO] [stdout] 145 |     time: std::time::SystemTime,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 146 |     request: String,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 147 |     response: String,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `target`, and `max_iterations` are never read
[INFO] [stdout]   --> src/task.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Task {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 10 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub target: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 14 |     pub tools: Vec<ToolBuilder>,
[INFO] [stdout] 15 |     pub max_iterations: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Function` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | struct Function {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionDetails` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:59:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | struct FunctionDetails {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Parameters` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:66:8
[INFO] [stdout]    |
[INFO] [stdout] 66 | struct Parameters {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Properties` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:76:8
[INFO] [stdout]    |
[INFO] [stdout] 76 | struct Properties {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Executable` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 | struct Executable {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Args` is never constructed
[INFO] [stdout]   --> src/tool/mod.rs:89:8
[INFO] [stdout]    |
[INFO] [stdout] 89 | struct Args {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Items` is never constructed
[INFO] [stdout]    --> src/tool/mod.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 101 | struct Items {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `ProviderResponseUnmarshalError` is never used
[INFO] [stdout]   --> src/utils.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub type ProviderResponseUnmarshalError = Errorbase;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     runtime.new_task(task);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let _ = runtime.new_task(task);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     runtime.new_task(task);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let _ = runtime.new_task(task);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/runtime.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 tool.call(tool_call.arguments).await;
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let _ = tool.call(tool_call.arguments).await;
[INFO] [stdout]    |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/runtime.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 tool.call(tool_call.arguments).await;
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let _ = tool.call(tool_call.arguments).await;
[INFO] [stdout]    |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.19s
[INFO] running `Command { std: "docker" "inspect" "436489a729a36e74d09a2febce0637b2bdadabe2300ec59fbda9a6c22405eeb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "436489a729a36e74d09a2febce0637b2bdadabe2300ec59fbda9a6c22405eeb9", kill_on_drop: false }`
[INFO] [stdout] 436489a729a36e74d09a2febce0637b2bdadabe2300ec59fbda9a6c22405eeb9
