Oct 10 21:09:34.053 INFO testing jbradberry/mcts.rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:09:34.053 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:09:34.053 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:09:34.464 INFO blam! 98a2183d63828d03d1875d8c9251262d03cefee03943940f20c750311e89a031 Oct 10 21:09:34.476 INFO running `"docker" "start" "-a" "98a2183d63828d03d1875d8c9251262d03cefee03943940f20c750311e89a031"` Oct 10 21:09:35.724 INFO kablam! usermod: no changes Oct 10 21:09:35.869 INFO kablam! Compiling mcts v0.1.0 (/source) Oct 10 21:09:37.454 INFO kablam! warning: unused variable: `history` Oct 10 21:09:37.454 INFO kablam! --> src/main.rs:195:46 Oct 10 21:09:37.454 INFO kablam! | Oct 10 21:09:37.454 INFO kablam! 195 | fn is_legal(&self, action: &ChongAction, history: &[ChongState]) -> bool { Oct 10 21:09:37.454 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 10 21:09:37.454 INFO kablam! | Oct 10 21:09:37.454 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:09:37.454 INFO kablam! Oct 10 21:09:37.454 INFO kablam! warning: unused variable: `history` Oct 10 21:09:37.454 INFO kablam! --> src/main.rs:215:29 Oct 10 21:09:37.454 INFO kablam! | Oct 10 21:09:37.454 INFO kablam! 215 | fn legal_actions(&self, history: &[ChongState]) -> Vec { Oct 10 21:09:37.454 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 10 21:09:37.454 INFO kablam! Oct 10 21:09:37.559 INFO kablam! warning: method is never used: `build_state` Oct 10 21:09:37.560 INFO kablam! --> src/main.rs:127:5 Oct 10 21:09:37.560 INFO kablam! | Oct 10 21:09:37.560 INFO kablam! 127 | / fn build_state(pawn1: (u8, u8), pawn2: (u8, u8), Oct 10 21:09:37.560 INFO kablam! 128 | | stones1: &[(u8, u8)], stones2: &[(u8, u8)], next: u8) -> Self { Oct 10 21:09:37.560 INFO kablam! 129 | | let pawn1 = ChongState::coordinate_mask(pawn1.0, pawn1.1); Oct 10 21:09:37.560 INFO kablam! 130 | | let pawn2 = ChongState::coordinate_mask(pawn2.0, pawn2.1); Oct 10 21:09:37.560 INFO kablam! ... | Oct 10 21:09:37.560 INFO kablam! 150 | | } Oct 10 21:09:37.560 INFO kablam! 151 | | } Oct 10 21:09:37.560 INFO kablam! | |_____^ Oct 10 21:09:37.560 INFO kablam! | Oct 10 21:09:37.560 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:09:37.560 INFO kablam! Oct 10 21:09:39.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.36s Oct 10 21:09:39.128 INFO kablam! su: No module specific data is present Oct 10 21:09:39.661 INFO running `"docker" "rm" "-f" "98a2183d63828d03d1875d8c9251262d03cefee03943940f20c750311e89a031"` Oct 10 21:09:39.900 INFO blam! 98a2183d63828d03d1875d8c9251262d03cefee03943940f20c750311e89a031 Oct 10 21:09:39.905 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:09:39.906 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:09:40.340 INFO blam! 7537c1652dc9f352a54db0f99e589d71864bbc6ce6f03dceaf3126a4997a147d Oct 10 21:09:40.343 INFO running `"docker" "start" "-a" "7537c1652dc9f352a54db0f99e589d71864bbc6ce6f03dceaf3126a4997a147d"` Oct 10 21:09:41.340 INFO kablam! usermod: no changes Oct 10 21:09:41.433 INFO kablam! Compiling mcts v0.1.0 (/source) Oct 10 21:09:43.046 INFO kablam! warning: unused variable: `history` Oct 10 21:09:43.046 INFO kablam! --> src/main.rs:195:46 Oct 10 21:09:43.046 INFO kablam! | Oct 10 21:09:43.046 INFO kablam! 195 | fn is_legal(&self, action: &ChongAction, history: &[ChongState]) -> bool { Oct 10 21:09:43.046 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 10 21:09:43.046 INFO kablam! | Oct 10 21:09:43.046 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:09:43.046 INFO kablam! Oct 10 21:09:43.046 INFO kablam! warning: unused variable: `history` Oct 10 21:09:43.046 INFO kablam! --> src/main.rs:215:29 Oct 10 21:09:43.046 INFO kablam! | Oct 10 21:09:43.046 INFO kablam! 215 | fn legal_actions(&self, history: &[ChongState]) -> Vec { Oct 10 21:09:43.046 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 10 21:09:43.046 INFO kablam! Oct 10 21:09:45.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.85s Oct 10 21:09:45.220 INFO kablam! su: No module specific data is present Oct 10 21:09:45.759 INFO running `"docker" "rm" "-f" "7537c1652dc9f352a54db0f99e589d71864bbc6ce6f03dceaf3126a4997a147d"` Oct 10 21:09:46.080 INFO blam! 7537c1652dc9f352a54db0f99e589d71864bbc6ce6f03dceaf3126a4997a147d Oct 10 21:09:46.081 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:09:46.082 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:09:46.521 INFO blam! 7f6dae63e5ab37bb361f7a34a27f20558df9fe4b9abbf4702b0b72d2b50b36c3 Oct 10 21:09:46.527 INFO running `"docker" "start" "-a" "7f6dae63e5ab37bb361f7a34a27f20558df9fe4b9abbf4702b0b72d2b50b36c3"` Oct 10 21:09:47.430 INFO kablam! usermod: no changes Oct 10 21:09:47.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 21:09:47.538 INFO kablam! Running /target/debug/deps/mcts-ba247655aba3284c Oct 10 21:09:47.541 INFO blam! Oct 10 21:09:47.541 INFO blam! running 18 tests Oct 10 21:09:47.549 INFO blam! test tests::pawn_jump_bottom_left ... ok Oct 10 21:09:47.549 INFO blam! test tests::pawn_jump_bottom_edge ... ok Oct 10 21:09:47.549 INFO blam! test tests::pawn_jump_bottom_right ... ok Oct 10 21:09:47.549 INFO blam! test tests::pawn_jump_center ... ok Oct 10 21:09:47.549 INFO blam! test tests::pawn_jump_top_left ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_jump_left_edge ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_jump_right_edge ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_jump_top_edge ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_move_left_edge ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_move_center ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_move_bottom_right ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_jump_top_right ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_move_bottom_left ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_move_lower_edge ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_move_right_edge ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_move_top_left ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_move_top_right ... ok Oct 10 21:09:47.560 INFO blam! test tests::pawn_move_upper_edge ... ok Oct 10 21:09:47.560 INFO blam! Oct 10 21:09:47.560 INFO blam! test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:09:47.560 INFO blam! Oct 10 21:09:47.572 INFO kablam! su: No module specific data is present Oct 10 21:09:48.289 INFO running `"docker" "rm" "-f" "7f6dae63e5ab37bb361f7a34a27f20558df9fe4b9abbf4702b0b72d2b50b36c3"` Oct 10 21:09:48.584 INFO blam! 7f6dae63e5ab37bb361f7a34a27f20558df9fe4b9abbf4702b0b72d2b50b36c3