Oct 21 20:36:22.119 INFO checking RockyTV/rust-nbr6023 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:36:22.120 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 20:36:22.547 INFO blam! 7d49e3f006ff8bbd228672f6c0741a68ce50093bc3586c338273fae269839265 Oct 21 20:36:22.553 INFO running `"docker" "start" "-a" "7d49e3f006ff8bbd228672f6c0741a68ce50093bc3586c338273fae269839265"` Oct 21 20:36:23.788 INFO kablam! usermod: no changes Oct 21 20:36:23.848 INFO kablam! Checking rust-nbr6023 v0.1.0 (/source) Oct 21 20:36:24.608 INFO kablam! warning: unused variable: `title` Oct 21 20:36:24.608 INFO kablam! --> src/main.rs:10:37 Oct 21 20:36:24.608 INFO kablam! | Oct 21 20:36:24.608 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 21 20:36:24.608 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 21 20:36:24.608 INFO kablam! | Oct 21 20:36:24.608 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:36:24.608 INFO kablam! Oct 21 20:36:24.618 INFO kablam! warning: unused variable: `year` Oct 21 20:36:24.618 INFO kablam! --> src/main.rs:10:50 Oct 21 20:36:24.618 INFO kablam! | Oct 21 20:36:24.618 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 21 20:36:24.618 INFO kablam! | ^^^^ help: consider using `_year` instead Oct 21 20:36:24.618 INFO kablam! Oct 21 20:36:24.618 INFO kablam! warning: unused variable: `link` Oct 21 20:36:24.618 INFO kablam! --> src/main.rs:10:62 Oct 21 20:36:24.618 INFO kablam! | Oct 21 20:36:24.618 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 21 20:36:24.618 INFO kablam! | ^^^^ help: consider using `_link` instead Oct 21 20:36:24.618 INFO kablam! Oct 21 20:36:24.618 INFO kablam! warning: variable does not need to be mutable Oct 21 20:36:24.618 INFO kablam! --> src/main.rs:12:9 Oct 21 20:36:24.618 INFO kablam! | Oct 21 20:36:24.618 INFO kablam! 12 | let mut author_surname: &str = match author_parts.pop() { Oct 21 20:36:24.618 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 21 20:36:24.618 INFO kablam! | | Oct 21 20:36:24.618 INFO kablam! | help: remove this `mut` Oct 21 20:36:24.618 INFO kablam! | Oct 21 20:36:24.619 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:36:24.619 INFO kablam! Oct 21 20:36:24.668 INFO kablam! warning: unused variable: `title` Oct 21 20:36:24.668 INFO kablam! --> src/main.rs:10:37 Oct 21 20:36:24.668 INFO kablam! | Oct 21 20:36:24.668 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 21 20:36:24.668 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 21 20:36:24.668 INFO kablam! | Oct 21 20:36:24.668 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:36:24.668 INFO kablam! Oct 21 20:36:24.668 INFO kablam! warning: unused variable: `year` Oct 21 20:36:24.668 INFO kablam! --> src/main.rs:10:50 Oct 21 20:36:24.668 INFO kablam! | Oct 21 20:36:24.668 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 21 20:36:24.668 INFO kablam! | ^^^^ help: consider using `_year` instead Oct 21 20:36:24.668 INFO kablam! Oct 21 20:36:24.668 INFO kablam! warning: unused variable: `link` Oct 21 20:36:24.668 INFO kablam! --> src/main.rs:10:62 Oct 21 20:36:24.668 INFO kablam! | Oct 21 20:36:24.668 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 21 20:36:24.668 INFO kablam! | ^^^^ help: consider using `_link` instead Oct 21 20:36:24.668 INFO kablam! Oct 21 20:36:24.685 INFO kablam! warning: variable does not need to be mutable Oct 21 20:36:24.685 INFO kablam! --> src/main.rs:12:9 Oct 21 20:36:24.685 INFO kablam! | Oct 21 20:36:24.685 INFO kablam! 12 | let mut author_surname: &str = match author_parts.pop() { Oct 21 20:36:24.685 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 21 20:36:24.685 INFO kablam! | | Oct 21 20:36:24.685 INFO kablam! | help: remove this `mut` Oct 21 20:36:24.685 INFO kablam! | Oct 21 20:36:24.685 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:36:24.685 INFO kablam! Oct 21 20:36:24.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 21 20:36:24.740 INFO kablam! su: No module specific data is present Oct 21 20:36:25.332 INFO running `"docker" "rm" "-f" "7d49e3f006ff8bbd228672f6c0741a68ce50093bc3586c338273fae269839265"` Oct 21 20:36:25.644 INFO blam! 7d49e3f006ff8bbd228672f6c0741a68ce50093bc3586c338273fae269839265