Oct 12 20:30:54.933 INFO checking iceclam/gfx-test against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 20:30:54.933 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 20:30:55.369 INFO blam! d6512a4ea7b0c1178e74a33ad55ee2043971242417d7360477ffc6ca282598ca Oct 12 20:30:55.371 INFO running `"docker" "start" "-a" "d6512a4ea7b0c1178e74a33ad55ee2043971242417d7360477ffc6ca282598ca"` Oct 12 20:30:57.688 INFO kablam! usermod: no changes Oct 12 20:30:57.970 INFO kablam! Compiling gl_generator v0.9.0 Oct 12 20:30:57.970 INFO kablam! Compiling gl_generator v0.8.0 Oct 12 20:30:57.976 INFO kablam! Checking x11-dl v2.18.0 Oct 12 20:30:57.989 INFO kablam! Checking gfx_core v0.8.2 Oct 12 20:30:58.015 INFO kablam! Checking wayland-window v0.13.3 Oct 12 20:31:06.029 INFO kablam! Compiling gfx_gl v0.5.0 Oct 12 20:31:09.172 INFO kablam! Compiling glutin v0.12.2 Oct 12 20:31:14.848 INFO kablam! Checking winit v0.10.0 Oct 12 20:31:44.128 INFO kablam! Checking gfx_device_gl v0.15.3 Oct 12 20:31:44.128 INFO kablam! Checking gfx v0.17.1 Oct 12 20:31:47.039 INFO kablam! Checking gfx_window_glutin v0.20.0 Oct 12 20:31:52.238 INFO kablam! Checking iceclam v0.1.0 (/source) Oct 12 20:31:53.448 INFO kablam! warning: unused `#[macro_use]` import Oct 12 20:31:53.448 INFO kablam! --> src/main.rs:2:1 Oct 12 20:31:53.448 INFO kablam! | Oct 12 20:31:53.448 INFO kablam! 2 | #[macro_use] Oct 12 20:31:53.448 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:31:53.448 INFO kablam! | Oct 12 20:31:53.448 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:31:53.448 INFO kablam! Oct 12 20:31:53.448 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 12 20:31:53.448 INFO kablam! --> src/main.rs:8:5 Oct 12 20:31:53.448 INFO kablam! | Oct 12 20:31:53.448 INFO kablam! 8 | use gfx::traits::FactoryExt; Oct 12 20:31:53.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:31:53.448 INFO kablam! Oct 12 20:31:53.496 INFO kablam! warning: unused variable: `factory` Oct 12 20:31:53.496 INFO kablam! --> src/main.rs:27:34 Oct 12 20:31:53.496 INFO kablam! | Oct 12 20:31:53.496 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:53.496 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 12 20:31:53.496 INFO kablam! | Oct 12 20:31:53.496 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:31:53.496 INFO kablam! Oct 12 20:31:53.497 INFO kablam! warning: unused variable: `color_view` Oct 12 20:31:53.497 INFO kablam! --> src/main.rs:27:43 Oct 12 20:31:53.497 INFO kablam! | Oct 12 20:31:53.497 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:53.497 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 12 20:31:53.497 INFO kablam! Oct 12 20:31:53.497 INFO kablam! warning: unused variable: `depth_view` Oct 12 20:31:53.497 INFO kablam! --> src/main.rs:27:59 Oct 12 20:31:53.497 INFO kablam! | Oct 12 20:31:53.497 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:53.497 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 12 20:31:53.497 INFO kablam! Oct 12 20:31:53.497 INFO kablam! warning: variable does not need to be mutable Oct 12 20:31:53.497 INFO kablam! --> src/main.rs:27:30 Oct 12 20:31:53.497 INFO kablam! | Oct 12 20:31:53.497 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:53.497 INFO kablam! | ----^^^^^^^ Oct 12 20:31:53.497 INFO kablam! | | Oct 12 20:31:53.497 INFO kablam! | help: remove this `mut` Oct 12 20:31:53.497 INFO kablam! | Oct 12 20:31:53.497 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:31:53.497 INFO kablam! Oct 12 20:31:53.497 INFO kablam! warning: variable does not need to be mutable Oct 12 20:31:53.497 INFO kablam! --> src/main.rs:27:55 Oct 12 20:31:53.497 INFO kablam! | Oct 12 20:31:53.497 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:53.497 INFO kablam! | ----^^^^^^^^^^ Oct 12 20:31:53.497 INFO kablam! | | Oct 12 20:31:53.497 INFO kablam! | help: remove this `mut` Oct 12 20:31:53.497 INFO kablam! Oct 12 20:31:53.500 INFO kablam! warning: constant item is never used: `BLACK` Oct 12 20:31:53.500 INFO kablam! --> src/main.rs:17:1 Oct 12 20:31:53.500 INFO kablam! | Oct 12 20:31:53.500 INFO kablam! 17 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 12 20:31:53.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:31:53.500 INFO kablam! | Oct 12 20:31:53.500 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:31:53.500 INFO kablam! Oct 12 20:31:53.752 INFO kablam! warning: unused `#[macro_use]` import Oct 12 20:31:53.752 INFO kablam! --> src/main.rs:2:1 Oct 12 20:31:53.752 INFO kablam! | Oct 12 20:31:53.752 INFO kablam! 2 | #[macro_use] Oct 12 20:31:53.752 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:31:53.752 INFO kablam! | Oct 12 20:31:53.752 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:31:53.752 INFO kablam! Oct 12 20:31:53.752 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 12 20:31:53.752 INFO kablam! --> src/main.rs:8:5 Oct 12 20:31:53.752 INFO kablam! | Oct 12 20:31:53.752 INFO kablam! 8 | use gfx::traits::FactoryExt; Oct 12 20:31:53.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:31:53.752 INFO kablam! Oct 12 20:31:53.800 INFO kablam! warning: unused variable: `factory` Oct 12 20:31:53.800 INFO kablam! --> src/main.rs:27:34 Oct 12 20:31:53.800 INFO kablam! | Oct 12 20:31:53.800 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:53.800 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 12 20:31:53.800 INFO kablam! | Oct 12 20:31:53.800 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:31:53.800 INFO kablam! Oct 12 20:31:53.800 INFO kablam! warning: unused variable: `color_view` Oct 12 20:31:53.800 INFO kablam! --> src/main.rs:27:43 Oct 12 20:31:53.800 INFO kablam! | Oct 12 20:31:53.800 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:53.800 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 12 20:31:53.800 INFO kablam! Oct 12 20:31:53.800 INFO kablam! warning: unused variable: `depth_view` Oct 12 20:31:53.800 INFO kablam! --> src/main.rs:27:59 Oct 12 20:31:53.800 INFO kablam! | Oct 12 20:31:53.800 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:53.800 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 12 20:31:53.800 INFO kablam! Oct 12 20:31:53.802 INFO kablam! warning: variable does not need to be mutable Oct 12 20:31:53.802 INFO kablam! --> src/main.rs:27:55 Oct 12 20:31:53.802 INFO kablam! | Oct 12 20:31:53.802 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:53.802 INFO kablam! | ----^^^^^^^^^^ Oct 12 20:31:53.802 INFO kablam! | | Oct 12 20:31:53.802 INFO kablam! | help: remove this `mut` Oct 12 20:31:53.802 INFO kablam! | Oct 12 20:31:53.802 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:31:53.802 INFO kablam! Oct 12 20:31:53.802 INFO kablam! warning: variable does not need to be mutable Oct 12 20:31:53.802 INFO kablam! --> src/main.rs:27:30 Oct 12 20:31:53.802 INFO kablam! | Oct 12 20:31:53.802 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:53.802 INFO kablam! | ----^^^^^^^ Oct 12 20:31:53.802 INFO kablam! | | Oct 12 20:31:53.802 INFO kablam! | help: remove this `mut` Oct 12 20:31:53.802 INFO kablam! Oct 12 20:31:53.802 INFO kablam! warning: constant item is never used: `BLACK` Oct 12 20:31:53.802 INFO kablam! --> src/main.rs:17:1 Oct 12 20:31:53.802 INFO kablam! | Oct 12 20:31:53.802 INFO kablam! 17 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 12 20:31:53.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:31:53.802 INFO kablam! | Oct 12 20:31:53.802 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:31:53.802 INFO kablam! Oct 12 20:31:53.814 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.09s Oct 12 20:31:53.821 INFO kablam! su: No module specific data is present Oct 12 20:31:54.175 INFO running `"docker" "rm" "-f" "d6512a4ea7b0c1178e74a33ad55ee2043971242417d7360477ffc6ca282598ca"` Oct 12 20:31:54.247 INFO blam! d6512a4ea7b0c1178e74a33ad55ee2043971242417d7360477ffc6ca282598ca