[INFO] cloning repository https://github.com/matthewjberger/vulkan-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matthewjberger/vulkan-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fvulkan-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fvulkan-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5b7c0952d10144b320171cd19ba724e79561c8f8 [INFO] checking matthewjberger/vulkan-example against master#59fd4ef94daa991e6797b5aa6127e824f3067def for pr-145108-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fvulkan-example" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/matthewjberger/vulkan-example [INFO] finished tweaking git repo https://github.com/matthewjberger/vulkan-example [INFO] tweaked toml for git repo https://github.com/matthewjberger/vulkan-example written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/matthewjberger/vulkan-example on toolchain 59fd4ef94daa991e6797b5aa6127e824f3067def [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/matthewjberger/vulkan-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ash-window v0.13.0 [INFO] [stderr] Downloaded ehttp v0.5.0 [INFO] [stderr] Downloaded raw-window-metal v0.4.0 [INFO] [stderr] Downloaded nalgebra-glm v0.19.0 [INFO] [stderr] Downloaded egui-ash-renderer v0.10.0 [INFO] [stderr] Downloaded gpu-allocator v0.28.0 [INFO] [stderr] Downloaded moxcms v0.7.9 [INFO] [stderr] Downloaded image v0.25.8 [INFO] [stderr] Downloaded pxfm v0.1.25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8e2727b78cb01312e4c07d85d4f4d929be334d6ea140c3efbd8d3545f8bd2576 [INFO] running `Command { std: "docker" "start" "-a" "8e2727b78cb01312e4c07d85d4f4d929be334d6ea140c3efbd8d3545f8bd2576", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e2727b78cb01312e4c07d85d4f4d929be334d6ea140c3efbd8d3545f8bd2576", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e2727b78cb01312e4c07d85d4f4d929be334d6ea140c3efbd8d3545f8bd2576", kill_on_drop: false }` [INFO] [stdout] 8e2727b78cb01312e4c07d85d4f4d929be334d6ea140c3efbd8d3545f8bd2576 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 47eccab78aaedd115e4f9aec4c55d732f85a2c5e21f98c09fc2011e6b59bce27 [INFO] running `Command { std: "docker" "start" "-a" "47eccab78aaedd115e4f9aec4c55d732f85a2c5e21f98c09fc2011e6b59bce27", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling cc v1.2.44 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Checking wayland-sys v0.31.7 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking rustls-pki-types v1.13.0 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Checking pxfm v0.1.25 [INFO] [stderr] Checking memmap2 v0.9.9 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking nohash-hasher v0.2.0 [INFO] [stderr] Checking epaint_default_fonts v0.33.0 [INFO] [stderr] Compiling rustls v0.23.34 [INFO] [stderr] Checking weezl v0.1.10 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Checking kurbo v0.11.3 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Checking gif v0.13.3 [INFO] [stderr] Checking webpki-roots v1.0.4 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Checking x11rb-protocol v0.13.2 [INFO] [stderr] Checking flate2 v1.1.5 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Checking image-webp v0.2.4 [INFO] [stderr] Compiling mime_guess2 v2.3.1 [INFO] [stderr] Checking ash v0.38.0+1.3.281 [INFO] [stderr] Checking webpki-roots v0.26.11 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking png v0.18.0 [INFO] [stderr] Compiling wayland-scanner v0.31.7 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking simplecss v0.2.2 [INFO] [stderr] Checking xmlwriter v0.1.0 [INFO] [stderr] Checking pico-args v0.5.0 [INFO] [stderr] Checking data-url v0.3.2 [INFO] [stderr] Checking imagesize v0.13.0 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking x11-dl v2.21.0 [INFO] [stderr] Checking moxcms v0.7.9 [INFO] [stderr] Checking xkbcommon-dl v0.4.2 [INFO] [stderr] Checking svgtypes v0.15.3 [INFO] [stderr] Checking dpi v0.1.2 [INFO] [stderr] Checking presser v0.3.1 [INFO] [stderr] Compiling wayland-backend v0.3.11 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking jiff v0.2.15 [INFO] [stderr] error: could not compile `ash` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/59fd4ef94daa991e6797b5aa6127e824f3067def/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=be734a1d7acca22c -C extra-filename=-7820bd67844a5b61 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-d21983df834c79db.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "47eccab78aaedd115e4f9aec4c55d732f85a2c5e21f98c09fc2011e6b59bce27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47eccab78aaedd115e4f9aec4c55d732f85a2c5e21f98c09fc2011e6b59bce27", kill_on_drop: false }` [INFO] [stdout] 47eccab78aaedd115e4f9aec4c55d732f85a2c5e21f98c09fc2011e6b59bce27