Sep 02 13:21:38.971 INFO checking gfx_window_vulkan-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 13:21:38.971 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 13:21:38.972 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 13:21:39.198 INFO blam! 0038e4c6fbcf88b687cc6df871330ca163851293b2ad4180f8d9e2fece9ce557 Sep 02 13:21:39.201 INFO running `"docker" "start" "-a" "0038e4c6fbcf88b687cc6df871330ca163851293b2ad4180f8d9e2fece9ce557"` Sep 02 13:21:40.067 INFO kablam! Compiling lalrpop-util v0.11.0 Sep 02 13:21:40.073 INFO kablam! Checking vk v0.0.1 Sep 02 13:21:40.822 INFO kablam! Compiling spirv-utils v0.2.1 Sep 02 13:21:51.062 INFO kablam! Checking gfx_device_vulkan v0.1.0 Sep 02 13:21:52.947 INFO kablam! Checking gfx_window_vulkan v0.1.0 (file:///source) Sep 02 13:21:55.496 INFO kablam! warning: unused variable: `surface_capabilities` Sep 02 13:21:55.496 INFO kablam! --> src/lib.rs:178:9 Sep 02 13:21:55.496 INFO kablam! | Sep 02 13:21:55.497 INFO kablam! 178 | let surface_capabilities = { Sep 02 13:21:55.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_surface_capabilities` instead Sep 02 13:21:55.497 INFO kablam! | Sep 02 13:21:55.497 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 13:21:55.497 INFO kablam! Sep 02 13:21:55.497 INFO kablam! warning: unused variable: `supports_presentation` Sep 02 13:21:55.497 INFO kablam! --> src/lib.rs:189:9 Sep 02 13:21:55.497 INFO kablam! | Sep 02 13:21:55.497 INFO kablam! 189 | let supports_presentation = { Sep 02 13:21:55.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_supports_presentation` instead Sep 02 13:21:55.497 INFO kablam! Sep 02 13:21:55.497 INFO kablam! warning: unused variable: `surface_formats` Sep 02 13:21:55.497 INFO kablam! --> src/lib.rs:199:9 Sep 02 13:21:55.497 INFO kablam! | Sep 02 13:21:55.497 INFO kablam! 199 | let surface_formats = { Sep 02 13:21:55.497 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_surface_formats` instead Sep 02 13:21:55.497 INFO kablam! Sep 02 13:21:55.497 INFO kablam! warning: unused variable: `present_modes` Sep 02 13:21:55.497 INFO kablam! --> src/lib.rs:214:9 Sep 02 13:21:55.497 INFO kablam! | Sep 02 13:21:55.498 INFO kablam! 214 | let present_modes = { Sep 02 13:21:55.498 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_present_modes` instead Sep 02 13:21:55.499 INFO kablam! Sep 02 13:21:55.637 INFO kablam! warning: unused variable: `surface_capabilities` Sep 02 13:21:55.637 INFO kablam! --> src/lib.rs:178:9 Sep 02 13:21:55.638 INFO kablam! | Sep 02 13:21:55.638 INFO kablam! 178 | let surface_capabilities = { Sep 02 13:21:55.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_surface_capabilities` instead Sep 02 13:21:55.638 INFO kablam! | Sep 02 13:21:55.638 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 13:21:55.638 INFO kablam! Sep 02 13:21:55.638 INFO kablam! warning: unused variable: `supports_presentation` Sep 02 13:21:55.638 INFO kablam! --> src/lib.rs:189:9 Sep 02 13:21:55.638 INFO kablam! | Sep 02 13:21:55.638 INFO kablam! 189 | let supports_presentation = { Sep 02 13:21:55.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_supports_presentation` instead Sep 02 13:21:55.638 INFO kablam! Sep 02 13:21:55.638 INFO kablam! warning: unused variable: `surface_formats` Sep 02 13:21:55.638 INFO kablam! --> src/lib.rs:199:9 Sep 02 13:21:55.638 INFO kablam! | Sep 02 13:21:55.638 INFO kablam! 199 | let surface_formats = { Sep 02 13:21:55.638 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_surface_formats` instead Sep 02 13:21:55.638 INFO kablam! Sep 02 13:21:55.638 INFO kablam! warning: unused variable: `present_modes` Sep 02 13:21:55.638 INFO kablam! --> src/lib.rs:214:9 Sep 02 13:21:55.639 INFO kablam! | Sep 02 13:21:55.639 INFO kablam! 214 | let present_modes = { Sep 02 13:21:55.639 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_present_modes` instead Sep 02 13:21:55.639 INFO kablam! Sep 02 13:21:55.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.80s Sep 02 13:21:55.714 INFO kablam! su: No module specific data is present Sep 02 13:21:56.109 INFO running `"docker" "rm" "-f" "0038e4c6fbcf88b687cc6df871330ca163851293b2ad4180f8d9e2fece9ce557"` Sep 02 13:21:56.241 INFO blam! 0038e4c6fbcf88b687cc6df871330ca163851293b2ad4180f8d9e2fece9ce557