[INFO] cloning repository https://github.com/emeijdam/cran_rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emeijdam/cran_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femeijdam%2Fcran_rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femeijdam%2Fcran_rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c8382c41945218942865a5b71fe0aa0e2d373f97
[INFO] checking emeijdam/cran_rust against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femeijdam%2Fcran_rust" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/emeijdam/cran_rust
[INFO] finished tweaking git repo https://github.com/emeijdam/cran_rust
[INFO] tweaked toml for git repo https://github.com/emeijdam/cran_rust written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/emeijdam/cran_rust on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/emeijdam/cran_rust 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded xz2 v0.1.7
[INFO] [stderr]   Downloaded rds2rust v0.1.41
[INFO] [stderr]   Downloaded lzma-sys v0.1.20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c8b63ade61407f7234931e75c02fa3f33518436256a8c96f7fd6de50d9949c1e
[INFO] running `Command { std: "docker" "start" "c8b63ade61407f7234931e75c02fa3f33518436256a8c96f7fd6de50d9949c1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c8b63ade61407f7234931e75c02fa3f33518436256a8c96f7fd6de50d9949c1e", 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" "c8b63ade61407f7234931e75c02fa3f33518436256a8c96f7fd6de50d9949c1e" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c8b63ade61407f7234931e75c02fa3f33518436256a8c96f7fd6de50d9949c1e", 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" "c8b63ade61407f7234931e75c02fa3f33518436256a8c96f7fd6de50d9949c1e" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking rds2rust v0.1.41
[INFO] [stderr]     Checking cran_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `iter` and `get_all_values` are never used
[INFO] [stdout]   --> src/dcf.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl DCFFile {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn iter(&self) -> impl Iterator<Item = &DCFKeyValue> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn get_all_values(&self, key: &str) -> Vec<&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: variant `MissingAttribute` is never constructed
[INFO] [stdout]   --> src/rds.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum RdsError {
[INFO] [stdout]    |          -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 15 |     MissingAttribute(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RdsError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `iter` and `get_all_values` are never used
[INFO] [stdout]   --> src/dcf.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl DCFFile {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn iter(&self) -> impl Iterator<Item = &DCFKeyValue> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn get_all_values(&self, key: &str) -> Vec<&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: variant `MissingAttribute` is never constructed
[INFO] [stdout]   --> src/rds.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum RdsError {
[INFO] [stdout]    |          -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 15 |     MissingAttribute(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RdsError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.99s
[INFO] running `Command { std: "docker" "inspect" "c8b63ade61407f7234931e75c02fa3f33518436256a8c96f7fd6de50d9949c1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8b63ade61407f7234931e75c02fa3f33518436256a8c96f7fd6de50d9949c1e", kill_on_drop: false }`
[INFO] [stdout] c8b63ade61407f7234931e75c02fa3f33518436256a8c96f7fd6de50d9949c1e
