[INFO] cloning repository https://github.com/derrickp/krustens [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/derrickp/krustens" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fderrickp%2Fkrustens", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fderrickp%2Fkrustens'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 374caf9b8787897efbf679fbce707bf6d20c876f [INFO] checking derrickp/krustens against try#969026c535f4240ff7866ef11207dfda18a26af6 for pr-146504 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fderrickp%2Fkrustens" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/derrickp/krustens [INFO] finished tweaking git repo https://github.com/derrickp/krustens [INFO] tweaked toml for git repo https://github.com/derrickp/krustens written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/derrickp/krustens on toolchain 969026c535f4240ff7866ef11207dfda18a26af6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/derrickp/krustens 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" "+969026c535f4240ff7866ef11207dfda18a26af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+969026c535f4240ff7866ef11207dfda18a26af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d9120a68974b5e99f75232a359c1f9f67892f3697a2551595a05f8a24893ec6d [INFO] running `Command { std: "docker" "start" "-a" "d9120a68974b5e99f75232a359c1f9f67892f3697a2551595a05f8a24893ec6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9120a68974b5e99f75232a359c1f9f67892f3697a2551595a05f8a24893ec6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9120a68974b5e99f75232a359c1f9f67892f3697a2551595a05f8a24893ec6d", kill_on_drop: false }` [INFO] [stdout] d9120a68974b5e99f75232a359c1f9f67892f3697a2551595a05f8a24893ec6d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+969026c535f4240ff7866ef11207dfda18a26af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a6932c7cbb1ff31c56633e66ac0ba258a5326c55684a0177a69c56cb8c90aeb [INFO] running `Command { std: "docker" "start" "-a" "8a6932c7cbb1ff31c56633e66ac0ba258a5326c55684a0177a69c56cb8c90aeb", kill_on_drop: false }` [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling cc v1.2.13 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling zerocopy v0.8.17 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking miniz_oxide v0.8.4 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Checking tokio v1.43.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Checking getrandom v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Checking num_threads v0.1.7 [INFO] [stderr] Checking bytemuck v1.21.0 [INFO] [stderr] Checking x11rb-protocol v0.13.1 [INFO] [stderr] Checking time v0.3.37 [INFO] [stderr] Checking compact_str v0.8.1 [INFO] [stderr] Checking csv-core v0.1.11 [INFO] [stderr] Checking image v0.25.5 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking chrono v0.4.39 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking csv v1.3.1 [INFO] [stderr] Compiling strum_macros v0.27.0 [INFO] [stderr] Checking rand_core v0.9.0 [INFO] [stderr] Compiling openssl-sys v0.9.105 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking fern v0.7.1 [INFO] [stderr] Checking rand v0.9.0 [INFO] [stderr] Checking strum v0.27.0 [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 strum v0.26.3 [INFO] [stderr] Checking unicode-truncate v1.1.0 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling instability v0.3.7 [INFO] [stderr] Checking uuid v1.13.1 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking ratatui v0.29.0 [INFO] [stderr] Checking x11rb v0.13.1 [INFO] [stderr] Checking arboard v3.4.1 [INFO] [stderr] Compiling sqlx-core v0.8.3 [INFO] [stderr] Compiling sqlx-sqlite v0.8.3 [INFO] [stderr] Compiling sqlx-macros-core v0.8.3 [INFO] [stderr] Compiling sqlx-macros v0.8.3 [INFO] [stderr] Checking sqlx v0.8.3 [INFO] [stderr] Checking krustens v4.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `HasId` is never used [INFO] [stdout] --> src/app/has_id.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | pub trait HasId { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ArtistAlbumCounter` is never constructed [INFO] [stdout] --> src/projections/statistics/counter.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct ArtistAlbumCounter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `HasId` is never used [INFO] [stdout] --> src/app/has_id.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | pub trait HasId { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ArtistAlbumCounter` is never constructed [INFO] [stdout] --> src/projections/statistics/counter.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct ArtistAlbumCounter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.08s [INFO] running `Command { std: "docker" "inspect" "8a6932c7cbb1ff31c56633e66ac0ba258a5326c55684a0177a69c56cb8c90aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a6932c7cbb1ff31c56633e66ac0ba258a5326c55684a0177a69c56cb8c90aeb", kill_on_drop: false }` [INFO] [stdout] 8a6932c7cbb1ff31c56633e66ac0ba258a5326c55684a0177a69c56cb8c90aeb