[INFO] cloning repository https://github.com/henrya2/LearnVulkan
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/henrya2/LearnVulkan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenrya2%2FLearnVulkan", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenrya2%2FLearnVulkan'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c9bf40abf73c18a9700585ec02600ca29427fbf3
[INFO] checking henrya2/LearnVulkan against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenrya2%2FLearnVulkan" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:   9% (8/86)
Updating files:  10% (9/86)
Updating files:  11% (10/86)
Updating files:  12% (11/86)
Updating files:  13% (12/86)
Updating files:  15% (13/86)
Updating files:  16% (14/86)
Updating files:  17% (15/86)
Updating files:  18% (16/86)
Updating files:  19% (17/86)
Updating files:  20% (18/86)
Updating files:  22% (19/86)
Updating files:  23% (20/86)
Updating files:  24% (21/86)
Updating files:  25% (22/86)
Updating files:  26% (23/86)
Updating files:  27% (24/86)
Updating files:  29% (25/86)
Updating files:  30% (26/86)
Updating files:  31% (27/86)
Updating files:  32% (28/86)
Updating files:  33% (29/86)
Updating files:  34% (30/86)
Updating files:  36% (31/86)
Updating files:  37% (32/86)
Updating files:  38% (33/86)
Updating files:  39% (34/86)
Updating files:  40% (35/86)
Updating files:  41% (36/86)
Updating files:  43% (37/86)
Updating files:  44% (38/86)
Updating files:  45% (39/86)
Updating files:  46% (40/86)
Updating files:  47% (41/86)
Updating files:  48% (42/86)
Updating files:  50% (43/86)
Updating files:  51% (44/86)
Updating files:  52% (45/86)
Updating files:  53% (46/86)
Updating files:  54% (47/86)
Updating files:  55% (48/86)
Updating files:  56% (49/86)
Updating files:  58% (50/86)
Updating files:  59% (51/86)
Updating files:  60% (52/86)
Updating files:  61% (53/86)
Updating files:  62% (54/86)
Updating files:  63% (55/86)
Updating files:  65% (56/86)
Updating files:  66% (57/86)
Updating files:  67% (58/86)
Updating files:  68% (59/86)
Updating files:  69% (60/86)
Updating files:  70% (61/86)
Updating files:  72% (62/86)
Updating files:  73% (63/86)
Updating files:  74% (64/86)
Updating files:  75% (65/86)
Updating files:  76% (66/86)
Updating files:  77% (67/86)
Updating files:  79% (68/86)
Updating files:  80% (69/86)
Updating files:  81% (70/86)
Updating files:  82% (71/86)
Updating files:  83% (72/86)
Updating files:  84% (73/86)
Updating files:  86% (74/86)
Updating files:  87% (75/86)
Updating files:  88% (76/86)
Updating files:  89% (77/86)
Updating files:  90% (78/86)
Updating files:  91% (79/86)
Updating files:  93% (80/86)
Updating files:  94% (81/86)
Updating files:  95% (82/86)
Updating files:  96% (83/86)
Updating files:  97% (84/86)
Updating files:  98% (85/86)
Updating files: 100% (86/86)
Updating files: 100% (86/86), done.
[INFO] started tweaking git repo https://github.com/henrya2/LearnVulkan
[INFO] finished tweaking git repo https://github.com/henrya2/LearnVulkan
[INFO] tweaked toml for git repo https://github.com/henrya2/LearnVulkan written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/henrya2/LearnVulkan on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/henrya2/LearnVulkan 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `LearnVulkan` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc1/source/target/.../LearnVulkan
[INFO] [stderr]    |                                                  ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `learn-vulkan`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:28:8
[INFO] [stderr]    |
[INFO] [stderr] 28 - name = "LearnVulkan"
[INFO] [stderr] 28 + name = "learn-vulkan"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `learn-vulkan`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:29:19
[INFO] [stderr]    |
[INFO] [stderr] 29 ~ version = "0.1.0"
[INFO] [stderr] 30 + [[bin]]
[INFO] [stderr] 31 + name = "learn-vulkan"
[INFO] [stderr] 32 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `LearnVulkan` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quick-xml v0.39.3
[INFO] [stderr]   Downloaded glam v0.33.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f928df7c4197d92792ad39afebfc836a829a52e141a919b250a7bba2fc5c9037
[INFO] running `Command { std: "docker" "start" "f928df7c4197d92792ad39afebfc836a829a52e141a919b250a7bba2fc5c9037", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f928df7c4197d92792ad39afebfc836a829a52e141a919b250a7bba2fc5c9037", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f928df7c4197d92792ad39afebfc836a829a52e141a919b250a7bba2fc5c9037" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f928df7c4197d92792ad39afebfc836a829a52e141a919b250a7bba2fc5c9037", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f928df7c4197d92792ad39afebfc836a829a52e141a919b250a7bba2fc5c9037" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `LearnVulkan` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../LearnVulkan
[INFO] [stderr]    |                          ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `learn-vulkan`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:28:8
[INFO] [stderr]    |
[INFO] [stderr] 28 - name = "LearnVulkan"
[INFO] [stderr] 28 + name = "learn-vulkan"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `learn-vulkan`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:29:19
[INFO] [stderr]    |
[INFO] [stderr] 29 ~ version = "0.1.0"
[INFO] [stderr] 30 + [[bin]]
[INFO] [stderr] 31 + name = "learn-vulkan"
[INFO] [stderr] 32 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `LearnVulkan` (manifest) generated 1 warning
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling quick-xml v0.39.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking presser v0.3.1
[INFO] [stderr]     Checking ktx2 v0.3.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling gltf-derive v1.4.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking glam v0.33.1
[INFO] [stderr]     Checking tiny-skia v0.11.4
[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/eca445e5ae4a6679cc27d3a09106ce245e13a5a6/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,unused-externs-silent --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/build/ash/7820bd67844a5b61/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out --extern libloading=/opt/rustwide/target/debug/build/libloading/d21983df834c79db/out/liblibloading-d21983df834c79db.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f928df7c4197d92792ad39afebfc836a829a52e141a919b250a7bba2fc5c9037", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f928df7c4197d92792ad39afebfc836a829a52e141a919b250a7bba2fc5c9037", kill_on_drop: false }`
[INFO] [stdout] f928df7c4197d92792ad39afebfc836a829a52e141a919b250a7bba2fc5c9037
