Oct 12 20:30:44.938 INFO checking iceclam/gfx-test against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 20:30:44.938 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 12 20:30:45.291 INFO blam! 434fc61d931679403ee140b90610a7c9e614a330bd4994217a795abc36d6a31c Oct 12 20:30:45.291 INFO running `"docker" "start" "-a" "434fc61d931679403ee140b90610a7c9e614a330bd4994217a795abc36d6a31c"` Oct 12 20:30:47.640 INFO kablam! usermod: no changes Oct 12 20:30:47.863 INFO kablam! Compiling log v0.4.3 Oct 12 20:30:47.867 INFO kablam! Checking x11-dl v2.18.0 Oct 12 20:30:47.867 INFO kablam! Checking gfx_core v0.8.2 Oct 12 20:30:47.867 INFO kablam! Checking wayland-sys v0.12.5 Oct 12 20:30:49.946 INFO kablam! Checking wayland-client v0.12.5 Oct 12 20:30:50.490 INFO kablam! Compiling log v0.3.9 Oct 12 20:30:50.492 INFO kablam! Compiling gl_generator v0.9.0 Oct 12 20:30:53.540 INFO kablam! Compiling gl_generator v0.8.0 Oct 12 20:30:59.681 INFO kablam! Checking wayland-protocols v0.12.5 Oct 12 20:30:59.683 INFO kablam! Checking wayland-kbd v0.13.1 Oct 12 20:31:00.766 INFO kablam! Compiling gfx_gl v0.5.0 Oct 12 20:31:04.675 INFO kablam! Compiling glutin v0.12.2 Oct 12 20:31:16.249 INFO kablam! Checking wayland-window v0.13.3 Oct 12 20:31:18.832 INFO kablam! Checking winit v0.10.0 Oct 12 20:31:41.872 INFO kablam! Checking gfx_device_gl v0.15.3 Oct 12 20:31:41.873 INFO kablam! Checking gfx v0.17.1 Oct 12 20:31:43.788 INFO kablam! Checking gfx_window_glutin v0.20.0 Oct 12 20:31:48.687 INFO kablam! Checking iceclam v0.1.0 (/source) Oct 12 20:31:50.116 INFO kablam! warning: unused `#[macro_use]` import Oct 12 20:31:50.116 INFO kablam! --> src/main.rs:2:1 Oct 12 20:31:50.116 INFO kablam! | Oct 12 20:31:50.116 INFO kablam! 2 | #[macro_use] Oct 12 20:31:50.116 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:31:50.116 INFO kablam! | Oct 12 20:31:50.116 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:31:50.116 INFO kablam! Oct 12 20:31:50.116 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 12 20:31:50.116 INFO kablam! --> src/main.rs:8:5 Oct 12 20:31:50.116 INFO kablam! | Oct 12 20:31:50.116 INFO kablam! 8 | use gfx::traits::FactoryExt; Oct 12 20:31:50.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:31:50.116 INFO kablam! Oct 12 20:31:50.168 INFO kablam! warning: unused variable: `factory` Oct 12 20:31:50.168 INFO kablam! --> src/main.rs:27:34 Oct 12 20:31:50.168 INFO kablam! | Oct 12 20:31:50.168 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:50.168 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 12 20:31:50.168 INFO kablam! | Oct 12 20:31:50.168 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:31:50.168 INFO kablam! Oct 12 20:31:50.176 INFO kablam! warning: unused variable: `color_view` Oct 12 20:31:50.176 INFO kablam! --> src/main.rs:27:43 Oct 12 20:31:50.176 INFO kablam! | Oct 12 20:31:50.176 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:50.176 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 12 20:31:50.176 INFO kablam! Oct 12 20:31:50.176 INFO kablam! warning: unused variable: `depth_view` Oct 12 20:31:50.176 INFO kablam! --> src/main.rs:27:59 Oct 12 20:31:50.176 INFO kablam! | Oct 12 20:31:50.176 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:50.176 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 12 20:31:50.176 INFO kablam! Oct 12 20:31:50.180 INFO kablam! warning: variable does not need to be mutable Oct 12 20:31:50.180 INFO kablam! --> src/main.rs:27:30 Oct 12 20:31:50.180 INFO kablam! | Oct 12 20:31:50.180 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:50.180 INFO kablam! | ----^^^^^^^ Oct 12 20:31:50.180 INFO kablam! | | Oct 12 20:31:50.180 INFO kablam! | help: remove this `mut` Oct 12 20:31:50.180 INFO kablam! | Oct 12 20:31:50.180 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:31:50.180 INFO kablam! Oct 12 20:31:50.180 INFO kablam! warning: variable does not need to be mutable Oct 12 20:31:50.180 INFO kablam! --> src/main.rs:27:55 Oct 12 20:31:50.180 INFO kablam! | Oct 12 20:31:50.180 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:50.180 INFO kablam! | ----^^^^^^^^^^ Oct 12 20:31:50.180 INFO kablam! | | Oct 12 20:31:50.180 INFO kablam! | help: remove this `mut` Oct 12 20:31:50.180 INFO kablam! Oct 12 20:31:50.180 INFO kablam! warning: constant item is never used: `BLACK` Oct 12 20:31:50.180 INFO kablam! --> src/main.rs:17:1 Oct 12 20:31:50.180 INFO kablam! | Oct 12 20:31:50.180 INFO kablam! 17 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 12 20:31:50.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:31:50.180 INFO kablam! | Oct 12 20:31:50.180 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:31:50.180 INFO kablam! Oct 12 20:31:50.320 INFO kablam! warning: unused `#[macro_use]` import Oct 12 20:31:50.320 INFO kablam! --> src/main.rs:2:1 Oct 12 20:31:50.320 INFO kablam! | Oct 12 20:31:50.320 INFO kablam! 2 | #[macro_use] Oct 12 20:31:50.320 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:31:50.320 INFO kablam! | Oct 12 20:31:50.320 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:31:50.320 INFO kablam! Oct 12 20:31:50.320 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 12 20:31:50.320 INFO kablam! --> src/main.rs:8:5 Oct 12 20:31:50.320 INFO kablam! | Oct 12 20:31:50.320 INFO kablam! 8 | use gfx::traits::FactoryExt; Oct 12 20:31:50.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:31:50.320 INFO kablam! Oct 12 20:31:50.376 INFO kablam! warning: unused variable: `factory` Oct 12 20:31:50.376 INFO kablam! --> src/main.rs:27:34 Oct 12 20:31:50.376 INFO kablam! | Oct 12 20:31:50.376 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:50.376 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 12 20:31:50.376 INFO kablam! | Oct 12 20:31:50.376 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:31:50.376 INFO kablam! Oct 12 20:31:50.376 INFO kablam! warning: unused variable: `color_view` Oct 12 20:31:50.376 INFO kablam! --> src/main.rs:27:43 Oct 12 20:31:50.376 INFO kablam! | Oct 12 20:31:50.376 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:50.376 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 12 20:31:50.376 INFO kablam! Oct 12 20:31:50.376 INFO kablam! warning: unused variable: `depth_view` Oct 12 20:31:50.376 INFO kablam! --> src/main.rs:27:59 Oct 12 20:31:50.377 INFO kablam! | Oct 12 20:31:50.377 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:50.377 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 12 20:31:50.377 INFO kablam! Oct 12 20:31:50.382 INFO kablam! warning: variable does not need to be mutable Oct 12 20:31:50.382 INFO kablam! --> src/main.rs:27:55 Oct 12 20:31:50.382 INFO kablam! | Oct 12 20:31:50.382 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:50.382 INFO kablam! | ----^^^^^^^^^^ Oct 12 20:31:50.382 INFO kablam! | | Oct 12 20:31:50.382 INFO kablam! | help: remove this `mut` Oct 12 20:31:50.382 INFO kablam! | Oct 12 20:31:50.382 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:31:50.382 INFO kablam! Oct 12 20:31:50.382 INFO kablam! warning: variable does not need to be mutable Oct 12 20:31:50.382 INFO kablam! --> src/main.rs:27:30 Oct 12 20:31:50.382 INFO kablam! | Oct 12 20:31:50.382 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 12 20:31:50.382 INFO kablam! | ----^^^^^^^ Oct 12 20:31:50.382 INFO kablam! | | Oct 12 20:31:50.382 INFO kablam! | help: remove this `mut` Oct 12 20:31:50.382 INFO kablam! Oct 12 20:31:50.382 INFO kablam! warning: constant item is never used: `BLACK` Oct 12 20:31:50.382 INFO kablam! --> src/main.rs:17:1 Oct 12 20:31:50.382 INFO kablam! | Oct 12 20:31:50.382 INFO kablam! 17 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 12 20:31:50.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:31:50.382 INFO kablam! | Oct 12 20:31:50.382 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:31:50.382 INFO kablam! Oct 12 20:31:50.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 12 20:31:50.456 INFO kablam! su: No module specific data is present Oct 12 20:31:50.773 INFO running `"docker" "rm" "-f" "434fc61d931679403ee140b90610a7c9e614a330bd4994217a795abc36d6a31c"` Oct 12 20:31:50.922 INFO blam! 434fc61d931679403ee140b90610a7c9e614a330bd4994217a795abc36d6a31c