[INFO] updating cached repository https://github.com/wawa19933/rs-vulkan
[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] 62169a1d6200bddca2b8817c5b4d7d835ec08554
[INFO] checking wawa19933/rs-vulkan against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwawa19933%2Frs-vulkan" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/wawa19933/rs-vulkan 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/wawa19933/rs-vulkan
[INFO] finished tweaking git repo https://github.com/wawa19933/rs-vulkan
[INFO] tweaked toml for git repo https://github.com/wawa19933/rs-vulkan written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/wawa19933/rs-vulkan 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 0a8b311119ce66319ae222dc21cc4471c738fead86eca36b2117c933ab99d5a3
[INFO] running `"docker" "start" "-a" "0a8b311119ce66319ae222dc21cc4471c738fead86eca36b2117c933ab99d5a3"`
[INFO] [stderr]    Compiling cc v1.0.14
[INFO] [stderr]    Compiling bitflags v1.0.2
[INFO] [stderr]    Compiling vulkano v0.9.0
[INFO] [stderr]     Checking vk-sys v0.3.3
[INFO] [stderr]     Checking half v1.1.0
[INFO] [stderr]     Checking tempfile v3.0.2
[INFO] [stderr]    Compiling generic-array v0.9.0
[INFO] [stderr]     Checking x11-dl v2.17.5
[INFO] [stderr]     Checking regex v0.2.11
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]    Compiling digest v0.7.2
[INFO] [stderr]    Compiling sha2 v0.7.1
[INFO] [stderr]    Compiling cmake v0.1.31
[INFO] [stderr]    Compiling libloading v0.5.0
[INFO] [stderr]    Compiling glsl-to-spirv v0.1.5
[INFO] [stderr]    Compiling wayland-scanner v0.12.5
[INFO] [stderr]     Checking env_logger v0.5.9
[INFO] [stderr]     Checking dlib v0.4.1
[INFO] [stderr]    Compiling wayland-client v0.12.5
[INFO] [stderr]    Compiling wayland-protocols v0.12.5
[INFO] [stderr]     Checking wayland-sys v0.12.5
[INFO] [stderr]     Checking wayland-kbd v0.13.1
[INFO] [stderr]     Checking wayland-window v0.13.3
[INFO] [stderr]     Checking winit v0.11.3
[INFO] [stderr]     Checking vulkano-win v0.9.0
[INFO] [stderr]    Compiling vulkano-shaders v0.9.0
[INFO] [stderr]    Compiling vulkano-shader-derive v0.9.0
[INFO] [stderr]     Checking rs-vulkan v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: proc-macro derive panicked
[INFO] [stderr]    --> src/main.rs:100:18
[INFO] [stderr]     |
[INFO] [stderr] 100 |         #[derive(VulkanoShader)]
[INFO] [stderr]     |                  ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: message: /tmp/.tmpJzttPM/0.frag
[INFO] [stderr]             ERROR: /tmp/.tmpJzttPM/0.frag:5: 'non-opaque uniforms outside a block' : not allowed when using GLSL for Vulkan 
[INFO] [stderr]             ERROR: 1 compilation errors.  No code generated.
[INFO] [stderr]             
[INFO] [stderr]             
[INFO] [stderr]             ERROR: Linking fragment stage: Missing entry point: Each stage requires one entry point
[INFO] [stderr]             
[INFO] [stderr]             SPIR-V is not generated for failed compile or link
[INFO] [stderr]             
[INFO] [stderr]             failed to compile shader
[INFO] [stderr] 
[INFO] [stderr] error: proc-macro derive panicked
[INFO] [stderr]    --> src/main.rs:100:18
[INFO] [stderr]     |
[INFO] [stderr] 100 |         #[derive(VulkanoShader)]
[INFO] [stderr]     |                  ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: message: /tmp/.tmpksVIN4/0.frag
[INFO] [stderr]             ERROR: /tmp/.tmpksVIN4/0.frag:5: 'non-opaque uniforms outside a block' : not allowed when using GLSL for Vulkan 
[INFO] [stderr]             ERROR: 1 compilation errors.  No code generated.
[INFO] [stderr]             
[INFO] [stderr]             
[INFO] [stderr]             ERROR: Linking fragment stage: Missing entry point: Each stage requires one entry point
[INFO] [stderr]             
[INFO] [stderr]             SPIR-V is not generated for failed compile or link
[INFO] [stderr]             
[INFO] [stderr]             failed to compile shader
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Shader` in `fs`
[INFO] [stderr]    --> src/main.rs:108:18
[INFO] [stderr]     |
[INFO] [stderr] 108 |     let fs = fs::Shader::load(device.clone()).expect("failed to create shader module");
[INFO] [stderr]     |                  ^^^^^^ could not find `Shader` in `fs`
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `path` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]   --> src/main.rs:94:11
[INFO] [stderr]    |
[INFO] [stderr] 94 |         #[path = "src/shaders/vertex.glsl"]
[INFO] [stderr]    |           ^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: `path` could refer to a built-in attribute
[INFO] [stderr] note: `path` could also refer to the derive helper attribute defined here
[INFO] [stderr]   --> src/main.rs:92:18
[INFO] [stderr]    |
[INFO] [stderr] 92 |         #[derive(VulkanoShader)]
[INFO] [stderr]    |                  ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `path` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]    --> src/main.rs:102:11
[INFO] [stderr]     |
[INFO] [stderr] 102 |         #[path = "src/shaders/fragment.glsl"]
[INFO] [stderr]     |           ^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: `path` could refer to a built-in attribute
[INFO] [stderr] note: `path` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/main.rs:100:18
[INFO] [stderr]     |
[INFO] [stderr] 100 |         #[derive(VulkanoShader)]
[INFO] [stderr]     |                  ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/main.rs:195:71
[INFO] [stderr]     |
[INFO] [stderr] 195 |     let mut previous_frame_end = Box::new(now(device.clone())) as Box<GpuFuture>;
[INFO] [stderr]     |                                                                       ^^^^^^^^^ help: use `dyn`: `dyn GpuFuture`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Shader` in `fs`
[INFO] [stderr]    --> src/main.rs:108:18
[INFO] [stderr]     |
[INFO] [stderr] 108 |     let fs = fs::Shader::load(device.clone()).expect("failed to create shader module");
[INFO] [stderr]     |                  ^^^^^^ could not find `Shader` in `fs`
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `path` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]   --> src/main.rs:94:11
[INFO] [stderr]    |
[INFO] [stderr] 94 |         #[path = "src/shaders/vertex.glsl"]
[INFO] [stderr]    |           ^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: `path` could refer to a built-in attribute
[INFO] [stderr] note: `path` could also refer to the derive helper attribute defined here
[INFO] [stderr]   --> src/main.rs:92:18
[INFO] [stderr]    |
[INFO] [stderr] 92 |         #[derive(VulkanoShader)]
[INFO] [stderr]    |                  ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `path` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]    --> src/main.rs:102:11
[INFO] [stderr]     |
[INFO] [stderr] 102 |         #[path = "src/shaders/fragment.glsl"]
[INFO] [stderr]     |           ^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: `path` could refer to a built-in attribute
[INFO] [stderr] note: `path` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/main.rs:100:18
[INFO] [stderr]     |
[INFO] [stderr] 100 |         #[derive(VulkanoShader)]
[INFO] [stderr]     |                  ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/main.rs:195:71
[INFO] [stderr]     |
[INFO] [stderr] 195 |     let mut previous_frame_end = Box::new(now(device.clone())) as Box<GpuFuture>;
[INFO] [stderr]     |                                                                       ^^^^^^^^^ help: use `dyn`: `dyn GpuFuture`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0433, E0659.
[INFO] [stderr] For more information about an error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `rs-vulkan`.
[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] Some errors have detailed explanations: E0433, E0659.
[INFO] [stderr] For more information about an error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `rs-vulkan`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "0a8b311119ce66319ae222dc21cc4471c738fead86eca36b2117c933ab99d5a3"`
[INFO] running `"docker" "rm" "-f" "0a8b311119ce66319ae222dc21cc4471c738fead86eca36b2117c933ab99d5a3"`
[INFO] [stdout] 0a8b311119ce66319ae222dc21cc4471c738fead86eca36b2117c933ab99d5a3
