[INFO] cloning repository https://github.com/rifflabs/llm-code-sdk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rifflabs/llm-code-sdk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frifflabs%2Fllm-code-sdk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frifflabs%2Fllm-code-sdk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 70f7fb9021a9d61cb74d01d3effc96727c8a4125
[INFO] testing rifflabs/llm-code-sdk 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%2Frifflabs%2Fllm-code-sdk" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rifflabs/llm-code-sdk
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/rifflabs/llm-code-sdk
[INFO] tweaked toml for git repo https://github.com/rifflabs/llm-code-sdk written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rifflabs/llm-code-sdk 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/rifflabs/llm-code-sdk 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-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406
[INFO] running `Command { std: "docker" "start" "6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406", 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" "6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406" "/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" "6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406", 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" "6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling cursor-icon v1.2.0
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling notify-types v1.0.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling serial2 v0.2.34
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling inotify v0.10.2
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling notify v7.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling portable-pty v0.9.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling rustix-openpty v0.2.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling vte v0.15.0
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling alacritty_terminal v0.25.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling lcs-pty v0.1.0 (/opt/rustwide/workdir/crates/pty)
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling llm-code-sdk v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `OutputContent`
[INFO] [stdout]    --> src/client/messages.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 |                     OutputContent, OutputItem, ResponsesRequest, ResponsesResponse, ResponsesUsage,
[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: `tokio_stream::StreamExt`
[INFO] [stdout]    --> src/streaming/stream.rs:263:13
[INFO] [stdout]     |
[INFO] [stdout] 263 |         use tokio_stream::StreamExt;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alacritty_terminal::grid::Dimensions`
[INFO] [stdout]  --> src/tools/screen.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use alacritty_terminal::grid::Dimensions;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Command`
[INFO] [stdout]   --> src/tools/standard.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::process::{Command, Stdio};
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AsyncWriteExt` and `BufReader`
[INFO] [stdout]   --> src/tools/standard.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 | use tokio::io::{AsyncBufReadExt, AsyncWriteExt, BufReader};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PathBuf`
[INFO] [stdout]   --> src/tools/terminal.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::path::{Path, PathBuf};
[INFO] [stdout]    |                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::process::CommandExt`
[INFO] [stdout]    --> src/tools/standard.rs:558:17
[INFO] [stdout]     |
[INFO] [stdout] 558 |             use std::os::unix::process::CommandExt;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AsyncBufReadExt`
[INFO] [stdout]   --> src/tools/standard.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | use tokio::io::{AsyncBufReadExt, AsyncWriteExt, BufReader};
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_exited`
[INFO] [stdout]    --> src/tools/standard.rs:361:25
[INFO] [stdout]     |
[INFO] [stdout] 361 |                     let is_exited = proc.exited;
[INFO] [stdout]     |                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_exited`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `process_id`
[INFO] [stdout]    --> src/tools/standard.rs:722:13
[INFO] [stdout]     |
[INFO] [stdout] 722 |         let process_id = input
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_process_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/tools/standard.rs:1762:9
[INFO] [stdout]      |
[INFO] [stdout] 1762 |     let mut tools: Vec<Arc<dyn Tool>> = vec![
[INFO] [stdout]      |         ----^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/tools/standard.rs:1784:9
[INFO] [stdout]      |
[INFO] [stdout] 1784 |     let mut tools: Vec<Arc<dyn Tool>> = vec![
[INFO] [stdout]      |         ----^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `api_key` is never used
[INFO] [stdout]    --> src/client/mod.rs:223:19
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl Client {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 223 |     pub(crate) fn api_key(&self) -> &str {
[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 `AsyncToolFn` is never used
[INFO] [stdout]    --> src/tools/function_tool.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub type AsyncToolFn = Arc<
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AsyncFunctionTool` is never constructed
[INFO] [stdout]    --> src/tools/function_tool.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub struct AsyncFunctionTool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/tools/function_tool.rs:120:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | impl AsyncFunctionTool {
[INFO] [stdout]     | ---------------------- associated function in this implementation
[INFO] [stdout] 119 |     /// Create a new async function tool.
[INFO] [stdout] 120 |     pub fn new<F, Fut>(
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `compact_old_payloads` is never used
[INFO] [stdout]    --> src/tools/runner.rs:522:8
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl ToolRunner {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 522 |     fn compact_old_payloads(messages: &mut [MessageParam], _current_iteration: usize) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `initial_dir` is never read
[INFO] [stdout]   --> src/tools/standard.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub struct BashTool {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 96 |     initial_dir: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ContextualMatch` is never constructed
[INFO] [stdout]     --> src/tools/standard.rs:1129:8
[INFO] [stdout]      |
[INFO] [stdout] 1129 | struct ContextualMatch {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `trace_rss` is never used
[INFO] [stdout]     --> src/tools/standard.rs:1683:8
[INFO] [stdout]      |
[INFO] [stdout] 1683 | pub fn trace_rss(label: &str) {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
[INFO] running `Command { std: "docker" "inspect" "6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406", 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" "6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406" "/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 tracing-core v0.1.36
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling vte v0.15.0
[INFO] [stderr]    Compiling portable-pty v0.9.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling notify v7.0.0
[INFO] [stderr]    Compiling rustix-openpty v0.2.0
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling alacritty_terminal v0.25.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling lcs-pty v0.1.0 (/opt/rustwide/workdir/crates/pty)
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling llm-code-sdk v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `OutputContent`
[INFO] [stdout]    --> src/client/messages.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 |                     OutputContent, OutputItem, ResponsesRequest, ResponsesResponse, ResponsesUsage,
[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: `tokio_stream::StreamExt`
[INFO] [stdout]    --> src/streaming/stream.rs:263:13
[INFO] [stdout]     |
[INFO] [stdout] 263 |         use tokio_stream::StreamExt;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alacritty_terminal::grid::Dimensions`
[INFO] [stdout]  --> src/tools/screen.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use alacritty_terminal::grid::Dimensions;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Command`
[INFO] [stdout]   --> src/tools/standard.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::process::{Command, Stdio};
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AsyncWriteExt` and `BufReader`
[INFO] [stdout]   --> src/tools/standard.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 | use tokio::io::{AsyncBufReadExt, AsyncWriteExt, BufReader};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PathBuf`
[INFO] [stdout]   --> src/tools/terminal.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::path::{Path, PathBuf};
[INFO] [stdout]    |                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OutputContent`
[INFO] [stdout]    --> src/client/messages.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 |                     OutputContent, OutputItem, ResponsesRequest, ResponsesResponse, ResponsesUsage,
[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: `tokio_stream::StreamExt`
[INFO] [stdout]    --> src/streaming/stream.rs:263:13
[INFO] [stdout]     |
[INFO] [stdout] 263 |         use tokio_stream::StreamExt;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alacritty_terminal::grid::Dimensions`
[INFO] [stdout]  --> src/tools/screen.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use alacritty_terminal::grid::Dimensions;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Command`
[INFO] [stdout]   --> src/tools/standard.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::process::{Command, Stdio};
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AsyncWriteExt` and `BufReader`
[INFO] [stdout]   --> src/tools/standard.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 | use tokio::io::{AsyncBufReadExt, AsyncWriteExt, BufReader};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PathBuf`
[INFO] [stdout]   --> src/tools/terminal.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::path::{Path, PathBuf};
[INFO] [stdout]    |                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::process::CommandExt`
[INFO] [stdout]    --> src/tools/standard.rs:558:17
[INFO] [stdout]     |
[INFO] [stdout] 558 |             use std::os::unix::process::CommandExt;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AsyncBufReadExt`
[INFO] [stdout]   --> src/tools/standard.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | use tokio::io::{AsyncBufReadExt, AsyncWriteExt, BufReader};
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_exited`
[INFO] [stdout]    --> src/tools/standard.rs:361:25
[INFO] [stdout]     |
[INFO] [stdout] 361 |                     let is_exited = proc.exited;
[INFO] [stdout]     |                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_exited`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `process_id`
[INFO] [stdout]    --> src/tools/standard.rs:722:13
[INFO] [stdout]     |
[INFO] [stdout] 722 |         let process_id = input
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_process_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/tools/standard.rs:1762:9
[INFO] [stdout]      |
[INFO] [stdout] 1762 |     let mut tools: Vec<Arc<dyn Tool>> = vec![
[INFO] [stdout]      |         ----^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/tools/standard.rs:1784:9
[INFO] [stdout]      |
[INFO] [stdout] 1784 |     let mut tools: Vec<Arc<dyn Tool>> = vec![
[INFO] [stdout]      |         ----^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `api_key` is never used
[INFO] [stdout]    --> src/client/mod.rs:223:19
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl Client {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 223 |     pub(crate) fn api_key(&self) -> &str {
[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 `AsyncToolFn` is never used
[INFO] [stdout]    --> src/tools/function_tool.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub type AsyncToolFn = Arc<
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AsyncFunctionTool` is never constructed
[INFO] [stdout]    --> src/tools/function_tool.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub struct AsyncFunctionTool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/tools/function_tool.rs:120:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | impl AsyncFunctionTool {
[INFO] [stdout]     | ---------------------- associated function in this implementation
[INFO] [stdout] 119 |     /// Create a new async function tool.
[INFO] [stdout] 120 |     pub fn new<F, Fut>(
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `compact_old_payloads` is never used
[INFO] [stdout]    --> src/tools/runner.rs:522:8
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl ToolRunner {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 522 |     fn compact_old_payloads(messages: &mut [MessageParam], _current_iteration: usize) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `initial_dir` is never read
[INFO] [stdout]   --> src/tools/standard.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub struct BashTool {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 96 |     initial_dir: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ContextualMatch` is never constructed
[INFO] [stdout]     --> src/tools/standard.rs:1129:8
[INFO] [stdout]      |
[INFO] [stdout] 1129 | struct ContextualMatch {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `trace_rss` is never used
[INFO] [stdout]     --> src/tools/standard.rs:1683:8
[INFO] [stdout]      |
[INFO] [stdout] 1683 | pub fn trace_rss(label: &str) {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::process::CommandExt`
[INFO] [stdout]    --> src/tools/standard.rs:558:17
[INFO] [stdout]     |
[INFO] [stdout] 558 |             use std::os::unix::process::CommandExt;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AsyncBufReadExt`
[INFO] [stdout]   --> src/tools/standard.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | use tokio::io::{AsyncBufReadExt, AsyncWriteExt, BufReader};
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_exited`
[INFO] [stdout]    --> src/tools/standard.rs:361:25
[INFO] [stdout]     |
[INFO] [stdout] 361 |                     let is_exited = proc.exited;
[INFO] [stdout]     |                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_exited`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `process_id`
[INFO] [stdout]    --> src/tools/standard.rs:722:13
[INFO] [stdout]     |
[INFO] [stdout] 722 |         let process_id = input
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_process_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/tools/standard.rs:1762:9
[INFO] [stdout]      |
[INFO] [stdout] 1762 |     let mut tools: Vec<Arc<dyn Tool>> = vec![
[INFO] [stdout]      |         ----^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/tools/standard.rs:1784:9
[INFO] [stdout]      |
[INFO] [stdout] 1784 |     let mut tools: Vec<Arc<dyn Tool>> = vec![
[INFO] [stdout]      |         ----^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `api_key` is never used
[INFO] [stdout]    --> src/client/mod.rs:223:19
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl Client {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 223 |     pub(crate) fn api_key(&self) -> &str {
[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 function `compact_old_payloads` is never used
[INFO] [stdout]    --> src/tools/runner.rs:522:8
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl ToolRunner {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 522 |     fn compact_old_payloads(messages: &mut [MessageParam], _current_iteration: usize) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `initial_dir` is never read
[INFO] [stdout]   --> src/tools/standard.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub struct BashTool {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 96 |     initial_dir: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ContextualMatch` is never constructed
[INFO] [stdout]     --> src/tools/standard.rs:1129:8
[INFO] [stdout]      |
[INFO] [stdout] 1129 | struct ContextualMatch {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `trace_rss` is never used
[INFO] [stdout]     --> src/tools/standard.rs:1683:8
[INFO] [stdout]      |
[INFO] [stdout] 1683 | pub fn trace_rss(label: &str) {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 59.18s
[INFO] running `Command { std: "docker" "inspect" "6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406", 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" "6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `OutputContent`
[INFO] [stderr]    --> src/client/messages.rs:135:21
[INFO] [stderr]     |
[INFO] [stderr] 135 |                     OutputContent, OutputItem, ResponsesRequest, ResponsesResponse, ResponsesUsage,
[INFO] [stderr]     |                     ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `tokio_stream::StreamExt`
[INFO] [stderr]    --> src/streaming/stream.rs:263:13
[INFO] [stderr]     |
[INFO] [stderr] 263 |         use tokio_stream::StreamExt;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `alacritty_terminal::grid::Dimensions`
[INFO] [stderr]  --> src/tools/screen.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use alacritty_terminal::grid::Dimensions;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Command`
[INFO] [stderr]   --> src/tools/standard.rs:14:20
[INFO] [stderr]    |
[INFO] [stderr] 14 | use std::process::{Command, Stdio};
[INFO] [stderr]    |                    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `AsyncWriteExt` and `BufReader`
[INFO] [stderr]   --> src/tools/standard.rs:18:34
[INFO] [stderr]    |
[INFO] [stderr] 18 | use tokio::io::{AsyncBufReadExt, AsyncWriteExt, BufReader};
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `PathBuf`
[INFO] [stderr]   --> src/tools/terminal.rs:14:23
[INFO] [stderr]    |
[INFO] [stderr] 14 | use std::path::{Path, PathBuf};
[INFO] [stderr]    |                       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::os::unix::process::CommandExt`
[INFO] [stderr]    --> src/tools/standard.rs:558:17
[INFO] [stderr]     |
[INFO] [stderr] 558 |             use std::os::unix::process::CommandExt;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `AsyncBufReadExt`
[INFO] [stderr]   --> src/tools/standard.rs:18:17
[INFO] [stderr]    |
[INFO] [stderr] 18 | use tokio::io::{AsyncBufReadExt, AsyncWriteExt, BufReader};
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `is_exited`
[INFO] [stderr]    --> src/tools/standard.rs:361:25
[INFO] [stderr]     |
[INFO] [stderr] 361 |                     let is_exited = proc.exited;
[INFO] [stderr]     |                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_exited`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `process_id`
[INFO] [stderr]    --> src/tools/standard.rs:722:13
[INFO] [stderr]     |
[INFO] [stderr] 722 |         let process_id = input
[INFO] [stderr]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_process_id`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]     --> src/tools/standard.rs:1762:9
[INFO] [stderr]      |
[INFO] [stderr] 1762 |     let mut tools: Vec<Arc<dyn Tool>> = vec![
[INFO] [stderr]      |         ----^^^^^
[INFO] [stderr]      |         |
[INFO] [stderr]      |         help: remove this `mut`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]     --> src/tools/standard.rs:1784:9
[INFO] [stderr]      |
[INFO] [stderr] 1784 |     let mut tools: Vec<Arc<dyn Tool>> = vec![
[INFO] [stderr]      |         ----^^^^^
[INFO] [stderr]      |         |
[INFO] [stderr]      |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: method `api_key` is never used
[INFO] [stderr]    --> src/client/mod.rs:223:19
[INFO] [stderr]     |
[INFO] [stderr] 153 | impl Client {
[INFO] [stderr]     | ----------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 223 |     pub(crate) fn api_key(&self) -> &str {
[INFO] [stderr]     |                   ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `AsyncToolFn` is never used
[INFO] [stderr]    --> src/tools/function_tool.rs:104:10
[INFO] [stderr]     |
[INFO] [stderr] 104 | pub type AsyncToolFn = Arc<
[INFO] [stderr]     |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AsyncFunctionTool` is never constructed
[INFO] [stderr]    --> src/tools/function_tool.rs:111:12
[INFO] [stderr]     |
[INFO] [stderr] 111 | pub struct AsyncFunctionTool {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> src/tools/function_tool.rs:120:12
[INFO] [stderr]     |
[INFO] [stderr] 118 | impl AsyncFunctionTool {
[INFO] [stderr]     | ---------------------- associated function in this implementation
[INFO] [stderr] 119 |     /// Create a new async function tool.
[INFO] [stderr] 120 |     pub fn new<F, Fut>(
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `compact_old_payloads` is never used
[INFO] [stderr]    --> src/tools/runner.rs:522:8
[INFO] [stderr]     |
[INFO] [stderr] 159 | impl ToolRunner {
[INFO] [stderr]     | --------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 522 |     fn compact_old_payloads(messages: &mut [MessageParam], _current_iteration: usize) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `initial_dir` is never read
[INFO] [stderr]   --> src/tools/standard.rs:96:5
[INFO] [stderr]    |
[INFO] [stderr] 95 | pub struct BashTool {
[INFO] [stderr]    |            -------- field in this struct
[INFO] [stderr] 96 |     initial_dir: PathBuf,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ContextualMatch` is never constructed
[INFO] [stderr]     --> src/tools/standard.rs:1129:8
[INFO] [stderr]      |
[INFO] [stderr] 1129 | struct ContextualMatch {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `trace_rss` is never used
[INFO] [stderr]     --> src/tools/standard.rs:1683:8
[INFO] [stderr]      |
[INFO] [stderr] 1683 | pub fn trace_rss(label: &str) {
[INFO] [stderr]      |        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `llm-code-sdk` (lib) generated 20 warnings (run `cargo fix --lib -p llm-code-sdk` to apply 10 suggestions)
[INFO] [stderr] warning: `llm-code-sdk` (lib test) generated 17 warnings (17 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm_code_sdk-0afde139b222cb5f)
[INFO] [stdout] 
[INFO] [stdout] running 129 tests
[INFO] [stdout] test client::messages::tests::test_message_create_params_default ... ok
[INFO] [stdout] test client::messages::tests::test_message_param_serialization ... ok
[INFO] [stdout] test client::models::tests::test_model_info_deserialization ... ok
[INFO] [stdout] test client::tests::test_client_builder_with_retries ... ok
[INFO] [stdout] test client::tests::test_lm_studio_client ... ok
[INFO] [stdout] test client::throughput::tests::test_throughput_tracker_record ... ok
[INFO] [stdout] test client::tests::test_client_builder ... ok
[INFO] [stdout] test client::tests::test_zai_client ... ok
[INFO] [stdout] test client::models::tests::test_model_list_response_deserialization ... ok
[INFO] [stdout] test client::tests::test_default_client ... ok
[INFO] [stdout] test client::throughput::tests::test_throughput_tracker_default ... ok
[INFO] [stdout] test client::tests::test_client_builder_empty_key ... ok
[INFO] [stdout] test client::throughput::tests::test_expected_timeout ... ok
[INFO] [stdout] test client::throughput::tests::test_timeout_clamping ... ok
[INFO] [stdout] test error::tests::test_api_error_classification ... ok
[INFO] [stdout] test lcs::jetpack::tests::readme_sections_split_on_headings ... ok
[INFO] [stdout] test lcs::jetpack::tests::top_level_modules_follow_pub_mod_lines ... ok
[INFO] [stdout] test lcs::jetpack::tests::package_fields_are_extracted ... ok
[INFO] [stdout] test skills::agent_skills::tests::test_frontmatter_parsing ... ok
[INFO] [stdout] test skills::agent_skills::tests::test_read_resource ... ok
[INFO] [stdout] test skills::agent_skills::tests::test_activate_skill ... ok
[INFO] [stdout] test error::tests::test_api_error_type_conversion ... ok
[INFO] [stdout] test skills::tests::test_beta_feature_serialization ... ok
[INFO] [stdout] test skills::agent_skills::tests::test_discover_skills ... ok
[INFO] [stdout] test skills::agent_skills::tests::test_catalog_prompt ... ok
[INFO] [stdout] test skills::tests::test_container_with_skills ... ok
[INFO] [stdout] test skills::tests::test_local_skill_from_content ... ok
[INFO] [stdout] test skills::tests::test_skill_stack ... ok
[INFO] [stdout] test skills::tests::test_skill_ref_creation ... ok
[INFO] [stdout] test streaming::events::tests::test_raw_event_deserialization_ping ... ok
[INFO] [stdout] test error::tests::test_error_response_deserialization ... ok
[INFO] [stdout] test streaming::events::tests::test_raw_event_deserialization_message_start ... ok
[INFO] [stdout] test streaming::events::tests::test_raw_event_deserialization_message_stop ... ok
[INFO] [stdout] test streaming::events::tests::test_raw_event_deserialization_text_delta ... ok
[INFO] [stdout] test tools::registry::tests::deferred_tools_are_dispatchable_but_excluded_from_eager_params ... ok
[INFO] [stdout] test tools::function_tool::tests::test_async_function_tool ... ok
[INFO] [stdout] test tools::registry::tests::deferred_tools_remain_callable ... ok
[INFO] [stdout] test streaming::stream::tests::test_message_stream_accumulation ... ok
[INFO] [stdout] test tools::function_tool::tests::test_function_tool_error ... ok
[INFO] [stdout] test tools::runner::tests::test_tool_runner_config ... ok
[INFO] [stdout] test tools::function_tool::tests::test_function_tool_call ... ok
[INFO] [stdout] test tools::registry::tests::search_returns_only_deferred_matches_in_score_order ... ok
[INFO] [stdout] test tools::function_tool::tests::test_function_tool_creation ... ok
[INFO] [stdout] test tools::runner::tests::test_tool_runner_add_remove ... ok
[INFO] [stdout] test tools::runner::tests::namespaced_tools_register_chat_aliases ... ok
[INFO] [stdout] test tools::runner::tests::test_tool_runner_creation ... ok
[INFO] [stdout] test tools::registry::tests::test_registry ... ok
[INFO] [stdout] test tools::search_index::tests::rank_drops_zero_overlap_candidates ... ok
[INFO] [stdout] test tools::runner::tests::runner_omits_deferred_tools_from_first_request_but_advertises_tool_search ... ok
[INFO] [stdout] test tools::search_index::tests::tool_tokens_covers_namespace_name_description_and_properties ... ok
[INFO] [stdout] test tools::search_index::tests::search_returns_matching_params_in_score_order_up_to_limit ... ok
[INFO] [stdout] test tools::search_index::tests::rank_is_stable_on_ties_preserving_input_order ... ok
[INFO] [stdout] test tools::search_index::tests::rank_orders_read_file_above_bash_for_read_query ... ok
[INFO] [stdout] test tools::screen::tests::ansi_colors_in_snapshot ... ok
[INFO] [stdout] test tools::tool_search::tests::call_respects_limit ... ok
[INFO] [stdout] test tools::search_index::tests::tokenization_splits_on_non_alphanumeric_and_lowercases ... ok
[INFO] [stdout] test tools::standard::tests::test_read_file_tool ... ok
[INFO] [stdout] test tools::standard::tests::test_write_file_tool ... ok
[INFO] [stdout] test tools::tool_search::tests::call_returns_matching_tools_as_discovery ... ok
[INFO] [stdout] test tools::standard::tests::test_edit_file_tool ... ok
[INFO] [stdout] test tools::tool_search::tests::call_with_no_matches_returns_empty_discovery ... ok
[INFO] [stdout] test tools::tool_search::tests::call_with_empty_query_returns_empty_discovery ... ok
[INFO] [stdout] test tools::tool_search::tests::catalog_source_reflects_live_pushes ... ok
[INFO] [stdout] test tools::standard::tests::test_list_directory_tool ... ok
[INFO] [stdout] test tools::screen::tests::whitespace_nulled_in_diff ... ok
[INFO] [stdout] test tools::traits::tests::test_tool_result_error ... ok
[INFO] [stdout] test types::content_block::tests::test_content_block_param_from_str ... ok
[INFO] [stdout] test tools::traits::tests::tool_discovery_serializes_tools_as_json_and_is_not_an_error ... ok
[INFO] [stdout] test tools::tool_search::tests::discovery_payload_round_trips_through_content_string ... ok
[INFO] [stdout] test types::content_block::tests::test_image_content_block ... ok
[INFO] [stdout] test tools::traits::tests::test_tool_result_from_std_result ... ok
[INFO] [stdout] test types::content_block::tests::test_text_block_deserialization ... ok
[INFO] [stdout] test types::content_block::tests::test_text_block_serialization ... ok
[INFO] [stdout] test tools::traits::tests::test_tool_result_from_string ... ok
[INFO] [stdout] test types::content_block::tests::test_document_content_block ... ok
[INFO] [stdout] test types::content_block::tests::test_tool_result_block ... ok
[INFO] [stdout] test tools::screen::tests::basic_feed_and_snapshot ... ok
[INFO] [stdout] test tools::screen::tests::diff_only_changed_lines ... ok
[INFO] [stdout] test types::content_block::tests::test_tool_use_block_deserialization ... ok
[INFO] [stdout] test types::content_block::tests::test_tool_use_block_serialization ... ok
[INFO] [stdout] test types::message::tests::test_message_deserialization ... ok
[INFO] [stdout] test types::message::tests::test_stop_reason_variants ... ok
[INFO] [stdout] test types::message_params::tests::test_message_param_from_tuple ... ok
[INFO] [stdout] test types::message::tests::test_message_with_tool_use ... ok
[INFO] [stdout] test types::message_params::tests::test_message_create_params_serialization ... ok
[INFO] [stdout] test types::content_block::tests::test_tool_result_error ... ok
[INFO] [stdout] test tools::standard::tests::test_grep_tool ... ok
[INFO] [stdout] test tools::runner::tests::runner_promotes_discovered_tools_after_tool_search ... ok
[INFO] [stdout] test client::tests::test_ollama_client ... ok
[INFO] [stdout] test tools::runner::tests::runner_executes_tool_calls_even_when_finish_reason_is_stop ... ok
[INFO] [stdout] test types::openai::tests::chat_response_translates_tagged_tool_call_in_text_content ... ok
[INFO] [stdout] test types::message_params::tests::test_message_param_user ... ok
[INFO] [stdout] test types::message_params::tests::test_thinking_config_variants ... ok
[INFO] [stdout] test types::message::tests::test_all_text ... ok
[INFO] [stdout] test types::ollama::tests::ollama_request_disables_thinking_and_maps_max_tokens ... ok
[INFO] [stdout] test types::ollama::tests::ollama_response_maps_text_and_usage ... ok
[INFO] [stdout] test tools::standard::tests::test_bash_tool ... ok
[INFO] [stdout] test types::openai::tests::chat_response_treats_tool_calls_as_tool_use_even_when_finish_reason_is_stop ... ok
[INFO] [stdout] test types::message_params::tests::test_system_prompt_variants ... ok
[INFO] [stdout] test types::openai::tests::test_response_format_in_request ... ok
[INFO] [stdout] test types::openai::tests::test_response_format_json_object ... ok
[INFO] [stdout] test types::openai::tests::test_response_format_serializes_in_request ... ok
[INFO] [stdout] test types::tag_dispatch::tests::preserves_prose_around_tagged_tool_call ... ok
[INFO] [stdout] test types::tag_dispatch::tests::extracts_multiple_tagged_calls ... ok
[INFO] [stdout] test types::tag_dispatch::tests::maps_simple_tag_with_json_object_to_tool_use ... ok
[INFO] [stdout] test types::tag_dispatch::tests::rejects_attribute_style_tags ... ok
[INFO] [stdout] test types::tag_dispatch::tests::handles_multiline_json_interior ... ok
[INFO] [stdout] test types::tag_dispatch::tests::ignores_json_array_interior ... ok
[INFO] [stdout] test types::tag_dispatch::tests::ignores_scalar_json_interior ... ok
[INFO] [stdout] test types::tag_dispatch::tests::leaves_plain_text_untouched ... ok
[INFO] [stdout] test types::tool::tests::test_property_schema_types ... ok
[INFO] [stdout] test types::openai::tests::namespaced_tool_use_history_flattens_for_openai_chat_requests ... ok
[INFO] [stdout] test types::tool::tests::test_input_schema_builder ... ok
[INFO] [stdout] test types::tag_dispatch::tests::ignores_prose_reasoning_tag_with_non_json_interior ... ok
[INFO] [stdout] test types::message_params::tests::test_tool_choice_variants ... ok
[INFO] [stdout] test types::tool::tests::test_user_location ... ok
[INFO] [stdout] test types::tool::tests::test_complex_tool_schema ... ok
[INFO] [stdout] test types::tag_dispatch::tests::leaves_unclosed_tag_verbatim ... ok
[INFO] [stdout] test types::tool::tests::test_server_tool_web_search_with_domains ... ok
[INFO] [stdout] test types::tool::tests::test_server_tool_text_editor ... ok
[INFO] [stdout] test tools::runner::tests::runner_dispatches_namespaced_deferred_tool_after_discovery ... ok
[INFO] [stdout] test types::tool::tests::test_server_tool_web_search ... ok
[INFO] [stdout] test types::tool::tests::test_tool_param_serialization ... ok
[INFO] [stdout] test types::usage::tests::test_usage_deserialization ... ok
[INFO] [stdout] test types::usage::tests::test_usage_serialization_skips_none ... ok
[INFO] [stdout] test types::usage::tests::test_usage_with_cache ... ok
[INFO] [stdout] test types::openai::tests::namespaced_tools_flatten_for_openai_chat_requests ... ok
[INFO] [stdout] test types::tool::tests::test_server_tool_bash ... ok
[INFO] [stdout] test types::message_params::tests::test_thinking_config_budget_validation - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 129 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/lcs.rs (/opt/rustwide/target/debug/deps/lcs-b46c1fed600f92d8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/bash_bg_test.rs (/opt/rustwide/target/debug/deps/bash_bg_test-e01bd5a84f36da15)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test bash_background_status_and_kill ... ok
[INFO] [stderr]      Running tests/integration_current_models.rs (/opt/rustwide/target/debug/deps/integration_current_models-2e4a4d6a2de97ca3)
[INFO] [stdout] test bash_background_pipe_produces_output ... ok
[INFO] [stdout] test bash_background_pty_produces_output ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test minimax_m3_smoke ... ok
[INFO] [stdout] test glm_5_1_smoke ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_zai.rs (/opt/rustwide/target/debug/deps/integration_zai-ab048bca0a62fa0e)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_count_tokens ... ok
[INFO] [stdout] test test_stop_reason ... ok
[INFO] [stdout] test test_simple_message ... ok
[INFO] [stdout] test test_models_list ... ok
[INFO] [stdout] test test_multi_turn ... ok
[INFO] [stdout] test test_system_prompt ... ok
[INFO] [stdout] test test_tool_use ... ok
[INFO] [stderr]      Running tests/pty_smoke.rs (/opt/rustwide/target/debug/deps/pty_smoke-21481acbb6e55184)
[INFO] [stdout] test test_streaming ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test pipe_echo_produces_output ... ok
[INFO] [stdout] test pty_echo_produces_output ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/terminal_test.rs (/opt/rustwide/target/debug/deps/terminal_test-96e913e665980290)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test encode_enter ... ok
[INFO] [stdout] test encode_mouse_sgr ... ok
[INFO] [stdout] test encode_mouse_up_sgr ... ok
[INFO] [stdout] test encode_simple_key ... ok
[INFO] [stdout] test encode_repeat ... ok
[INFO] [stdout] test encode_arrow_keys ... ok
[INFO] [stdout] test encode_alt_enter ... ok
[INFO] [stdout] test encode_ctrl_c ... ok
[INFO] [stdout] test encode_f_keys ... ok
[INFO] [stdout] test strip_ansi_basic ... ok
[INFO] [stdout] test encode_bracketed_paste ... ok
[INFO] [stdout] test session_spawn_and_read ... ok
[INFO] [stderr]    Doc-tests llm_code_sdk
[INFO] [stdout] test session_send_key_and_read ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test src/client/models.rs - client::models::ModelsClient<'a>::retrieve (line 67) - compile ... ok
[INFO] [stdout] test src/skills/mod.rs - skills (line 15) - compile ... ok
[INFO] [stdout] test src/client/messages.rs - client::messages::MessagesClient<'a>::stream (line 410) - compile ... ok
[INFO] [stdout] test src/client/messages.rs - client::messages::MessagesClient<'a>::stream_adaptive (line 489) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 40) - compile ... ok
[INFO] [stdout] test src/tools/runner.rs - tools::runner::ToolRunner (line 108) - compile ... ok
[INFO] [stdout] test src/client/models.rs - client::models::ModelsClient<'a>::list (line 24) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 19) - compile ... FAILED
[INFO] [stdout] test src/client/messages.rs - client::messages::MessagesClient<'a>::count_tokens (line 692) - compile ... ok
[INFO] [stdout] test src/client/messages.rs - client::messages::MessagesClient<'a>::create_adaptive (line 280) - compile ... FAILED
[INFO] [stdout] test src/client/messages.rs - client::messages::MessagesClient<'a>::create (line 90) - compile ... FAILED
[INFO] [stdout] test src/tools/traits.rs - tools::traits::Tool (line 141) ... ok
[INFO] [stdout] test src/tools/function_tool.rs - tools::function_tool::FunctionTool (line 18) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 19) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:27:44
[INFO] [stdout]     |
[INFO] [stdout]  27 |       let message = client.messages().create(MessageCreateParams {
[INFO] [stdout]     |  _____________________________________------_^
[INFO] [stdout]     | |                                     |
[INFO] [stdout]     | |                                     arguments to this method are incorrect
[INFO] [stdout]  28 | |         model: "glm-4-plus".into(),
[INFO] [stdout]  29 | |         max_tokens: 1024,
[INFO] [stdout]  30 | |         messages: vec![MessageParam::user("Hello, Claude!")],
[INFO] [stdout]  31 | |         ..Default::default()
[INFO] [stdout]  32 | |     }).await?;
[INFO] [stdout]     | |_____^ expected `&MessageCreateParams`, found `MessageCreateParams`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/client/messages.rs:107:18
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub async fn create(&self, params: &MessageCreateParams) -> Result<Message> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  27 |     let message = client.messages().create(&MessageCreateParams {
[INFO] [stdout]     |                                            +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/client/messages.rs - client::messages::MessagesClient<'a>::create_adaptive (line 280) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/client/messages.rs:289:5
[INFO] [stdout]     |
[INFO] [stdout] 288 |   let message = client.messages().create_adaptive(
[INFO] [stdout]     |                                   --------------- arguments to this method are incorrect
[INFO] [stdout] 289 | /     MessageCreateParams {
[INFO] [stdout] 290 | |         model: "glm-4-plus".into(),
[INFO] [stdout] 291 | |         max_tokens: 1024,
[INFO] [stdout] 292 | |         messages: vec![MessageParam::user("Hello!")],
[INFO] [stdout] 293 | |         ..Default::default()
[INFO] [stdout] 294 | |     },
[INFO] [stdout]     | |_____^ expected `&MessageCreateParams`, found `MessageCreateParams`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/client/messages.rs:299:18
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub async fn create_adaptive(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 289 |     &MessageCreateParams {
[INFO] [stdout]     |     +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/client/messages.rs - client::messages::MessagesClient<'a>::create (line 90) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/client/messages.rs:97:40
[INFO] [stdout]     |
[INFO] [stdout]  97 |   let message = client.messages().create(MessageCreateParams {
[INFO] [stdout]     |  _________________________________------_^
[INFO] [stdout]     | |                                 |
[INFO] [stdout]     | |                                 arguments to this method are incorrect
[INFO] [stdout]  98 | |     model: "glm-4-plus".into(),
[INFO] [stdout]  99 | |     max_tokens: 1024,
[INFO] [stdout] 100 | |     messages: vec![MessageParam::user("Hello!")],
[INFO] [stdout] 101 | |     ..Default::default()
[INFO] [stdout] 102 | | }).await?;
[INFO] [stdout]     | |_^ expected `&MessageCreateParams`, found `MessageCreateParams`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/client/messages.rs:107:18
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub async fn create(&self, params: &MessageCreateParams) -> Result<Message> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  97 | let message = client.messages().create(&MessageCreateParams {
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/client/messages.rs - client::messages::MessagesClient<'a>::create (line 90)
[INFO] [stdout]     src/client/messages.rs - client::messages::MessagesClient<'a>::create_adaptive (line 280)
[INFO] [stdout]     src/lib.rs - (line 19)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.35s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 2.91s; merged doctests compilation took 0.57s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406", kill_on_drop: false }`
[INFO] [stdout] 6fe053784cbbf991137ca90d5b696f4787a14904d610949305b84387ba918406
