[INFO] updating cached repository https://github.com/LPGhatguy/ash-example-without-abstractions
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 274a37c8f2fc21cd86ddff8272efd070893e3bef
[INFO] checking LPGhatguy/ash-example-without-abstractions against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLPGhatguy%2Fash-example-without-abstractions" "/workspace/builds/worker-7/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/LPGhatguy/ash-example-without-abstractions on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/LPGhatguy/ash-example-without-abstractions
[INFO] finished tweaking git repo https://github.com/LPGhatguy/ash-example-without-abstractions
[INFO] tweaked toml for git repo https://github.com/LPGhatguy/ash-example-without-abstractions written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate git repo https://github.com/LPGhatguy/ash-example-without-abstractions already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 13b9d092b9ec4ff6f8dc8e4379f85beb629c2669bbe9ad1da03d150d9f294f5c
[INFO] running `"docker" "start" "-a" "13b9d092b9ec4ff6f8dc8e4379f85beb629c2669bbe9ad1da03d150d9f294f5c"`
[INFO] [stderr]     Checking libc v0.2.39
[INFO] [stderr]     Checking num-traits v0.2.1
[INFO] [stderr]    Compiling cgmath v0.16.0
[INFO] [stderr]    Compiling winapi v0.3.4
[INFO] [stderr]    Compiling x11-dl v2.17.3
[INFO] [stderr]    Compiling wayland-scanner v0.12.5
[INFO] [stderr]     Checking libloading v0.4.3
[INFO] [stderr]     Checking dlib v0.4.0
[INFO] [stderr]     Checking wayland-sys v0.12.5
[INFO] [stderr]     Checking rand v0.4.2
[INFO] [stderr]     Checking memmap v0.6.2
[INFO] [stderr]     Checking shared_library v0.1.8
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking ash v0.22.0
[INFO] [stderr]    Compiling wayland-client v0.12.5
[INFO] [stderr]    Compiling wayland-protocols v0.12.5
[INFO] [stderr]     Checking rand v0.3.22
[INFO] [stderr]     Checking tempfile v2.2.0
[INFO] [stderr]     Checking wayland-kbd v0.13.1
[INFO] [stderr]     Checking wayland-window v0.13.2
[INFO] [stderr]     Checking winit v0.11.2
[INFO] [stderr]     Checking try-ash v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: couldn't read src/../built-shaders/triangle-vert.spv: No such file or directory (os error 2)
[INFO] [stderr]   --> src/main.rs:16:39
[INFO] [stderr]    |
[INFO] [stderr] 16 | static VERTEX_SHADER: &'static [u8] = include_bytes!("../built-shaders/triangle-vert.spv");
[INFO] [stderr]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read src/../built-shaders/triangle-frag.spv: No such file or directory (os error 2)
[INFO] [stderr]   --> src/main.rs:17:41
[INFO] [stderr]    |
[INFO] [stderr] 17 | static FRAGMENT_SHADER: &'static [u8] = include_bytes!("../built-shaders/triangle-frag.spv");
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read src/../built-shaders/triangle-vert.spv: No such file or directory (os error 2)
[INFO] [stderr]   --> src/main.rs:16:39
[INFO] [stderr]    |
[INFO] [stderr] 16 | static VERTEX_SHADER: &'static [u8] = include_bytes!("../built-shaders/triangle-vert.spv");
[INFO] [stderr]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read src/../built-shaders/triangle-frag.spv: No such file or directory (os error 2)
[INFO] [stderr]   --> src/main.rs:17:41
[INFO] [stderr]    |
[INFO] [stderr] 17 | static FRAGMENT_SHADER: &'static [u8] = include_bytes!("../built-shaders/triangle-frag.spv");
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `extension_names` in this scope
[INFO] [stderr]    --> src/main.rs:128:31
[INFO] [stderr]     |
[INFO] [stderr] 128 |     let extension_names_raw = extension_names();
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_surface` in this scope
[INFO] [stderr]    --> src/main.rs:167:19
[INFO] [stderr]     |
[INFO] [stderr] 167 |     let surface = create_surface(&entry, &instance, &window)
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Instance`
[INFO] [stderr]   --> src/main.rs:11:18
[INFO] [stderr]    |
[INFO] [stderr] 11 | use ash::{Entry, Instance, Device, vk};
[INFO] [stderr]    |                  ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Win32Surface`
[INFO] [stderr]   --> src/main.rs:13:56
[INFO] [stderr]    |
[INFO] [stderr] 13 | use ash::extensions::{DebugReport, Surface, Swapchain, Win32Surface};
[INFO] [stderr]    |                                                        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `extension_names` in this scope
[INFO] [stderr]    --> src/main.rs:128:31
[INFO] [stderr]     |
[INFO] [stderr] 128 |     let extension_names_raw = extension_names();
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_surface` in this scope
[INFO] [stderr]    --> src/main.rs:167:19
[INFO] [stderr]     |
[INFO] [stderr] 167 |     let surface = create_surface(&entry, &instance, &window)
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Instance`
[INFO] [stderr]   --> src/main.rs:11:18
[INFO] [stderr]    |
[INFO] [stderr] 11 | use ash::{Entry, Instance, Device, vk};
[INFO] [stderr]    |                  ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Win32Surface`
[INFO] [stderr]   --> src/main.rs:13:56
[INFO] [stderr]    |
[INFO] [stderr] 13 | use ash::extensions::{DebugReport, Surface, Swapchain, Win32Surface};
[INFO] [stderr]    |                                                        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `try-ash`.
[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 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `try-ash`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "13b9d092b9ec4ff6f8dc8e4379f85beb629c2669bbe9ad1da03d150d9f294f5c"`
[INFO] running `"docker" "rm" "-f" "13b9d092b9ec4ff6f8dc8e4379f85beb629c2669bbe9ad1da03d150d9f294f5c"`
[INFO] [stdout] 13b9d092b9ec4ff6f8dc8e4379f85beb629c2669bbe9ad1da03d150d9f294f5c
