Oct 21 20:03:31.010 INFO checking abhinavmuta/rsmario against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:03:31.011 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 20:03:31.506 INFO blam! 5d2d4e98e1e6438dd20ced72f3e5d8fd0f45095865d4aeea0664dfd32f67aae1 Oct 21 20:03:31.508 INFO running `"docker" "start" "-a" "5d2d4e98e1e6438dd20ced72f3e5d8fd0f45095865d4aeea0664dfd32f67aae1"` Oct 21 20:03:32.852 INFO kablam! usermod: no changes Oct 21 20:03:33.203 INFO kablam! Compiling rand v0.3.17 Oct 21 20:03:33.208 INFO kablam! Checking shared_library v0.1.7 Oct 21 20:03:33.210 INFO kablam! Compiling itertools v0.5.10 Oct 21 20:03:33.212 INFO kablam! Checking arrayvec v0.4.5 Oct 21 20:03:33.214 INFO kablam! Checking tempfile v2.2.0 Oct 21 20:03:33.215 INFO kablam! Checking rayon-core v1.2.1 Oct 21 20:03:33.220 INFO kablam! Checking x11-dl v2.16.0 Oct 21 20:03:35.672 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 20:03:36.912 INFO kablam! Checking rusttype v0.2.3 Oct 21 20:03:37.139 INFO kablam! Checking rayon v0.8.2 Oct 21 20:03:40.072 INFO kablam! Compiling phf_generator v0.7.21 Oct 21 20:03:41.188 INFO kablam! Compiling phf_codegen v0.7.21 Oct 21 20:03:41.289 INFO kablam! Compiling derivative v1.0.0 Oct 21 20:03:42.840 INFO kablam! Checking piston2d-graphics v0.23.0 Oct 21 20:03:43.488 INFO kablam! Compiling target_build_utils v0.3.1 Oct 21 20:03:45.683 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 21 20:03:48.872 INFO kablam! Checking image v0.17.0 Oct 21 20:03:56.204 INFO kablam! Checking gfx_core v0.7.2 Oct 21 20:03:58.202 INFO kablam! Checking piston2d-opengl_graphics v0.49.0 Oct 21 20:04:04.640 INFO kablam! Compiling libloading v0.3.4 Oct 21 20:04:07.884 INFO kablam! Checking dlib v0.3.1 Oct 21 20:04:08.296 INFO kablam! Checking wayland-sys v0.9.10 Oct 21 20:04:08.976 INFO kablam! Checking wayland-client v0.9.10 Oct 21 20:04:11.217 INFO kablam! Checking wayland-protocols v0.9.10 Oct 21 20:04:11.217 INFO kablam! Checking wayland-kbd v0.9.1 Oct 21 20:04:13.777 INFO kablam! Checking wayland-window v0.8.0 Oct 21 20:04:14.973 INFO kablam! Checking winit v0.8.3 Oct 21 20:04:17.538 INFO kablam! Checking glutin v0.10.0 Oct 21 20:04:19.525 INFO kablam! Checking pistoncore-glutin_window v0.42.0 Oct 21 20:04:31.632 INFO kablam! Checking gfx v0.16.1 Oct 21 20:04:31.632 INFO kablam! Checking gfx_device_gl v0.14.4 Oct 21 20:04:40.028 INFO kablam! Checking piston-gfx_texture v0.29.0 Oct 21 20:04:42.478 INFO kablam! Checking piston2d-gfx_graphics v0.46.0 Oct 21 20:04:46.637 INFO kablam! Checking piston_window v0.73.0 Oct 21 20:04:50.851 INFO kablam! Checking rsmario v0.1.0 (/source) Oct 21 20:04:57.022 INFO kablam! warning: unused variable: `gl` Oct 21 20:04:57.022 INFO kablam! --> src/main.rs:18:13 Oct 21 20:04:57.022 INFO kablam! | Oct 21 20:04:57.023 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 21 20:04:57.023 INFO kablam! | ^^ help: consider using `_gl` instead Oct 21 20:04:57.023 INFO kablam! | Oct 21 20:04:57.024 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:04:57.024 INFO kablam! Oct 21 20:04:57.024 INFO kablam! warning: variable does not need to be mutable Oct 21 20:04:57.024 INFO kablam! --> src/main.rs:18:9 Oct 21 20:04:57.025 INFO kablam! | Oct 21 20:04:57.025 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 21 20:04:57.025 INFO kablam! | ----^^ Oct 21 20:04:57.026 INFO kablam! | | Oct 21 20:04:57.026 INFO kablam! | help: remove this `mut` Oct 21 20:04:57.026 INFO kablam! | Oct 21 20:04:57.026 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:04:57.027 INFO kablam! Oct 21 20:04:57.568 INFO kablam! warning: unused variable: `gl` Oct 21 20:04:57.568 INFO kablam! --> src/main.rs:18:13 Oct 21 20:04:57.568 INFO kablam! | Oct 21 20:04:57.568 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 21 20:04:57.568 INFO kablam! | ^^ help: consider using `_gl` instead Oct 21 20:04:57.568 INFO kablam! | Oct 21 20:04:57.568 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:04:57.568 INFO kablam! Oct 21 20:04:57.568 INFO kablam! warning: variable does not need to be mutable Oct 21 20:04:57.568 INFO kablam! --> src/main.rs:18:9 Oct 21 20:04:57.568 INFO kablam! | Oct 21 20:04:57.568 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 21 20:04:57.568 INFO kablam! | ----^^ Oct 21 20:04:57.568 INFO kablam! | | Oct 21 20:04:57.568 INFO kablam! | help: remove this `mut` Oct 21 20:04:57.568 INFO kablam! | Oct 21 20:04:57.568 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:04:57.568 INFO kablam! Oct 21 20:04:57.616 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 24s Oct 21 20:04:57.643 INFO kablam! su: No module specific data is present Oct 21 20:04:58.489 INFO running `"docker" "rm" "-f" "5d2d4e98e1e6438dd20ced72f3e5d8fd0f45095865d4aeea0664dfd32f67aae1"` Oct 21 20:04:58.782 INFO blam! 5d2d4e98e1e6438dd20ced72f3e5d8fd0f45095865d4aeea0664dfd32f67aae1