Oct 11 22:58:42.495 INFO testing game-2048-0.5.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 22:58:42.495 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 11 22:58:43.126 INFO blam! 7299bbc8a997a03ac1594aa76b6c180f16cf1fd814e63e60edd2e142ffd5e152 Oct 11 22:58:43.127 INFO running `"docker" "start" "-a" "7299bbc8a997a03ac1594aa76b6c180f16cf1fd814e63e60edd2e142ffd5e152"` Oct 11 22:58:44.708 INFO kablam! usermod: no changes Oct 11 22:58:44.876 INFO kablam! Compiling matrix_display v0.3.0 Oct 11 22:58:46.444 INFO kablam! Compiling game-2048 v0.5.1 (/source) Oct 11 22:58:48.678 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 11 22:58:48.679 INFO kablam! --> src/board.rs:3:24 Oct 11 22:58:48.679 INFO kablam! | Oct 11 22:58:48.679 INFO kablam! 3 | use rand::{thread_rng, sample}; Oct 11 22:58:48.680 INFO kablam! | ^^^^^^ Oct 11 22:58:48.680 INFO kablam! | Oct 11 22:58:48.680 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 22:58:48.680 INFO kablam! Oct 11 22:58:48.681 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 11 22:58:48.681 INFO kablam! --> src/board.rs:57:22 Oct 11 22:58:48.681 INFO kablam! | Oct 11 22:58:48.681 INFO kablam! 57 | let mut fw = sample(&mut rng, 1..256, 17); Oct 11 22:58:48.682 INFO kablam! | ^^^^^^ Oct 11 22:58:48.682 INFO kablam! Oct 11 22:58:48.836 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 22:58:48.836 INFO kablam! --> src/board.rs:22:22 Oct 11 22:58:48.836 INFO kablam! | Oct 11 22:58:48.836 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 11 22:58:48.836 INFO kablam! | ^^^^^ Oct 11 22:58:48.836 INFO kablam! | Oct 11 22:58:48.836 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 11 22:58:48.836 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 11 22:58:48.836 INFO kablam! = note: for more information, see issue #41620 Oct 11 22:58:48.841 INFO kablam! Oct 11 22:58:48.848 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 22:58:48.848 INFO kablam! --> src/board.rs:22:22 Oct 11 22:58:48.848 INFO kablam! | Oct 11 22:58:48.848 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 11 22:58:48.848 INFO kablam! | ^^^^^ Oct 11 22:58:48.848 INFO kablam! | Oct 11 22:58:48.848 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 11 22:58:48.848 INFO kablam! = note: for more information, see issue #41620 Oct 11 22:58:48.848 INFO kablam! Oct 11 22:58:48.864 INFO kablam! warning: variable does not need to be mutable Oct 11 22:58:48.864 INFO kablam! --> src/game.rs:70:19 Oct 11 22:58:48.864 INFO kablam! | Oct 11 22:58:48.864 INFO kablam! 70 | .map(|mut row| { Oct 11 22:58:48.864 INFO kablam! | ----^^^ Oct 11 22:58:48.864 INFO kablam! | | Oct 11 22:58:48.864 INFO kablam! | help: remove this `mut` Oct 11 22:58:48.864 INFO kablam! | Oct 11 22:58:48.864 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 22:58:48.864 INFO kablam! Oct 11 22:58:48.864 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 22:58:48.864 INFO kablam! --> src/game.rs:68:9 Oct 11 22:58:48.864 INFO kablam! | Oct 11 22:58:48.864 INFO kablam! 68 | / self.data Oct 11 22:58:48.864 INFO kablam! 69 | | .chunks_mut(4) Oct 11 22:58:48.864 INFO kablam! 70 | | .map(|mut row| { Oct 11 22:58:48.864 INFO kablam! 71 | | let (new_row, new_score) = match dir { Oct 11 22:58:48.864 INFO kablam! ... | Oct 11 22:58:48.864 INFO kablam! 86 | | }) Oct 11 22:58:48.864 INFO kablam! 87 | | .collect::>(); Oct 11 22:58:48.864 INFO kablam! | |_________________________________^ Oct 11 22:58:48.864 INFO kablam! | Oct 11 22:58:48.864 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 22:58:48.864 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 22:58:48.864 INFO kablam! Oct 11 22:58:50.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.23s Oct 11 22:58:50.972 INFO kablam! su: No module specific data is present Oct 11 22:58:51.770 INFO running `"docker" "rm" "-f" "7299bbc8a997a03ac1594aa76b6c180f16cf1fd814e63e60edd2e142ffd5e152"` Oct 11 22:58:52.150 INFO blam! 7299bbc8a997a03ac1594aa76b6c180f16cf1fd814e63e60edd2e142ffd5e152 Oct 11 22:58:52.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 11 22:58:52.604 INFO blam! 09d6b2dfeb62d7cf528242d62687ed3b413b7c4e415e2ea1072649a906c5f0c3 Oct 11 22:58:52.610 INFO running `"docker" "start" "-a" "09d6b2dfeb62d7cf528242d62687ed3b413b7c4e415e2ea1072649a906c5f0c3"` Oct 11 22:58:53.981 INFO kablam! usermod: no changes Oct 11 22:58:54.108 INFO kablam! Compiling game-2048 v0.5.1 (/source) Oct 11 22:58:56.208 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 11 22:58:56.212 INFO kablam! --> src/board.rs:3:24 Oct 11 22:58:56.214 INFO kablam! | Oct 11 22:58:56.215 INFO kablam! 3 | use rand::{thread_rng, sample}; Oct 11 22:58:56.215 INFO kablam! | ^^^^^^ Oct 11 22:58:56.215 INFO kablam! | Oct 11 22:58:56.215 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 22:58:56.215 INFO kablam! Oct 11 22:58:56.216 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 11 22:58:56.216 INFO kablam! --> src/board.rs:57:22 Oct 11 22:58:56.216 INFO kablam! | Oct 11 22:58:56.217 INFO kablam! 57 | let mut fw = sample(&mut rng, 1..256, 17); Oct 11 22:58:56.217 INFO kablam! | ^^^^^^ Oct 11 22:58:56.217 INFO kablam! Oct 11 22:58:56.396 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 22:58:56.396 INFO kablam! --> src/board.rs:22:22 Oct 11 22:58:56.396 INFO kablam! | Oct 11 22:58:56.397 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 11 22:58:56.397 INFO kablam! | ^^^^^ Oct 11 22:58:56.397 INFO kablam! | Oct 11 22:58:56.398 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 11 22:58:56.398 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 11 22:58:56.398 INFO kablam! = note: for more information, see issue #41620 Oct 11 22:58:56.399 INFO kablam! Oct 11 22:58:56.436 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 22:58:56.437 INFO kablam! --> src/board.rs:22:22 Oct 11 22:58:56.437 INFO kablam! | Oct 11 22:58:56.437 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 11 22:58:56.437 INFO kablam! | ^^^^^ Oct 11 22:58:56.438 INFO kablam! | Oct 11 22:58:56.438 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 11 22:58:56.438 INFO kablam! = note: for more information, see issue #41620 Oct 11 22:58:56.439 INFO kablam! Oct 11 22:58:56.454 INFO kablam! warning: variable does not need to be mutable Oct 11 22:58:56.454 INFO kablam! --> src/game.rs:70:19 Oct 11 22:58:56.454 INFO kablam! | Oct 11 22:58:56.454 INFO kablam! 70 | .map(|mut row| { Oct 11 22:58:56.454 INFO kablam! | ----^^^ Oct 11 22:58:56.454 INFO kablam! | | Oct 11 22:58:56.454 INFO kablam! | help: remove this `mut` Oct 11 22:58:56.454 INFO kablam! | Oct 11 22:58:56.454 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 22:58:56.454 INFO kablam! Oct 11 22:58:56.466 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 22:58:56.466 INFO kablam! --> src/game.rs:68:9 Oct 11 22:58:56.466 INFO kablam! | Oct 11 22:58:56.466 INFO kablam! 68 | / self.data Oct 11 22:58:56.466 INFO kablam! 69 | | .chunks_mut(4) Oct 11 22:58:56.466 INFO kablam! 70 | | .map(|mut row| { Oct 11 22:58:56.466 INFO kablam! 71 | | let (new_row, new_score) = match dir { Oct 11 22:58:56.466 INFO kablam! ... | Oct 11 22:58:56.466 INFO kablam! 86 | | }) Oct 11 22:58:56.466 INFO kablam! 87 | | .collect::>(); Oct 11 22:58:56.466 INFO kablam! | |_________________________________^ Oct 11 22:58:56.466 INFO kablam! | Oct 11 22:58:56.466 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 22:58:56.466 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 22:58:56.466 INFO kablam! Oct 11 22:58:57.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.51s Oct 11 22:58:57.524 INFO kablam! su: No module specific data is present Oct 11 22:58:58.061 INFO running `"docker" "rm" "-f" "09d6b2dfeb62d7cf528242d62687ed3b413b7c4e415e2ea1072649a906c5f0c3"` Oct 11 22:58:58.354 INFO blam! 09d6b2dfeb62d7cf528242d62687ed3b413b7c4e415e2ea1072649a906c5f0c3 Oct 11 22:58:58.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 11 22:58:58.802 INFO blam! 921fd58b89ec7f857a3f968ee34574215d0a9979ade4df76cff654d51d77a1e3 Oct 11 22:58:58.804 INFO running `"docker" "start" "-a" "921fd58b89ec7f857a3f968ee34574215d0a9979ade4df76cff654d51d77a1e3"` Oct 11 22:59:00.508 INFO kablam! usermod: no changes Oct 11 22:59:00.645 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 11 22:59:00.656 INFO kablam! Running /target/debug/deps/game_2048-4c61283e82a1770b Oct 11 22:59:00.656 INFO blam! Oct 11 22:59:00.656 INFO blam! running 14 tests Oct 11 22:59:00.656 INFO blam! test algorithm::slide_test::test_slide_left_with_three_same_elements ... ok Oct 11 22:59:00.656 INFO blam! test algorithm::slide_test::test_slide_left_with_three_different_elements ... ok Oct 11 22:59:00.656 INFO blam! test algorithm::slide_test::test_slide_left_with_one_element ... ok Oct 11 22:59:00.656 INFO blam! test algorithm::slide_test::test_slide_left_with_four_same_elements ... ok Oct 11 22:59:00.657 INFO blam! test algorithm::slide_test::test_slide_right_with_three_different_elements ... ok Oct 11 22:59:00.657 INFO blam! test algorithm::slide_test::test_slide_right_with_three_same_elements ... ok Oct 11 22:59:00.657 INFO blam! test algorithm::slide_test::test_slide_right_with_one_element ... ok Oct 11 22:59:00.657 INFO blam! test algorithm::slide_test::test_slide_right_with_four_same_elements ... ok Oct 11 22:59:00.657 INFO blam! test algorithm::slide_test::test_slide_right_with_four_different_elements ... ok Oct 11 22:59:00.657 INFO blam! test algorithm::slide_test::test_slide_right_with_two_different_elements ... ok Oct 11 22:59:00.657 INFO blam! test algorithm::slide_test::test_slide_left_with_two_different_elements ... ok Oct 11 22:59:00.657 INFO blam! test algorithm::slide_test::test_slide_right_with_two_same_elements ... ok Oct 11 22:59:00.660 INFO blam! test algorithm::slide_test::test_slide_left_with_two_same_elements ... ok Oct 11 22:59:00.660 INFO blam! test algorithm::slide_test::test_slide_left_with_four_different_elements ... ok Oct 11 22:59:00.660 INFO blam! Oct 11 22:59:00.660 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:59:00.660 INFO blam! Oct 11 22:59:00.668 INFO kablam! su: No module specific data is present Oct 11 22:59:01.608 INFO running `"docker" "rm" "-f" "921fd58b89ec7f857a3f968ee34574215d0a9979ade4df76cff654d51d77a1e3"` Oct 11 22:59:01.836 INFO blam! 921fd58b89ec7f857a3f968ee34574215d0a9979ade4df76cff654d51d77a1e3