Oct 27 11:35:30.852 INFO checking HartleyAHartley/rust_game_dev against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:35:30.852 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 11:35:31.376 INFO blam! 39ac8d31f14ea7e66bf38d718c22bdf5663517145baac8ea056f892c80da3ef5 Oct 27 11:35:31.379 INFO running `"docker" "start" "-a" "39ac8d31f14ea7e66bf38d718c22bdf5663517145baac8ea056f892c80da3ef5"` Oct 27 11:35:33.143 INFO kablam! usermod: no changes Oct 27 11:35:33.462 INFO kablam! Checking gfx_core v0.7.2 Oct 27 11:35:33.472 INFO kablam! Checking winit v0.8.3 Oct 27 11:35:37.887 INFO kablam! Checking glutin v0.10.1 Oct 27 11:36:03.067 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 27 11:36:03.067 INFO kablam! Checking gfx v0.16.2 Oct 27 11:36:05.938 INFO kablam! Checking gfx_window_glutin v0.18.0 Oct 27 11:36:10.739 INFO kablam! Checking game_dev v0.1.0 (/source) Oct 27 11:36:12.627 INFO kablam! warning: unused `#[macro_use]` import Oct 27 11:36:12.627 INFO kablam! --> src/main.rs:1:1 Oct 27 11:36:12.627 INFO kablam! | Oct 27 11:36:12.627 INFO kablam! 1 | #[macro_use] Oct 27 11:36:12.627 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:36:12.627 INFO kablam! | Oct 27 11:36:12.627 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:36:12.627 INFO kablam! Oct 27 11:36:12.627 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 27 11:36:12.627 INFO kablam! --> src/main.rs:7:5 Oct 27 11:36:12.627 INFO kablam! | Oct 27 11:36:12.627 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 27 11:36:12.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:36:12.628 INFO kablam! Oct 27 11:36:12.664 INFO kablam! warning: unused variable: `factory` Oct 27 11:36:12.664 INFO kablam! --> src/main.rs:26:34 Oct 27 11:36:12.664 INFO kablam! | Oct 27 11:36:12.664 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:12.664 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 27 11:36:12.664 INFO kablam! | Oct 27 11:36:12.664 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:36:12.664 INFO kablam! Oct 27 11:36:12.664 INFO kablam! warning: unused variable: `color_view` Oct 27 11:36:12.664 INFO kablam! --> src/main.rs:26:43 Oct 27 11:36:12.664 INFO kablam! | Oct 27 11:36:12.664 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:12.664 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 27 11:36:12.664 INFO kablam! Oct 27 11:36:12.664 INFO kablam! warning: unused variable: `depth_view` Oct 27 11:36:12.664 INFO kablam! --> src/main.rs:26:59 Oct 27 11:36:12.664 INFO kablam! | Oct 27 11:36:12.664 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:12.664 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 27 11:36:12.664 INFO kablam! Oct 27 11:36:12.668 INFO kablam! warning: variable does not need to be mutable Oct 27 11:36:12.668 INFO kablam! --> src/main.rs:26:30 Oct 27 11:36:12.668 INFO kablam! | Oct 27 11:36:12.668 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:12.668 INFO kablam! | ----^^^^^^^ Oct 27 11:36:12.668 INFO kablam! | | Oct 27 11:36:12.668 INFO kablam! | help: remove this `mut` Oct 27 11:36:12.668 INFO kablam! | Oct 27 11:36:12.668 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:36:12.668 INFO kablam! Oct 27 11:36:12.668 INFO kablam! warning: variable does not need to be mutable Oct 27 11:36:12.668 INFO kablam! --> src/main.rs:26:55 Oct 27 11:36:12.668 INFO kablam! | Oct 27 11:36:12.668 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:12.668 INFO kablam! | ----^^^^^^^^^^ Oct 27 11:36:12.668 INFO kablam! | | Oct 27 11:36:12.668 INFO kablam! | help: remove this `mut` Oct 27 11:36:12.668 INFO kablam! Oct 27 11:36:12.668 INFO kablam! warning: constant item is never used: `BLACK` Oct 27 11:36:12.668 INFO kablam! --> src/main.rs:16:1 Oct 27 11:36:12.668 INFO kablam! | Oct 27 11:36:12.668 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 27 11:36:12.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:36:12.668 INFO kablam! | Oct 27 11:36:12.668 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:36:12.668 INFO kablam! Oct 27 11:36:12.751 INFO kablam! warning: unused `#[macro_use]` import Oct 27 11:36:12.751 INFO kablam! --> src/main.rs:1:1 Oct 27 11:36:12.751 INFO kablam! | Oct 27 11:36:12.751 INFO kablam! 1 | #[macro_use] Oct 27 11:36:12.751 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:36:12.751 INFO kablam! | Oct 27 11:36:12.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:36:12.751 INFO kablam! Oct 27 11:36:12.751 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 27 11:36:12.751 INFO kablam! --> src/main.rs:7:5 Oct 27 11:36:12.751 INFO kablam! | Oct 27 11:36:12.751 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 27 11:36:12.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:36:12.751 INFO kablam! Oct 27 11:36:12.787 INFO kablam! warning: unused variable: `factory` Oct 27 11:36:12.787 INFO kablam! --> src/main.rs:26:34 Oct 27 11:36:12.787 INFO kablam! | Oct 27 11:36:12.787 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:12.787 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 27 11:36:12.788 INFO kablam! | Oct 27 11:36:12.788 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:36:12.788 INFO kablam! Oct 27 11:36:12.788 INFO kablam! warning: unused variable: `color_view` Oct 27 11:36:12.788 INFO kablam! --> src/main.rs:26:43 Oct 27 11:36:12.788 INFO kablam! | Oct 27 11:36:12.788 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:12.788 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 27 11:36:12.788 INFO kablam! Oct 27 11:36:12.788 INFO kablam! warning: unused variable: `depth_view` Oct 27 11:36:12.788 INFO kablam! --> src/main.rs:26:59 Oct 27 11:36:12.788 INFO kablam! | Oct 27 11:36:12.788 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:12.788 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 27 11:36:12.788 INFO kablam! Oct 27 11:36:12.792 INFO kablam! warning: variable does not need to be mutable Oct 27 11:36:12.792 INFO kablam! --> src/main.rs:26:55 Oct 27 11:36:12.792 INFO kablam! | Oct 27 11:36:12.792 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:12.792 INFO kablam! | ----^^^^^^^^^^ Oct 27 11:36:12.792 INFO kablam! | | Oct 27 11:36:12.792 INFO kablam! | help: remove this `mut` Oct 27 11:36:12.792 INFO kablam! | Oct 27 11:36:12.792 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:36:12.792 INFO kablam! Oct 27 11:36:12.792 INFO kablam! warning: variable does not need to be mutable Oct 27 11:36:12.792 INFO kablam! --> src/main.rs:26:30 Oct 27 11:36:12.793 INFO kablam! | Oct 27 11:36:12.793 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 27 11:36:12.793 INFO kablam! | ----^^^^^^^ Oct 27 11:36:12.793 INFO kablam! | | Oct 27 11:36:12.793 INFO kablam! | help: remove this `mut` Oct 27 11:36:12.793 INFO kablam! Oct 27 11:36:12.793 INFO kablam! warning: constant item is never used: `BLACK` Oct 27 11:36:12.793 INFO kablam! --> src/main.rs:16:1 Oct 27 11:36:12.793 INFO kablam! | Oct 27 11:36:12.793 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 27 11:36:12.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:36:12.793 INFO kablam! | Oct 27 11:36:12.793 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:36:12.793 INFO kablam! Oct 27 11:36:12.806 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.64s Oct 27 11:36:12.818 INFO kablam! su: No module specific data is present Oct 27 11:36:13.051 INFO running `"docker" "rm" "-f" "39ac8d31f14ea7e66bf38d718c22bdf5663517145baac8ea056f892c80da3ef5"` Oct 27 11:36:13.226 INFO blam! 39ac8d31f14ea7e66bf38d718c22bdf5663517145baac8ea056f892c80da3ef5