Oct 21 17:18:49.503 INFO checking iceclam/gfx-test against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:18:49.504 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 17:18:49.892 INFO blam! 3f9c81c2f75d9ec74dcb458f02ea2ff1527d08be28a56a255ec4d2c8bb49e58a Oct 21 17:18:49.897 INFO running `"docker" "start" "-a" "3f9c81c2f75d9ec74dcb458f02ea2ff1527d08be28a56a255ec4d2c8bb49e58a"` Oct 21 17:18:51.345 INFO kablam! usermod: no changes Oct 21 17:18:51.639 INFO kablam! Compiling gl_generator v0.9.0 Oct 21 17:18:51.639 INFO kablam! Compiling gl_generator v0.8.0 Oct 21 17:18:51.639 INFO kablam! Checking x11-dl v2.18.0 Oct 21 17:18:51.639 INFO kablam! Checking gfx_core v0.8.2 Oct 21 17:18:51.639 INFO kablam! Checking wayland-sys v0.12.5 Oct 21 17:18:54.476 INFO kablam! Checking wayland-client v0.12.5 Oct 21 17:19:02.488 INFO kablam! Compiling glutin v0.12.2 Oct 21 17:19:02.924 INFO kablam! Checking wayland-protocols v0.12.5 Oct 21 17:19:03.052 INFO kablam! Checking wayland-kbd v0.13.1 Oct 21 17:19:03.385 INFO kablam! Compiling gfx_gl v0.5.0 Oct 21 17:19:11.936 INFO kablam! Checking wayland-window v0.13.3 Oct 21 17:19:14.520 INFO kablam! Checking winit v0.10.0 Oct 21 17:19:40.931 INFO kablam! Checking gfx_device_gl v0.15.3 Oct 21 17:19:40.931 INFO kablam! Checking gfx v0.17.1 Oct 21 17:19:43.132 INFO kablam! Checking gfx_window_glutin v0.20.0 Oct 21 17:19:47.388 INFO kablam! Checking iceclam v0.1.0 (/source) Oct 21 17:19:48.568 INFO kablam! warning: unused `#[macro_use]` import Oct 21 17:19:48.568 INFO kablam! --> src/main.rs:2:1 Oct 21 17:19:48.568 INFO kablam! | Oct 21 17:19:48.568 INFO kablam! 2 | #[macro_use] Oct 21 17:19:48.568 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:19:48.568 INFO kablam! | Oct 21 17:19:48.568 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:19:48.568 INFO kablam! Oct 21 17:19:48.568 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 21 17:19:48.568 INFO kablam! --> src/main.rs:8:5 Oct 21 17:19:48.568 INFO kablam! | Oct 21 17:19:48.568 INFO kablam! 8 | use gfx::traits::FactoryExt; Oct 21 17:19:48.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:48.568 INFO kablam! Oct 21 17:19:48.640 INFO kablam! warning: unused variable: `factory` Oct 21 17:19:48.640 INFO kablam! --> src/main.rs:27:34 Oct 21 17:19:48.640 INFO kablam! | Oct 21 17:19:48.640 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 17:19:48.640 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 21 17:19:48.640 INFO kablam! | Oct 21 17:19:48.648 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 17:19:48.648 INFO kablam! Oct 21 17:19:48.649 INFO kablam! warning: unused variable: `color_view` Oct 21 17:19:48.649 INFO kablam! --> src/main.rs:27:43 Oct 21 17:19:48.649 INFO kablam! | Oct 21 17:19:48.649 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 17:19:48.649 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 21 17:19:48.649 INFO kablam! Oct 21 17:19:48.649 INFO kablam! warning: unused variable: `depth_view` Oct 21 17:19:48.650 INFO kablam! --> src/main.rs:27:59 Oct 21 17:19:48.650 INFO kablam! | Oct 21 17:19:48.650 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 17:19:48.650 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 21 17:19:48.650 INFO kablam! Oct 21 17:19:48.650 INFO kablam! warning: unused `#[macro_use]` import Oct 21 17:19:48.651 INFO kablam! --> src/main.rs:2:1 Oct 21 17:19:48.651 INFO kablam! | Oct 21 17:19:48.651 INFO kablam! 2 | #[macro_use] Oct 21 17:19:48.651 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:19:48.651 INFO kablam! | Oct 21 17:19:48.651 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:19:48.651 INFO kablam! Oct 21 17:19:48.652 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 21 17:19:48.652 INFO kablam! --> src/main.rs:8:5 Oct 21 17:19:48.652 INFO kablam! | Oct 21 17:19:48.652 INFO kablam! 8 | use gfx::traits::FactoryExt; Oct 21 17:19:48.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:48.652 INFO kablam! Oct 21 17:19:48.653 INFO kablam! warning: variable does not need to be mutable Oct 21 17:19:48.653 INFO kablam! --> src/main.rs:27:55 Oct 21 17:19:48.653 INFO kablam! | Oct 21 17:19:48.653 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 17:19:48.653 INFO kablam! | ----^^^^^^^^^^ Oct 21 17:19:48.654 INFO kablam! | | Oct 21 17:19:48.654 INFO kablam! | help: remove this `mut` Oct 21 17:19:48.654 INFO kablam! | Oct 21 17:19:48.654 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 17:19:48.654 INFO kablam! Oct 21 17:19:48.654 INFO kablam! warning: variable does not need to be mutable Oct 21 17:19:48.655 INFO kablam! --> src/main.rs:27:30 Oct 21 17:19:48.655 INFO kablam! | Oct 21 17:19:48.655 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 17:19:48.655 INFO kablam! | ----^^^^^^^ Oct 21 17:19:48.655 INFO kablam! | | Oct 21 17:19:48.656 INFO kablam! | help: remove this `mut` Oct 21 17:19:48.656 INFO kablam! Oct 21 17:19:48.660 INFO kablam! warning: constant item is never used: `BLACK` Oct 21 17:19:48.660 INFO kablam! --> src/main.rs:17:1 Oct 21 17:19:48.660 INFO kablam! | Oct 21 17:19:48.661 INFO kablam! 17 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 21 17:19:48.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:48.661 INFO kablam! | Oct 21 17:19:48.661 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:19:48.661 INFO kablam! Oct 21 17:19:48.672 INFO kablam! warning: unused variable: `factory` Oct 21 17:19:48.673 INFO kablam! --> src/main.rs:27:34 Oct 21 17:19:48.673 INFO kablam! | Oct 21 17:19:48.673 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 17:19:48.673 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 21 17:19:48.673 INFO kablam! | Oct 21 17:19:48.674 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 17:19:48.674 INFO kablam! Oct 21 17:19:48.674 INFO kablam! warning: unused variable: `color_view` Oct 21 17:19:48.674 INFO kablam! --> src/main.rs:27:43 Oct 21 17:19:48.674 INFO kablam! | Oct 21 17:19:48.675 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 17:19:48.675 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 21 17:19:48.675 INFO kablam! Oct 21 17:19:48.675 INFO kablam! warning: unused variable: `depth_view` Oct 21 17:19:48.675 INFO kablam! --> src/main.rs:27:59 Oct 21 17:19:48.676 INFO kablam! | Oct 21 17:19:48.676 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 17:19:48.676 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 21 17:19:48.676 INFO kablam! Oct 21 17:19:48.676 INFO kablam! warning: variable does not need to be mutable Oct 21 17:19:48.676 INFO kablam! --> src/main.rs:27:30 Oct 21 17:19:48.677 INFO kablam! | Oct 21 17:19:48.677 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 17:19:48.677 INFO kablam! | ----^^^^^^^ Oct 21 17:19:48.677 INFO kablam! | | Oct 21 17:19:48.677 INFO kablam! | help: remove this `mut` Oct 21 17:19:48.678 INFO kablam! | Oct 21 17:19:48.678 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 17:19:48.678 INFO kablam! Oct 21 17:19:48.678 INFO kablam! warning: variable does not need to be mutable Oct 21 17:19:48.678 INFO kablam! --> src/main.rs:27:55 Oct 21 17:19:48.678 INFO kablam! | Oct 21 17:19:48.678 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 21 17:19:48.679 INFO kablam! | ----^^^^^^^^^^ Oct 21 17:19:48.679 INFO kablam! | | Oct 21 17:19:48.679 INFO kablam! | help: remove this `mut` Oct 21 17:19:48.679 INFO kablam! Oct 21 17:19:48.679 INFO kablam! warning: constant item is never used: `BLACK` Oct 21 17:19:48.679 INFO kablam! --> src/main.rs:17:1 Oct 21 17:19:48.680 INFO kablam! | Oct 21 17:19:48.680 INFO kablam! 17 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 21 17:19:48.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:19:48.684 INFO kablam! | Oct 21 17:19:48.684 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:19:48.684 INFO kablam! Oct 21 17:19:48.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.32s Oct 21 17:19:48.708 INFO kablam! su: No module specific data is present Oct 21 17:19:49.150 INFO running `"docker" "rm" "-f" "3f9c81c2f75d9ec74dcb458f02ea2ff1527d08be28a56a255ec4d2c8bb49e58a"` Oct 21 17:19:49.324 INFO blam! 3f9c81c2f75d9ec74dcb458f02ea2ff1527d08be28a56a255ec4d2c8bb49e58a