[INFO] cloning repository https://github.com/darkinsky/daedalus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/darkinsky/daedalus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarkinsky%2Fdaedalus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarkinsky%2Fdaedalus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b938292f707215159f7f9953598554acdd12b88d
[INFO] checking darkinsky/daedalus against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarkinsky%2Fdaedalus" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/darkinsky/daedalus
[INFO] finished tweaking git repo https://github.com/darkinsky/daedalus
[INFO] tweaked toml for git repo https://github.com/darkinsky/daedalus written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/darkinsky/daedalus on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/darkinsky/daedalus 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crokey-proc_macros v1.4.0
[INFO] [stderr]   Downloaded lazy-regex-proc_macros v3.6.0
[INFO] [stderr]   Downloaded lazy-regex v3.6.0
[INFO] [stderr]   Downloaded crokey v1.4.0
[INFO] [stderr]   Downloaded rustyline-derive v0.11.1
[INFO] [stderr]   Downloaded rustyline v15.0.0
[INFO] [stderr]   Downloaded coolor v1.1.0
[INFO] [stderr]   Downloaded termimad v0.30.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f6a3c739555d9d7794679f91f076c802c6313ef5e40a3cfac10f9be3f7b4c0f3
[INFO] running `Command { std: "docker" "start" "f6a3c739555d9d7794679f91f076c802c6313ef5e40a3cfac10f9be3f7b4c0f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6a3c739555d9d7794679f91f076c802c6313ef5e40a3cfac10f9be3f7b4c0f3", 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" "f6a3c739555d9d7794679f91f076c802c6313ef5e40a3cfac10f9be3f7b4c0f3" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6a3c739555d9d7794679f91f076c802c6313ef5e40a3cfac10f9be3f7b4c0f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f6a3c739555d9d7794679f91f076c802c6313ef5e40a3cfac10f9be3f7b4c0f3" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking indexmap v2.13.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling strict v0.2.0
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling crokey-proc_macros v1.4.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.6.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking lazy-regex v3.6.0
[INFO] [stderr]     Checking crokey v1.4.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking coolor v1.1.0
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking fd-lock v4.0.4
[INFO] [stderr]    Compiling rustyline-derive v0.11.1
[INFO] [stderr]     Checking minimad v0.13.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking tracing-appender v0.2.4
[INFO] [stderr]     Checking termimad v0.30.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking rustyline v15.0.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking daedalus v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ChatRole`
[INFO] [stdout]    --> src/middleware/builtin/context_engineering.rs:379:35
[INFO] [stdout]     |
[INFO] [stdout] 379 |     use crate::llm::{ChatMessage, ChatRole};
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/middleware/builtin/memory.rs:71:13
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let mut response = next.run(request).await?;
[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: method `restore_usage` is never used
[INFO] [stdout]    --> src/agent/tool_loop/checkpoint.rs:126:12
[INFO] [stdout]     |
[INFO] [stdout]  70 | impl ToolLoopCheckpoint {
[INFO] [stdout]     | ----------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub fn restore_usage(&self) -> TokenUsage {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `user_message_tokens` and `assistant_message_tokens` are never read
[INFO] [stdout]   --> src/cli/context_analysis.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct MessageBreakdown {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 22 |     /// Token count for user messages (excluding tool results).
[INFO] [stdout] 23 |     pub user_message_tokens: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     /// Token count for assistant messages.
[INFO] [stdout] 25 |     pub assistant_message_tokens: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MessageBreakdown` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `unexpected_breaks` and `last_cached_tokens` are never used
[INFO] [stdout]   --> src/llm/cache_monitor.rs:81:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl CacheMonitor {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 81 |     pub fn unexpected_breaks(&self) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub fn last_cached_tokens(&self) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Code` is never constructed
[INFO] [stdout]   --> src/memory/utils.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub(crate) enum TokenEstimationMode {
[INFO] [stdout]    |                 ------------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     Code,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenEstimationMode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `snapshot_files_before_write` is never used
[INFO] [stdout]   --> src/tools/checkpoint.rs:88:14
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub async fn snapshot_files_before_write(paths: &[PathBuf], description: &str) {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/middleware/builtin/memory.rs:71:13
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let mut response = next.run(request).await?;
[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: fields `user_message_tokens` and `assistant_message_tokens` are never read
[INFO] [stdout]   --> src/cli/context_analysis.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct MessageBreakdown {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 22 |     /// Token count for user messages (excluding tool results).
[INFO] [stdout] 23 |     pub user_message_tokens: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     /// Token count for assistant messages.
[INFO] [stdout] 25 |     pub assistant_message_tokens: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MessageBreakdown` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `last_cached_tokens` is never used
[INFO] [stdout]   --> src/llm/cache_monitor.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl CacheMonitor {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub fn last_cached_tokens(&self) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Code` is never constructed
[INFO] [stdout]   --> src/memory/utils.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub(crate) enum TokenEstimationMode {
[INFO] [stdout]    |                 ------------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     Code,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenEstimationMode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `snapshot_files_before_write` is never used
[INFO] [stdout]   --> src/tools/checkpoint.rs:88:14
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub async fn snapshot_files_before_write(paths: &[PathBuf], description: &str) {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] running `Command { std: "docker" "inspect" "f6a3c739555d9d7794679f91f076c802c6313ef5e40a3cfac10f9be3f7b4c0f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6a3c739555d9d7794679f91f076c802c6313ef5e40a3cfac10f9be3f7b4c0f3", kill_on_drop: false }`
[INFO] [stdout] f6a3c739555d9d7794679f91f076c802c6313ef5e40a3cfac10f9be3f7b4c0f3
