Oct 21 12:13:08.808 INFO checking withoutboats/guessing_game against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:13:08.809 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 12:13:09.407 INFO blam! 93af9ad63213bc3049ded6177c8510652e48d658c6556530f4c93e55a4dc9d7b Oct 21 12:13:09.408 INFO running `"docker" "start" "-a" "93af9ad63213bc3049ded6177c8510652e48d658c6556530f4c93e55a4dc9d7b"` Oct 21 12:13:10.844 INFO kablam! usermod: no changes Oct 21 12:13:10.904 INFO kablam! Checking guessing_game v0.1.0 (/source) Oct 21 12:13:11.285 INFO kablam! warning: unused variable: `secret` Oct 21 12:13:11.285 INFO kablam! --> src/secret_number/mod.rs:15:12 Oct 21 12:13:11.286 INFO kablam! | Oct 21 12:13:11.286 INFO kablam! 15 | fn new(secret: u16) -> Secret { Oct 21 12:13:11.286 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 21 12:13:11.287 INFO kablam! | Oct 21 12:13:11.287 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:13:11.287 INFO kablam! Oct 21 12:13:11.288 INFO kablam! warning: unused variable: `guess` Oct 21 12:13:11.288 INFO kablam! --> src/secret_number/mod.rs:19:25 Oct 21 12:13:11.288 INFO kablam! | Oct 21 12:13:11.289 INFO kablam! 19 | pub fn guess(&self, guess: &str) -> Result { Oct 21 12:13:11.289 INFO kablam! | ^^^^^ help: consider using `_guess` instead Oct 21 12:13:11.289 INFO kablam! Oct 21 12:13:11.290 INFO kablam! warning: unused variable: `f` Oct 21 12:13:11.290 INFO kablam! --> src/secret_number/mod.rs:36:19 Oct 21 12:13:11.290 INFO kablam! | Oct 21 12:13:11.291 INFO kablam! 36 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { Oct 21 12:13:11.291 INFO kablam! | ^ help: consider using `_f` instead Oct 21 12:13:11.291 INFO kablam! Oct 21 12:13:11.296 INFO kablam! warning: struct is never constructed: `Secret` Oct 21 12:13:11.297 INFO kablam! --> src/secret_number/mod.rs:7:1 Oct 21 12:13:11.297 INFO kablam! | Oct 21 12:13:11.297 INFO kablam! 7 | pub struct Secret { Oct 21 12:13:11.297 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 12:13:11.298 INFO kablam! | Oct 21 12:13:11.298 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:13:11.298 INFO kablam! Oct 21 12:13:11.299 INFO kablam! warning: method is never used: `random` Oct 21 12:13:11.299 INFO kablam! --> src/secret_number/mod.rs:11:5 Oct 21 12:13:11.299 INFO kablam! | Oct 21 12:13:11.300 INFO kablam! 11 | pub fn random() -> Secret { Oct 21 12:13:11.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:13:11.300 INFO kablam! Oct 21 12:13:11.301 INFO kablam! warning: method is never used: `new` Oct 21 12:13:11.301 INFO kablam! --> src/secret_number/mod.rs:15:5 Oct 21 12:13:11.301 INFO kablam! | Oct 21 12:13:11.302 INFO kablam! 15 | fn new(secret: u16) -> Secret { Oct 21 12:13:11.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:13:11.302 INFO kablam! Oct 21 12:13:11.303 INFO kablam! warning: method is never used: `guess` Oct 21 12:13:11.303 INFO kablam! --> src/secret_number/mod.rs:19:5 Oct 21 12:13:11.303 INFO kablam! | Oct 21 12:13:11.303 INFO kablam! 19 | pub fn guess(&self, guess: &str) -> Result { Oct 21 12:13:11.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:13:11.304 INFO kablam! Oct 21 12:13:11.304 INFO kablam! warning: method is never used: `secret` Oct 21 12:13:11.305 INFO kablam! --> src/secret_number/mod.rs:23:5 Oct 21 12:13:11.305 INFO kablam! | Oct 21 12:13:11.305 INFO kablam! 23 | fn secret(&self) -> u16 { Oct 21 12:13:11.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:13:11.306 INFO kablam! Oct 21 12:13:11.306 INFO kablam! warning: variant is never constructed: `TooHigh` Oct 21 12:13:11.307 INFO kablam! --> src/secret_number/mod.rs:30:5 Oct 21 12:13:11.307 INFO kablam! | Oct 21 12:13:11.307 INFO kablam! 30 | TooHigh(u16), Oct 21 12:13:11.308 INFO kablam! | ^^^^^^^^^^^^ Oct 21 12:13:11.308 INFO kablam! Oct 21 12:13:11.308 INFO kablam! warning: variant is never constructed: `TooLow` Oct 21 12:13:11.309 INFO kablam! --> src/secret_number/mod.rs:31:5 Oct 21 12:13:11.309 INFO kablam! | Oct 21 12:13:11.309 INFO kablam! 31 | TooLow(u16), Oct 21 12:13:11.309 INFO kablam! | ^^^^^^^^^^^ Oct 21 12:13:11.310 INFO kablam! Oct 21 12:13:11.310 INFO kablam! warning: variant is never constructed: `NotANumber` Oct 21 12:13:11.310 INFO kablam! --> src/secret_number/mod.rs:32:5 Oct 21 12:13:11.311 INFO kablam! | Oct 21 12:13:11.311 INFO kablam! 32 | NotANumber, Oct 21 12:13:11.311 INFO kablam! | ^^^^^^^^^^ Oct 21 12:13:11.312 INFO kablam! Oct 21 12:13:11.408 INFO kablam! warning: unused variable: `secret` Oct 21 12:13:11.409 INFO kablam! --> src/secret_number/mod.rs:15:12 Oct 21 12:13:11.409 INFO kablam! | Oct 21 12:13:11.409 INFO kablam! 15 | fn new(secret: u16) -> Secret { Oct 21 12:13:11.410 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 21 12:13:11.410 INFO kablam! | Oct 21 12:13:11.413 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:13:11.413 INFO kablam! Oct 21 12:13:11.413 INFO kablam! warning: unused variable: `guess` Oct 21 12:13:11.414 INFO kablam! --> src/secret_number/mod.rs:19:25 Oct 21 12:13:11.414 INFO kablam! | Oct 21 12:13:11.414 INFO kablam! 19 | pub fn guess(&self, guess: &str) -> Result { Oct 21 12:13:11.414 INFO kablam! | ^^^^^ help: consider using `_guess` instead Oct 21 12:13:11.415 INFO kablam! Oct 21 12:13:11.415 INFO kablam! warning: unused variable: `f` Oct 21 12:13:11.415 INFO kablam! --> src/secret_number/mod.rs:36:19 Oct 21 12:13:11.416 INFO kablam! | Oct 21 12:13:11.416 INFO kablam! 36 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { Oct 21 12:13:11.416 INFO kablam! | ^ help: consider using `_f` instead Oct 21 12:13:11.417 INFO kablam! Oct 21 12:13:11.444 INFO kablam! warning: variable does not need to be mutable Oct 21 12:13:11.445 INFO kablam! --> src/secret_number/tests.rs:18:9 Oct 21 12:13:11.445 INFO kablam! | Oct 21 12:13:11.445 INFO kablam! 18 | let mut secret = Secret::new(0); Oct 21 12:13:11.446 INFO kablam! | ----^^^^^^ Oct 21 12:13:11.446 INFO kablam! | | Oct 21 12:13:11.446 INFO kablam! | help: remove this `mut` Oct 21 12:13:11.447 INFO kablam! | Oct 21 12:13:11.447 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 12:13:11.447 INFO kablam! Oct 21 12:13:11.447 INFO kablam! warning: variable does not need to be mutable Oct 21 12:13:11.448 INFO kablam! --> src/secret_number/tests.rs:24:9 Oct 21 12:13:11.448 INFO kablam! | Oct 21 12:13:11.448 INFO kablam! 24 | let mut secret = Secret::new(0); Oct 21 12:13:11.449 INFO kablam! | ----^^^^^^ Oct 21 12:13:11.449 INFO kablam! | | Oct 21 12:13:11.449 INFO kablam! | help: remove this `mut` Oct 21 12:13:11.449 INFO kablam! Oct 21 12:13:11.450 INFO kablam! warning: variable does not need to be mutable Oct 21 12:13:11.450 INFO kablam! --> src/secret_number/tests.rs:30:9 Oct 21 12:13:11.450 INFO kablam! | Oct 21 12:13:11.451 INFO kablam! 30 | let mut secret = Secret::new(1); Oct 21 12:13:11.451 INFO kablam! | ----^^^^^^ Oct 21 12:13:11.451 INFO kablam! | | Oct 21 12:13:11.451 INFO kablam! | help: remove this `mut` Oct 21 12:13:11.452 INFO kablam! Oct 21 12:13:11.452 INFO kablam! warning: variable does not need to be mutable Oct 21 12:13:11.452 INFO kablam! --> src/secret_number/tests.rs:36:9 Oct 21 12:13:11.453 INFO kablam! | Oct 21 12:13:11.453 INFO kablam! 36 | let mut secret = Secret::new(0); Oct 21 12:13:11.453 INFO kablam! | ----^^^^^^ Oct 21 12:13:11.453 INFO kablam! | | Oct 21 12:13:11.454 INFO kablam! | help: remove this `mut` Oct 21 12:13:11.454 INFO kablam! Oct 21 12:13:11.454 INFO kablam! warning: variable does not need to be mutable Oct 21 12:13:11.455 INFO kablam! --> src/secret_number/tests.rs:42:9 Oct 21 12:13:11.455 INFO kablam! | Oct 21 12:13:11.455 INFO kablam! 42 | let mut secret = Secret::new(1); Oct 21 12:13:11.456 INFO kablam! | ----^^^^^^ Oct 21 12:13:11.456 INFO kablam! | | Oct 21 12:13:11.456 INFO kablam! | help: remove this `mut` Oct 21 12:13:11.456 INFO kablam! Oct 21 12:13:11.457 INFO kablam! warning: variable does not need to be mutable Oct 21 12:13:11.457 INFO kablam! --> src/secret_number/tests.rs:49:9 Oct 21 12:13:11.457 INFO kablam! | Oct 21 12:13:11.458 INFO kablam! 49 | let mut secret = Secret::new(0); Oct 21 12:13:11.458 INFO kablam! | ----^^^^^^ Oct 21 12:13:11.458 INFO kablam! | | Oct 21 12:13:11.459 INFO kablam! | help: remove this `mut` Oct 21 12:13:11.459 INFO kablam! Oct 21 12:13:11.459 INFO kablam! warning: variable does not need to be mutable Oct 21 12:13:11.460 INFO kablam! --> src/secret_number/tests.rs:57:9 Oct 21 12:13:11.460 INFO kablam! | Oct 21 12:13:11.460 INFO kablam! 57 | let mut secret = Secret::new(0); Oct 21 12:13:11.460 INFO kablam! | ----^^^^^^ Oct 21 12:13:11.461 INFO kablam! | | Oct 21 12:13:11.461 INFO kablam! | help: remove this `mut` Oct 21 12:13:11.461 INFO kablam! Oct 21 12:13:11.513 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 21 12:13:11.516 INFO kablam! su: No module specific data is present Oct 21 12:13:12.825 INFO running `"docker" "rm" "-f" "93af9ad63213bc3049ded6177c8510652e48d658c6556530f4c93e55a4dc9d7b"` Oct 21 12:13:13.132 INFO blam! 93af9ad63213bc3049ded6177c8510652e48d658c6556530f4c93e55a4dc9d7b