[INFO] cloning repository https://github.com/pastorenue/agro_mini [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pastorenue/agro_mini" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpastorenue%2Fagro_mini", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpastorenue%2Fagro_mini'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cd5008280cd9f15c9634d3deeb82a5ac6f2ecb41 [INFO] checking pastorenue/agro_mini against master#9bfa31f632912180dc742809bcc51a97f2d7079d for pr-140151 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpastorenue%2Fagro_mini" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pastorenue/agro_mini on toolchain 9bfa31f632912180dc742809bcc51a97f2d7079d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pastorenue/agro_mini [INFO] finished tweaking git repo https://github.com/pastorenue/agro_mini [INFO] tweaked toml for git repo https://github.com/pastorenue/agro_mini written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/pastorenue/agro_mini 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" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 18f987a8bd225e55b6bc761933d8e4404df923274e514f3f63c4c5d58efbcdab [INFO] running `Command { std: "docker" "start" "-a" "18f987a8bd225e55b6bc761933d8e4404df923274e514f3f63c4c5d58efbcdab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "18f987a8bd225e55b6bc761933d8e4404df923274e514f3f63c4c5d58efbcdab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18f987a8bd225e55b6bc761933d8e4404df923274e514f3f63c4c5d58efbcdab", kill_on_drop: false }` [INFO] [stdout] 18f987a8bd225e55b6bc761933d8e4404df923274e514f3f63c4c5d58efbcdab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fcdf8be87fbecc098015d7284282d995dc50165b19f9bdef6c30a2a8d8906b1a [INFO] running `Command { std: "docker" "start" "-a" "fcdf8be87fbecc098015d7284282d995dc50165b19f9bdef6c30a2a8d8906b1a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling serde v1.0.208 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking colorchoice v1.0.2 [INFO] [stderr] Checking anstyle-parse v0.2.5 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking anstyle-query v1.1.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking anstream v0.6.15 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking clap_lex v0.7.2 [INFO] [stderr] Compiling serde_json v1.0.125 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking clap_builder v4.5.15 [INFO] [stderr] Checking csv-core v0.1.11 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.75 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.208 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking clap v4.5.16 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking csv v1.3.0 [INFO] [stderr] Checking agro_mini v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `FsBlockSize` and `OpenOptions` [INFO] [stdout] --> src/file_ops.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::os::{Open, FsBlockSize, OpenOptions}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `FsBlockSize` and `OpenOptions` [INFO] [stdout] --> src/file_ops.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::os::{Open, FsBlockSize, OpenOptions}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `read_file` is never used [INFO] [stdout] --> src/file_ops.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) fn read_file(path: impl AsRef) -> std::io::Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `read_file` is never used [INFO] [stdout] --> src/file_ops.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) fn read_file(path: impl AsRef) -> std::io::Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LocalFs` is never constructed [INFO] [stdout] --> src/os.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) struct LocalFs {} [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `options` is never used [INFO] [stdout] --> src/os.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl LocalFs { [INFO] [stdout] | ------------ associated function in this implementation [INFO] [stdout] 11 | pub fn options() -> OpenOptions { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `FsBlockSize` is never used [INFO] [stdout] --> src/os.rs:16:18 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) trait FsBlockSize { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Open` is never used [INFO] [stdout] --> src/os.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | pub(crate) trait Open { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `inner`, `bypass_cache`, `sync_on_write`, and `lock` are never read [INFO] [stdout] --> src/os.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 27 | pub(crate) struct OpenOptions { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 28 | /// Instance of [`std::fs::OpenOptions`] [INFO] [stdout] 29 | inner: fs::OpenOptions, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 30 | /// Bypasses OS cache [INFO] [stdout] 31 | bypass_cache: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 32 | sync_on_write: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 33 | lock: bool, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/os.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 47 | impl OpenOptions { [INFO] [stdout] | ---------------- methods in this implementation [INFO] [stdout] 48 | pub fn bypass_cache(mut self, bypass_cache: bool) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | pub fn sync_on_write(mut self, sync_on_write: bool) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | pub fn lock(mut self, lock: bool) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub fn create(mut self, create: bool) -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub fn truncate(mut self, truncate: bool) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | pub fn read(mut self, read: bool) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | pub fn write(mut self, write: bool) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LocalFs` is never constructed [INFO] [stdout] --> src/os.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) struct LocalFs {} [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `options` is never used [INFO] [stdout] --> src/os.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl LocalFs { [INFO] [stdout] | ------------ associated function in this implementation [INFO] [stdout] 11 | pub fn options() -> OpenOptions { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `FsBlockSize` is never used [INFO] [stdout] --> src/os.rs:16:18 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) trait FsBlockSize { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Open` is never used [INFO] [stdout] --> src/os.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | pub(crate) trait Open { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `inner`, `bypass_cache`, `sync_on_write`, and `lock` are never read [INFO] [stdout] --> src/os.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 27 | pub(crate) struct OpenOptions { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 28 | /// Instance of [`std::fs::OpenOptions`] [INFO] [stdout] 29 | inner: fs::OpenOptions, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 30 | /// Bypasses OS cache [INFO] [stdout] 31 | bypass_cache: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 32 | sync_on_write: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 33 | lock: bool, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/os.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 47 | impl OpenOptions { [INFO] [stdout] | ---------------- methods in this implementation [INFO] [stdout] 48 | pub fn bypass_cache(mut self, bypass_cache: bool) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | pub fn sync_on_write(mut self, sync_on_write: bool) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | pub fn lock(mut self, lock: bool) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub fn create(mut self, create: bool) -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub fn truncate(mut self, truncate: bool) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | pub fn read(mut self, read: bool) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | pub fn write(mut self, write: bool) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/file_ops.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | file.sync_all(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 17 | let _ = file.sync_all(); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/file_ops.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | file.sync_all(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 17 | let _ = file.sync_all(); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.78s [INFO] running `Command { std: "docker" "inspect" "fcdf8be87fbecc098015d7284282d995dc50165b19f9bdef6c30a2a8d8906b1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcdf8be87fbecc098015d7284282d995dc50165b19f9bdef6c30a2a8d8906b1a", kill_on_drop: false }` [INFO] [stdout] fcdf8be87fbecc098015d7284282d995dc50165b19f9bdef6c30a2a8d8906b1a