Oct 27 09:59:17.628 INFO checking RockyTV/rust-nbr6023 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:59:17.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 09:59:18.152 INFO blam! 56e5a0e4cc6395bac688136fc4656582a6bd86b0f9801e3b582d2e8dd0a61096 Oct 27 09:59:18.154 INFO running `"docker" "start" "-a" "56e5a0e4cc6395bac688136fc4656582a6bd86b0f9801e3b582d2e8dd0a61096"` Oct 27 09:59:19.408 INFO kablam! usermod: no changes Oct 27 09:59:19.463 INFO kablam! Checking rust-nbr6023 v0.1.0 (/source) Oct 27 09:59:19.998 INFO kablam! warning: unused variable: `title` Oct 27 09:59:19.998 INFO kablam! --> src/main.rs:10:37 Oct 27 09:59:19.998 INFO kablam! | Oct 27 09:59:19.998 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 27 09:59:19.998 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 27 09:59:19.998 INFO kablam! | Oct 27 09:59:19.998 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:59:19.998 INFO kablam! Oct 27 09:59:19.998 INFO kablam! warning: unused variable: `year` Oct 27 09:59:19.998 INFO kablam! --> src/main.rs:10:50 Oct 27 09:59:19.998 INFO kablam! | Oct 27 09:59:19.998 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 27 09:59:19.998 INFO kablam! | ^^^^ help: consider using `_year` instead Oct 27 09:59:20.003 INFO kablam! Oct 27 09:59:20.006 INFO kablam! warning: unused variable: `link` Oct 27 09:59:20.006 INFO kablam! --> src/main.rs:10:62 Oct 27 09:59:20.007 INFO kablam! | Oct 27 09:59:20.007 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 27 09:59:20.007 INFO kablam! | ^^^^ help: consider using `_link` instead Oct 27 09:59:20.008 INFO kablam! Oct 27 09:59:20.008 INFO kablam! warning: variable does not need to be mutable Oct 27 09:59:20.008 INFO kablam! --> src/main.rs:12:9 Oct 27 09:59:20.008 INFO kablam! | Oct 27 09:59:20.009 INFO kablam! 12 | let mut author_surname: &str = match author_parts.pop() { Oct 27 09:59:20.009 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 27 09:59:20.009 INFO kablam! | | Oct 27 09:59:20.009 INFO kablam! | help: remove this `mut` Oct 27 09:59:20.010 INFO kablam! | Oct 27 09:59:20.010 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:59:20.010 INFO kablam! Oct 27 09:59:20.101 INFO kablam! warning: unused variable: `title` Oct 27 09:59:20.104 INFO kablam! --> src/main.rs:10:37 Oct 27 09:59:20.104 INFO kablam! | Oct 27 09:59:20.104 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 27 09:59:20.104 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 27 09:59:20.104 INFO kablam! | Oct 27 09:59:20.104 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:59:20.104 INFO kablam! Oct 27 09:59:20.104 INFO kablam! warning: unused variable: `year` Oct 27 09:59:20.104 INFO kablam! --> src/main.rs:10:50 Oct 27 09:59:20.104 INFO kablam! | Oct 27 09:59:20.104 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 27 09:59:20.104 INFO kablam! | ^^^^ help: consider using `_year` instead Oct 27 09:59:20.104 INFO kablam! Oct 27 09:59:20.104 INFO kablam! warning: unused variable: `link` Oct 27 09:59:20.105 INFO kablam! --> src/main.rs:10:62 Oct 27 09:59:20.105 INFO kablam! | Oct 27 09:59:20.105 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 27 09:59:20.105 INFO kablam! | ^^^^ help: consider using `_link` instead Oct 27 09:59:20.105 INFO kablam! Oct 27 09:59:20.105 INFO kablam! warning: variable does not need to be mutable Oct 27 09:59:20.105 INFO kablam! --> src/main.rs:12:9 Oct 27 09:59:20.105 INFO kablam! | Oct 27 09:59:20.105 INFO kablam! 12 | let mut author_surname: &str = match author_parts.pop() { Oct 27 09:59:20.105 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 27 09:59:20.105 INFO kablam! | | Oct 27 09:59:20.105 INFO kablam! | help: remove this `mut` Oct 27 09:59:20.105 INFO kablam! | Oct 27 09:59:20.105 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:59:20.105 INFO kablam! Oct 27 09:59:20.127 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.72s Oct 27 09:59:20.129 INFO kablam! su: No module specific data is present Oct 27 09:59:20.613 INFO running `"docker" "rm" "-f" "56e5a0e4cc6395bac688136fc4656582a6bd86b0f9801e3b582d2e8dd0a61096"` Oct 27 09:59:20.822 INFO blam! 56e5a0e4cc6395bac688136fc4656582a6bd86b0f9801e3b582d2e8dd0a61096