Oct 13 01:47:42.086 INFO checking abomb4/rust-five against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 01:47:42.086 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 01:47:43.100 INFO blam! b152d319919daef15a39233d10895f9bd9ec6fe382fda6ea5bb04d01c9a72c3c Oct 13 01:47:43.104 INFO running `"docker" "start" "-a" "b152d319919daef15a39233d10895f9bd9ec6fe382fda6ea5bb04d01c9a72c3c"` Oct 13 01:47:44.428 INFO kablam! usermod: no changes Oct 13 01:47:44.532 INFO kablam! Checking rust-five v0.1.0 (/source) Oct 13 01:47:45.397 INFO kablam! warning: unused variable: `board` Oct 13 01:47:45.397 INFO kablam! --> src/game/ai/easyai.rs:19:27 Oct 13 01:47:45.397 INFO kablam! | Oct 13 01:47:45.397 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 13 01:47:45.397 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 13 01:47:45.397 INFO kablam! | Oct 13 01:47:45.397 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:47:45.397 INFO kablam! Oct 13 01:47:45.397 INFO kablam! warning: unused variable: `last_x` Oct 13 01:47:45.397 INFO kablam! --> src/game/ai/easyai.rs:19:42 Oct 13 01:47:45.397 INFO kablam! | Oct 13 01:47:45.397 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 13 01:47:45.397 INFO kablam! | ^^^^^^ help: consider using `_last_x` instead Oct 13 01:47:45.397 INFO kablam! Oct 13 01:47:45.397 INFO kablam! warning: unused variable: `last_y` Oct 13 01:47:45.397 INFO kablam! --> src/game/ai/easyai.rs:19:57 Oct 13 01:47:45.397 INFO kablam! | Oct 13 01:47:45.397 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 13 01:47:45.397 INFO kablam! | ^^^^^^ help: consider using `_last_y` instead Oct 13 01:47:45.397 INFO kablam! Oct 13 01:47:45.461 INFO kablam! warning: field is never used: `ai` Oct 13 01:47:45.461 INFO kablam! --> src/game/mod.rs:98:5 Oct 13 01:47:45.461 INFO kablam! | Oct 13 01:47:45.461 INFO kablam! 98 | ai: Option>, Oct 13 01:47:45.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:47:45.461 INFO kablam! | Oct 13 01:47:45.461 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:47:45.461 INFO kablam! Oct 13 01:47:45.461 INFO kablam! warning: field is never used: `players` Oct 13 01:47:45.461 INFO kablam! --> src/game/mod.rs:99:5 Oct 13 01:47:45.461 INFO kablam! | Oct 13 01:47:45.461 INFO kablam! 99 | players: [Box; 2], Oct 13 01:47:45.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:47:45.461 INFO kablam! Oct 13 01:47:45.598 INFO kablam! warning: unused variable: `board` Oct 13 01:47:45.598 INFO kablam! --> src/game/ai/easyai.rs:19:27 Oct 13 01:47:45.598 INFO kablam! | Oct 13 01:47:45.598 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 13 01:47:45.598 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 13 01:47:45.598 INFO kablam! | Oct 13 01:47:45.598 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:47:45.598 INFO kablam! Oct 13 01:47:45.598 INFO kablam! warning: unused variable: `last_x` Oct 13 01:47:45.598 INFO kablam! --> src/game/ai/easyai.rs:19:42 Oct 13 01:47:45.598 INFO kablam! | Oct 13 01:47:45.598 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 13 01:47:45.598 INFO kablam! | ^^^^^^ help: consider using `_last_x` instead Oct 13 01:47:45.599 INFO kablam! Oct 13 01:47:45.599 INFO kablam! warning: unused variable: `last_y` Oct 13 01:47:45.599 INFO kablam! --> src/game/ai/easyai.rs:19:57 Oct 13 01:47:45.599 INFO kablam! | Oct 13 01:47:45.599 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 13 01:47:45.599 INFO kablam! | ^^^^^^ help: consider using `_last_y` instead Oct 13 01:47:45.599 INFO kablam! Oct 13 01:47:45.619 INFO kablam! warning: field is never used: `ai` Oct 13 01:47:45.619 INFO kablam! --> src/game/mod.rs:98:5 Oct 13 01:47:45.619 INFO kablam! | Oct 13 01:47:45.619 INFO kablam! 98 | ai: Option>, Oct 13 01:47:45.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:47:45.619 INFO kablam! | Oct 13 01:47:45.619 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:47:45.619 INFO kablam! Oct 13 01:47:45.619 INFO kablam! warning: field is never used: `players` Oct 13 01:47:45.619 INFO kablam! --> src/game/mod.rs:99:5 Oct 13 01:47:45.619 INFO kablam! | Oct 13 01:47:45.619 INFO kablam! 99 | players: [Box; 2], Oct 13 01:47:45.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:47:45.619 INFO kablam! Oct 13 01:47:45.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 13 01:47:45.660 INFO kablam! su: No module specific data is present Oct 13 01:47:46.456 INFO running `"docker" "rm" "-f" "b152d319919daef15a39233d10895f9bd9ec6fe382fda6ea5bb04d01c9a72c3c"` Oct 13 01:47:46.728 INFO blam! b152d319919daef15a39233d10895f9bd9ec6fe382fda6ea5bb04d01c9a72c3c