Oct 21 21:25:46.661 INFO checking HartleyAHartley/rust_game_dev against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:25:46.661 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 21:25:47.060 INFO blam! b3d84ff84edd8957e343a39e97847a29e740ba28d6bb4b27e22524c82a823ad8 Oct 21 21:25:47.062 INFO running `"docker" "start" "-a" "b3d84ff84edd8957e343a39e97847a29e740ba28d6bb4b27e22524c82a823ad8"` Oct 21 21:25:48.069 INFO kablam! usermod: no changes Oct 21 21:25:48.300 INFO kablam! Checking gfx_core v0.7.2 Oct 21 21:26:14.882 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 21 21:26:14.882 INFO kablam! Checking gfx v0.16.2 Oct 21 21:26:16.977 INFO kablam! Checking gfx_window_glutin v0.18.0 Oct 21 21:26:22.276 INFO kablam! Checking game_dev v0.1.0 (/source) Oct 21 21:26:25.148 INFO kablam! warning: unused `#[macro_use]` import Oct 21 21:26:25.148 INFO kablam! --> src/main.rs:1:1 Oct 21 21:26:25.148 INFO kablam! | Oct 21 21:26:25.148 INFO kablam! 1 | #[macro_use] Oct 21 21:26:25.148 INFO kablam! | ^^^^^^^^^^^^ Oct 21 21:26:25.148 INFO kablam! | Oct 21 21:26:25.148 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:26:25.148 INFO kablam! Oct 21 21:26:25.148 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 21 21:26:25.148 INFO kablam! --> src/main.rs:7:5 Oct 21 21:26:25.148 INFO kablam! | Oct 21 21:26:25.148 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 21 21:26:25.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:26:25.148 INFO kablam! Oct 21 21:26:25.288 INFO kablam! warning: unused variable: `factory` Oct 21 21:26:25.288 INFO kablam! --> src/main.rs:26:34 Oct 21 21:26:25.288 INFO kablam! | Oct 21 21:26:25.288 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 21:26:25.288 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 21 21:26:25.297 INFO kablam! | Oct 21 21:26:25.297 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:26:25.297 INFO kablam! Oct 21 21:26:25.303 INFO kablam! warning: unused variable: `color_view` Oct 21 21:26:25.303 INFO kablam! --> src/main.rs:26:43 Oct 21 21:26:25.303 INFO kablam! | Oct 21 21:26:25.303 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 21:26:25.303 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 21 21:26:25.303 INFO kablam! Oct 21 21:26:25.303 INFO kablam! warning: unused variable: `depth_view` Oct 21 21:26:25.303 INFO kablam! --> src/main.rs:26:59 Oct 21 21:26:25.303 INFO kablam! | Oct 21 21:26:25.303 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 21:26:25.303 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 21 21:26:25.303 INFO kablam! Oct 21 21:26:25.308 INFO kablam! warning: variable does not need to be mutable Oct 21 21:26:25.308 INFO kablam! --> src/main.rs:26:30 Oct 21 21:26:25.308 INFO kablam! | Oct 21 21:26:25.308 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 21:26:25.308 INFO kablam! | ----^^^^^^^ Oct 21 21:26:25.308 INFO kablam! | | Oct 21 21:26:25.308 INFO kablam! | help: remove this `mut` Oct 21 21:26:25.308 INFO kablam! | Oct 21 21:26:25.308 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:26:25.308 INFO kablam! Oct 21 21:26:25.308 INFO kablam! warning: variable does not need to be mutable Oct 21 21:26:25.308 INFO kablam! --> src/main.rs:26:55 Oct 21 21:26:25.308 INFO kablam! | Oct 21 21:26:25.308 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 21:26:25.308 INFO kablam! | ----^^^^^^^^^^ Oct 21 21:26:25.308 INFO kablam! | | Oct 21 21:26:25.308 INFO kablam! | help: remove this `mut` Oct 21 21:26:25.308 INFO kablam! Oct 21 21:26:25.308 INFO kablam! warning: constant item is never used: `BLACK` Oct 21 21:26:25.308 INFO kablam! --> src/main.rs:16:1 Oct 21 21:26:25.308 INFO kablam! | Oct 21 21:26:25.308 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 21 21:26:25.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:26:25.308 INFO kablam! | Oct 21 21:26:25.308 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:26:25.308 INFO kablam! Oct 21 21:26:25.708 INFO kablam! warning: unused `#[macro_use]` import Oct 21 21:26:25.708 INFO kablam! --> src/main.rs:1:1 Oct 21 21:26:25.708 INFO kablam! | Oct 21 21:26:25.708 INFO kablam! 1 | #[macro_use] Oct 21 21:26:25.708 INFO kablam! | ^^^^^^^^^^^^ Oct 21 21:26:25.708 INFO kablam! | Oct 21 21:26:25.709 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:26:25.709 INFO kablam! Oct 21 21:26:25.709 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 21 21:26:25.709 INFO kablam! --> src/main.rs:7:5 Oct 21 21:26:25.709 INFO kablam! | Oct 21 21:26:25.709 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 21 21:26:25.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:26:25.709 INFO kablam! Oct 21 21:26:25.772 INFO kablam! warning: unused variable: `factory` Oct 21 21:26:25.772 INFO kablam! --> src/main.rs:26:34 Oct 21 21:26:25.772 INFO kablam! | Oct 21 21:26:25.772 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 21:26:25.772 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 21 21:26:25.772 INFO kablam! | Oct 21 21:26:25.772 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:26:25.772 INFO kablam! Oct 21 21:26:25.773 INFO kablam! warning: unused variable: `color_view` Oct 21 21:26:25.773 INFO kablam! --> src/main.rs:26:43 Oct 21 21:26:25.773 INFO kablam! | Oct 21 21:26:25.773 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 21:26:25.773 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 21 21:26:25.773 INFO kablam! Oct 21 21:26:25.773 INFO kablam! warning: unused variable: `depth_view` Oct 21 21:26:25.773 INFO kablam! --> src/main.rs:26:59 Oct 21 21:26:25.773 INFO kablam! | Oct 21 21:26:25.773 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 21:26:25.773 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 21 21:26:25.773 INFO kablam! Oct 21 21:26:25.773 INFO kablam! warning: variable does not need to be mutable Oct 21 21:26:25.773 INFO kablam! --> src/main.rs:26:55 Oct 21 21:26:25.773 INFO kablam! | Oct 21 21:26:25.773 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 21:26:25.773 INFO kablam! | ----^^^^^^^^^^ Oct 21 21:26:25.773 INFO kablam! | | Oct 21 21:26:25.773 INFO kablam! | help: remove this `mut` Oct 21 21:26:25.773 INFO kablam! | Oct 21 21:26:25.773 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:26:25.773 INFO kablam! Oct 21 21:26:25.774 INFO kablam! warning: variable does not need to be mutable Oct 21 21:26:25.774 INFO kablam! --> src/main.rs:26:30 Oct 21 21:26:25.774 INFO kablam! | Oct 21 21:26:25.774 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 21:26:25.774 INFO kablam! | ----^^^^^^^ Oct 21 21:26:25.774 INFO kablam! | | Oct 21 21:26:25.774 INFO kablam! | help: remove this `mut` Oct 21 21:26:25.774 INFO kablam! Oct 21 21:26:25.774 INFO kablam! warning: constant item is never used: `BLACK` Oct 21 21:26:25.774 INFO kablam! --> src/main.rs:16:1 Oct 21 21:26:25.774 INFO kablam! | Oct 21 21:26:25.774 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 21 21:26:25.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:26:25.774 INFO kablam! | Oct 21 21:26:25.774 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:26:25.774 INFO kablam! Oct 21 21:26:25.801 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.70s Oct 21 21:26:25.848 INFO kablam! su: No module specific data is present Oct 21 21:26:26.843 INFO running `"docker" "rm" "-f" "b3d84ff84edd8957e343a39e97847a29e740ba28d6bb4b27e22524c82a823ad8"` Oct 21 21:26:27.092 INFO blam! b3d84ff84edd8957e343a39e97847a29e740ba28d6bb4b27e22524c82a823ad8