Oct 12 13:39:13.618 INFO checking simonmnash/RustChess against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 13:39:13.620 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 13:39:14.034 INFO blam! 46ecd8d55eb24d88412ecb7dcd739ff666054208910a2e4b0a0b4eff47cc49c1 Oct 12 13:39:14.036 INFO running `"docker" "start" "-a" "46ecd8d55eb24d88412ecb7dcd739ff666054208910a2e4b0a0b4eff47cc49c1"` Oct 12 13:39:15.527 INFO kablam! usermod: no changes Oct 12 13:39:15.860 INFO kablam! Compiling libc v0.2.29 Oct 12 13:39:15.876 INFO kablam! Checking either v1.1.0 Oct 12 13:39:15.893 INFO kablam! Checking adler32 v1.0.0 Oct 12 13:39:15.896 INFO kablam! Compiling serde_json v0.9.10 Oct 12 13:39:15.899 INFO kablam! Checking shared_library v0.1.7 Oct 12 13:39:15.902 INFO kablam! Checking vecmath v0.3.0 Oct 12 13:39:15.908 INFO kablam! Compiling wayland-scanner v0.9.9 Oct 12 13:39:15.909 INFO kablam! Checking tempfile v2.1.6 Oct 12 13:39:17.444 INFO kablam! Checking pistoncore-input v0.18.0 Oct 12 13:39:17.640 INFO kablam! Checking x11-dl v2.14.0 Oct 12 13:39:17.748 INFO kablam! Checking osmesa-sys v0.1.2 Oct 12 13:39:18.672 INFO kablam! Checking deflate v0.7.14 Oct 12 13:39:19.692 INFO kablam! Checking rusttype v0.2.1 Oct 12 13:39:20.596 INFO kablam! Checking fs2 v0.2.5 Oct 12 13:39:21.178 INFO kablam! Checking coco v0.1.1 Oct 12 13:39:21.810 INFO kablam! Checking piston2d-graphics v0.21.1 Oct 12 13:39:23.920 INFO kablam! Checking memmap v0.4.0 Oct 12 13:39:24.026 INFO kablam! Compiling rand v0.3.16 Oct 12 13:39:24.881 INFO kablam! Checking png v0.9.0 Oct 12 13:39:26.744 INFO kablam! Compiling wayland-client v0.9.9 Oct 12 13:39:28.004 INFO kablam! Checking rayon-core v1.2.1 Oct 12 13:39:33.999 INFO kablam! Checking rayon v0.8.2 Oct 12 13:39:33.999 INFO kablam! Checking pistoncore-window v0.27.0 Oct 12 13:39:36.181 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 13:39:36.250 INFO kablam! Checking pistoncore-event_loop v0.32.0 Oct 12 13:39:36.976 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 13:39:37.824 INFO kablam! Checking piston v0.32.0 Oct 12 13:39:38.112 INFO kablam! Compiling target_build_utils v0.3.1 Oct 12 13:39:42.990 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 12 13:39:45.820 INFO kablam! Checking image v0.15.0 Oct 12 13:39:55.093 INFO kablam! Checking piston2d-opengl_graphics v0.46.0 Oct 12 13:39:58.724 INFO kablam! Compiling libloading v0.3.4 Oct 12 13:40:01.282 INFO kablam! Checking dlib v0.3.1 Oct 12 13:40:01.598 INFO kablam! Checking wayland-sys v0.9.9 Oct 12 13:40:03.816 INFO kablam! Checking wayland-window v0.6.1 Oct 12 13:40:03.818 INFO kablam! Checking wayland-kbd v0.9.1 Oct 12 13:40:05.303 INFO kablam! Checking winit v0.7.5 Oct 12 13:40:07.108 INFO kablam! Checking glutin v0.9.2 Oct 12 13:40:08.674 INFO kablam! Checking pistoncore-glutin_window v0.38.0 Oct 12 13:40:09.402 INFO kablam! Checking chess v0.1.0 (/source) Oct 12 13:40:11.436 INFO kablam! warning: unused variable: `tile_ownership` Oct 12 13:40:11.437 INFO kablam! --> src/gameboard_controller.rs:60:21 Oct 12 13:40:11.438 INFO kablam! | Oct 12 13:40:11.438 INFO kablam! 60 | let tile_ownership = self.gameboard.check_tile_ownership([cell_x, cell_y]); Oct 12 13:40:11.439 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_tile_ownership` instead Oct 12 13:40:11.452 INFO kablam! | Oct 12 13:40:11.453 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 13:40:11.454 INFO kablam! Oct 12 13:40:11.520 INFO kablam! warning: variable `A` should have a snake case name such as `a` Oct 12 13:40:11.520 INFO kablam! --> src/gameboard_controller.rs:49:42 Oct 12 13:40:11.520 INFO kablam! | Oct 12 13:40:11.520 INFO kablam! 49 | if let Some (A) = self.selected_cell{ Oct 12 13:40:11.521 INFO kablam! | ^ Oct 12 13:40:11.521 INFO kablam! | Oct 12 13:40:11.521 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 13:40:11.522 INFO kablam! Oct 12 13:40:11.638 INFO kablam! warning: unused variable: `tile_ownership` Oct 12 13:40:11.638 INFO kablam! --> src/gameboard_controller.rs:60:21 Oct 12 13:40:11.639 INFO kablam! | Oct 12 13:40:11.639 INFO kablam! 60 | let tile_ownership = self.gameboard.check_tile_ownership([cell_x, cell_y]); Oct 12 13:40:11.639 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_tile_ownership` instead Oct 12 13:40:11.639 INFO kablam! | Oct 12 13:40:11.639 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 13:40:11.639 INFO kablam! Oct 12 13:40:11.666 INFO kablam! warning: variable `A` should have a snake case name such as `a` Oct 12 13:40:11.666 INFO kablam! --> src/gameboard_controller.rs:49:42 Oct 12 13:40:11.666 INFO kablam! | Oct 12 13:40:11.666 INFO kablam! 49 | if let Some (A) = self.selected_cell{ Oct 12 13:40:11.666 INFO kablam! | ^ Oct 12 13:40:11.666 INFO kablam! | Oct 12 13:40:11.666 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 13:40:11.668 INFO kablam! Oct 12 13:40:11.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.16s Oct 12 13:40:11.741 INFO kablam! su: No module specific data is present Oct 12 13:40:13.102 INFO running `"docker" "rm" "-f" "46ecd8d55eb24d88412ecb7dcd739ff666054208910a2e4b0a0b4eff47cc49c1"` Oct 12 13:40:13.560 INFO blam! 46ecd8d55eb24d88412ecb7dcd739ff666054208910a2e4b0a0b4eff47cc49c1