[INFO] updating cached repository https://github.com/mistrpopo/VulkanoTutorial [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] 232e136ce57f9192709d62f92c3a34f9a7217405 [INFO] checking mistrpopo/VulkanoTutorial against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmistrpopo%2FVulkanoTutorial" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mistrpopo/VulkanoTutorial on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mistrpopo/VulkanoTutorial [INFO] finished tweaking git repo https://github.com/mistrpopo/VulkanoTutorial [INFO] tweaked toml for git repo https://github.com/mistrpopo/VulkanoTutorial written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/mistrpopo/VulkanoTutorial already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] 17ee5304ae149d581e11e2c0c0220a34f305d6af5a946264ebdc9445c326111a [INFO] running `"docker" "start" "-a" "17ee5304ae149d581e11e2c0c0220a34f305d6af5a946264ebdc9445c326111a"` [INFO] [stderr] Compiling vulkano v0.7.0 [INFO] [stderr] Checking vk-sys v0.3.1 [INFO] [stderr] Checking half v1.0.1 [INFO] [stderr] Checking smallvec v0.4.3 [INFO] [stderr] Compiling cmake v0.1.26 [INFO] [stderr] Checking shared_library v0.1.7 [INFO] [stderr] Checking rayon-core v1.2.1 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling glsl-to-spirv v0.1.3 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Checking image v0.16.0 [INFO] [stderr] Compiling vulkano-shaders v0.7.1 [INFO] [stderr] Compiling vulkano-shader-derive v0.7.1 [INFO] [stderr] Checking tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/main.rs:44:14 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(VulkanoShader)] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: /tmp/glslang-compile.mcTH0Ij3Hi5A/0.comp [INFO] [stderr] ERROR: /tmp/glslang-compile.mcTH0Ij3Hi5A/0.comp:1: '#' : invalid directive [INFO] [stderr] ERROR: /tmp/glslang-compile.mcTH0Ij3Hi5A/0.comp:1: '' : compilation terminated [INFO] [stderr] ERROR: 2 compilation errors. No code generated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] ERROR: Linking compute 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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `tutorial`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/main.rs:44:14 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(VulkanoShader)] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: /tmp/glslang-compile.tDUFBQp8rSzb/0.comp [INFO] [stderr] ERROR: /tmp/glslang-compile.tDUFBQp8rSzb/0.comp:1: '#' : invalid directive [INFO] [stderr] ERROR: /tmp/glslang-compile.tDUFBQp8rSzb/0.comp:1: '' : compilation terminated [INFO] [stderr] ERROR: 2 compilation errors. No code generated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] ERROR: Linking compute 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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `tutorial`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "17ee5304ae149d581e11e2c0c0220a34f305d6af5a946264ebdc9445c326111a"` [INFO] running `"docker" "rm" "-f" "17ee5304ae149d581e11e2c0c0220a34f305d6af5a946264ebdc9445c326111a"` [INFO] [stdout] 17ee5304ae149d581e11e2c0c0220a34f305d6af5a946264ebdc9445c326111a