Oct 21 13:44:15.005 INFO checking simonmnash/RustChess against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:44:15.006 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 21 13:44:15.469 INFO blam! 2549adb9b8a78ea6f4224f22705f069a910c07ad6005812af0f09df286624761 Oct 21 13:44:15.471 INFO running `"docker" "start" "-a" "2549adb9b8a78ea6f4224f22705f069a910c07ad6005812af0f09df286624761"` Oct 21 13:44:17.181 INFO kablam! usermod: no changes Oct 21 13:44:17.468 INFO kablam! Checking odds v0.2.25 Oct 21 13:44:17.468 INFO kablam! Checking linked-hash-map v0.0.10 Oct 21 13:44:17.470 INFO kablam! Compiling x11-dl v2.14.0 Oct 21 13:44:17.471 INFO kablam! Checking vecmath v0.3.0 Oct 21 13:44:17.471 INFO kablam! Checking deflate v0.7.14 Oct 21 13:44:17.476 INFO kablam! Checking pistoncore-input v0.18.0 Oct 21 13:44:17.476 INFO kablam! Compiling gl v0.6.3 Oct 21 13:44:20.760 INFO kablam! Checking piston2d-graphics v0.21.1 Oct 21 13:44:21.840 INFO kablam! Checking nodrop v0.1.9 Oct 21 13:44:23.061 INFO kablam! Checking arrayvec v0.3.23 Oct 21 13:44:23.309 INFO kablam! Checking png v0.9.0 Oct 21 13:44:24.900 INFO kablam! Checking rusttype v0.2.1 Oct 21 13:44:25.320 INFO kablam! Checking pistoncore-window v0.27.0 Oct 21 13:44:26.616 INFO kablam! Checking pistoncore-event_loop v0.32.0 Oct 21 13:44:26.792 INFO kablam! Checking image v0.15.0 Oct 21 13:44:27.385 INFO kablam! Checking piston v0.32.0 Oct 21 13:44:30.056 INFO kablam! Checking winit v0.7.5 Oct 21 13:44:33.082 INFO kablam! Checking glutin v0.9.2 Oct 21 13:44:37.828 INFO kablam! Checking pistoncore-glutin_window v0.38.0 Oct 21 13:44:37.828 INFO kablam! Checking piston2d-opengl_graphics v0.46.0 Oct 21 13:44:39.451 INFO kablam! Checking chess v0.1.0 (/source) Oct 21 13:44:40.700 INFO kablam! warning: unused variable: `tile_ownership` Oct 21 13:44:40.700 INFO kablam! --> src/gameboard_controller.rs:60:21 Oct 21 13:44:40.700 INFO kablam! | Oct 21 13:44:40.700 INFO kablam! 60 | let tile_ownership = self.gameboard.check_tile_ownership([cell_x, cell_y]); Oct 21 13:44:40.700 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_tile_ownership` instead Oct 21 13:44:40.700 INFO kablam! | Oct 21 13:44:40.700 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:44:40.700 INFO kablam! Oct 21 13:44:40.748 INFO kablam! warning: variable `A` should have a snake case name such as `a` Oct 21 13:44:40.749 INFO kablam! --> src/gameboard_controller.rs:49:42 Oct 21 13:44:40.749 INFO kablam! | Oct 21 13:44:40.750 INFO kablam! 49 | if let Some (A) = self.selected_cell{ Oct 21 13:44:40.750 INFO kablam! | ^ Oct 21 13:44:40.750 INFO kablam! | Oct 21 13:44:40.751 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 13:44:40.751 INFO kablam! Oct 21 13:44:41.017 INFO kablam! warning: unused variable: `tile_ownership` Oct 21 13:44:41.017 INFO kablam! --> src/gameboard_controller.rs:60:21 Oct 21 13:44:41.018 INFO kablam! | Oct 21 13:44:41.018 INFO kablam! 60 | let tile_ownership = self.gameboard.check_tile_ownership([cell_x, cell_y]); Oct 21 13:44:41.018 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_tile_ownership` instead Oct 21 13:44:41.019 INFO kablam! | Oct 21 13:44:41.019 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:44:41.019 INFO kablam! Oct 21 13:44:41.049 INFO kablam! warning: variable `A` should have a snake case name such as `a` Oct 21 13:44:41.049 INFO kablam! --> src/gameboard_controller.rs:49:42 Oct 21 13:44:41.050 INFO kablam! | Oct 21 13:44:41.050 INFO kablam! 49 | if let Some (A) = self.selected_cell{ Oct 21 13:44:41.050 INFO kablam! | ^ Oct 21 13:44:41.051 INFO kablam! | Oct 21 13:44:41.051 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 13:44:41.051 INFO kablam! Oct 21 13:44:41.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.87s Oct 21 13:44:41.091 INFO kablam! su: No module specific data is present Oct 21 13:44:41.929 INFO running `"docker" "rm" "-f" "2549adb9b8a78ea6f4224f22705f069a910c07ad6005812af0f09df286624761"` Oct 21 13:44:42.280 INFO blam! 2549adb9b8a78ea6f4224f22705f069a910c07ad6005812af0f09df286624761