Oct 14 17:08:53.297 INFO testing jbradberry/mcts.rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:08:53.299 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 17:08:53.739 INFO blam! 614f0dc86ac6e3b0824a5a8c897a4803c646ed152a2df9a1f982cf73c2ee2b16 Oct 14 17:08:53.749 INFO running `"docker" "start" "-a" "614f0dc86ac6e3b0824a5a8c897a4803c646ed152a2df9a1f982cf73c2ee2b16"` Oct 14 17:08:55.315 INFO kablam! usermod: no changes Oct 14 17:08:55.427 INFO kablam! Compiling mcts v0.1.0 (/source) Oct 14 17:08:56.327 INFO kablam! warning: unused variable: `history` Oct 14 17:08:56.327 INFO kablam! --> src/main.rs:195:46 Oct 14 17:08:56.328 INFO kablam! | Oct 14 17:08:56.328 INFO kablam! 195 | fn is_legal(&self, action: &ChongAction, history: &[ChongState]) -> bool { Oct 14 17:08:56.328 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 14 17:08:56.329 INFO kablam! | Oct 14 17:08:56.329 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:08:56.329 INFO kablam! Oct 14 17:08:56.330 INFO kablam! warning: unused variable: `history` Oct 14 17:08:56.330 INFO kablam! --> src/main.rs:215:29 Oct 14 17:08:56.330 INFO kablam! | Oct 14 17:08:56.330 INFO kablam! 215 | fn legal_actions(&self, history: &[ChongState]) -> Vec { Oct 14 17:08:56.331 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 14 17:08:56.331 INFO kablam! Oct 14 17:08:56.479 INFO kablam! warning: method is never used: `build_state` Oct 14 17:08:56.480 INFO kablam! --> src/main.rs:127:5 Oct 14 17:08:56.480 INFO kablam! | Oct 14 17:08:56.480 INFO kablam! 127 | / fn build_state(pawn1: (u8, u8), pawn2: (u8, u8), Oct 14 17:08:56.481 INFO kablam! 128 | | stones1: &[(u8, u8)], stones2: &[(u8, u8)], next: u8) -> Self { Oct 14 17:08:56.481 INFO kablam! 129 | | let pawn1 = ChongState::coordinate_mask(pawn1.0, pawn1.1); Oct 14 17:08:56.481 INFO kablam! 130 | | let pawn2 = ChongState::coordinate_mask(pawn2.0, pawn2.1); Oct 14 17:08:56.482 INFO kablam! ... | Oct 14 17:08:56.482 INFO kablam! 150 | | } Oct 14 17:08:56.482 INFO kablam! 151 | | } Oct 14 17:08:56.483 INFO kablam! | |_____^ Oct 14 17:08:56.483 INFO kablam! | Oct 14 17:08:56.483 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:08:56.483 INFO kablam! Oct 14 17:08:58.346 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Oct 14 17:08:58.347 INFO kablam! su: No module specific data is present Oct 14 17:08:59.639 INFO running `"docker" "rm" "-f" "614f0dc86ac6e3b0824a5a8c897a4803c646ed152a2df9a1f982cf73c2ee2b16"` Oct 14 17:08:59.930 INFO blam! 614f0dc86ac6e3b0824a5a8c897a4803c646ed152a2df9a1f982cf73c2ee2b16 Oct 14 17:08:59.937 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 17:09:00.485 INFO blam! 13473faea2d80adfe807f65518bc776ac6c57913a9baeb6c0bd9fa83674b3fe8 Oct 14 17:09:00.493 INFO running `"docker" "start" "-a" "13473faea2d80adfe807f65518bc776ac6c57913a9baeb6c0bd9fa83674b3fe8"` Oct 14 17:09:01.802 INFO kablam! usermod: no changes Oct 14 17:09:01.903 INFO kablam! Compiling mcts v0.1.0 (/source) Oct 14 17:09:02.919 INFO kablam! warning: unused variable: `history` Oct 14 17:09:02.920 INFO kablam! --> src/main.rs:195:46 Oct 14 17:09:02.920 INFO kablam! | Oct 14 17:09:02.921 INFO kablam! 195 | fn is_legal(&self, action: &ChongAction, history: &[ChongState]) -> bool { Oct 14 17:09:02.921 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 14 17:09:02.922 INFO kablam! | Oct 14 17:09:02.922 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:09:02.922 INFO kablam! Oct 14 17:09:02.923 INFO kablam! warning: unused variable: `history` Oct 14 17:09:02.924 INFO kablam! --> src/main.rs:215:29 Oct 14 17:09:02.924 INFO kablam! | Oct 14 17:09:02.925 INFO kablam! 215 | fn legal_actions(&self, history: &[ChongState]) -> Vec { Oct 14 17:09:02.925 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 14 17:09:02.925 INFO kablam! Oct 14 17:09:05.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.21s Oct 14 17:09:05.039 INFO kablam! su: No module specific data is present Oct 14 17:09:05.870 INFO running `"docker" "rm" "-f" "13473faea2d80adfe807f65518bc776ac6c57913a9baeb6c0bd9fa83674b3fe8"` Oct 14 17:09:06.161 INFO blam! 13473faea2d80adfe807f65518bc776ac6c57913a9baeb6c0bd9fa83674b3fe8 Oct 14 17:09:06.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 17:09:06.596 INFO blam! 745e2c27ae949e88eea52e13b78a1b94b5270026df96c4b3c151221245dbd4e6 Oct 14 17:09:06.599 INFO running `"docker" "start" "-a" "745e2c27ae949e88eea52e13b78a1b94b5270026df96c4b3c151221245dbd4e6"` Oct 14 17:09:07.884 INFO kablam! usermod: no changes Oct 14 17:09:07.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 17:09:07.984 INFO kablam! Running /target/debug/deps/mcts-ba247655aba3284c Oct 14 17:09:07.984 INFO blam! Oct 14 17:09:07.984 INFO blam! running 18 tests Oct 14 17:09:07.985 INFO blam! test tests::pawn_jump_bottom_right ... ok Oct 14 17:09:07.985 INFO blam! test tests::pawn_jump_center ... ok Oct 14 17:09:07.985 INFO blam! test tests::pawn_jump_left_edge ... ok Oct 14 17:09:07.985 INFO blam! test tests::pawn_move_bottom_left ... ok Oct 14 17:09:07.985 INFO blam! test tests::pawn_move_bottom_right ... ok Oct 14 17:09:07.986 INFO blam! test tests::pawn_jump_top_right ... ok Oct 14 17:09:07.986 INFO blam! test tests::pawn_jump_top_left ... ok Oct 14 17:09:07.986 INFO blam! test tests::pawn_jump_top_edge ... ok Oct 14 17:09:07.986 INFO blam! test tests::pawn_jump_right_edge ... ok Oct 14 17:09:07.987 INFO blam! test tests::pawn_move_left_edge ... ok Oct 14 17:09:07.987 INFO blam! test tests::pawn_move_top_left ... ok Oct 14 17:09:07.987 INFO blam! test tests::pawn_move_lower_edge ... ok Oct 14 17:09:07.987 INFO blam! test tests::pawn_move_right_edge ... ok Oct 14 17:09:07.987 INFO blam! test tests::pawn_move_center ... ok Oct 14 17:09:07.988 INFO blam! test tests::pawn_jump_bottom_edge ... ok Oct 14 17:09:07.988 INFO blam! test tests::pawn_move_upper_edge ... ok Oct 14 17:09:07.988 INFO blam! test tests::pawn_move_top_right ... ok Oct 14 17:09:07.988 INFO blam! test tests::pawn_jump_bottom_left ... ok Oct 14 17:09:07.988 INFO blam! Oct 14 17:09:07.989 INFO blam! test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:09:07.989 INFO blam! Oct 14 17:09:07.995 INFO kablam! su: No module specific data is present Oct 14 17:09:08.709 INFO running `"docker" "rm" "-f" "745e2c27ae949e88eea52e13b78a1b94b5270026df96c4b3c151221245dbd4e6"` Oct 14 17:09:08.995 INFO blam! 745e2c27ae949e88eea52e13b78a1b94b5270026df96c4b3c151221245dbd4e6