Oct 13 05:09:48.049 INFO checking Crimack/snake.rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:09:48.049 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 05:09:48.457 INFO blam! 4e6cbb2988888fd6bea48a0b23c60d2333d81aa4f409dd5f429c70f96ec360e2 Oct 13 05:09:48.459 INFO running `"docker" "start" "-a" "4e6cbb2988888fd6bea48a0b23c60d2333d81aa4f409dd5f429c70f96ec360e2"` Oct 13 05:09:49.142 INFO kablam! usermod: no changes Oct 13 05:09:49.446 INFO kablam! Checking deflate v0.7.18 Oct 13 05:09:49.470 INFO kablam! Checking pistoncore-input v0.20.0 Oct 13 05:09:49.472 INFO kablam! Checking jpeg-decoder v0.1.14 Oct 13 05:09:52.948 INFO kablam! Checking png v0.11.0 Oct 13 05:09:55.612 INFO kablam! Checking image v0.18.0 Oct 13 05:09:56.949 INFO kablam! Checking pistoncore-window v0.31.0 Oct 13 05:09:59.876 INFO kablam! Checking pistoncore-event_loop v0.36.0 Oct 13 05:09:59.876 INFO kablam! Checking pistoncore-glutin_window v0.45.3 Oct 13 05:10:02.508 INFO kablam! Checking piston v0.36.0 Oct 13 05:10:05.481 INFO kablam! Checking piston2d-opengl_graphics v0.52.0 Oct 13 05:10:08.332 INFO kablam! Checking snake v0.1.0 (/source) Oct 13 05:10:12.998 INFO kablam! warning: unused import: `snake::Snake` Oct 13 05:10:12.998 INFO kablam! --> src/main.rs:20:5 Oct 13 05:10:12.998 INFO kablam! | Oct 13 05:10:12.999 INFO kablam! 20 | use snake::Snake; Oct 13 05:10:12.999 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:10:12.999 INFO kablam! | Oct 13 05:10:12.999 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:10:12.999 INFO kablam! Oct 13 05:10:13.124 INFO kablam! warning: unused variable: `args` Oct 13 05:10:13.124 INFO kablam! --> src/app.rs:94:30 Oct 13 05:10:13.124 INFO kablam! | Oct 13 05:10:13.124 INFO kablam! 94 | pub fn update(&mut self, args: &UpdateArgs) { Oct 13 05:10:13.128 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 13 05:10:13.129 INFO kablam! | Oct 13 05:10:13.129 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:10:13.129 INFO kablam! Oct 13 05:10:13.129 INFO kablam! warning: unused variable: `snake` Oct 13 05:10:13.129 INFO kablam! --> src/edibles.rs:23:23 Oct 13 05:10:13.129 INFO kablam! | Oct 13 05:10:13.129 INFO kablam! 23 | fn eat(&mut self, snake: &mut Snake) { Oct 13 05:10:13.129 INFO kablam! | ^^^^^ help: consider using `_snake` instead Oct 13 05:10:13.129 INFO kablam! Oct 13 05:10:13.129 INFO kablam! warning: unused variable: `snake` Oct 13 05:10:13.129 INFO kablam! --> src/edibles.rs:51:23 Oct 13 05:10:13.129 INFO kablam! | Oct 13 05:10:13.129 INFO kablam! 51 | fn eat(&mut self, snake: &mut Snake) { Oct 13 05:10:13.129 INFO kablam! | ^^^^^ help: consider using `_snake` instead Oct 13 05:10:13.129 INFO kablam! Oct 13 05:10:13.200 INFO kablam! warning: unused import: `snake::Snake` Oct 13 05:10:13.200 INFO kablam! --> src/main.rs:20:5 Oct 13 05:10:13.200 INFO kablam! | Oct 13 05:10:13.200 INFO kablam! 20 | use snake::Snake; Oct 13 05:10:13.201 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:10:13.201 INFO kablam! | Oct 13 05:10:13.201 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:10:13.201 INFO kablam! Oct 13 05:10:13.336 INFO kablam! warning: unused variable: `args` Oct 13 05:10:13.336 INFO kablam! --> src/app.rs:94:30 Oct 13 05:10:13.336 INFO kablam! | Oct 13 05:10:13.336 INFO kablam! 94 | pub fn update(&mut self, args: &UpdateArgs) { Oct 13 05:10:13.336 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 13 05:10:13.336 INFO kablam! | Oct 13 05:10:13.336 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:10:13.336 INFO kablam! Oct 13 05:10:13.336 INFO kablam! warning: unused variable: `snake` Oct 13 05:10:13.336 INFO kablam! --> src/edibles.rs:23:23 Oct 13 05:10:13.336 INFO kablam! | Oct 13 05:10:13.336 INFO kablam! 23 | fn eat(&mut self, snake: &mut Snake) { Oct 13 05:10:13.336 INFO kablam! | ^^^^^ help: consider using `_snake` instead Oct 13 05:10:13.336 INFO kablam! Oct 13 05:10:13.336 INFO kablam! warning: unused variable: `snake` Oct 13 05:10:13.336 INFO kablam! --> src/edibles.rs:51:23 Oct 13 05:10:13.337 INFO kablam! | Oct 13 05:10:13.337 INFO kablam! 51 | fn eat(&mut self, snake: &mut Snake) { Oct 13 05:10:13.337 INFO kablam! | ^^^^^ help: consider using `_snake` instead Oct 13 05:10:13.337 INFO kablam! Oct 13 05:10:13.417 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.24s Oct 13 05:10:13.426 INFO kablam! su: No module specific data is present Oct 13 05:10:13.890 INFO running `"docker" "rm" "-f" "4e6cbb2988888fd6bea48a0b23c60d2333d81aa4f409dd5f429c70f96ec360e2"` Oct 13 05:10:14.216 INFO blam! 4e6cbb2988888fd6bea48a0b23c60d2333d81aa4f409dd5f429c70f96ec360e2