Nov 16 23:59:54.120 INFO testing jbradberry/mcts.rs against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 23:59:54.122 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 23:59:54.591 INFO [stdout] 081341ad121aa3febcba32a00063717aadc7793e0481c147a4a55b31ce193334 Nov 16 23:59:54.592 INFO running `"docker" "start" "-a" "081341ad121aa3febcba32a00063717aadc7793e0481c147a4a55b31ce193334"` Nov 16 23:59:55.360 INFO [stderr] usermod: no changes Nov 16 23:59:55.423 INFO [stderr] Compiling mcts v0.1.0 (/source) Nov 16 23:59:56.190 INFO [stderr] warning: unused variable: `history` Nov 16 23:59:56.190 INFO [stderr] --> src/main.rs:189:46 Nov 16 23:59:56.190 INFO [stderr] | Nov 16 23:59:56.190 INFO [stderr] 189 | fn is_legal(&self, action: &ChongAction, history: &[ChongState]) -> bool { Nov 16 23:59:56.190 INFO [stderr] | ^^^^^^^ help: consider using `_history` instead Nov 16 23:59:56.190 INFO [stderr] | Nov 16 23:59:56.190 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 23:59:56.190 INFO [stderr] Nov 16 23:59:56.190 INFO [stderr] warning: unused variable: `history` Nov 16 23:59:56.190 INFO [stderr] --> src/main.rs:209:29 Nov 16 23:59:56.190 INFO [stderr] | Nov 16 23:59:56.190 INFO [stderr] 209 | fn legal_actions(&self, history: &[ChongState]) -> Vec { Nov 16 23:59:56.190 INFO [stderr] | ^^^^^^^ help: consider using `_history` instead Nov 16 23:59:56.190 INFO [stderr] Nov 16 23:59:56.299 INFO [stderr] warning: method is never used: `build_state` Nov 16 23:59:56.299 INFO [stderr] --> src/main.rs:127:5 Nov 16 23:59:56.299 INFO [stderr] | Nov 16 23:59:56.299 INFO [stderr] 127 | / fn build_state(pawn1: (u8, u8), pawn2: (u8, u8), Nov 16 23:59:56.299 INFO [stderr] 128 | | stones1: &[(u8, u8)], stones2: &[(u8, u8)], next: u8) -> Self { Nov 16 23:59:56.299 INFO [stderr] 129 | | let pawn1 = ChongState::coordinate_mask(pawn1.0, pawn1.1); Nov 16 23:59:56.299 INFO [stderr] 130 | | let pawn2 = ChongState::coordinate_mask(pawn2.0, pawn2.1); Nov 16 23:59:56.299 INFO [stderr] ... | Nov 16 23:59:56.299 INFO [stderr] 150 | | } Nov 16 23:59:56.299 INFO [stderr] 151 | | } Nov 16 23:59:56.299 INFO [stderr] | |_____^ Nov 16 23:59:56.299 INFO [stderr] | Nov 16 23:59:56.299 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 16 23:59:56.299 INFO [stderr] Nov 16 23:59:57.406 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.03s Nov 16 23:59:57.413 INFO [stderr] su: No module specific data is present Nov 16 23:59:57.692 INFO running `"docker" "inspect" "081341ad121aa3febcba32a00063717aadc7793e0481c147a4a55b31ce193334"` Nov 16 23:59:57.796 INFO running `"docker" "rm" "-f" "081341ad121aa3febcba32a00063717aadc7793e0481c147a4a55b31ce193334"` Nov 16 23:59:57.907 INFO [stdout] 081341ad121aa3febcba32a00063717aadc7793e0481c147a4a55b31ce193334 Nov 16 23:59:57.914 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 23:59:58.199 INFO [stdout] f21d451c5ccd0d12ad657585dc491ad00b02844d4192d5f44455e5b260f7572b Nov 16 23:59:58.204 INFO running `"docker" "start" "-a" "f21d451c5ccd0d12ad657585dc491ad00b02844d4192d5f44455e5b260f7572b"` Nov 16 23:59:58.621 INFO [stderr] usermod: no changes Nov 16 23:59:58.667 INFO [stderr] Compiling mcts v0.1.0 (/source) Nov 16 23:59:59.629 INFO [stderr] warning: unused variable: `history` Nov 16 23:59:59.630 INFO [stderr] --> src/main.rs:189:46 Nov 16 23:59:59.630 INFO [stderr] | Nov 16 23:59:59.630 INFO [stderr] 189 | fn is_legal(&self, action: &ChongAction, history: &[ChongState]) -> bool { Nov 16 23:59:59.630 INFO [stderr] | ^^^^^^^ help: consider using `_history` instead Nov 16 23:59:59.630 INFO [stderr] | Nov 16 23:59:59.631 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 23:59:59.631 INFO [stderr] Nov 16 23:59:59.631 INFO [stderr] warning: unused variable: `history` Nov 16 23:59:59.631 INFO [stderr] --> src/main.rs:209:29 Nov 16 23:59:59.632 INFO [stderr] | Nov 16 23:59:59.632 INFO [stderr] 209 | fn legal_actions(&self, history: &[ChongState]) -> Vec { Nov 16 23:59:59.632 INFO [stderr] | ^^^^^^^ help: consider using `_history` instead Nov 16 23:59:59.632 INFO [stderr] Nov 17 00:00:00.941 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.30s Nov 17 00:00:00.946 INFO [stderr] su: No module specific data is present Nov 17 00:00:01.212 INFO running `"docker" "inspect" "f21d451c5ccd0d12ad657585dc491ad00b02844d4192d5f44455e5b260f7572b"` Nov 17 00:00:01.299 INFO running `"docker" "rm" "-f" "f21d451c5ccd0d12ad657585dc491ad00b02844d4192d5f44455e5b260f7572b"` Nov 17 00:00:01.382 INFO [stdout] f21d451c5ccd0d12ad657585dc491ad00b02844d4192d5f44455e5b260f7572b Nov 17 00:00:01.384 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 00:00:01.533 INFO [stdout] 35becd9f743ecc009acf15a7e703e84f9c398f63d6732a303c2f26011ae6e42c Nov 17 00:00:01.537 INFO running `"docker" "start" "-a" "35becd9f743ecc009acf15a7e703e84f9c398f63d6732a303c2f26011ae6e42c"` Nov 17 00:00:02.082 INFO [stderr] usermod: no changes Nov 17 00:00:02.125 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Nov 17 00:00:02.127 INFO [stderr] Running /target/debug/deps/mcts-a7e91b97070be415 Nov 17 00:00:02.129 INFO [stdout] Nov 17 00:00:02.129 INFO [stdout] running 18 tests Nov 17 00:00:02.131 INFO [stdout] test tests::pawn_jump_bottom_edge ... ok Nov 17 00:00:02.131 INFO [stdout] test tests::pawn_jump_bottom_left ... ok Nov 17 00:00:02.131 INFO [stdout] test tests::pawn_jump_bottom_right ... ok Nov 17 00:00:02.131 INFO [stdout] test tests::pawn_jump_center ... ok Nov 17 00:00:02.132 INFO [stdout] test tests::pawn_jump_left_edge ... ok Nov 17 00:00:02.132 INFO [stdout] test tests::pawn_jump_right_edge ... ok Nov 17 00:00:02.132 INFO [stdout] test tests::pawn_jump_top_edge ... ok Nov 17 00:00:02.132 INFO [stdout] test tests::pawn_move_center ... ok Nov 17 00:00:02.132 INFO [stdout] test tests::pawn_move_lower_edge ... ok Nov 17 00:00:02.132 INFO [stdout] test tests::pawn_move_left_edge ... ok Nov 17 00:00:02.132 INFO [stdout] test tests::pawn_move_bottom_left ... ok Nov 17 00:00:02.132 INFO [stdout] test tests::pawn_move_right_edge ... ok Nov 17 00:00:02.132 INFO [stdout] test tests::pawn_move_top_right ... ok Nov 17 00:00:02.132 INFO [stdout] test tests::pawn_move_top_left ... ok Nov 17 00:00:02.132 INFO [stdout] test tests::pawn_move_upper_edge ... ok Nov 17 00:00:02.135 INFO [stdout] test tests::pawn_move_bottom_right ... ok Nov 17 00:00:02.135 INFO [stdout] test tests::pawn_jump_top_right ... ok Nov 17 00:00:02.135 INFO [stdout] test tests::pawn_jump_top_left ... ok Nov 17 00:00:02.135 INFO [stdout] Nov 17 00:00:02.135 INFO [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 00:00:02.135 INFO [stdout] Nov 17 00:00:02.137 INFO [stderr] su: No module specific data is present Nov 17 00:00:02.456 INFO running `"docker" "inspect" "35becd9f743ecc009acf15a7e703e84f9c398f63d6732a303c2f26011ae6e42c"` Nov 17 00:00:02.528 INFO running `"docker" "rm" "-f" "35becd9f743ecc009acf15a7e703e84f9c398f63d6732a303c2f26011ae6e42c"` Nov 17 00:00:02.652 INFO [stdout] 35becd9f743ecc009acf15a7e703e84f9c398f63d6732a303c2f26011ae6e42c