Oct 26 17:29:38.356 INFO checking yogaxpto/tic-tac-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 17:29:38.358 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 17:29:38.807 INFO blam! 6be2685074ebc5d8d4d0f59e57e7cac9c441fb2e3d77bc4e0174ad7ca35cdeb3 Oct 26 17:29:38.810 INFO running `"docker" "start" "-a" "6be2685074ebc5d8d4d0f59e57e7cac9c441fb2e3d77bc4e0174ad7ca35cdeb3"` Oct 26 17:29:40.966 INFO kablam! usermod: no changes Oct 26 17:29:41.019 INFO kablam! Checking tic-tac-rust v0.1.0 (/source) Oct 26 17:29:41.523 INFO kablam! warning: unused variable: `bot_symbol` Oct 26 17:29:41.524 INFO kablam! --> src/main.rs:202:9 Oct 26 17:29:41.525 INFO kablam! | Oct 26 17:29:41.525 INFO kablam! 202 | let bot_symbol: State = State::opponent_symbol(player_symbol); Oct 26 17:29:41.526 INFO kablam! | ^^^^^^^^^^ help: consider using `_bot_symbol` instead Oct 26 17:29:41.527 INFO kablam! | Oct 26 17:29:41.527 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:29:41.528 INFO kablam! Oct 26 17:29:41.529 INFO kablam! warning: unused variable: `strategy` Oct 26 17:29:41.529 INFO kablam! --> src/main.rs:169:28 Oct 26 17:29:41.530 INFO kablam! | Oct 26 17:29:41.535 INFO kablam! 169 | pub fn bot_play(&self, strategy: Strategy) { Oct 26 17:29:41.535 INFO kablam! | ^^^^^^^^ help: consider using `_strategy` instead Oct 26 17:29:41.535 INFO kablam! Oct 26 17:29:41.549 INFO kablam! warning: method is never used: `child` Oct 26 17:29:41.549 INFO kablam! --> src/main.rs:112:5 Oct 26 17:29:41.549 INFO kablam! | Oct 26 17:29:41.549 INFO kablam! 112 | pub fn child(&mut self, symbol: State, row: usize, col: usize, player: State) -> Node { Oct 26 17:29:41.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:29:41.559 INFO kablam! | Oct 26 17:29:41.559 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:29:41.559 INFO kablam! Oct 26 17:29:41.560 INFO kablam! warning: unused variable: `bot_symbol` Oct 26 17:29:41.560 INFO kablam! --> src/main.rs:202:9 Oct 26 17:29:41.560 INFO kablam! | Oct 26 17:29:41.560 INFO kablam! 202 | let bot_symbol: State = State::opponent_symbol(player_symbol); Oct 26 17:29:41.560 INFO kablam! | ^^^^^^^^^^ help: consider using `_bot_symbol` instead Oct 26 17:29:41.561 INFO kablam! | Oct 26 17:29:41.561 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:29:41.561 INFO kablam! Oct 26 17:29:41.567 INFO kablam! warning: unused variable: `strategy` Oct 26 17:29:41.567 INFO kablam! --> src/main.rs:169:28 Oct 26 17:29:41.567 INFO kablam! | Oct 26 17:29:41.567 INFO kablam! 169 | pub fn bot_play(&self, strategy: Strategy) { Oct 26 17:29:41.567 INFO kablam! | ^^^^^^^^ help: consider using `_strategy` instead Oct 26 17:29:41.567 INFO kablam! Oct 26 17:29:41.569 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:29:41.569 INFO kablam! --> src/main.rs:182:5 Oct 26 17:29:41.569 INFO kablam! | Oct 26 17:29:41.569 INFO kablam! 182 | io.lock().read_line(&mut stdin); Oct 26 17:29:41.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:29:41.569 INFO kablam! | Oct 26 17:29:41.570 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:29:41.570 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:29:41.570 INFO kablam! Oct 26 17:29:41.619 INFO kablam! warning: method is never used: `child` Oct 26 17:29:41.619 INFO kablam! --> src/main.rs:112:5 Oct 26 17:29:41.619 INFO kablam! | Oct 26 17:29:41.619 INFO kablam! 112 | pub fn child(&mut self, symbol: State, row: usize, col: usize, player: State) -> Node { Oct 26 17:29:41.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:29:41.619 INFO kablam! | Oct 26 17:29:41.619 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:29:41.619 INFO kablam! Oct 26 17:29:41.647 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:29:41.647 INFO kablam! --> src/main.rs:182:5 Oct 26 17:29:41.647 INFO kablam! | Oct 26 17:29:41.647 INFO kablam! 182 | io.lock().read_line(&mut stdin); Oct 26 17:29:41.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:29:41.647 INFO kablam! | Oct 26 17:29:41.647 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:29:41.647 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:29:41.647 INFO kablam! Oct 26 17:29:41.678 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 26 17:29:41.681 INFO kablam! su: No module specific data is present Oct 26 17:29:43.194 INFO running `"docker" "rm" "-f" "6be2685074ebc5d8d4d0f59e57e7cac9c441fb2e3d77bc4e0174ad7ca35cdeb3"` Oct 26 17:29:43.503 INFO blam! 6be2685074ebc5d8d4d0f59e57e7cac9c441fb2e3d77bc4e0174ad7ca35cdeb3