Oct 12 23:09:45.316 INFO testing starrtnow/mcts-connect-four against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:09:45.317 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 12 23:09:45.944 INFO blam! b0f6b9015294856b64634d738d07da44476bf9c970975fff3025d39ac1e9a0a6 Oct 12 23:09:45.946 INFO running `"docker" "start" "-a" "b0f6b9015294856b64634d738d07da44476bf9c970975fff3025d39ac1e9a0a6"` Oct 12 23:09:47.127 INFO kablam! usermod: no changes Oct 12 23:09:47.244 INFO kablam! Compiling rand v0.3.14 Oct 12 23:09:47.245 INFO kablam! Compiling time v0.1.35 Oct 12 23:09:50.779 INFO kablam! Compiling connect_three v0.1.0 (/source) Oct 12 23:09:51.043 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 23:09:51.043 INFO kablam! --> src/game_state.rs:53:12 Oct 12 23:09:51.043 INFO kablam! | Oct 12 23:09:51.043 INFO kablam! 53 | if (column[i] == Color::Empty){ Oct 12 23:09:51.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:09:51.043 INFO kablam! | Oct 12 23:09:51.043 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 23:09:51.043 INFO kablam! Oct 12 23:09:51.043 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 23:09:51.043 INFO kablam! --> src/monte_carlo.rs:243:19 Oct 12 23:09:51.043 INFO kablam! | Oct 12 23:09:51.043 INFO kablam! 243 | if(uct > best_uct){ Oct 12 23:09:51.043 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:09:51.043 INFO kablam! Oct 12 23:09:51.233 INFO kablam! warning: unused variable: `item` Oct 12 23:09:51.233 INFO kablam! --> src/game_state.rs:51:14 Oct 12 23:09:51.233 INFO kablam! | Oct 12 23:09:51.233 INFO kablam! 51 | fn push_back(item : Color, column : &mut [Color; 6]) -> usize{ Oct 12 23:09:51.233 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 12 23:09:51.233 INFO kablam! | Oct 12 23:09:51.233 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:09:51.233 INFO kablam! Oct 12 23:09:51.234 INFO kablam! warning: unused variable: `player` Oct 12 23:09:51.234 INFO kablam! --> src/monte_carlo.rs:66:54 Oct 12 23:09:51.234 INFO kablam! | Oct 12 23:09:51.234 INFO kablam! 66 | pub fn run_simulation(state : game_state::GameState, player : game_state::Color) -> game_state::End{ Oct 12 23:09:51.234 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 12 23:09:51.234 INFO kablam! Oct 12 23:09:51.275 INFO kablam! warning: function is never used: `optimal_move_highest_win` Oct 12 23:09:51.275 INFO kablam! --> src/monte_carlo.rs:161:1 Oct 12 23:09:51.275 INFO kablam! | Oct 12 23:09:51.275 INFO kablam! 161 | fn optimal_move_highest_win(possible_moves : &Vec<(game_state::Move, &UCTData)>) -> game_state::Move{ Oct 12 23:09:51.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:09:51.275 INFO kablam! | Oct 12 23:09:51.275 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:09:51.275 INFO kablam! Oct 12 23:09:51.277 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:51.277 INFO kablam! --> src/game_state.rs:47:35 Oct 12 23:09:51.277 INFO kablam! | Oct 12 23:09:51.277 INFO kablam! 47 | (self.x <= BOARD_WIDTH && self.x >= 0) Oct 12 23:09:51.277 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:09:51.277 INFO kablam! | Oct 12 23:09:51.277 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 12 23:09:51.277 INFO kablam! Oct 12 23:09:51.278 INFO kablam! warning: variable `stepX` should have a snake case name such as `step_x` Oct 12 23:09:51.278 INFO kablam! --> src/game_state.rs:109:62 Oct 12 23:09:51.278 INFO kablam! | Oct 12 23:09:51.278 INFO kablam! 109 | pub fn linear_match(&self, start_x : i32, start_y : i32, stepX : i32, stepY : i32, color : Color) -> bool{ Oct 12 23:09:51.278 INFO kablam! | ^^^^^ Oct 12 23:09:51.278 INFO kablam! | Oct 12 23:09:51.278 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:09:51.278 INFO kablam! Oct 12 23:09:51.278 INFO kablam! warning: variable `stepY` should have a snake case name such as `step_y` Oct 12 23:09:51.278 INFO kablam! --> src/game_state.rs:109:75 Oct 12 23:09:51.278 INFO kablam! | Oct 12 23:09:51.278 INFO kablam! 109 | pub fn linear_match(&self, start_x : i32, start_y : i32, stepX : i32, stepY : i32, color : Color) -> bool{ Oct 12 23:09:51.278 INFO kablam! | ^^^^^ Oct 12 23:09:51.278 INFO kablam! Oct 12 23:09:51.278 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:51.278 INFO kablam! --> src/game_state.rs:114:16 Oct 12 23:09:51.278 INFO kablam! | Oct 12 23:09:51.278 INFO kablam! 114 | if x < 0 || x >= BOARD_HEIGHT || y < 0 || y >= BOARD_WIDTH{ Oct 12 23:09:51.278 INFO kablam! | ^^^^^ Oct 12 23:09:51.278 INFO kablam! Oct 12 23:09:51.278 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:51.278 INFO kablam! --> src/game_state.rs:114:46 Oct 12 23:09:51.278 INFO kablam! | Oct 12 23:09:51.278 INFO kablam! 114 | if x < 0 || x >= BOARD_HEIGHT || y < 0 || y >= BOARD_WIDTH{ Oct 12 23:09:51.278 INFO kablam! | ^^^^^ Oct 12 23:09:51.278 INFO kablam! Oct 12 23:09:52.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.48s Oct 12 23:09:52.635 INFO kablam! su: No module specific data is present Oct 12 23:09:53.524 INFO running `"docker" "rm" "-f" "b0f6b9015294856b64634d738d07da44476bf9c970975fff3025d39ac1e9a0a6"` Oct 12 23:09:53.855 INFO blam! b0f6b9015294856b64634d738d07da44476bf9c970975fff3025d39ac1e9a0a6 Oct 12 23:09:53.875 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 12 23:09:54.311 INFO blam! 75c6abd7c182ff33275d559c61550ea6e561d44b39e81dd2a619178b2a0d6f37 Oct 12 23:09:54.327 INFO running `"docker" "start" "-a" "75c6abd7c182ff33275d559c61550ea6e561d44b39e81dd2a619178b2a0d6f37"` Oct 12 23:09:55.735 INFO kablam! usermod: no changes Oct 12 23:09:55.827 INFO kablam! Compiling connect_three v0.1.0 (/source) Oct 12 23:09:56.134 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 23:09:56.134 INFO kablam! --> src/game_state.rs:53:12 Oct 12 23:09:56.134 INFO kablam! | Oct 12 23:09:56.134 INFO kablam! 53 | if (column[i] == Color::Empty){ Oct 12 23:09:56.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:09:56.134 INFO kablam! | Oct 12 23:09:56.134 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 23:09:56.134 INFO kablam! Oct 12 23:09:56.139 INFO kablam! warning: unused import: `super::*` Oct 12 23:09:56.139 INFO kablam! --> src/game_state.rs:190:9 Oct 12 23:09:56.139 INFO kablam! | Oct 12 23:09:56.139 INFO kablam! 190 | use super::*; Oct 12 23:09:56.139 INFO kablam! | ^^^^^^^^ Oct 12 23:09:56.139 INFO kablam! | Oct 12 23:09:56.139 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:09:56.139 INFO kablam! Oct 12 23:09:56.139 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 23:09:56.139 INFO kablam! --> src/monte_carlo.rs:243:19 Oct 12 23:09:56.139 INFO kablam! | Oct 12 23:09:56.139 INFO kablam! 243 | if(uct > best_uct){ Oct 12 23:09:56.142 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:09:56.142 INFO kablam! Oct 12 23:09:56.299 INFO kablam! warning: unused variable: `item` Oct 12 23:09:56.300 INFO kablam! --> src/game_state.rs:51:14 Oct 12 23:09:56.300 INFO kablam! | Oct 12 23:09:56.300 INFO kablam! 51 | fn push_back(item : Color, column : &mut [Color; 6]) -> usize{ Oct 12 23:09:56.300 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 12 23:09:56.300 INFO kablam! | Oct 12 23:09:56.300 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:09:56.300 INFO kablam! Oct 12 23:09:56.300 INFO kablam! warning: unused variable: `player` Oct 12 23:09:56.300 INFO kablam! --> src/monte_carlo.rs:66:54 Oct 12 23:09:56.300 INFO kablam! | Oct 12 23:09:56.300 INFO kablam! 66 | pub fn run_simulation(state : game_state::GameState, player : game_state::Color) -> game_state::End{ Oct 12 23:09:56.300 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 12 23:09:56.300 INFO kablam! Oct 12 23:09:56.337 INFO kablam! warning: function is never used: `optimal_move_highest_win` Oct 12 23:09:56.337 INFO kablam! --> src/monte_carlo.rs:161:1 Oct 12 23:09:56.337 INFO kablam! | Oct 12 23:09:56.337 INFO kablam! 161 | fn optimal_move_highest_win(possible_moves : &Vec<(game_state::Move, &UCTData)>) -> game_state::Move{ Oct 12 23:09:56.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:09:56.337 INFO kablam! | Oct 12 23:09:56.337 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:09:56.337 INFO kablam! Oct 12 23:09:56.339 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:56.339 INFO kablam! --> src/game_state.rs:47:35 Oct 12 23:09:56.339 INFO kablam! | Oct 12 23:09:56.339 INFO kablam! 47 | (self.x <= BOARD_WIDTH && self.x >= 0) Oct 12 23:09:56.339 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:09:56.339 INFO kablam! | Oct 12 23:09:56.339 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 12 23:09:56.339 INFO kablam! Oct 12 23:09:56.339 INFO kablam! warning: variable `stepX` should have a snake case name such as `step_x` Oct 12 23:09:56.339 INFO kablam! --> src/game_state.rs:109:62 Oct 12 23:09:56.339 INFO kablam! | Oct 12 23:09:56.339 INFO kablam! 109 | pub fn linear_match(&self, start_x : i32, start_y : i32, stepX : i32, stepY : i32, color : Color) -> bool{ Oct 12 23:09:56.339 INFO kablam! | ^^^^^ Oct 12 23:09:56.339 INFO kablam! | Oct 12 23:09:56.339 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:09:56.339 INFO kablam! Oct 12 23:09:56.339 INFO kablam! warning: variable `stepY` should have a snake case name such as `step_y` Oct 12 23:09:56.339 INFO kablam! --> src/game_state.rs:109:75 Oct 12 23:09:56.339 INFO kablam! | Oct 12 23:09:56.339 INFO kablam! 109 | pub fn linear_match(&self, start_x : i32, start_y : i32, stepX : i32, stepY : i32, color : Color) -> bool{ Oct 12 23:09:56.339 INFO kablam! | ^^^^^ Oct 12 23:09:56.339 INFO kablam! Oct 12 23:09:56.339 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:56.339 INFO kablam! --> src/game_state.rs:114:16 Oct 12 23:09:56.339 INFO kablam! | Oct 12 23:09:56.339 INFO kablam! 114 | if x < 0 || x >= BOARD_HEIGHT || y < 0 || y >= BOARD_WIDTH{ Oct 12 23:09:56.339 INFO kablam! | ^^^^^ Oct 12 23:09:56.339 INFO kablam! Oct 12 23:09:56.339 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:56.339 INFO kablam! --> src/game_state.rs:114:46 Oct 12 23:09:56.339 INFO kablam! | Oct 12 23:09:56.339 INFO kablam! 114 | if x < 0 || x >= BOARD_HEIGHT || y < 0 || y >= BOARD_WIDTH{ Oct 12 23:09:56.339 INFO kablam! | ^^^^^ Oct 12 23:09:56.339 INFO kablam! Oct 12 23:09:56.753 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 12 23:09:56.756 INFO kablam! su: No module specific data is present Oct 12 23:09:57.585 INFO running `"docker" "rm" "-f" "75c6abd7c182ff33275d559c61550ea6e561d44b39e81dd2a619178b2a0d6f37"` Oct 12 23:09:57.936 INFO blam! 75c6abd7c182ff33275d559c61550ea6e561d44b39e81dd2a619178b2a0d6f37 Oct 12 23:09:57.942 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 12 23:09:58.319 INFO blam! 79ea8c258d19626182c5ede2db48ffee87b0ed6fc0eeefcda55477c25a5a6d56 Oct 12 23:09:58.319 INFO running `"docker" "start" "-a" "79ea8c258d19626182c5ede2db48ffee87b0ed6fc0eeefcda55477c25a5a6d56"` Oct 12 23:09:59.651 INFO kablam! usermod: no changes Oct 12 23:09:59.764 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 23:09:59.765 INFO kablam! Running /target/debug/deps/connect_three-0969a249033dfd5e Oct 12 23:09:59.767 INFO blam! Oct 12 23:09:59.767 INFO blam! running 0 tests Oct 12 23:09:59.767 INFO blam! Oct 12 23:09:59.767 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:09:59.767 INFO blam! Oct 12 23:09:59.772 INFO kablam! su: No module specific data is present Oct 12 23:10:00.460 INFO running `"docker" "rm" "-f" "79ea8c258d19626182c5ede2db48ffee87b0ed6fc0eeefcda55477c25a5a6d56"` Oct 12 23:10:00.743 INFO blam! 79ea8c258d19626182c5ede2db48ffee87b0ed6fc0eeefcda55477c25a5a6d56