Oct 14 17:08:52.983 INFO testing jbradberry/mcts.rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:08:52.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.573 INFO blam! 68549ba213477002ebc2389c61cde291351cbd7cb8581941b4da5f7d9e293052 Oct 14 17:08:53.574 INFO running `"docker" "start" "-a" "68549ba213477002ebc2389c61cde291351cbd7cb8581941b4da5f7d9e293052"` Oct 14 17:08:54.829 INFO kablam! usermod: no changes Oct 14 17:08:54.923 INFO kablam! Compiling mcts v0.1.0 (/source) Oct 14 17:08:55.846 INFO kablam! warning: unused variable: `history` Oct 14 17:08:55.846 INFO kablam! --> src/main.rs:195:46 Oct 14 17:08:55.846 INFO kablam! | Oct 14 17:08:55.847 INFO kablam! 195 | fn is_legal(&self, action: &ChongAction, history: &[ChongState]) -> bool { Oct 14 17:08:55.847 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 14 17:08:55.847 INFO kablam! | Oct 14 17:08:55.848 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:08:55.848 INFO kablam! Oct 14 17:08:55.848 INFO kablam! warning: unused variable: `history` Oct 14 17:08:55.848 INFO kablam! --> src/main.rs:215:29 Oct 14 17:08:55.848 INFO kablam! | Oct 14 17:08:55.849 INFO kablam! 215 | fn legal_actions(&self, history: &[ChongState]) -> Vec { Oct 14 17:08:55.849 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 14 17:08:55.849 INFO kablam! Oct 14 17:08:55.971 INFO kablam! warning: method is never used: `build_state` Oct 14 17:08:55.971 INFO kablam! --> src/main.rs:127:5 Oct 14 17:08:55.971 INFO kablam! | Oct 14 17:08:55.971 INFO kablam! 127 | / fn build_state(pawn1: (u8, u8), pawn2: (u8, u8), Oct 14 17:08:55.971 INFO kablam! 128 | | stones1: &[(u8, u8)], stones2: &[(u8, u8)], next: u8) -> Self { Oct 14 17:08:55.971 INFO kablam! 129 | | let pawn1 = ChongState::coordinate_mask(pawn1.0, pawn1.1); Oct 14 17:08:55.971 INFO kablam! 130 | | let pawn2 = ChongState::coordinate_mask(pawn2.0, pawn2.1); Oct 14 17:08:55.971 INFO kablam! ... | Oct 14 17:08:55.971 INFO kablam! 150 | | } Oct 14 17:08:55.971 INFO kablam! 151 | | } Oct 14 17:08:55.971 INFO kablam! | |_____^ Oct 14 17:08:55.971 INFO kablam! | Oct 14 17:08:55.971 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:08:55.971 INFO kablam! Oct 14 17:08:57.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.14s Oct 14 17:08:57.999 INFO kablam! su: No module specific data is present Oct 14 17:08:59.251 INFO running `"docker" "rm" "-f" "68549ba213477002ebc2389c61cde291351cbd7cb8581941b4da5f7d9e293052"` Oct 14 17:08:59.475 INFO blam! 68549ba213477002ebc2389c61cde291351cbd7cb8581941b4da5f7d9e293052 Oct 14 17:08:59.484 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:08:59.936 INFO blam! b74bb13816a68de70a72d8f2d851b201a6d9650c40485b0c8f2344e4c173a4b5 Oct 14 17:08:59.955 INFO running `"docker" "start" "-a" "b74bb13816a68de70a72d8f2d851b201a6d9650c40485b0c8f2344e4c173a4b5"` Oct 14 17:09:01.140 INFO kablam! usermod: no changes Oct 14 17:09:01.255 INFO kablam! Compiling mcts v0.1.0 (/source) Oct 14 17:09:02.359 INFO kablam! warning: unused variable: `history` Oct 14 17:09:02.359 INFO kablam! --> src/main.rs:195:46 Oct 14 17:09:02.359 INFO kablam! | Oct 14 17:09:02.359 INFO kablam! 195 | fn is_legal(&self, action: &ChongAction, history: &[ChongState]) -> bool { Oct 14 17:09:02.359 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 14 17:09:02.359 INFO kablam! | Oct 14 17:09:02.359 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:09:02.359 INFO kablam! Oct 14 17:09:02.359 INFO kablam! warning: unused variable: `history` Oct 14 17:09:02.359 INFO kablam! --> src/main.rs:215:29 Oct 14 17:09:02.359 INFO kablam! | Oct 14 17:09:02.359 INFO kablam! 215 | fn legal_actions(&self, history: &[ChongState]) -> Vec { Oct 14 17:09:02.359 INFO kablam! | ^^^^^^^ help: consider using `_history` instead Oct 14 17:09:02.359 INFO kablam! Oct 14 17:09:04.671 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.50s Oct 14 17:09:04.672 INFO kablam! su: No module specific data is present Oct 14 17:09:05.404 INFO running `"docker" "rm" "-f" "b74bb13816a68de70a72d8f2d851b201a6d9650c40485b0c8f2344e4c173a4b5"` Oct 14 17:09:05.687 INFO blam! b74bb13816a68de70a72d8f2d851b201a6d9650c40485b0c8f2344e4c173a4b5 Oct 14 17:09:05.699 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.071 INFO blam! a625c54510743fc71dcd1fa197f7678c53016327a07e317372312c0cde326af5 Oct 14 17:09:06.074 INFO running `"docker" "start" "-a" "a625c54510743fc71dcd1fa197f7678c53016327a07e317372312c0cde326af5"` Oct 14 17:09:07.134 INFO kablam! usermod: no changes Oct 14 17:09:07.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 17:09:07.294 INFO kablam! Running /target/debug/deps/mcts-ac5be5ee4be338c1 Oct 14 17:09:07.307 INFO blam! Oct 14 17:09:07.307 INFO blam! running 18 tests Oct 14 17:09:07.307 INFO blam! test tests::pawn_jump_right_edge ... ok Oct 14 17:09:07.307 INFO blam! test tests::pawn_jump_left_edge ... ok Oct 14 17:09:07.307 INFO blam! test tests::pawn_jump_center ... ok Oct 14 17:09:07.307 INFO blam! test tests::pawn_jump_bottom_right ... ok Oct 14 17:09:07.307 INFO blam! test tests::pawn_jump_bottom_left ... ok Oct 14 17:09:07.307 INFO blam! test tests::pawn_jump_bottom_edge ... ok Oct 14 17:09:07.307 INFO blam! test tests::pawn_jump_top_right ... ok Oct 14 17:09:07.308 INFO blam! test tests::pawn_move_bottom_left ... ok Oct 14 17:09:07.308 INFO blam! test tests::pawn_move_bottom_right ... ok Oct 14 17:09:07.308 INFO blam! test tests::pawn_move_center ... ok Oct 14 17:09:07.308 INFO blam! test tests::pawn_move_left_edge ... ok Oct 14 17:09:07.308 INFO blam! test tests::pawn_move_lower_edge ... ok Oct 14 17:09:07.308 INFO blam! test tests::pawn_move_right_edge ... ok Oct 14 17:09:07.308 INFO blam! test tests::pawn_move_top_left ... ok Oct 14 17:09:07.308 INFO blam! test tests::pawn_move_top_right ... ok Oct 14 17:09:07.308 INFO blam! test tests::pawn_move_upper_edge ... ok Oct 14 17:09:07.319 INFO blam! test tests::pawn_jump_top_edge ... ok Oct 14 17:09:07.319 INFO kablam! su: No module specific data is present Oct 14 17:09:07.319 INFO blam! test tests::pawn_jump_top_left ... ok Oct 14 17:09:07.319 INFO blam! Oct 14 17:09:07.319 INFO blam! test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:09:07.319 INFO blam! Oct 14 17:09:08.091 INFO running `"docker" "rm" "-f" "a625c54510743fc71dcd1fa197f7678c53016327a07e317372312c0cde326af5"` Oct 14 17:09:08.510 INFO blam! a625c54510743fc71dcd1fa197f7678c53016327a07e317372312c0cde326af5