Oct 16 10:40:43.832 INFO testing game-2048-0.5.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 10:40:43.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 10:40:44.303 INFO blam! 763fa4edf2f46ef33a791e5d39ccf0e21030c90bbdd68105006a901415ac085d Oct 16 10:40:44.319 INFO running `"docker" "start" "-a" "763fa4edf2f46ef33a791e5d39ccf0e21030c90bbdd68105006a901415ac085d"` Oct 16 10:40:45.810 INFO kablam! usermod: no changes Oct 16 10:40:45.939 INFO kablam! Compiling matrix_display v0.3.0 Oct 16 10:40:47.163 INFO kablam! Compiling game-2048 v0.5.1 (/source) Oct 16 10:40:48.657 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 16 10:40:48.657 INFO kablam! --> src/board.rs:3:24 Oct 16 10:40:48.657 INFO kablam! | Oct 16 10:40:48.657 INFO kablam! 3 | use rand::{thread_rng, sample}; Oct 16 10:40:48.657 INFO kablam! | ^^^^^^ Oct 16 10:40:48.659 INFO kablam! | Oct 16 10:40:48.659 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 10:40:48.659 INFO kablam! Oct 16 10:40:48.659 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 16 10:40:48.659 INFO kablam! --> src/board.rs:57:22 Oct 16 10:40:48.659 INFO kablam! | Oct 16 10:40:48.659 INFO kablam! 57 | let mut fw = sample(&mut rng, 1..256, 17); Oct 16 10:40:48.659 INFO kablam! | ^^^^^^ Oct 16 10:40:48.659 INFO kablam! Oct 16 10:40:48.813 INFO kablam! warning: floating-point types cannot be used in patterns Oct 16 10:40:48.813 INFO kablam! --> src/board.rs:22:22 Oct 16 10:40:48.813 INFO kablam! | Oct 16 10:40:48.813 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 16 10:40:48.813 INFO kablam! | ^^^^^ Oct 16 10:40:48.813 INFO kablam! | Oct 16 10:40:48.813 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 16 10:40:48.813 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 16 10:40:48.813 INFO kablam! = note: for more information, see issue #41620 Oct 16 10:40:48.813 INFO kablam! Oct 16 10:40:48.824 INFO kablam! warning: floating-point types cannot be used in patterns Oct 16 10:40:48.824 INFO kablam! --> src/board.rs:22:22 Oct 16 10:40:48.824 INFO kablam! | Oct 16 10:40:48.824 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 16 10:40:48.824 INFO kablam! | ^^^^^ Oct 16 10:40:48.824 INFO kablam! | Oct 16 10:40:48.824 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 16 10:40:48.824 INFO kablam! = note: for more information, see issue #41620 Oct 16 10:40:48.824 INFO kablam! Oct 16 10:40:48.840 INFO kablam! warning: variable does not need to be mutable Oct 16 10:40:48.840 INFO kablam! --> src/game.rs:70:19 Oct 16 10:40:48.840 INFO kablam! | Oct 16 10:40:48.840 INFO kablam! 70 | .map(|mut row| { Oct 16 10:40:48.840 INFO kablam! | ----^^^ Oct 16 10:40:48.840 INFO kablam! | | Oct 16 10:40:48.840 INFO kablam! | help: remove this `mut` Oct 16 10:40:48.840 INFO kablam! | Oct 16 10:40:48.840 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 10:40:48.840 INFO kablam! Oct 16 10:40:48.846 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 16 10:40:48.846 INFO kablam! --> src/game.rs:68:9 Oct 16 10:40:48.846 INFO kablam! | Oct 16 10:40:48.846 INFO kablam! 68 | / self.data Oct 16 10:40:48.846 INFO kablam! 69 | | .chunks_mut(4) Oct 16 10:40:48.846 INFO kablam! 70 | | .map(|mut row| { Oct 16 10:40:48.846 INFO kablam! 71 | | let (new_row, new_score) = match dir { Oct 16 10:40:48.846 INFO kablam! ... | Oct 16 10:40:48.846 INFO kablam! 86 | | }) Oct 16 10:40:48.846 INFO kablam! 87 | | .collect::>(); Oct 16 10:40:48.846 INFO kablam! | |_________________________________^ Oct 16 10:40:48.846 INFO kablam! | Oct 16 10:40:48.846 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 10:40:48.846 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 16 10:40:48.846 INFO kablam! Oct 16 10:40:51.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.25s Oct 16 10:40:51.083 INFO kablam! su: No module specific data is present Oct 16 10:40:52.219 INFO running `"docker" "rm" "-f" "763fa4edf2f46ef33a791e5d39ccf0e21030c90bbdd68105006a901415ac085d"` Oct 16 10:40:52.476 INFO blam! 763fa4edf2f46ef33a791e5d39ccf0e21030c90bbdd68105006a901415ac085d Oct 16 10:40:52.483 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 10:40:52.886 INFO blam! 5563a7b44862babf29206fe2da964929798d1147d9ae48598e0a5eaab449f8e6 Oct 16 10:40:52.889 INFO running `"docker" "start" "-a" "5563a7b44862babf29206fe2da964929798d1147d9ae48598e0a5eaab449f8e6"` Oct 16 10:40:54.082 INFO kablam! usermod: no changes Oct 16 10:40:54.151 INFO kablam! Compiling game-2048 v0.5.1 (/source) Oct 16 10:40:55.787 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 16 10:40:55.787 INFO kablam! --> src/board.rs:3:24 Oct 16 10:40:55.787 INFO kablam! | Oct 16 10:40:55.787 INFO kablam! 3 | use rand::{thread_rng, sample}; Oct 16 10:40:55.787 INFO kablam! | ^^^^^^ Oct 16 10:40:55.787 INFO kablam! | Oct 16 10:40:55.787 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 10:40:55.787 INFO kablam! Oct 16 10:40:55.787 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 16 10:40:55.787 INFO kablam! --> src/board.rs:57:22 Oct 16 10:40:55.787 INFO kablam! | Oct 16 10:40:55.787 INFO kablam! 57 | let mut fw = sample(&mut rng, 1..256, 17); Oct 16 10:40:55.787 INFO kablam! | ^^^^^^ Oct 16 10:40:55.787 INFO kablam! Oct 16 10:40:55.987 INFO kablam! warning: floating-point types cannot be used in patterns Oct 16 10:40:55.987 INFO kablam! --> src/board.rs:22:22 Oct 16 10:40:55.987 INFO kablam! | Oct 16 10:40:55.987 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 16 10:40:55.987 INFO kablam! | ^^^^^ Oct 16 10:40:55.987 INFO kablam! | Oct 16 10:40:55.987 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 16 10:40:55.987 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 16 10:40:55.987 INFO kablam! = note: for more information, see issue #41620 Oct 16 10:40:55.987 INFO kablam! Oct 16 10:40:56.023 INFO kablam! warning: floating-point types cannot be used in patterns Oct 16 10:40:56.023 INFO kablam! --> src/board.rs:22:22 Oct 16 10:40:56.023 INFO kablam! | Oct 16 10:40:56.023 INFO kablam! 22 | 1_f64 => (".".to_string(), col), Oct 16 10:40:56.023 INFO kablam! | ^^^^^ Oct 16 10:40:56.023 INFO kablam! | Oct 16 10:40:56.023 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 16 10:40:56.023 INFO kablam! = note: for more information, see issue #41620 Oct 16 10:40:56.023 INFO kablam! Oct 16 10:40:56.043 INFO kablam! warning: variable does not need to be mutable Oct 16 10:40:56.044 INFO kablam! --> src/game.rs:70:19 Oct 16 10:40:56.044 INFO kablam! | Oct 16 10:40:56.044 INFO kablam! 70 | .map(|mut row| { Oct 16 10:40:56.044 INFO kablam! | ----^^^ Oct 16 10:40:56.045 INFO kablam! | | Oct 16 10:40:56.045 INFO kablam! | help: remove this `mut` Oct 16 10:40:56.045 INFO kablam! | Oct 16 10:40:56.045 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 10:40:56.046 INFO kablam! Oct 16 10:40:56.046 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 16 10:40:56.046 INFO kablam! --> src/game.rs:68:9 Oct 16 10:40:56.047 INFO kablam! | Oct 16 10:40:56.047 INFO kablam! 68 | / self.data Oct 16 10:40:56.047 INFO kablam! 69 | | .chunks_mut(4) Oct 16 10:40:56.047 INFO kablam! 70 | | .map(|mut row| { Oct 16 10:40:56.048 INFO kablam! 71 | | let (new_row, new_score) = match dir { Oct 16 10:40:56.048 INFO kablam! ... | Oct 16 10:40:56.048 INFO kablam! 86 | | }) Oct 16 10:40:56.049 INFO kablam! 87 | | .collect::>(); Oct 16 10:40:56.049 INFO kablam! | |_________________________________^ Oct 16 10:40:56.049 INFO kablam! | Oct 16 10:40:56.049 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 10:40:56.050 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 16 10:40:56.050 INFO kablam! Oct 16 10:40:56.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.86s Oct 16 10:40:56.979 INFO kablam! su: No module specific data is present Oct 16 10:40:57.847 INFO running `"docker" "rm" "-f" "5563a7b44862babf29206fe2da964929798d1147d9ae48598e0a5eaab449f8e6"` Oct 16 10:40:58.091 INFO blam! 5563a7b44862babf29206fe2da964929798d1147d9ae48598e0a5eaab449f8e6 Oct 16 10:40:58.103 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 10:40:58.503 INFO blam! 5f6ddbc2e6555ff51361912eb85b3246fcafd6daae188d983e7ee5ce4acad216 Oct 16 10:40:58.511 INFO running `"docker" "start" "-a" "5f6ddbc2e6555ff51361912eb85b3246fcafd6daae188d983e7ee5ce4acad216"` Oct 16 10:40:59.865 INFO kablam! usermod: no changes Oct 16 10:40:59.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 16 10:40:59.956 INFO kablam! Running /target/debug/deps/game_2048-4c61283e82a1770b Oct 16 10:40:59.956 INFO blam! Oct 16 10:40:59.956 INFO blam! running 14 tests Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_left_with_four_same_elements ... ok Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_left_with_four_different_elements ... ok Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_right_with_one_element ... ok Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_left_with_two_same_elements ... ok Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_right_with_four_same_elements ... ok Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_left_with_two_different_elements ... ok Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_left_with_one_element ... ok Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_left_with_three_same_elements ... ok Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_right_with_three_different_elements ... ok Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_right_with_three_same_elements ... ok Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_right_with_two_different_elements ... ok Oct 16 10:40:59.956 INFO blam! test algorithm::slide_test::test_slide_right_with_two_same_elements ... ok Oct 16 10:40:59.957 INFO blam! test algorithm::slide_test::test_slide_right_with_four_different_elements ... ok Oct 16 10:40:59.957 INFO blam! test algorithm::slide_test::test_slide_left_with_three_different_elements ... ok Oct 16 10:40:59.957 INFO blam! Oct 16 10:40:59.957 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 10:40:59.957 INFO blam! Oct 16 10:40:59.958 INFO kablam! su: No module specific data is present Oct 16 10:41:00.955 INFO running `"docker" "rm" "-f" "5f6ddbc2e6555ff51361912eb85b3246fcafd6daae188d983e7ee5ce4acad216"` Oct 16 10:41:01.289 INFO blam! 5f6ddbc2e6555ff51361912eb85b3246fcafd6daae188d983e7ee5ce4acad216