Oct 13 01:47:54.349 INFO checking abhinavmuta/rsmario against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 01:47:54.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 01:47:54.746 INFO blam! b39f2e029808c14097bfe37cd6467a258668e5684f5b356a4a01f4c6ae1604dd Oct 13 01:47:54.746 INFO running `"docker" "start" "-a" "b39f2e029808c14097bfe37cd6467a258668e5684f5b356a4a01f4c6ae1604dd"` Oct 13 01:47:56.148 INFO kablam! usermod: no changes Oct 13 01:47:56.536 INFO kablam! Compiling itertools v0.5.10 Oct 13 01:47:56.536 INFO kablam! Checking arrayvec v0.4.5 Oct 13 01:47:56.560 INFO kablam! Checking pistoncore-input v0.20.0 Oct 13 01:47:59.326 INFO kablam! Checking rusttype v0.2.3 Oct 13 01:48:01.267 INFO kablam! Compiling derivative v1.0.0 Oct 13 01:48:02.949 INFO kablam! Checking pistoncore-window v0.30.0 Oct 13 01:48:04.020 INFO kablam! Checking piston2d-graphics v0.23.0 Oct 13 01:48:04.793 INFO kablam! Checking pistoncore-event_loop v0.35.0 Oct 13 01:48:04.794 INFO kablam! Checking pistoncore-glutin_window v0.42.0 Oct 13 01:48:08.152 INFO kablam! Checking piston v0.35.0 Oct 13 01:48:09.392 INFO kablam! Checking piston2d-opengl_graphics v0.49.0 Oct 13 01:48:16.648 INFO kablam! Checking gfx_core v0.7.2 Oct 13 01:48:44.820 INFO kablam! Checking gfx v0.16.1 Oct 13 01:48:44.820 INFO kablam! Checking gfx_device_gl v0.14.4 Oct 13 01:48:52.809 INFO kablam! Checking piston-gfx_texture v0.29.0 Oct 13 01:48:55.312 INFO kablam! Checking piston2d-gfx_graphics v0.46.0 Oct 13 01:48:59.135 INFO kablam! Checking piston_window v0.73.0 Oct 13 01:49:01.998 INFO kablam! Checking rsmario v0.1.0 (/source) Oct 13 01:49:05.990 INFO kablam! warning: unused variable: `gl` Oct 13 01:49:05.990 INFO kablam! --> src/main.rs:18:13 Oct 13 01:49:05.990 INFO kablam! | Oct 13 01:49:05.990 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 13 01:49:05.990 INFO kablam! | ^^ help: consider using `_gl` instead Oct 13 01:49:05.990 INFO kablam! | Oct 13 01:49:05.990 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:49:05.991 INFO kablam! Oct 13 01:49:05.992 INFO kablam! warning: variable does not need to be mutable Oct 13 01:49:05.992 INFO kablam! --> src/main.rs:18:9 Oct 13 01:49:05.992 INFO kablam! | Oct 13 01:49:05.992 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 13 01:49:05.992 INFO kablam! | ----^^ Oct 13 01:49:05.992 INFO kablam! | | Oct 13 01:49:05.992 INFO kablam! | help: remove this `mut` Oct 13 01:49:05.992 INFO kablam! | Oct 13 01:49:05.992 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:49:05.992 INFO kablam! Oct 13 01:49:05.997 INFO kablam! warning: unused variable: `gl` Oct 13 01:49:05.997 INFO kablam! --> src/main.rs:18:13 Oct 13 01:49:05.997 INFO kablam! | Oct 13 01:49:05.997 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 13 01:49:05.997 INFO kablam! | ^^ help: consider using `_gl` instead Oct 13 01:49:05.997 INFO kablam! | Oct 13 01:49:05.997 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:49:05.997 INFO kablam! Oct 13 01:49:05.999 INFO kablam! warning: variable does not need to be mutable Oct 13 01:49:05.999 INFO kablam! --> src/main.rs:18:9 Oct 13 01:49:05.999 INFO kablam! | Oct 13 01:49:05.999 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 13 01:49:05.999 INFO kablam! | ----^^ Oct 13 01:49:05.999 INFO kablam! | | Oct 13 01:49:05.999 INFO kablam! | help: remove this `mut` Oct 13 01:49:05.999 INFO kablam! | Oct 13 01:49:05.999 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:49:05.999 INFO kablam! Oct 13 01:49:06.030 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 13 01:49:06.052 INFO kablam! su: No module specific data is present Oct 13 01:49:07.284 INFO running `"docker" "rm" "-f" "b39f2e029808c14097bfe37cd6467a258668e5684f5b356a4a01f4c6ae1604dd"` Oct 13 01:49:07.600 INFO blam! b39f2e029808c14097bfe37cd6467a258668e5684f5b356a4a01f4c6ae1604dd