Oct 27 11:35:30.471 INFO checking HartleyAHartley/rust_game_dev against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:35:30.471 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 11:35:30.913 INFO blam! 4138af6f19f6a459c03e35c2684778973aefa1a3660ae7cf5a3e4a79468594dc Oct 27 11:35:30.921 INFO running `"docker" "start" "-a" "4138af6f19f6a459c03e35c2684778973aefa1a3660ae7cf5a3e4a79468594dc"` Oct 27 11:35:32.474 INFO kablam! usermod: no changes Oct 27 11:35:32.795 INFO kablam! Checking gfx_core v0.7.2 Oct 27 11:35:59.683 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 27 11:35:59.683 INFO kablam! Checking gfx v0.16.2 Oct 27 11:36:02.255 INFO kablam! Checking gfx_window_glutin v0.18.0 Oct 27 11:36:06.839 INFO kablam! Checking game_dev v0.1.0 (/source) Oct 27 11:36:09.141 INFO kablam! warning: unused `#[macro_use]` import Oct 27 11:36:09.141 INFO kablam! --> src/main.rs:1:1 Oct 27 11:36:09.141 INFO kablam! | Oct 27 11:36:09.141 INFO kablam! 1 | #[macro_use] Oct 27 11:36:09.141 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:36:09.141 INFO kablam! | Oct 27 11:36:09.141 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:36:09.141 INFO kablam! Oct 27 11:36:09.141 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 27 11:36:09.141 INFO kablam! --> src/main.rs:7:5 Oct 27 11:36:09.141 INFO kablam! | Oct 27 11:36:09.141 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 27 11:36:09.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:36:09.141 INFO kablam! Oct 27 11:36:09.206 INFO kablam! warning: unused variable: `factory` Oct 27 11:36:09.206 INFO kablam! --> src/main.rs:26:34 Oct 27 11:36:09.206 INFO kablam! | Oct 27 11:36:09.206 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:09.206 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 27 11:36:09.206 INFO kablam! | Oct 27 11:36:09.206 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:36:09.206 INFO kablam! Oct 27 11:36:09.206 INFO kablam! warning: unused variable: `color_view` Oct 27 11:36:09.206 INFO kablam! --> src/main.rs:26:43 Oct 27 11:36:09.206 INFO kablam! | Oct 27 11:36:09.206 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:09.206 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 27 11:36:09.206 INFO kablam! Oct 27 11:36:09.206 INFO kablam! warning: unused variable: `depth_view` Oct 27 11:36:09.207 INFO kablam! --> src/main.rs:26:59 Oct 27 11:36:09.207 INFO kablam! | Oct 27 11:36:09.207 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:09.207 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 27 11:36:09.207 INFO kablam! Oct 27 11:36:09.211 INFO kablam! warning: variable does not need to be mutable Oct 27 11:36:09.211 INFO kablam! --> src/main.rs:26:55 Oct 27 11:36:09.211 INFO kablam! | Oct 27 11:36:09.211 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:09.211 INFO kablam! | ----^^^^^^^^^^ Oct 27 11:36:09.211 INFO kablam! | | Oct 27 11:36:09.211 INFO kablam! | help: remove this `mut` Oct 27 11:36:09.211 INFO kablam! | Oct 27 11:36:09.211 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:36:09.211 INFO kablam! Oct 27 11:36:09.211 INFO kablam! warning: variable does not need to be mutable Oct 27 11:36:09.211 INFO kablam! --> src/main.rs:26:30 Oct 27 11:36:09.211 INFO kablam! | Oct 27 11:36:09.211 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:09.211 INFO kablam! | ----^^^^^^^ Oct 27 11:36:09.211 INFO kablam! | | Oct 27 11:36:09.211 INFO kablam! | help: remove this `mut` Oct 27 11:36:09.211 INFO kablam! Oct 27 11:36:09.211 INFO kablam! warning: constant item is never used: `BLACK` Oct 27 11:36:09.211 INFO kablam! --> src/main.rs:16:1 Oct 27 11:36:09.211 INFO kablam! | Oct 27 11:36:09.211 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 27 11:36:09.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:36:09.211 INFO kablam! | Oct 27 11:36:09.211 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:36:09.211 INFO kablam! Oct 27 11:36:09.311 INFO kablam! warning: unused `#[macro_use]` import Oct 27 11:36:09.311 INFO kablam! --> src/main.rs:1:1 Oct 27 11:36:09.311 INFO kablam! | Oct 27 11:36:09.311 INFO kablam! 1 | #[macro_use] Oct 27 11:36:09.311 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:36:09.311 INFO kablam! | Oct 27 11:36:09.311 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:36:09.311 INFO kablam! Oct 27 11:36:09.311 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 27 11:36:09.311 INFO kablam! --> src/main.rs:7:5 Oct 27 11:36:09.311 INFO kablam! | Oct 27 11:36:09.311 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 27 11:36:09.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:36:09.312 INFO kablam! Oct 27 11:36:09.379 INFO kablam! warning: unused variable: `factory` Oct 27 11:36:09.379 INFO kablam! --> src/main.rs:26:34 Oct 27 11:36:09.379 INFO kablam! | Oct 27 11:36:09.379 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:09.379 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 27 11:36:09.379 INFO kablam! | Oct 27 11:36:09.379 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:36:09.379 INFO kablam! Oct 27 11:36:09.379 INFO kablam! warning: unused variable: `color_view` Oct 27 11:36:09.379 INFO kablam! --> src/main.rs:26:43 Oct 27 11:36:09.379 INFO kablam! | Oct 27 11:36:09.379 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:09.380 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 27 11:36:09.380 INFO kablam! Oct 27 11:36:09.380 INFO kablam! warning: unused variable: `depth_view` Oct 27 11:36:09.380 INFO kablam! --> src/main.rs:26:59 Oct 27 11:36:09.380 INFO kablam! | Oct 27 11:36:09.380 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:09.380 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 27 11:36:09.380 INFO kablam! Oct 27 11:36:09.380 INFO kablam! warning: variable does not need to be mutable Oct 27 11:36:09.380 INFO kablam! --> src/main.rs:26:30 Oct 27 11:36:09.380 INFO kablam! | Oct 27 11:36:09.380 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:09.380 INFO kablam! | ----^^^^^^^ Oct 27 11:36:09.380 INFO kablam! | | Oct 27 11:36:09.380 INFO kablam! | help: remove this `mut` Oct 27 11:36:09.380 INFO kablam! | Oct 27 11:36:09.380 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:36:09.380 INFO kablam! Oct 27 11:36:09.380 INFO kablam! warning: variable does not need to be mutable Oct 27 11:36:09.380 INFO kablam! --> src/main.rs:26:55 Oct 27 11:36:09.380 INFO kablam! | Oct 27 11:36:09.380 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:09.380 INFO kablam! | ----^^^^^^^^^^ Oct 27 11:36:09.381 INFO kablam! | | Oct 27 11:36:09.381 INFO kablam! | help: remove this `mut` Oct 27 11:36:09.381 INFO kablam! Oct 27 11:36:09.381 INFO kablam! warning: constant item is never used: `BLACK` Oct 27 11:36:09.381 INFO kablam! --> src/main.rs:16:1 Oct 27 11:36:09.381 INFO kablam! | Oct 27 11:36:09.381 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 27 11:36:09.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:36:09.381 INFO kablam! | Oct 27 11:36:09.381 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:36:09.381 INFO kablam! Oct 27 11:36:09.381 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.87s Oct 27 11:36:09.385 INFO kablam! su: No module specific data is present Oct 27 11:36:09.663 INFO running `"docker" "rm" "-f" "4138af6f19f6a459c03e35c2684778973aefa1a3660ae7cf5a3e4a79468594dc"` Oct 27 11:36:09.770 INFO blam! 4138af6f19f6a459c03e35c2684778973aefa1a3660ae7cf5a3e4a79468594dc