Oct 22 03:05:13.091 INFO checking game-2048-0.5.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:05:13.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 22 03:05:13.536 INFO blam! 103dde80b35649e24a5456aef9c7536d1d6ad9f601bd2b1848c704fbb0ad1944 Oct 22 03:05:13.543 INFO running `"docker" "start" "-a" "103dde80b35649e24a5456aef9c7536d1d6ad9f601bd2b1848c704fbb0ad1944"` Oct 22 03:05:14.948 INFO kablam! usermod: no changes Oct 22 03:05:15.132 INFO kablam! Checking matrix_display v0.3.0 Oct 22 03:05:16.108 INFO kablam! Checking game-2048 v0.5.1 (/source) Oct 22 03:05:17.736 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 03:05:17.736 INFO kablam! --> src/board.rs:3:24 Oct 22 03:05:17.736 INFO kablam! | Oct 22 03:05:17.736 INFO kablam! 3 | use rand::{thread_rng, sample}; Oct 22 03:05:17.736 INFO kablam! | ^^^^^^ Oct 22 03:05:17.736 INFO kablam! | Oct 22 03:05:17.736 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:05:17.736 INFO kablam! Oct 22 03:05:17.736 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 03:05:17.736 INFO kablam! --> src/board.rs:57:22 Oct 22 03:05:17.736 INFO kablam! | Oct 22 03:05:17.736 INFO kablam! 57 | let mut fw = sample(&mut rng, 1..256, 17); Oct 22 03:05:17.736 INFO kablam! | ^^^^^^ Oct 22 03:05:17.736 INFO kablam! Oct 22 03:05:17.916 INFO kablam! warning: floating-point types cannot be used in patterns Oct 22 03:05:17.916 INFO kablam! --> src/board.rs:22:22 Oct 22 03:05:17.916 INFO kablam! | Oct 22 03:05:17.916 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 22 03:05:17.916 INFO kablam! | ^^^^^ Oct 22 03:05:17.916 INFO kablam! | Oct 22 03:05:17.916 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 22 03:05:17.916 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 03:05:17.916 INFO kablam! = note: for more information, see issue #41620 Oct 22 03:05:17.916 INFO kablam! Oct 22 03:05:17.932 INFO kablam! warning: floating-point types cannot be used in patterns Oct 22 03:05:17.932 INFO kablam! --> src/board.rs:22:22 Oct 22 03:05:17.932 INFO kablam! | Oct 22 03:05:17.932 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 22 03:05:17.932 INFO kablam! | ^^^^^ Oct 22 03:05:17.932 INFO kablam! | Oct 22 03:05:17.932 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 03:05:17.932 INFO kablam! = note: for more information, see issue #41620 Oct 22 03:05:17.932 INFO kablam! Oct 22 03:05:17.952 INFO kablam! warning: variable does not need to be mutable Oct 22 03:05:17.952 INFO kablam! --> src/game.rs:70:19 Oct 22 03:05:17.952 INFO kablam! | Oct 22 03:05:17.952 INFO kablam! 70 | .map(|mut row| { Oct 22 03:05:17.952 INFO kablam! | ----^^^ Oct 22 03:05:17.952 INFO kablam! | | Oct 22 03:05:17.952 INFO kablam! | help: remove this `mut` Oct 22 03:05:17.952 INFO kablam! | Oct 22 03:05:17.952 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:05:17.952 INFO kablam! Oct 22 03:05:17.960 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 22 03:05:17.960 INFO kablam! --> src/game.rs:68:9 Oct 22 03:05:17.960 INFO kablam! | Oct 22 03:05:17.960 INFO kablam! 68 | / self.data Oct 22 03:05:17.960 INFO kablam! 69 | | .chunks_mut(4) Oct 22 03:05:17.960 INFO kablam! 70 | | .map(|mut row| { Oct 22 03:05:17.960 INFO kablam! 71 | | let (new_row, new_score) = match dir { Oct 22 03:05:17.960 INFO kablam! ... | Oct 22 03:05:17.960 INFO kablam! 86 | | }) Oct 22 03:05:17.960 INFO kablam! 87 | | .collect::>(); Oct 22 03:05:17.960 INFO kablam! | |_________________________________^ Oct 22 03:05:17.960 INFO kablam! | Oct 22 03:05:17.960 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:05:17.960 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 22 03:05:17.960 INFO kablam! Oct 22 03:05:18.428 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 03:05:18.428 INFO kablam! --> src/board.rs:3:24 Oct 22 03:05:18.428 INFO kablam! | Oct 22 03:05:18.429 INFO kablam! 3 | use rand::{thread_rng, sample}; Oct 22 03:05:18.429 INFO kablam! | ^^^^^^ Oct 22 03:05:18.429 INFO kablam! | Oct 22 03:05:18.429 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:05:18.429 INFO kablam! Oct 22 03:05:18.429 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 03:05:18.429 INFO kablam! --> src/board.rs:57:22 Oct 22 03:05:18.429 INFO kablam! | Oct 22 03:05:18.429 INFO kablam! 57 | let mut fw = sample(&mut rng, 1..256, 17); Oct 22 03:05:18.429 INFO kablam! | ^^^^^^ Oct 22 03:05:18.429 INFO kablam! Oct 22 03:05:18.652 INFO kablam! warning: floating-point types cannot be used in patterns Oct 22 03:05:18.652 INFO kablam! --> src/board.rs:22:22 Oct 22 03:05:18.653 INFO kablam! | Oct 22 03:05:18.654 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 22 03:05:18.654 INFO kablam! | ^^^^^ Oct 22 03:05:18.654 INFO kablam! | Oct 22 03:05:18.654 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 22 03:05:18.654 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 03:05:18.654 INFO kablam! = note: for more information, see issue #41620 Oct 22 03:05:18.654 INFO kablam! Oct 22 03:05:18.696 INFO kablam! warning: floating-point types cannot be used in patterns Oct 22 03:05:18.696 INFO kablam! --> src/board.rs:22:22 Oct 22 03:05:18.696 INFO kablam! | Oct 22 03:05:18.696 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 22 03:05:18.696 INFO kablam! | ^^^^^ Oct 22 03:05:18.696 INFO kablam! | Oct 22 03:05:18.696 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 22 03:05:18.696 INFO kablam! = note: for more information, see issue #41620 Oct 22 03:05:18.696 INFO kablam! Oct 22 03:05:18.724 INFO kablam! warning: variable does not need to be mutable Oct 22 03:05:18.724 INFO kablam! --> src/game.rs:70:19 Oct 22 03:05:18.724 INFO kablam! | Oct 22 03:05:18.724 INFO kablam! 70 | .map(|mut row| { Oct 22 03:05:18.724 INFO kablam! | ----^^^ Oct 22 03:05:18.724 INFO kablam! | | Oct 22 03:05:18.724 INFO kablam! | help: remove this `mut` Oct 22 03:05:18.724 INFO kablam! | Oct 22 03:05:18.724 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:05:18.724 INFO kablam! Oct 22 03:05:18.736 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 22 03:05:18.736 INFO kablam! --> src/game.rs:68:9 Oct 22 03:05:18.736 INFO kablam! | Oct 22 03:05:18.736 INFO kablam! 68 | / self.data Oct 22 03:05:18.736 INFO kablam! 69 | | .chunks_mut(4) Oct 22 03:05:18.736 INFO kablam! 70 | | .map(|mut row| { Oct 22 03:05:18.736 INFO kablam! 71 | | let (new_row, new_score) = match dir { Oct 22 03:05:18.736 INFO kablam! ... | Oct 22 03:05:18.736 INFO kablam! 86 | | }) Oct 22 03:05:18.736 INFO kablam! 87 | | .collect::>(); Oct 22 03:05:18.736 INFO kablam! | |_________________________________^ Oct 22 03:05:18.736 INFO kablam! | Oct 22 03:05:18.736 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:05:18.736 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 22 03:05:18.736 INFO kablam! Oct 22 03:05:18.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.78s Oct 22 03:05:18.780 INFO kablam! su: No module specific data is present Oct 22 03:05:20.127 INFO running `"docker" "rm" "-f" "103dde80b35649e24a5456aef9c7536d1d6ad9f601bd2b1848c704fbb0ad1944"` Oct 22 03:05:20.504 INFO blam! 103dde80b35649e24a5456aef9c7536d1d6ad9f601bd2b1848c704fbb0ad1944