Oct 13 03:35:01.150 INFO checking McGittyHub/snake-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 03:35:01.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 03:35:01.616 INFO blam! 8fcfdca9f5b895ae9db98c3c36bedd8def270fb6d60257004e0f6f7215d60fc1 Oct 13 03:35:01.624 INFO running `"docker" "start" "-a" "8fcfdca9f5b895ae9db98c3c36bedd8def270fb6d60257004e0f6f7215d60fc1"` Oct 13 03:35:03.475 INFO kablam! usermod: no changes Oct 13 03:35:03.888 INFO kablam! Checking png v0.9.0 Oct 13 03:35:03.893 INFO kablam! Checking pistoncore-input v0.19.0 Oct 13 03:35:03.907 INFO kablam! Checking wayland-window v0.7.0 Oct 13 03:35:05.636 INFO kablam! Checking winit v0.7.6 Oct 13 03:35:06.169 INFO kablam! Checking image v0.15.0 Oct 13 03:35:09.252 INFO kablam! Checking pistoncore-window v0.28.0 Oct 13 03:35:10.433 INFO kablam! Checking glutin v0.9.2 Oct 13 03:35:13.289 INFO kablam! Checking pistoncore-event_loop v0.33.0 Oct 13 03:35:13.948 INFO kablam! Checking piston-gfx_texture v0.26.0 Oct 13 03:35:15.577 INFO kablam! Checking piston v0.33.0 Oct 13 03:35:16.264 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Oct 13 03:35:18.825 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Oct 13 03:35:24.571 INFO kablam! Checking piston_window v0.70.0 Oct 13 03:35:28.767 INFO kablam! Checking snake-rs v0.1.0 (/source) Oct 13 03:35:35.931 INFO kablam! warning: unused variable: `point` Oct 13 03:35:35.931 INFO kablam! --> src/snake_logic.rs:106:17 Oct 13 03:35:35.932 INFO kablam! | Oct 13 03:35:35.933 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 13 03:35:35.934 INFO kablam! | ^^^^^ help: consider using `_point` instead Oct 13 03:35:35.934 INFO kablam! | Oct 13 03:35:35.935 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:35:35.935 INFO kablam! Oct 13 03:35:35.936 INFO kablam! warning: unused variable: `rect` Oct 13 03:35:35.937 INFO kablam! --> src/snake_logic.rs:106:31 Oct 13 03:35:35.937 INFO kablam! | Oct 13 03:35:35.938 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 13 03:35:35.938 INFO kablam! | ^^^^ help: consider using `_rect` instead Oct 13 03:35:35.939 INFO kablam! Oct 13 03:35:35.991 INFO kablam! warning: method is never used: `can_move` Oct 13 03:35:35.992 INFO kablam! --> src/snake_logic.rs:149:5 Oct 13 03:35:35.992 INFO kablam! | Oct 13 03:35:35.993 INFO kablam! 149 | pub fn can_move(&self, input_dir: Dir) -> bool { Oct 13 03:35:35.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:35:35.993 INFO kablam! | Oct 13 03:35:35.993 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:35:35.993 INFO kablam! Oct 13 03:35:36.592 INFO kablam! warning: unused variable: `point` Oct 13 03:35:36.592 INFO kablam! --> src/snake_logic.rs:106:17 Oct 13 03:35:36.592 INFO kablam! | Oct 13 03:35:36.592 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 13 03:35:36.592 INFO kablam! | ^^^^^ help: consider using `_point` instead Oct 13 03:35:36.592 INFO kablam! | Oct 13 03:35:36.594 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:35:36.594 INFO kablam! Oct 13 03:35:36.594 INFO kablam! warning: unused variable: `rect` Oct 13 03:35:36.594 INFO kablam! --> src/snake_logic.rs:106:31 Oct 13 03:35:36.594 INFO kablam! | Oct 13 03:35:36.594 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 13 03:35:36.594 INFO kablam! | ^^^^ help: consider using `_rect` instead Oct 13 03:35:36.594 INFO kablam! Oct 13 03:35:36.621 INFO kablam! warning: method is never used: `can_move` Oct 13 03:35:36.621 INFO kablam! --> src/snake_logic.rs:149:5 Oct 13 03:35:36.621 INFO kablam! | Oct 13 03:35:36.621 INFO kablam! 149 | pub fn can_move(&self, input_dir: Dir) -> bool { Oct 13 03:35:36.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:35:36.621 INFO kablam! | Oct 13 03:35:36.621 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:35:36.621 INFO kablam! Oct 13 03:35:36.676 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.17s Oct 13 03:35:36.701 INFO kablam! su: No module specific data is present Oct 13 03:35:38.104 INFO running `"docker" "rm" "-f" "8fcfdca9f5b895ae9db98c3c36bedd8def270fb6d60257004e0f6f7215d60fc1"` Oct 13 03:35:38.496 INFO blam! 8fcfdca9f5b895ae9db98c3c36bedd8def270fb6d60257004e0f6f7215d60fc1