[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#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwawa19933%2Frs-vulkan" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/wawa19933/rs-vulkan on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-0/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] c8d79ea8cf27349514a53d646f433698b89bb46957d995bf3f355594cda5dabf
[INFO] running `"docker" "start" "-a" "c8d79ea8cf27349514a53d646f433698b89bb46957d995bf3f355594cda5dabf"`
[INFO] [stderr]    Compiling bitflags v1.0.2
[INFO] [stderr]    Compiling arrayref v0.3.4
[INFO] [stderr]    Compiling vulkano v0.9.0
[INFO] [stderr]     Checking half v1.1.0
[INFO] [stderr]    Compiling libloading v0.5.0
[INFO] [stderr]    Compiling cmake v0.1.31
[INFO] [stderr]    Compiling tempfile v3.0.2
[INFO] [stderr]     Checking env_logger v0.5.9
[INFO] [stderr]    Compiling digest v0.7.2
[INFO] [stderr]    Compiling block-buffer v0.3.3
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]    Compiling sha2 v0.7.1
[INFO] [stderr]    Compiling glsl-to-spirv v0.1.5
[INFO] [stderr]     Checking dlib v0.4.1
[INFO] [stderr]    Compiling wayland-scanner v0.12.5
[INFO] [stderr]     Checking wayland-sys v0.12.5
[INFO] [stderr]    Compiling wayland-client v0.12.5
[INFO] [stderr]    Compiling wayland-protocols 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/.tmptN9zjh/0.frag
[INFO] [stderr]             ERROR: /tmp/.tmptN9zjh/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/.tmpKtyifh/0.frag
[INFO] [stderr]             ERROR: /tmp/.tmpKtyifh/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" "c8d79ea8cf27349514a53d646f433698b89bb46957d995bf3f355594cda5dabf"`
[INFO] running `"docker" "rm" "-f" "c8d79ea8cf27349514a53d646f433698b89bb46957d995bf3f355594cda5dabf"`
[INFO] [stdout] c8d79ea8cf27349514a53d646f433698b89bb46957d995bf3f355594cda5dabf
