[INFO] crate gfx_window_vulkan 0.1.0 is already in cache
[INFO] checking gfx_window_vulkan-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate gfx_window_vulkan 0.1.0 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate gfx_window_vulkan 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate gfx_window_vulkan 0.1.0
[INFO] removed path dependency gfx_core from crates.io crate gfx_window_vulkan 0.1.0
[INFO] removed path dependency gfx_device_vulkan from crates.io crate gfx_window_vulkan 0.1.0
[INFO] finished tweaking crates.io crate gfx_window_vulkan 0.1.0
[INFO] tweaked toml for crates.io crate gfx_window_vulkan 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] c7ec43b2371395910639a3875ad2629a93e3658598a5e50ce2c64d9e6a061ed8
[INFO] running `"docker" "start" "-a" "c7ec43b2371395910639a3875ad2629a93e3658598a5e50ce2c64d9e6a061ed8"`
[INFO] [stderr]    Compiling itoa v0.3.4
[INFO] [stderr]    Compiling serde v0.9.15
[INFO] [stderr]    Compiling lalrpop-util v0.11.0
[INFO] [stderr]     Checking bitflags v0.6.0
[INFO] [stderr]     Checking vk-sys v0.2.7
[INFO] [stderr]     Checking vk v0.0.1
[INFO] [stderr]    Compiling wayland-scanner v0.7.8
[INFO] [stderr]    Compiling phf v0.7.24
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking tempfile v2.2.0
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]     Checking fs2 v0.2.5
[INFO] [stderr]     Checking draw_state v0.6.0
[INFO] [stderr]    Compiling spirv-utils v0.2.1
[INFO] [stderr]     Checking memmap v0.4.0
[INFO] [stderr]    Compiling target_build_utils v0.3.1
[INFO] [stderr]     Checking gfx_core v0.6.1
[INFO] [stderr]    Compiling wayland-client v0.7.8
[INFO] [stderr]    Compiling serde_json v0.9.10
[INFO] [stderr]    Compiling libloading v0.3.4
[INFO] [stderr]     Checking dlib v0.3.1
[INFO] [stderr]     Checking wayland-sys v0.7.8
[INFO] [stderr]     Checking wayland-window v0.4.4
[INFO] [stderr]     Checking wayland-kbd v0.6.3
[INFO] [stderr]     Checking winit v0.5.11
[INFO] [stderr]     Checking gfx_device_vulkan v0.1.0
[INFO] [stderr]     Checking gfx_window_vulkan v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/lib.rs:181:69
[INFO] [stderr]     |
[INFO] [stderr] 181 |         let mut capabilities: vk::SurfaceCapabilitiesKHR = unsafe { std::mem::uninitialized() };
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/lib.rs:181:69
[INFO] [stderr]     |
[INFO] [stderr] 181 |         let mut capabilities: vk::SurfaceCapabilitiesKHR = unsafe { std::mem::uninitialized() };
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `surface_capabilities`
[INFO] [stderr]    --> src/lib.rs:178:9
[INFO] [stderr]     |
[INFO] [stderr] 178 |     let surface_capabilities = {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_surface_capabilities`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `supports_presentation`
[INFO] [stderr]    --> src/lib.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |     let supports_presentation = {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_supports_presentation`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `surface_formats`
[INFO] [stderr]    --> src/lib.rs:199:9
[INFO] [stderr]     |
[INFO] [stderr] 199 |     let surface_formats = {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_surface_formats`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `present_modes`
[INFO] [stderr]    --> src/lib.rs:214:9
[INFO] [stderr]     |
[INFO] [stderr] 214 |     let present_modes = {
[INFO] [stderr]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_present_modes`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `surface_capabilities`
[INFO] [stderr]    --> src/lib.rs:178:9
[INFO] [stderr]     |
[INFO] [stderr] 178 |     let surface_capabilities = {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_surface_capabilities`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `supports_presentation`
[INFO] [stderr]    --> src/lib.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |     let supports_presentation = {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_supports_presentation`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `surface_formats`
[INFO] [stderr]    --> src/lib.rs:199:9
[INFO] [stderr]     |
[INFO] [stderr] 199 |     let surface_formats = {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_surface_formats`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `present_modes`
[INFO] [stderr]    --> src/lib.rs:214:9
[INFO] [stderr]     |
[INFO] [stderr] 214 |     let present_modes = {
[INFO] [stderr]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_present_modes`
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 48.76s
[INFO] running `"docker" "inspect" "c7ec43b2371395910639a3875ad2629a93e3658598a5e50ce2c64d9e6a061ed8"`
[INFO] running `"docker" "rm" "-f" "c7ec43b2371395910639a3875ad2629a93e3658598a5e50ce2c64d9e6a061ed8"`
[INFO] [stdout] c7ec43b2371395910639a3875ad2629a93e3658598a5e50ce2c64d9e6a061ed8
