[INFO] crate ash-window 0.3.0 is already in cache
[INFO] checking ash-window-0.3.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate ash-window 0.3.0 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate ash-window 0.3.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate ash-window 0.3.0
[INFO] finished tweaking crates.io crate ash-window 0.3.0
[INFO] tweaked toml for crates.io crate ash-window 0.3.0 written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate crates.io crate ash-window 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] a15f0bd92e6bbc931784bd21a9a9fd150e8ef30eb810415c2005664cc74dc8e3
[INFO] running `"docker" "start" "-a" "a15f0bd92e6bbc931784bd21a9a9fd150e8ef30eb810415c2005664cc74dc8e3"`
[INFO] [stderr]    Compiling libc v0.2.67
[INFO] [stderr]    Compiling xml-rs v0.8.0
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking arrayvec v0.5.1
[INFO] [stderr]     Checking downcast-rs v1.1.1
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling fermium v0.1.4
[INFO] [stderr]     Checking xdg v2.2.0
[INFO] [stderr]    Compiling x11-dl v2.18.5
[INFO] [stderr]     Checking stb_truetype v0.3.1
[INFO] [stderr]     Checking libloading v0.5.2
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking ordered-float v1.0.2
[INFO] [stderr]     Checking line_drawing v0.7.0
[INFO] [stderr]     Checking dlib v0.4.1
[INFO] [stderr]     Checking ash v0.30.0
[INFO] [stderr]     Checking wayland-sys v0.21.13
[INFO] [stderr]     Checking rusttype v0.8.2
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]    Compiling wayland-client v0.21.13
[INFO] [stderr]    Compiling wayland-protocols v0.21.13
[INFO] [stderr]     Checking wayland-commons v0.21.13
[INFO] [stderr]    Compiling phantom-fields v0.1.2
[INFO] [stderr]     Checking beryllium v0.1.3
[INFO] [stderr]     Checking smithay-client-toolkit v0.4.6
[INFO] [stderr]     Checking winit v0.19.5
[INFO] [stderr]     Checking ash-window v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `vk_make_version` in `ash`
[INFO] [stderr]   --> examples/winit.rs:24:72
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let app_desc = vk::ApplicationInfo::builder().api_version(ash::vk_make_version!(1, 0, 0));
[INFO] [stderr]    |                                                                        ^^^^^^^^^^^^^^^ could not find `vk_make_version` in `ash`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `vk_make_version` in `ash`
[INFO] [stderr]   --> examples/beryllium.rs:31:72
[INFO] [stderr]    |
[INFO] [stderr] 31 |         let app_desc = vk::ApplicationInfo::builder().api_version(ash::vk_make_version!(1, 0, 0));
[INFO] [stderr]    |                                                                        ^^^^^^^^^^^^^^^ could not find `vk_make_version` in `ash`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `ash-window`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `ash-window`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "a15f0bd92e6bbc931784bd21a9a9fd150e8ef30eb810415c2005664cc74dc8e3"`
[INFO] running `"docker" "rm" "-f" "a15f0bd92e6bbc931784bd21a9a9fd150e8ef30eb810415c2005664cc74dc8e3"`
[INFO] [stdout] a15f0bd92e6bbc931784bd21a9a9fd150e8ef30eb810415c2005664cc74dc8e3
