[INFO] cloning repository https://github.com/J-Sparr0w/Vulkan_Explore
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/J-Sparr0w/Vulkan_Explore" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJ-Sparr0w%2FVulkan_Explore", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJ-Sparr0w%2FVulkan_Explore'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5f5c8709cf79488cdd14912ab75f2d35d129fb73
[INFO] checking J-Sparr0w/Vulkan_Explore against 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJ-Sparr0w%2FVulkan_Explore" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/J-Sparr0w/Vulkan_Explore
[INFO] finished tweaking git repo https://github.com/J-Sparr0w/Vulkan_Explore
[INFO] tweaked toml for git repo https://github.com/J-Sparr0w/Vulkan_Explore written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/J-Sparr0w/Vulkan_Explore on toolchain 4fcf39725a9c99bd495d8c73af83628a256ff9a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/J-Sparr0w/Vulkan_Explore 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" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `vulkan_explore` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc1/source/target/.../vulkan_explore
[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 `vulkan-explore`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 - name = "vulkan_explore"
[INFO] [stderr] 20 + name = "vulkan-explore"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `vulkan-explore`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 ~ version = "0.1.0"
[INFO] [stderr] 22 + [[bin]]
[INFO] [stderr] 23 + name = "vulkan-explore"
[INFO] [stderr] 24 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `vulkan_explore` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wayland-sys v0.31.6
[INFO] [stderr]   Downloaded wayland-cursor v0.31.8
[INFO] [stderr]   Downloaded quick-xml v0.37.4
[INFO] [stderr]   Downloaded wayland-scanner v0.31.6
[INFO] [stderr]   Downloaded wayland-backend v0.3.8
[INFO] [stderr]   Downloaded wayland-client v0.31.8
[INFO] [stderr]   Downloaded tobj v3.2.5
[INFO] [stderr]   Downloaded vulkanalia-sys v0.28.0
[INFO] [stderr]   Downloaded vulkanalia v0.28.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 9eb20d6a8859641ec5cd917d80c081baee789fc13b0bce505db3cbd2b3374f3b
[INFO] running `Command { std: "docker" "start" "9eb20d6a8859641ec5cd917d80c081baee789fc13b0bce505db3cbd2b3374f3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9eb20d6a8859641ec5cd917d80c081baee789fc13b0bce505db3cbd2b3374f3b", 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" "9eb20d6a8859641ec5cd917d80c081baee789fc13b0bce505db3cbd2b3374f3b" "/opt/rustwide/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9eb20d6a8859641ec5cd917d80c081baee789fc13b0bce505db3cbd2b3374f3b", 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" "9eb20d6a8859641ec5cd917d80c081baee789fc13b0bce505db3cbd2b3374f3b" "/opt/rustwide/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `vulkan_explore` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../vulkan_explore
[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 `vulkan-explore`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 - name = "vulkan_explore"
[INFO] [stderr] 20 + name = "vulkan-explore"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `vulkan-explore`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 ~ version = "0.1.0"
[INFO] [stderr] 22 + [[bin]]
[INFO] [stderr] 23 + name = "vulkan-explore"
[INFO] [stderr] 24 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `vulkan_explore` (manifest) generated 1 warning
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling wayland-client v0.31.8
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]    Compiling smithay-client-toolkit v0.18.1
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]    Compiling winit v0.29.15
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]    Compiling quick-xml v0.37.4
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking humantime v2.2.0
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking vulkanalia-sys v0.28.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling wayland-backend v0.3.8
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking tobj v3.2.5
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking calloop v0.12.4
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.31.2
[INFO] [stderr]     Checking calloop-wayland-source v0.2.0
[INFO] [stderr]     Checking wayland-cursor v0.31.8
[INFO] [stderr] error: could not compile `vulkanalia-sys` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4fcf39725a9c99bd495d8c73af83628a256ff9a9/bin/rustc --crate-name vulkanalia_sys --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vulkanalia-sys-0.28.0/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="provisional"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_std_error", "provisional", "std"))' -C metadata=02980fdf685320c5 -C extra-filename=-ead471b1d64a182d --out-dir /opt/rustwide/target/debug/build/vulkanalia-sys/ead471b1d64a182d/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/6dcfbc6bad33d8b2/out/libbitflags-6dcfbc6bad33d8b2.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" "9eb20d6a8859641ec5cd917d80c081baee789fc13b0bce505db3cbd2b3374f3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9eb20d6a8859641ec5cd917d80c081baee789fc13b0bce505db3cbd2b3374f3b", kill_on_drop: false }`
[INFO] [stdout] 9eb20d6a8859641ec5cd917d80c081baee789fc13b0bce505db3cbd2b3374f3b
