Oct 13 04:28:15.246 INFO checking HartleyAHartley/rust_game_dev against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 04:28:15.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 04:28:15.854 INFO blam! af08f4e456e3a85f72c3efcaaaf78044b415aa1a803c27a8239ba9f15cab792c Oct 13 04:28:15.855 INFO running `"docker" "start" "-a" "af08f4e456e3a85f72c3efcaaaf78044b415aa1a803c27a8239ba9f15cab792c"` Oct 13 04:28:17.643 INFO kablam! usermod: no changes Oct 13 04:28:17.858 INFO kablam! Compiling rand v0.3.18 Oct 13 04:28:17.858 INFO kablam! Compiling serde_json v0.9.10 Oct 13 04:28:17.858 INFO kablam! Compiling x11-dl v2.17.1 Oct 13 04:28:17.876 INFO kablam! Checking shared_library v0.1.8 Oct 13 04:28:17.876 INFO kablam! Checking tempfile v2.2.0 Oct 13 04:28:17.876 INFO kablam! Compiling gfx_gl v0.4.0 Oct 13 04:28:17.881 INFO kablam! Checking gfx_core v0.7.2 Oct 13 04:28:17.881 INFO kablam! Checking fs2 v0.2.5 Oct 13 04:28:21.946 INFO kablam! Checking memmap v0.4.0 Oct 13 04:28:22.390 INFO kablam! Checking osmesa-sys v0.1.2 Oct 13 04:28:32.297 INFO kablam! Compiling phf_generator v0.7.21 Oct 13 04:28:35.944 INFO kablam! Compiling phf_codegen v0.7.21 Oct 13 04:28:37.504 INFO kablam! Compiling target_build_utils v0.3.1 Oct 13 04:28:56.281 INFO kablam! Compiling libloading v0.3.4 Oct 13 04:29:00.588 INFO kablam! Checking dlib v0.3.1 Oct 13 04:29:01.024 INFO kablam! Checking wayland-sys v0.9.10 Oct 13 04:29:01.501 INFO kablam! Checking wayland-client v0.9.10 Oct 13 04:29:02.796 INFO kablam! Checking wayland-protocols v0.9.10 Oct 13 04:29:02.796 INFO kablam! Checking wayland-kbd v0.9.1 Oct 13 04:29:05.706 INFO kablam! Checking wayland-window v0.8.0 Oct 13 04:29:06.793 INFO kablam! Checking winit v0.8.3 Oct 13 04:29:09.545 INFO kablam! Checking glutin v0.10.1 Oct 13 04:29:10.693 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 13 04:29:10.693 INFO kablam! Checking gfx v0.16.2 Oct 13 04:29:13.171 INFO kablam! Checking gfx_window_glutin v0.18.0 Oct 13 04:29:17.778 INFO kablam! Checking game_dev v0.1.0 (/source) Oct 13 04:29:19.880 INFO kablam! warning: unused `#[macro_use]` import Oct 13 04:29:19.880 INFO kablam! --> src/main.rs:1:1 Oct 13 04:29:19.880 INFO kablam! | Oct 13 04:29:19.880 INFO kablam! 1 | #[macro_use] Oct 13 04:29:19.880 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:29:19.880 INFO kablam! | Oct 13 04:29:19.880 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:29:19.880 INFO kablam! Oct 13 04:29:19.880 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 13 04:29:19.880 INFO kablam! --> src/main.rs:7:5 Oct 13 04:29:19.881 INFO kablam! | Oct 13 04:29:19.881 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 13 04:29:19.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:29:19.881 INFO kablam! Oct 13 04:29:19.932 INFO kablam! warning: unused variable: `factory` Oct 13 04:29:19.932 INFO kablam! --> src/main.rs:26:34 Oct 13 04:29:19.932 INFO kablam! | Oct 13 04:29:19.932 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 13 04:29:19.932 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 13 04:29:19.932 INFO kablam! | Oct 13 04:29:19.932 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:29:19.932 INFO kablam! Oct 13 04:29:19.932 INFO kablam! warning: unused variable: `color_view` Oct 13 04:29:19.932 INFO kablam! --> src/main.rs:26:43 Oct 13 04:29:19.933 INFO kablam! | Oct 13 04:29:19.933 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 13 04:29:19.933 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 13 04:29:19.933 INFO kablam! Oct 13 04:29:19.933 INFO kablam! warning: unused variable: `depth_view` Oct 13 04:29:19.933 INFO kablam! --> src/main.rs:26:59 Oct 13 04:29:19.933 INFO kablam! | Oct 13 04:29:19.933 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 13 04:29:19.933 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 13 04:29:19.933 INFO kablam! Oct 13 04:29:19.937 INFO kablam! warning: variable does not need to be mutable Oct 13 04:29:19.937 INFO kablam! --> src/main.rs:26:55 Oct 13 04:29:19.937 INFO kablam! | Oct 13 04:29:19.937 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 13 04:29:19.937 INFO kablam! | ----^^^^^^^^^^ Oct 13 04:29:19.937 INFO kablam! | | Oct 13 04:29:19.937 INFO kablam! | help: remove this `mut` Oct 13 04:29:19.937 INFO kablam! | Oct 13 04:29:19.937 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:29:19.937 INFO kablam! Oct 13 04:29:19.937 INFO kablam! warning: variable does not need to be mutable Oct 13 04:29:19.937 INFO kablam! --> src/main.rs:26:30 Oct 13 04:29:19.937 INFO kablam! | Oct 13 04:29:19.938 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 13 04:29:19.938 INFO kablam! | ----^^^^^^^ Oct 13 04:29:19.938 INFO kablam! | | Oct 13 04:29:19.938 INFO kablam! | help: remove this `mut` Oct 13 04:29:19.939 INFO kablam! Oct 13 04:29:19.939 INFO kablam! warning: constant item is never used: `BLACK` Oct 13 04:29:19.939 INFO kablam! --> src/main.rs:16:1 Oct 13 04:29:19.939 INFO kablam! | Oct 13 04:29:19.939 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 13 04:29:19.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:29:19.941 INFO kablam! | Oct 13 04:29:19.941 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:29:19.941 INFO kablam! Oct 13 04:29:20.212 INFO kablam! warning: unused `#[macro_use]` import Oct 13 04:29:20.212 INFO kablam! --> src/main.rs:1:1 Oct 13 04:29:20.212 INFO kablam! | Oct 13 04:29:20.212 INFO kablam! 1 | #[macro_use] Oct 13 04:29:20.212 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:29:20.212 INFO kablam! | Oct 13 04:29:20.212 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:29:20.212 INFO kablam! Oct 13 04:29:20.212 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 13 04:29:20.212 INFO kablam! --> src/main.rs:7:5 Oct 13 04:29:20.212 INFO kablam! | Oct 13 04:29:20.213 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 13 04:29:20.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:29:20.213 INFO kablam! Oct 13 04:29:20.269 INFO kablam! warning: unused variable: `factory` Oct 13 04:29:20.270 INFO kablam! --> src/main.rs:26:34 Oct 13 04:29:20.270 INFO kablam! | Oct 13 04:29:20.270 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 13 04:29:20.270 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 13 04:29:20.270 INFO kablam! | Oct 13 04:29:20.270 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:29:20.270 INFO kablam! Oct 13 04:29:20.270 INFO kablam! warning: unused variable: `color_view` Oct 13 04:29:20.270 INFO kablam! --> src/main.rs:26:43 Oct 13 04:29:20.270 INFO kablam! | Oct 13 04:29:20.270 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 13 04:29:20.270 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 13 04:29:20.270 INFO kablam! Oct 13 04:29:20.270 INFO kablam! warning: unused variable: `depth_view` Oct 13 04:29:20.270 INFO kablam! --> src/main.rs:26:59 Oct 13 04:29:20.271 INFO kablam! | Oct 13 04:29:20.271 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 13 04:29:20.271 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 13 04:29:20.271 INFO kablam! Oct 13 04:29:20.271 INFO kablam! warning: variable does not need to be mutable Oct 13 04:29:20.271 INFO kablam! --> src/main.rs:26:30 Oct 13 04:29:20.271 INFO kablam! | Oct 13 04:29:20.271 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 13 04:29:20.271 INFO kablam! | ----^^^^^^^ Oct 13 04:29:20.271 INFO kablam! | | Oct 13 04:29:20.271 INFO kablam! | help: remove this `mut` Oct 13 04:29:20.271 INFO kablam! | Oct 13 04:29:20.271 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:29:20.271 INFO kablam! Oct 13 04:29:20.271 INFO kablam! warning: variable does not need to be mutable Oct 13 04:29:20.271 INFO kablam! --> src/main.rs:26:55 Oct 13 04:29:20.272 INFO kablam! | Oct 13 04:29:20.272 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 13 04:29:20.272 INFO kablam! | ----^^^^^^^^^^ Oct 13 04:29:20.272 INFO kablam! | | Oct 13 04:29:20.272 INFO kablam! | help: remove this `mut` Oct 13 04:29:20.272 INFO kablam! Oct 13 04:29:20.272 INFO kablam! warning: constant item is never used: `BLACK` Oct 13 04:29:20.272 INFO kablam! --> src/main.rs:16:1 Oct 13 04:29:20.272 INFO kablam! | Oct 13 04:29:20.272 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 13 04:29:20.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:29:20.272 INFO kablam! | Oct 13 04:29:20.272 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:29:20.272 INFO kablam! Oct 13 04:29:20.300 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 13 04:29:20.326 INFO kablam! su: No module specific data is present Oct 13 04:29:21.367 INFO running `"docker" "rm" "-f" "af08f4e456e3a85f72c3efcaaaf78044b415aa1a803c27a8239ba9f15cab792c"` Oct 13 04:29:21.716 INFO blam! af08f4e456e3a85f72c3efcaaaf78044b415aa1a803c27a8239ba9f15cab792c