Oct 12 23:09:46.292 INFO testing starrtnow/mcts-connect-four against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 23:09:46.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 23:09:46.739 INFO blam! 0ba8ad6f6c256bd2a2fee1c4bc717188c5163445e8e162303c2f0d3f2dbd0866 Oct 12 23:09:46.740 INFO running `"docker" "start" "-a" "0ba8ad6f6c256bd2a2fee1c4bc717188c5163445e8e162303c2f0d3f2dbd0866"` Oct 12 23:09:48.206 INFO kablam! usermod: no changes Oct 12 23:09:48.355 INFO kablam! Compiling rand v0.3.14 Oct 12 23:09:50.703 INFO kablam! Compiling connect_three v0.1.0 (/source) Oct 12 23:09:50.955 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 23:09:50.956 INFO kablam! --> src/game_state.rs:53:12 Oct 12 23:09:50.956 INFO kablam! | Oct 12 23:09:50.956 INFO kablam! 53 | if (column[i] == Color::Empty){ Oct 12 23:09:50.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:09:50.957 INFO kablam! | Oct 12 23:09:50.957 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 23:09:50.957 INFO kablam! Oct 12 23:09:50.967 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 23:09:50.967 INFO kablam! --> src/monte_carlo.rs:243:19 Oct 12 23:09:50.968 INFO kablam! | Oct 12 23:09:50.968 INFO kablam! 243 | if(uct > best_uct){ Oct 12 23:09:50.968 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:09:50.969 INFO kablam! Oct 12 23:09:51.149 INFO kablam! warning: unused variable: `item` Oct 12 23:09:51.150 INFO kablam! --> src/game_state.rs:51:14 Oct 12 23:09:51.150 INFO kablam! | Oct 12 23:09:51.150 INFO kablam! 51 | fn push_back(item : Color, column : &mut [Color; 6]) -> usize{ Oct 12 23:09:51.151 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 12 23:09:51.151 INFO kablam! | Oct 12 23:09:51.151 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:09:51.151 INFO kablam! Oct 12 23:09:51.151 INFO kablam! warning: unused variable: `player` Oct 12 23:09:51.151 INFO kablam! --> src/monte_carlo.rs:66:54 Oct 12 23:09:51.151 INFO kablam! | Oct 12 23:09:51.151 INFO kablam! 66 | pub fn run_simulation(state : game_state::GameState, player : game_state::Color) -> game_state::End{ Oct 12 23:09:51.151 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 12 23:09:51.151 INFO kablam! Oct 12 23:09:51.193 INFO kablam! warning: function is never used: `optimal_move_highest_win` Oct 12 23:09:51.193 INFO kablam! --> src/monte_carlo.rs:161:1 Oct 12 23:09:51.193 INFO kablam! | Oct 12 23:09:51.193 INFO kablam! 161 | fn optimal_move_highest_win(possible_moves : &Vec<(game_state::Move, &UCTData)>) -> game_state::Move{ Oct 12 23:09:51.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:09:51.193 INFO kablam! | Oct 12 23:09:51.193 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:09:51.193 INFO kablam! Oct 12 23:09:51.195 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:51.195 INFO kablam! --> src/game_state.rs:47:35 Oct 12 23:09:51.195 INFO kablam! | Oct 12 23:09:51.195 INFO kablam! 47 | (self.x <= BOARD_WIDTH && self.x >= 0) Oct 12 23:09:51.195 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:09:51.195 INFO kablam! | Oct 12 23:09:51.195 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 12 23:09:51.195 INFO kablam! Oct 12 23:09:51.195 INFO kablam! warning: variable `stepX` should have a snake case name such as `step_x` Oct 12 23:09:51.195 INFO kablam! --> src/game_state.rs:109:62 Oct 12 23:09:51.195 INFO kablam! | Oct 12 23:09:51.195 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.195 INFO kablam! | ^^^^^ Oct 12 23:09:51.195 INFO kablam! | Oct 12 23:09:51.195 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:09:51.195 INFO kablam! Oct 12 23:09:51.195 INFO kablam! warning: variable `stepY` should have a snake case name such as `step_y` Oct 12 23:09:51.195 INFO kablam! --> src/game_state.rs:109:75 Oct 12 23:09:51.196 INFO kablam! | Oct 12 23:09:51.196 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.196 INFO kablam! | ^^^^^ Oct 12 23:09:51.196 INFO kablam! Oct 12 23:09:51.196 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:51.196 INFO kablam! --> src/game_state.rs:114:16 Oct 12 23:09:51.196 INFO kablam! | Oct 12 23:09:51.196 INFO kablam! 114 | if x < 0 || x >= BOARD_HEIGHT || y < 0 || y >= BOARD_WIDTH{ Oct 12 23:09:51.196 INFO kablam! | ^^^^^ Oct 12 23:09:51.196 INFO kablam! Oct 12 23:09:51.196 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:51.196 INFO kablam! --> src/game_state.rs:114:46 Oct 12 23:09:51.196 INFO kablam! | Oct 12 23:09:51.196 INFO kablam! 114 | if x < 0 || x >= BOARD_HEIGHT || y < 0 || y >= BOARD_WIDTH{ Oct 12 23:09:51.196 INFO kablam! | ^^^^^ Oct 12 23:09:51.196 INFO kablam! Oct 12 23:09:52.576 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.34s Oct 12 23:09:52.578 INFO kablam! su: No module specific data is present Oct 12 23:09:53.539 INFO running `"docker" "rm" "-f" "0ba8ad6f6c256bd2a2fee1c4bc717188c5163445e8e162303c2f0d3f2dbd0866"` Oct 12 23:09:53.795 INFO blam! 0ba8ad6f6c256bd2a2fee1c4bc717188c5163445e8e162303c2f0d3f2dbd0866 Oct 12 23:09:53.804 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 23:09:54.284 INFO blam! add065c4302c77575276854742db107d814aa0f2b409dd2fd4a6f8253a7ffb6e Oct 12 23:09:54.289 INFO running `"docker" "start" "-a" "add065c4302c77575276854742db107d814aa0f2b409dd2fd4a6f8253a7ffb6e"` Oct 12 23:09:55.430 INFO kablam! usermod: no changes Oct 12 23:09:55.543 INFO kablam! Compiling connect_three v0.1.0 (/source) Oct 12 23:09:55.863 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 23:09:55.863 INFO kablam! --> src/game_state.rs:53:12 Oct 12 23:09:55.863 INFO kablam! | Oct 12 23:09:55.863 INFO kablam! 53 | if (column[i] == Color::Empty){ Oct 12 23:09:55.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:09:55.863 INFO kablam! | Oct 12 23:09:55.863 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 23:09:55.863 INFO kablam! Oct 12 23:09:55.863 INFO kablam! warning: unused import: `super::*` Oct 12 23:09:55.863 INFO kablam! --> src/game_state.rs:190:9 Oct 12 23:09:55.863 INFO kablam! | Oct 12 23:09:55.863 INFO kablam! 190 | use super::*; Oct 12 23:09:55.863 INFO kablam! | ^^^^^^^^ Oct 12 23:09:55.863 INFO kablam! | Oct 12 23:09:55.863 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:09:55.863 INFO kablam! Oct 12 23:09:55.863 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 23:09:55.863 INFO kablam! --> src/monte_carlo.rs:243:19 Oct 12 23:09:55.863 INFO kablam! | Oct 12 23:09:55.863 INFO kablam! 243 | if(uct > best_uct){ Oct 12 23:09:55.863 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:09:55.863 INFO kablam! Oct 12 23:09:56.045 INFO kablam! warning: unused variable: `item` Oct 12 23:09:56.045 INFO kablam! --> src/game_state.rs:51:14 Oct 12 23:09:56.045 INFO kablam! | Oct 12 23:09:56.045 INFO kablam! 51 | fn push_back(item : Color, column : &mut [Color; 6]) -> usize{ Oct 12 23:09:56.045 INFO kablam! | ^^^^ help: consider using `_item` instead Oct 12 23:09:56.045 INFO kablam! | Oct 12 23:09:56.045 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:09:56.046 INFO kablam! Oct 12 23:09:56.046 INFO kablam! warning: unused variable: `player` Oct 12 23:09:56.046 INFO kablam! --> src/monte_carlo.rs:66:54 Oct 12 23:09:56.046 INFO kablam! | Oct 12 23:09:56.046 INFO kablam! 66 | pub fn run_simulation(state : game_state::GameState, player : game_state::Color) -> game_state::End{ Oct 12 23:09:56.046 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 12 23:09:56.046 INFO kablam! Oct 12 23:09:56.083 INFO kablam! warning: function is never used: `optimal_move_highest_win` Oct 12 23:09:56.083 INFO kablam! --> src/monte_carlo.rs:161:1 Oct 12 23:09:56.083 INFO kablam! | Oct 12 23:09:56.083 INFO kablam! 161 | fn optimal_move_highest_win(possible_moves : &Vec<(game_state::Move, &UCTData)>) -> game_state::Move{ Oct 12 23:09:56.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:09:56.083 INFO kablam! | Oct 12 23:09:56.084 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:09:56.084 INFO kablam! Oct 12 23:09:56.085 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:56.085 INFO kablam! --> src/game_state.rs:47:35 Oct 12 23:09:56.085 INFO kablam! | Oct 12 23:09:56.085 INFO kablam! 47 | (self.x <= BOARD_WIDTH && self.x >= 0) Oct 12 23:09:56.086 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:09:56.086 INFO kablam! | Oct 12 23:09:56.086 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 12 23:09:56.086 INFO kablam! Oct 12 23:09:56.086 INFO kablam! warning: variable `stepX` should have a snake case name such as `step_x` Oct 12 23:09:56.086 INFO kablam! --> src/game_state.rs:109:62 Oct 12 23:09:56.086 INFO kablam! | Oct 12 23:09:56.086 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.086 INFO kablam! | ^^^^^ Oct 12 23:09:56.086 INFO kablam! | Oct 12 23:09:56.086 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:09:56.086 INFO kablam! Oct 12 23:09:56.086 INFO kablam! warning: variable `stepY` should have a snake case name such as `step_y` Oct 12 23:09:56.086 INFO kablam! --> src/game_state.rs:109:75 Oct 12 23:09:56.086 INFO kablam! | Oct 12 23:09:56.086 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.086 INFO kablam! | ^^^^^ Oct 12 23:09:56.086 INFO kablam! Oct 12 23:09:56.086 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:56.086 INFO kablam! --> src/game_state.rs:114:16 Oct 12 23:09:56.087 INFO kablam! | Oct 12 23:09:56.087 INFO kablam! 114 | if x < 0 || x >= BOARD_HEIGHT || y < 0 || y >= BOARD_WIDTH{ Oct 12 23:09:56.087 INFO kablam! | ^^^^^ Oct 12 23:09:56.087 INFO kablam! Oct 12 23:09:56.087 INFO kablam! warning: comparison is useless due to type limits Oct 12 23:09:56.087 INFO kablam! --> src/game_state.rs:114:46 Oct 12 23:09:56.087 INFO kablam! | Oct 12 23:09:56.087 INFO kablam! 114 | if x < 0 || x >= BOARD_HEIGHT || y < 0 || y >= BOARD_WIDTH{ Oct 12 23:09:56.087 INFO kablam! | ^^^^^ Oct 12 23:09:56.087 INFO kablam! Oct 12 23:09:56.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 12 23:09:56.602 INFO kablam! su: No module specific data is present Oct 12 23:09:57.587 INFO running `"docker" "rm" "-f" "add065c4302c77575276854742db107d814aa0f2b409dd2fd4a6f8253a7ffb6e"` Oct 12 23:09:57.812 INFO blam! add065c4302c77575276854742db107d814aa0f2b409dd2fd4a6f8253a7ffb6e Oct 12 23:09:57.821 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 23:09:58.191 INFO blam! f087f8ce78c8888c1d109c355681e806bb698a0e8a31d1b63d5c96ac520676f6 Oct 12 23:09:58.203 INFO running `"docker" "start" "-a" "f087f8ce78c8888c1d109c355681e806bb698a0e8a31d1b63d5c96ac520676f6"` Oct 12 23:09:59.226 INFO kablam! usermod: no changes Oct 12 23:09:59.300 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 23:09:59.324 INFO kablam! Running /target/debug/deps/connect_three-f6193ca67baa35c4 Oct 12 23:09:59.333 INFO kablam! su: No module specific data is present Oct 12 23:09:59.333 INFO blam! Oct 12 23:09:59.333 INFO blam! running 0 tests Oct 12 23:09:59.333 INFO blam! Oct 12 23:09:59.333 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:09:59.333 INFO blam! Oct 12 23:10:00.011 INFO running `"docker" "rm" "-f" "f087f8ce78c8888c1d109c355681e806bb698a0e8a31d1b63d5c96ac520676f6"` Oct 12 23:10:00.263 INFO blam! f087f8ce78c8888c1d109c355681e806bb698a0e8a31d1b63d5c96ac520676f6