Sep 01 20:11:27.075 INFO checking game-2048-0.5.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 20:11:27.075 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 20:11:27.076 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 20:11:27.232 INFO blam! 10f856317bd54f53861d83f33417e26e0c262bacee1d190cf2096f42e863542b Sep 01 20:11:27.234 INFO running `"docker" "start" "-a" "10f856317bd54f53861d83f33417e26e0c262bacee1d190cf2096f42e863542b"` Sep 01 20:11:27.901 INFO kablam! Checking matrix_display v0.3.0 Sep 01 20:11:28.636 INFO kablam! Checking game-2048 v0.5.1 (file:///source) Sep 01 20:11:29.814 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 01 20:11:29.814 INFO kablam! --> src/board.rs:3:24 Sep 01 20:11:29.814 INFO kablam! | Sep 01 20:11:29.814 INFO kablam! 3 | use rand::{thread_rng, sample}; Sep 01 20:11:29.814 INFO kablam! | ^^^^^^ Sep 01 20:11:29.814 INFO kablam! | Sep 01 20:11:29.814 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 20:11:29.814 INFO kablam! Sep 01 20:11:29.815 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 01 20:11:29.815 INFO kablam! --> src/board.rs:57:22 Sep 01 20:11:29.815 INFO kablam! | Sep 01 20:11:29.815 INFO kablam! 57 | let mut fw = sample(&mut rng, 1..256, 17); Sep 01 20:11:29.815 INFO kablam! | ^^^^^^ Sep 01 20:11:29.815 INFO kablam! Sep 01 20:11:30.053 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 01 20:11:30.053 INFO kablam! --> src/board.rs:3:24 Sep 01 20:11:30.053 INFO kablam! | Sep 01 20:11:30.053 INFO kablam! 3 | use rand::{thread_rng, sample}; Sep 01 20:11:30.054 INFO kablam! | ^^^^^^ Sep 01 20:11:30.054 INFO kablam! | Sep 01 20:11:30.054 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 20:11:30.054 INFO kablam! Sep 01 20:11:30.054 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 01 20:11:30.054 INFO kablam! --> src/board.rs:57:22 Sep 01 20:11:30.054 INFO kablam! | Sep 01 20:11:30.054 INFO kablam! 57 | let mut fw = sample(&mut rng, 1..256, 17); Sep 01 20:11:30.054 INFO kablam! | ^^^^^^ Sep 01 20:11:30.054 INFO kablam! Sep 01 20:11:30.074 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 20:11:30.074 INFO kablam! --> src/board.rs:22:22 Sep 01 20:11:30.074 INFO kablam! | Sep 01 20:11:30.074 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Sep 01 20:11:30.074 INFO kablam! | ^^^^^ Sep 01 20:11:30.074 INFO kablam! | Sep 01 20:11:30.074 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 01 20:11:30.074 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 01 20:11:30.074 INFO kablam! = note: for more information, see issue #41620 Sep 01 20:11:30.074 INFO kablam! Sep 01 20:11:30.097 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 20:11:30.097 INFO kablam! --> src/board.rs:22:22 Sep 01 20:11:30.097 INFO kablam! | Sep 01 20:11:30.097 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Sep 01 20:11:30.097 INFO kablam! | ^^^^^ Sep 01 20:11:30.098 INFO kablam! | Sep 01 20:11:30.098 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 01 20:11:30.098 INFO kablam! = note: for more information, see issue #41620 Sep 01 20:11:30.098 INFO kablam! Sep 01 20:11:30.132 INFO kablam! warning: variable does not need to be mutable Sep 01 20:11:30.132 INFO kablam! --> src/game.rs:70:19 Sep 01 20:11:30.132 INFO kablam! | Sep 01 20:11:30.132 INFO kablam! 70 | .map(|mut row| { Sep 01 20:11:30.132 INFO kablam! | ----^^^ Sep 01 20:11:30.132 INFO kablam! | | Sep 01 20:11:30.132 INFO kablam! | help: remove this `mut` Sep 01 20:11:30.132 INFO kablam! | Sep 01 20:11:30.132 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 20:11:30.132 INFO kablam! Sep 01 20:11:30.144 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 01 20:11:30.144 INFO kablam! --> src/game.rs:68:9 Sep 01 20:11:30.144 INFO kablam! | Sep 01 20:11:30.144 INFO kablam! 68 | / self.data Sep 01 20:11:30.144 INFO kablam! 69 | | .chunks_mut(4) Sep 01 20:11:30.144 INFO kablam! 70 | | .map(|mut row| { Sep 01 20:11:30.144 INFO kablam! 71 | | let (new_row, new_score) = match dir { Sep 01 20:11:30.144 INFO kablam! ... | Sep 01 20:11:30.144 INFO kablam! 86 | | }) Sep 01 20:11:30.144 INFO kablam! 87 | | .collect::>(); Sep 01 20:11:30.144 INFO kablam! | |_________________________________^ Sep 01 20:11:30.144 INFO kablam! | Sep 01 20:11:30.144 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 20:11:30.144 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 01 20:11:30.144 INFO kablam! Sep 01 20:11:30.507 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 20:11:30.507 INFO kablam! --> src/board.rs:22:22 Sep 01 20:11:30.507 INFO kablam! | Sep 01 20:11:30.507 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Sep 01 20:11:30.507 INFO kablam! | ^^^^^ Sep 01 20:11:30.507 INFO kablam! | Sep 01 20:11:30.507 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 01 20:11:30.507 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 01 20:11:30.507 INFO kablam! = note: for more information, see issue #41620 Sep 01 20:11:30.507 INFO kablam! Sep 01 20:11:30.550 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 20:11:30.550 INFO kablam! --> src/board.rs:22:22 Sep 01 20:11:30.550 INFO kablam! | Sep 01 20:11:30.550 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Sep 01 20:11:30.550 INFO kablam! | ^^^^^ Sep 01 20:11:30.550 INFO kablam! | Sep 01 20:11:30.550 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 01 20:11:30.550 INFO kablam! = note: for more information, see issue #41620 Sep 01 20:11:30.550 INFO kablam! Sep 01 20:11:30.573 INFO kablam! warning: variable does not need to be mutable Sep 01 20:11:30.573 INFO kablam! --> src/game.rs:70:19 Sep 01 20:11:30.573 INFO kablam! | Sep 01 20:11:30.573 INFO kablam! 70 | .map(|mut row| { Sep 01 20:11:30.573 INFO kablam! | ----^^^ Sep 01 20:11:30.573 INFO kablam! | | Sep 01 20:11:30.573 INFO kablam! | help: remove this `mut` Sep 01 20:11:30.573 INFO kablam! | Sep 01 20:11:30.573 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 20:11:30.573 INFO kablam! Sep 01 20:11:30.583 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 01 20:11:30.583 INFO kablam! --> src/game.rs:68:9 Sep 01 20:11:30.583 INFO kablam! | Sep 01 20:11:30.584 INFO kablam! 68 | / self.data Sep 01 20:11:30.584 INFO kablam! 69 | | .chunks_mut(4) Sep 01 20:11:30.584 INFO kablam! 70 | | .map(|mut row| { Sep 01 20:11:30.584 INFO kablam! 71 | | let (new_row, new_score) = match dir { Sep 01 20:11:30.584 INFO kablam! ... | Sep 01 20:11:30.584 INFO kablam! 86 | | }) Sep 01 20:11:30.584 INFO kablam! 87 | | .collect::>(); Sep 01 20:11:30.584 INFO kablam! | |_________________________________^ Sep 01 20:11:30.584 INFO kablam! | Sep 01 20:11:30.584 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 20:11:30.584 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 01 20:11:30.584 INFO kablam! Sep 01 20:11:30.616 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Sep 01 20:11:30.622 INFO kablam! su: No module specific data is present Sep 01 20:11:31.245 INFO running `"docker" "rm" "-f" "10f856317bd54f53861d83f33417e26e0c262bacee1d190cf2096f42e863542b"` Sep 01 20:11:31.402 INFO blam! 10f856317bd54f53861d83f33417e26e0c262bacee1d190cf2096f42e863542b