Sep 18 00:23:44.672 INFO checking game-2048-0.5.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:23:44.672 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:23:44.672 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:23:44.788 INFO blam! f9640e76b922ea83daebd805fd96c666dd3abf742b8cd69a58be85a62ae6ad4c Sep 18 00:23:44.790 INFO running `"docker" "start" "-a" "f9640e76b922ea83daebd805fd96c666dd3abf742b8cd69a58be85a62ae6ad4c"` Sep 18 00:23:45.918 INFO kablam! usermod: no changes Sep 18 00:23:45.966 INFO kablam! Checking matrix_display v0.3.0 Sep 18 00:23:46.446 INFO kablam! Checking game-2048 v0.5.1 (/source) Sep 18 00:23:47.071 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 18 00:23:47.071 INFO kablam! --> src/board.rs:3:24 Sep 18 00:23:47.071 INFO kablam! | Sep 18 00:23:47.071 INFO kablam! 3 | use rand::{thread_rng, sample}; Sep 18 00:23:47.071 INFO kablam! | ^^^^^^ Sep 18 00:23:47.071 INFO kablam! | Sep 18 00:23:47.071 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 00:23:47.071 INFO kablam! Sep 18 00:23:47.071 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 18 00:23:47.071 INFO kablam! --> src/board.rs:57:22 Sep 18 00:23:47.071 INFO kablam! | Sep 18 00:23:47.071 INFO kablam! 57 | let mut fw = sample(&mut rng, 1..256, 17); Sep 18 00:23:47.071 INFO kablam! | ^^^^^^ Sep 18 00:23:47.071 INFO kablam! Sep 18 00:23:47.183 INFO kablam! warning: floating-point types cannot be used in patterns Sep 18 00:23:47.183 INFO kablam! --> src/board.rs:22:22 Sep 18 00:23:47.183 INFO kablam! | Sep 18 00:23:47.183 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Sep 18 00:23:47.183 INFO kablam! | ^^^^^ Sep 18 00:23:47.183 INFO kablam! | Sep 18 00:23:47.183 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 18 00:23:47.187 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! Sep 18 00:23:47.187 INFO kablam! = note: for more information, see issue #41620 Sep 18 00:23:47.187 INFO kablam! Sep 18 00:23:47.199 INFO kablam! warning: floating-point types cannot be used in patterns Sep 18 00:23:47.199 INFO kablam! --> src/board.rs:22:22 Sep 18 00:23:47.199 INFO kablam! | Sep 18 00:23:47.199 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Sep 18 00:23:47.199 INFO kablam! | ^^^^^ Sep 18 00:23:47.199 INFO kablam! | Sep 18 00:23:47.199 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! Sep 18 00:23:47.199 INFO kablam! = note: for more information, see issue #41620 Sep 18 00:23:47.199 INFO kablam! Sep 18 00:23:47.222 INFO kablam! warning: variable does not need to be mutable Sep 18 00:23:47.223 INFO kablam! --> src/game.rs:70:19 Sep 18 00:23:47.223 INFO kablam! | Sep 18 00:23:47.223 INFO kablam! 70 | .map(|mut row| { Sep 18 00:23:47.223 INFO kablam! | ----^^^ Sep 18 00:23:47.223 INFO kablam! | | Sep 18 00:23:47.223 INFO kablam! | help: remove this `mut` Sep 18 00:23:47.223 INFO kablam! | Sep 18 00:23:47.223 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 00:23:47.223 INFO kablam! Sep 18 00:23:47.223 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 18 00:23:47.223 INFO kablam! --> src/game.rs:68:9 Sep 18 00:23:47.223 INFO kablam! | Sep 18 00:23:47.223 INFO kablam! 68 | / self.data Sep 18 00:23:47.223 INFO kablam! 69 | | .chunks_mut(4) Sep 18 00:23:47.223 INFO kablam! 70 | | .map(|mut row| { Sep 18 00:23:47.223 INFO kablam! 71 | | let (new_row, new_score) = match dir { Sep 18 00:23:47.223 INFO kablam! ... | Sep 18 00:23:47.223 INFO kablam! 86 | | }) Sep 18 00:23:47.223 INFO kablam! 87 | | .collect::>(); Sep 18 00:23:47.223 INFO kablam! | |_________________________________^ Sep 18 00:23:47.223 INFO kablam! | Sep 18 00:23:47.223 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 00:23:47.223 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 18 00:23:47.223 INFO kablam! Sep 18 00:23:47.374 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 18 00:23:47.375 INFO kablam! --> src/board.rs:3:24 Sep 18 00:23:47.375 INFO kablam! | Sep 18 00:23:47.375 INFO kablam! 3 | use rand::{thread_rng, sample}; Sep 18 00:23:47.375 INFO kablam! | ^^^^^^ Sep 18 00:23:47.375 INFO kablam! | Sep 18 00:23:47.375 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 00:23:47.375 INFO kablam! Sep 18 00:23:47.375 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 18 00:23:47.375 INFO kablam! --> src/board.rs:57:22 Sep 18 00:23:47.375 INFO kablam! | Sep 18 00:23:47.375 INFO kablam! 57 | let mut fw = sample(&mut rng, 1..256, 17); Sep 18 00:23:47.375 INFO kablam! | ^^^^^^ Sep 18 00:23:47.375 INFO kablam! Sep 18 00:23:47.570 INFO kablam! warning: floating-point types cannot be used in patterns Sep 18 00:23:47.571 INFO kablam! --> src/board.rs:22:22 Sep 18 00:23:47.571 INFO kablam! | Sep 18 00:23:47.571 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Sep 18 00:23:47.571 INFO kablam! | ^^^^^ Sep 18 00:23:47.571 INFO kablam! | Sep 18 00:23:47.571 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 18 00:23:47.571 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! Sep 18 00:23:47.571 INFO kablam! = note: for more information, see issue #41620 Sep 18 00:23:47.571 INFO kablam! Sep 18 00:23:47.602 INFO kablam! warning: floating-point types cannot be used in patterns Sep 18 00:23:47.602 INFO kablam! --> src/board.rs:22:22 Sep 18 00:23:47.602 INFO kablam! | Sep 18 00:23:47.602 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Sep 18 00:23:47.602 INFO kablam! | ^^^^^ Sep 18 00:23:47.602 INFO kablam! | Sep 18 00:23:47.602 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! Sep 18 00:23:47.602 INFO kablam! = note: for more information, see issue #41620 Sep 18 00:23:47.602 INFO kablam! Sep 18 00:23:47.619 INFO kablam! warning: variable does not need to be mutable Sep 18 00:23:47.619 INFO kablam! --> src/game.rs:70:19 Sep 18 00:23:47.619 INFO kablam! | Sep 18 00:23:47.619 INFO kablam! 70 | .map(|mut row| { Sep 18 00:23:47.619 INFO kablam! | ----^^^ Sep 18 00:23:47.619 INFO kablam! | | Sep 18 00:23:47.619 INFO kablam! | help: remove this `mut` Sep 18 00:23:47.619 INFO kablam! | Sep 18 00:23:47.619 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 00:23:47.619 INFO kablam! Sep 18 00:23:47.630 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 18 00:23:47.630 INFO kablam! --> src/game.rs:68:9 Sep 18 00:23:47.631 INFO kablam! | Sep 18 00:23:47.631 INFO kablam! 68 | / self.data Sep 18 00:23:47.631 INFO kablam! 69 | | .chunks_mut(4) Sep 18 00:23:47.631 INFO kablam! 70 | | .map(|mut row| { Sep 18 00:23:47.631 INFO kablam! 71 | | let (new_row, new_score) = match dir { Sep 18 00:23:47.631 INFO kablam! ... | Sep 18 00:23:47.631 INFO kablam! 86 | | }) Sep 18 00:23:47.631 INFO kablam! 87 | | .collect::>(); Sep 18 00:23:47.631 INFO kablam! | |_________________________________^ Sep 18 00:23:47.631 INFO kablam! | Sep 18 00:23:47.631 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 00:23:47.631 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 18 00:23:47.631 INFO kablam! Sep 18 00:23:47.661 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Sep 18 00:23:47.666 INFO kablam! su: No module specific data is present Sep 18 00:23:48.370 INFO running `"docker" "rm" "-f" "f9640e76b922ea83daebd805fd96c666dd3abf742b8cd69a58be85a62ae6ad4c"` Sep 18 00:23:48.594 INFO blam! f9640e76b922ea83daebd805fd96c666dd3abf742b8cd69a58be85a62ae6ad4c