Sep 01 03:21:15.203 INFO checking gfx_window_vulkan-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 03:21:15.203 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 03:21:15.203 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 03:21:15.422 INFO blam! 8b785553a8779a8b7fd175d80cff43f7d8b47e2babe0519f87d61c4b68e677d3 Sep 01 03:21:15.424 INFO running `"docker" "start" "-a" "8b785553a8779a8b7fd175d80cff43f7d8b47e2babe0519f87d61c4b68e677d3"` Sep 01 03:21:16.466 INFO kablam! Compiling lalrpop-util v0.11.0 Sep 01 03:21:16.468 INFO kablam! Checking vk v0.0.1 Sep 01 03:21:17.258 INFO kablam! Compiling spirv-utils v0.2.1 Sep 01 03:21:29.362 INFO kablam! Checking gfx_device_vulkan v0.1.0 Sep 01 03:21:31.931 INFO kablam! Checking gfx_window_vulkan v0.1.0 (file:///source) Sep 01 03:21:34.090 INFO kablam! warning: unused variable: `surface_capabilities` Sep 01 03:21:34.090 INFO kablam! --> src/lib.rs:178:9 Sep 01 03:21:34.090 INFO kablam! | Sep 01 03:21:34.090 INFO kablam! 178 | let surface_capabilities = { Sep 01 03:21:34.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_surface_capabilities` instead Sep 01 03:21:34.090 INFO kablam! | Sep 01 03:21:34.090 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 03:21:34.090 INFO kablam! Sep 01 03:21:34.090 INFO kablam! warning: unused variable: `supports_presentation` Sep 01 03:21:34.091 INFO kablam! --> src/lib.rs:189:9 Sep 01 03:21:34.091 INFO kablam! | Sep 01 03:21:34.091 INFO kablam! 189 | let supports_presentation = { Sep 01 03:21:34.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_supports_presentation` instead Sep 01 03:21:34.091 INFO kablam! Sep 01 03:21:34.091 INFO kablam! warning: unused variable: `surface_formats` Sep 01 03:21:34.091 INFO kablam! --> src/lib.rs:199:9 Sep 01 03:21:34.091 INFO kablam! | Sep 01 03:21:34.091 INFO kablam! 199 | let surface_formats = { Sep 01 03:21:34.091 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_surface_formats` instead Sep 01 03:21:34.091 INFO kablam! Sep 01 03:21:34.091 INFO kablam! warning: unused variable: `present_modes` Sep 01 03:21:34.091 INFO kablam! --> src/lib.rs:214:9 Sep 01 03:21:34.091 INFO kablam! | Sep 01 03:21:34.091 INFO kablam! 214 | let present_modes = { Sep 01 03:21:34.091 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_present_modes` instead Sep 01 03:21:34.091 INFO kablam! Sep 01 03:21:34.531 INFO kablam! warning: unused variable: `surface_capabilities` Sep 01 03:21:34.531 INFO kablam! --> src/lib.rs:178:9 Sep 01 03:21:34.531 INFO kablam! | Sep 01 03:21:34.531 INFO kablam! 178 | let surface_capabilities = { Sep 01 03:21:34.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_surface_capabilities` instead Sep 01 03:21:34.531 INFO kablam! | Sep 01 03:21:34.531 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 03:21:34.532 INFO kablam! Sep 01 03:21:34.532 INFO kablam! warning: unused variable: `supports_presentation` Sep 01 03:21:34.532 INFO kablam! --> src/lib.rs:189:9 Sep 01 03:21:34.532 INFO kablam! | Sep 01 03:21:34.532 INFO kablam! 189 | let supports_presentation = { Sep 01 03:21:34.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_supports_presentation` instead Sep 01 03:21:34.532 INFO kablam! Sep 01 03:21:34.532 INFO kablam! warning: unused variable: `surface_formats` Sep 01 03:21:34.532 INFO kablam! --> src/lib.rs:199:9 Sep 01 03:21:34.532 INFO kablam! | Sep 01 03:21:34.532 INFO kablam! 199 | let surface_formats = { Sep 01 03:21:34.532 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_surface_formats` instead Sep 01 03:21:34.532 INFO kablam! Sep 01 03:21:34.532 INFO kablam! warning: unused variable: `present_modes` Sep 01 03:21:34.532 INFO kablam! --> src/lib.rs:214:9 Sep 01 03:21:34.532 INFO kablam! | Sep 01 03:21:34.533 INFO kablam! 214 | let present_modes = { Sep 01 03:21:34.533 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_present_modes` instead Sep 01 03:21:34.533 INFO kablam! Sep 01 03:21:34.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.41s Sep 01 03:21:34.608 INFO kablam! su: No module specific data is present Sep 01 03:21:34.975 INFO running `"docker" "rm" "-f" "8b785553a8779a8b7fd175d80cff43f7d8b47e2babe0519f87d61c4b68e677d3"` Sep 01 03:21:35.114 INFO blam! 8b785553a8779a8b7fd175d80cff43f7d8b47e2babe0519f87d61c4b68e677d3