Oct 31 18:02:22.229 INFO checking withoutboats/guessing_game against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 18:02:22.230 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 18:02:22.696 INFO blam! 04e8b257bae69c8647e14980f94b6c22bcdf18e4f3908232713a2823260ad755 Oct 31 18:02:22.708 INFO running `"docker" "start" "-a" "04e8b257bae69c8647e14980f94b6c22bcdf18e4f3908232713a2823260ad755"` Oct 31 18:02:24.124 INFO kablam! usermod: no changes Oct 31 18:02:24.164 INFO kablam! Checking guessing_game v0.1.0 (/source) Oct 31 18:02:24.437 INFO kablam! warning: unused variable: `secret` Oct 31 18:02:24.437 INFO kablam! --> src/secret_number/mod.rs:15:12 Oct 31 18:02:24.437 INFO kablam! | Oct 31 18:02:24.437 INFO kablam! 15 | fn new(secret: u16) -> Secret { Oct 31 18:02:24.438 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 31 18:02:24.438 INFO kablam! | Oct 31 18:02:24.438 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 18:02:24.438 INFO kablam! Oct 31 18:02:24.438 INFO kablam! warning: unused variable: `guess` Oct 31 18:02:24.438 INFO kablam! --> src/secret_number/mod.rs:19:25 Oct 31 18:02:24.438 INFO kablam! | Oct 31 18:02:24.438 INFO kablam! 19 | pub fn guess(&self, guess: &str) -> Result { Oct 31 18:02:24.438 INFO kablam! | ^^^^^ help: consider using `_guess` instead Oct 31 18:02:24.438 INFO kablam! Oct 31 18:02:24.438 INFO kablam! warning: unused variable: `f` Oct 31 18:02:24.438 INFO kablam! --> src/secret_number/mod.rs:36:19 Oct 31 18:02:24.438 INFO kablam! | Oct 31 18:02:24.438 INFO kablam! 36 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { Oct 31 18:02:24.438 INFO kablam! | ^ help: consider using `_f` instead Oct 31 18:02:24.438 INFO kablam! Oct 31 18:02:24.442 INFO kablam! warning: struct is never constructed: `Secret` Oct 31 18:02:24.442 INFO kablam! --> src/secret_number/mod.rs:7:1 Oct 31 18:02:24.442 INFO kablam! | Oct 31 18:02:24.442 INFO kablam! 7 | pub struct Secret { Oct 31 18:02:24.442 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 31 18:02:24.442 INFO kablam! | Oct 31 18:02:24.442 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 18:02:24.442 INFO kablam! Oct 31 18:02:24.442 INFO kablam! warning: method is never used: `random` Oct 31 18:02:24.442 INFO kablam! --> src/secret_number/mod.rs:11:5 Oct 31 18:02:24.442 INFO kablam! | Oct 31 18:02:24.442 INFO kablam! 11 | pub fn random() -> Secret { Oct 31 18:02:24.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:02:24.442 INFO kablam! Oct 31 18:02:24.442 INFO kablam! warning: method is never used: `new` Oct 31 18:02:24.442 INFO kablam! --> src/secret_number/mod.rs:15:5 Oct 31 18:02:24.442 INFO kablam! | Oct 31 18:02:24.442 INFO kablam! 15 | fn new(secret: u16) -> Secret { Oct 31 18:02:24.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:02:24.442 INFO kablam! Oct 31 18:02:24.442 INFO kablam! warning: method is never used: `guess` Oct 31 18:02:24.442 INFO kablam! --> src/secret_number/mod.rs:19:5 Oct 31 18:02:24.442 INFO kablam! | Oct 31 18:02:24.442 INFO kablam! 19 | pub fn guess(&self, guess: &str) -> Result { Oct 31 18:02:24.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:02:24.442 INFO kablam! Oct 31 18:02:24.446 INFO kablam! warning: method is never used: `secret` Oct 31 18:02:24.446 INFO kablam! --> src/secret_number/mod.rs:23:5 Oct 31 18:02:24.446 INFO kablam! | Oct 31 18:02:24.446 INFO kablam! 23 | fn secret(&self) -> u16 { Oct 31 18:02:24.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:02:24.446 INFO kablam! Oct 31 18:02:24.446 INFO kablam! warning: variant is never constructed: `TooHigh` Oct 31 18:02:24.446 INFO kablam! --> src/secret_number/mod.rs:30:5 Oct 31 18:02:24.446 INFO kablam! | Oct 31 18:02:24.446 INFO kablam! 30 | TooHigh(u16), Oct 31 18:02:24.446 INFO kablam! | ^^^^^^^^^^^^ Oct 31 18:02:24.446 INFO kablam! Oct 31 18:02:24.446 INFO kablam! warning: variant is never constructed: `TooLow` Oct 31 18:02:24.447 INFO kablam! --> src/secret_number/mod.rs:31:5 Oct 31 18:02:24.447 INFO kablam! | Oct 31 18:02:24.447 INFO kablam! 31 | TooLow(u16), Oct 31 18:02:24.447 INFO kablam! | ^^^^^^^^^^^ Oct 31 18:02:24.447 INFO kablam! Oct 31 18:02:24.447 INFO kablam! warning: variant is never constructed: `NotANumber` Oct 31 18:02:24.447 INFO kablam! --> src/secret_number/mod.rs:32:5 Oct 31 18:02:24.447 INFO kablam! | Oct 31 18:02:24.447 INFO kablam! 32 | NotANumber, Oct 31 18:02:24.447 INFO kablam! | ^^^^^^^^^^ Oct 31 18:02:24.447 INFO kablam! Oct 31 18:02:24.624 INFO kablam! warning: unused variable: `secret` Oct 31 18:02:24.624 INFO kablam! --> src/secret_number/mod.rs:15:12 Oct 31 18:02:24.624 INFO kablam! | Oct 31 18:02:24.624 INFO kablam! 15 | fn new(secret: u16) -> Secret { Oct 31 18:02:24.624 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 31 18:02:24.624 INFO kablam! | Oct 31 18:02:24.624 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 18:02:24.624 INFO kablam! Oct 31 18:02:24.624 INFO kablam! warning: unused variable: `guess` Oct 31 18:02:24.624 INFO kablam! --> src/secret_number/mod.rs:19:25 Oct 31 18:02:24.624 INFO kablam! | Oct 31 18:02:24.624 INFO kablam! 19 | pub fn guess(&self, guess: &str) -> Result { Oct 31 18:02:24.624 INFO kablam! | ^^^^^ help: consider using `_guess` instead Oct 31 18:02:24.624 INFO kablam! Oct 31 18:02:24.624 INFO kablam! warning: unused variable: `f` Oct 31 18:02:24.624 INFO kablam! --> src/secret_number/mod.rs:36:19 Oct 31 18:02:24.624 INFO kablam! | Oct 31 18:02:24.624 INFO kablam! 36 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { Oct 31 18:02:24.625 INFO kablam! | ^ help: consider using `_f` instead Oct 31 18:02:24.625 INFO kablam! Oct 31 18:02:24.648 INFO kablam! warning: variable does not need to be mutable Oct 31 18:02:24.648 INFO kablam! --> src/secret_number/tests.rs:18:9 Oct 31 18:02:24.648 INFO kablam! | Oct 31 18:02:24.648 INFO kablam! 18 | let mut secret = Secret::new(0); Oct 31 18:02:24.648 INFO kablam! | ----^^^^^^ Oct 31 18:02:24.648 INFO kablam! | | Oct 31 18:02:24.648 INFO kablam! | help: remove this `mut` Oct 31 18:02:24.648 INFO kablam! | Oct 31 18:02:24.648 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 18:02:24.648 INFO kablam! Oct 31 18:02:24.648 INFO kablam! warning: variable does not need to be mutable Oct 31 18:02:24.648 INFO kablam! --> src/secret_number/tests.rs:24:9 Oct 31 18:02:24.648 INFO kablam! | Oct 31 18:02:24.648 INFO kablam! 24 | let mut secret = Secret::new(0); Oct 31 18:02:24.648 INFO kablam! | ----^^^^^^ Oct 31 18:02:24.648 INFO kablam! | | Oct 31 18:02:24.648 INFO kablam! | help: remove this `mut` Oct 31 18:02:24.649 INFO kablam! Oct 31 18:02:24.649 INFO kablam! warning: variable does not need to be mutable Oct 31 18:02:24.649 INFO kablam! --> src/secret_number/tests.rs:30:9 Oct 31 18:02:24.649 INFO kablam! | Oct 31 18:02:24.649 INFO kablam! 30 | let mut secret = Secret::new(1); Oct 31 18:02:24.649 INFO kablam! | ----^^^^^^ Oct 31 18:02:24.649 INFO kablam! | | Oct 31 18:02:24.649 INFO kablam! | help: remove this `mut` Oct 31 18:02:24.649 INFO kablam! Oct 31 18:02:24.649 INFO kablam! warning: variable does not need to be mutable Oct 31 18:02:24.649 INFO kablam! --> src/secret_number/tests.rs:36:9 Oct 31 18:02:24.649 INFO kablam! | Oct 31 18:02:24.649 INFO kablam! 36 | let mut secret = Secret::new(0); Oct 31 18:02:24.649 INFO kablam! | ----^^^^^^ Oct 31 18:02:24.649 INFO kablam! | | Oct 31 18:02:24.649 INFO kablam! | help: remove this `mut` Oct 31 18:02:24.649 INFO kablam! Oct 31 18:02:24.649 INFO kablam! warning: variable does not need to be mutable Oct 31 18:02:24.649 INFO kablam! --> src/secret_number/tests.rs:42:9 Oct 31 18:02:24.649 INFO kablam! | Oct 31 18:02:24.649 INFO kablam! 42 | let mut secret = Secret::new(1); Oct 31 18:02:24.649 INFO kablam! | ----^^^^^^ Oct 31 18:02:24.649 INFO kablam! | | Oct 31 18:02:24.649 INFO kablam! | help: remove this `mut` Oct 31 18:02:24.649 INFO kablam! Oct 31 18:02:24.656 INFO kablam! warning: variable does not need to be mutable Oct 31 18:02:24.656 INFO kablam! --> src/secret_number/tests.rs:49:9 Oct 31 18:02:24.656 INFO kablam! | Oct 31 18:02:24.656 INFO kablam! 49 | let mut secret = Secret::new(0); Oct 31 18:02:24.656 INFO kablam! | ----^^^^^^ Oct 31 18:02:24.656 INFO kablam! | | Oct 31 18:02:24.656 INFO kablam! | help: remove this `mut` Oct 31 18:02:24.656 INFO kablam! Oct 31 18:02:24.656 INFO kablam! warning: variable does not need to be mutable Oct 31 18:02:24.656 INFO kablam! --> src/secret_number/tests.rs:57:9 Oct 31 18:02:24.656 INFO kablam! | Oct 31 18:02:24.656 INFO kablam! 57 | let mut secret = Secret::new(0); Oct 31 18:02:24.656 INFO kablam! | ----^^^^^^ Oct 31 18:02:24.656 INFO kablam! | | Oct 31 18:02:24.656 INFO kablam! | help: remove this `mut` Oct 31 18:02:24.656 INFO kablam! Oct 31 18:02:24.724 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.57s Oct 31 18:02:24.724 INFO kablam! su: No module specific data is present Oct 31 18:02:25.616 INFO running `"docker" "rm" "-f" "04e8b257bae69c8647e14980f94b6c22bcdf18e4f3908232713a2823260ad755"` Oct 31 18:02:25.942 INFO blam! 04e8b257bae69c8647e14980f94b6c22bcdf18e4f3908232713a2823260ad755