Oct 27 08:56:40.487 INFO checking abhinavmuta/rsmario against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:56:40.488 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/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 27 08:56:40.899 INFO blam! ce274f6f88490f4c5d4932c04fe6687a8c93a01fc43d03dd42fa8f50cfed7a42 Oct 27 08:56:40.907 INFO running `"docker" "start" "-a" "ce274f6f88490f4c5d4932c04fe6687a8c93a01fc43d03dd42fa8f50cfed7a42"` Oct 27 08:56:42.583 INFO kablam! usermod: no changes Oct 27 08:56:42.987 INFO kablam! Checking serde v1.0.17 Oct 27 08:56:42.987 INFO kablam! Compiling rand v0.3.17 Oct 27 08:56:42.987 INFO kablam! Checking arrayvec v0.4.5 Oct 27 08:56:42.987 INFO kablam! Checking tempfile v2.2.0 Oct 27 08:56:42.987 INFO kablam! Checking rayon-core v1.2.1 Oct 27 08:56:42.987 INFO kablam! Compiling glutin v0.10.0 Oct 27 08:56:42.987 INFO kablam! Compiling serde_derive v1.0.17 Oct 27 08:56:49.036 INFO kablam! Checking rayon v0.8.2 Oct 27 08:56:51.235 INFO kablam! Checking rusttype v0.2.3 Oct 27 08:56:54.643 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 08:56:56.611 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 08:56:59.851 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 08:57:01.072 INFO kablam! Checking piston2d-graphics v0.23.0 Oct 27 08:57:01.891 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 08:57:09.731 INFO kablam! Checking image v0.17.0 Oct 27 08:57:16.339 INFO kablam! Checking pistoncore-input v0.20.0 Oct 27 08:57:21.055 INFO kablam! Checking pistoncore-window v0.30.0 Oct 27 08:57:21.875 INFO kablam! Checking piston-gfx_texture v0.29.0 Oct 27 08:57:21.875 INFO kablam! Checking piston2d-opengl_graphics v0.49.0 Oct 27 08:57:24.925 INFO kablam! Checking pistoncore-event_loop v0.35.0 Oct 27 08:57:27.081 INFO kablam! Checking piston v0.35.0 Oct 27 08:57:27.281 INFO kablam! Checking piston2d-gfx_graphics v0.46.0 Oct 27 08:57:30.828 INFO kablam! Compiling libloading v0.3.4 Oct 27 08:57:33.779 INFO kablam! Checking dlib v0.3.1 Oct 27 08:57:34.507 INFO kablam! Checking wayland-sys v0.9.10 Oct 27 08:57:35.267 INFO kablam! Checking wayland-client v0.9.10 Oct 27 08:57:37.215 INFO kablam! Checking wayland-protocols v0.9.10 Oct 27 08:57:37.215 INFO kablam! Checking wayland-kbd v0.9.1 Oct 27 08:57:40.084 INFO kablam! Checking wayland-window v0.8.0 Oct 27 08:57:41.084 INFO kablam! Checking winit v0.8.3 Oct 27 08:57:45.535 INFO kablam! Checking pistoncore-glutin_window v0.42.0 Oct 27 08:57:47.635 INFO kablam! Checking piston_window v0.73.0 Oct 27 08:57:51.899 INFO kablam! Checking rsmario v0.1.0 (/source) Oct 27 08:57:56.164 INFO kablam! warning: unused variable: `gl` Oct 27 08:57:56.164 INFO kablam! --> src/main.rs:18:13 Oct 27 08:57:56.164 INFO kablam! | Oct 27 08:57:56.164 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 27 08:57:56.164 INFO kablam! | ^^ help: consider using `_gl` instead Oct 27 08:57:56.164 INFO kablam! | Oct 27 08:57:56.164 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:57:56.164 INFO kablam! Oct 27 08:57:56.166 INFO kablam! warning: variable does not need to be mutable Oct 27 08:57:56.166 INFO kablam! --> src/main.rs:18:9 Oct 27 08:57:56.166 INFO kablam! | Oct 27 08:57:56.166 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 27 08:57:56.166 INFO kablam! | ----^^ Oct 27 08:57:56.166 INFO kablam! | | Oct 27 08:57:56.166 INFO kablam! | help: remove this `mut` Oct 27 08:57:56.166 INFO kablam! | Oct 27 08:57:56.166 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 08:57:56.166 INFO kablam! Oct 27 08:57:56.489 INFO kablam! warning: unused variable: `gl` Oct 27 08:57:56.489 INFO kablam! --> src/main.rs:18:13 Oct 27 08:57:56.489 INFO kablam! | Oct 27 08:57:56.489 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 27 08:57:56.489 INFO kablam! | ^^ help: consider using `_gl` instead Oct 27 08:57:56.489 INFO kablam! | Oct 27 08:57:56.489 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:57:56.489 INFO kablam! Oct 27 08:57:56.489 INFO kablam! warning: variable does not need to be mutable Oct 27 08:57:56.489 INFO kablam! --> src/main.rs:18:9 Oct 27 08:57:56.489 INFO kablam! | Oct 27 08:57:56.489 INFO kablam! 18 | let mut gl = GlGraphics::new(opengl); Oct 27 08:57:56.489 INFO kablam! | ----^^ Oct 27 08:57:56.489 INFO kablam! | | Oct 27 08:57:56.489 INFO kablam! | help: remove this `mut` Oct 27 08:57:56.489 INFO kablam! | Oct 27 08:57:56.489 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 08:57:56.490 INFO kablam! Oct 27 08:57:56.538 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Oct 27 08:57:56.570 INFO kablam! su: No module specific data is present Oct 27 08:57:57.253 INFO running `"docker" "rm" "-f" "ce274f6f88490f4c5d4932c04fe6687a8c93a01fc43d03dd42fa8f50cfed7a42"` Oct 27 08:57:57.357 INFO blam! ce274f6f88490f4c5d4932c04fe6687a8c93a01fc43d03dd42fa8f50cfed7a42