Sep 04 16:44:28.426 INFO checking gfx_window_vulkan-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 16:44:28.427 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 16:44:28.427 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 16:44:28.648 INFO blam! 72e993f3a2be39383552abdc25ea1b46b16d02a82d131b97ee48cd778e4e194b Sep 04 16:44:28.650 INFO running `"docker" "start" "-a" "72e993f3a2be39383552abdc25ea1b46b16d02a82d131b97ee48cd778e4e194b"` Sep 04 16:44:29.593 INFO kablam! Checking vk v0.0.1 Sep 04 16:44:29.595 INFO kablam! Compiling spirv-utils v0.2.1 Sep 04 16:44:44.015 INFO kablam! Checking gfx_device_vulkan v0.1.0 Sep 04 16:44:47.037 INFO kablam! Checking gfx_window_vulkan v0.1.0 (file:///source) Sep 04 16:44:48.795 INFO kablam! warning: unused variable: `surface_capabilities` Sep 04 16:44:48.795 INFO kablam! --> src/lib.rs:178:9 Sep 04 16:44:48.795 INFO kablam! | Sep 04 16:44:48.795 INFO kablam! 178 | let surface_capabilities = { Sep 04 16:44:48.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_surface_capabilities` instead Sep 04 16:44:48.795 INFO kablam! | Sep 04 16:44:48.795 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 16:44:48.795 INFO kablam! Sep 04 16:44:48.796 INFO kablam! warning: unused variable: `supports_presentation` Sep 04 16:44:48.796 INFO kablam! --> src/lib.rs:189:9 Sep 04 16:44:48.796 INFO kablam! | Sep 04 16:44:48.796 INFO kablam! 189 | let supports_presentation = { Sep 04 16:44:48.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_supports_presentation` instead Sep 04 16:44:48.796 INFO kablam! Sep 04 16:44:48.796 INFO kablam! warning: unused variable: `surface_formats` Sep 04 16:44:48.796 INFO kablam! --> src/lib.rs:199:9 Sep 04 16:44:48.796 INFO kablam! | Sep 04 16:44:48.796 INFO kablam! 199 | let surface_formats = { Sep 04 16:44:48.796 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_surface_formats` instead Sep 04 16:44:48.796 INFO kablam! Sep 04 16:44:48.796 INFO kablam! warning: unused variable: `present_modes` Sep 04 16:44:48.796 INFO kablam! --> src/lib.rs:214:9 Sep 04 16:44:48.796 INFO kablam! | Sep 04 16:44:48.796 INFO kablam! 214 | let present_modes = { Sep 04 16:44:48.796 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_present_modes` instead Sep 04 16:44:48.796 INFO kablam! Sep 04 16:44:49.674 INFO kablam! warning: unused variable: `surface_capabilities` Sep 04 16:44:49.674 INFO kablam! --> src/lib.rs:178:9 Sep 04 16:44:49.675 INFO kablam! | Sep 04 16:44:49.675 INFO kablam! 178 | let surface_capabilities = { Sep 04 16:44:49.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_surface_capabilities` instead Sep 04 16:44:49.675 INFO kablam! | Sep 04 16:44:49.675 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 16:44:49.675 INFO kablam! Sep 04 16:44:49.675 INFO kablam! warning: unused variable: `supports_presentation` Sep 04 16:44:49.675 INFO kablam! --> src/lib.rs:189:9 Sep 04 16:44:49.675 INFO kablam! | Sep 04 16:44:49.675 INFO kablam! 189 | let supports_presentation = { Sep 04 16:44:49.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_supports_presentation` instead Sep 04 16:44:49.675 INFO kablam! Sep 04 16:44:49.676 INFO kablam! warning: unused variable: `surface_formats` Sep 04 16:44:49.676 INFO kablam! --> src/lib.rs:199:9 Sep 04 16:44:49.676 INFO kablam! | Sep 04 16:44:49.676 INFO kablam! 199 | let surface_formats = { Sep 04 16:44:49.676 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_surface_formats` instead Sep 04 16:44:49.676 INFO kablam! Sep 04 16:44:49.676 INFO kablam! warning: unused variable: `present_modes` Sep 04 16:44:49.676 INFO kablam! --> src/lib.rs:214:9 Sep 04 16:44:49.676 INFO kablam! | Sep 04 16:44:49.676 INFO kablam! 214 | let present_modes = { Sep 04 16:44:49.676 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_present_modes` instead Sep 04 16:44:49.677 INFO kablam! Sep 04 16:44:49.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.35s Sep 04 16:44:49.776 INFO kablam! su: No module specific data is present Sep 04 16:44:50.194 INFO running `"docker" "rm" "-f" "72e993f3a2be39383552abdc25ea1b46b16d02a82d131b97ee48cd778e4e194b"` Sep 04 16:44:50.334 INFO blam! 72e993f3a2be39383552abdc25ea1b46b16d02a82d131b97ee48cd778e4e194b