Oct 27 10:42:14.744 INFO checking McGittyHub/snake-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:42:14.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 10:42:15.112 INFO blam! 3144a918c95ee15d0d14d54d08fc651f3eee3fc7ec9bd9c60cc4c257ff182ffb Oct 27 10:42:15.115 INFO running `"docker" "start" "-a" "3144a918c95ee15d0d14d54d08fc651f3eee3fc7ec9bd9c60cc4c257ff182ffb"` Oct 27 10:42:16.879 INFO kablam! usermod: no changes Oct 27 10:42:17.330 INFO kablam! Checking png v0.9.0 Oct 27 10:42:17.335 INFO kablam! Checking pistoncore-input v0.19.0 Oct 27 10:42:17.359 INFO kablam! Checking wayland-window v0.7.0 Oct 27 10:42:19.345 INFO kablam! Checking winit v0.7.6 Oct 27 10:42:19.871 INFO kablam! Checking image v0.15.0 Oct 27 10:42:22.236 INFO kablam! Checking pistoncore-window v0.28.0 Oct 27 10:42:22.927 INFO kablam! Checking glutin v0.9.2 Oct 27 10:42:25.235 INFO kablam! Checking pistoncore-event_loop v0.33.0 Oct 27 10:42:25.783 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Oct 27 10:42:27.007 INFO kablam! Checking piston v0.33.0 Oct 27 10:42:28.519 INFO kablam! Checking piston-gfx_texture v0.26.0 Oct 27 10:42:31.947 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Oct 27 10:42:36.259 INFO kablam! Checking piston_window v0.70.0 Oct 27 10:42:40.328 INFO kablam! Checking snake-rs v0.1.0 (/source) Oct 27 10:42:47.815 INFO kablam! warning: unused variable: `point` Oct 27 10:42:47.815 INFO kablam! --> src/snake_logic.rs:106:17 Oct 27 10:42:47.816 INFO kablam! | Oct 27 10:42:47.817 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 27 10:42:47.817 INFO kablam! | ^^^^^ help: consider using `_point` instead Oct 27 10:42:47.818 INFO kablam! | Oct 27 10:42:47.818 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:42:47.819 INFO kablam! Oct 27 10:42:47.819 INFO kablam! warning: unused variable: `rect` Oct 27 10:42:47.820 INFO kablam! --> src/snake_logic.rs:106:31 Oct 27 10:42:47.820 INFO kablam! | Oct 27 10:42:47.821 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 27 10:42:47.821 INFO kablam! | ^^^^ help: consider using `_rect` instead Oct 27 10:42:47.822 INFO kablam! Oct 27 10:42:47.872 INFO kablam! warning: method is never used: `can_move` Oct 27 10:42:47.872 INFO kablam! --> src/snake_logic.rs:149:5 Oct 27 10:42:47.873 INFO kablam! | Oct 27 10:42:47.873 INFO kablam! 149 | pub fn can_move(&self, input_dir: Dir) -> bool { Oct 27 10:42:47.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:42:47.874 INFO kablam! | Oct 27 10:42:47.875 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:42:47.876 INFO kablam! Oct 27 10:42:48.311 INFO kablam! warning: unused variable: `point` Oct 27 10:42:48.311 INFO kablam! --> src/snake_logic.rs:106:17 Oct 27 10:42:48.311 INFO kablam! | Oct 27 10:42:48.311 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 27 10:42:48.311 INFO kablam! | ^^^^^ help: consider using `_point` instead Oct 27 10:42:48.311 INFO kablam! | Oct 27 10:42:48.311 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:42:48.311 INFO kablam! Oct 27 10:42:48.311 INFO kablam! warning: unused variable: `rect` Oct 27 10:42:48.311 INFO kablam! --> src/snake_logic.rs:106:31 Oct 27 10:42:48.311 INFO kablam! | Oct 27 10:42:48.311 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 27 10:42:48.311 INFO kablam! | ^^^^ help: consider using `_rect` instead Oct 27 10:42:48.311 INFO kablam! Oct 27 10:42:48.343 INFO kablam! warning: method is never used: `can_move` Oct 27 10:42:48.343 INFO kablam! --> src/snake_logic.rs:149:5 Oct 27 10:42:48.343 INFO kablam! | Oct 27 10:42:48.343 INFO kablam! 149 | pub fn can_move(&self, input_dir: Dir) -> bool { Oct 27 10:42:48.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:42:48.343 INFO kablam! | Oct 27 10:42:48.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:42:48.343 INFO kablam! Oct 27 10:42:48.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.49s Oct 27 10:42:48.404 INFO kablam! su: No module specific data is present Oct 27 10:42:49.769 INFO running `"docker" "rm" "-f" "3144a918c95ee15d0d14d54d08fc651f3eee3fc7ec9bd9c60cc4c257ff182ffb"` Oct 27 10:42:50.091 INFO blam! 3144a918c95ee15d0d14d54d08fc651f3eee3fc7ec9bd9c60cc4c257ff182ffb