[INFO] cloning repository https://github.com/MatiasHiltunen/bitnet-wgpu-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MatiasHiltunen/bitnet-wgpu-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatiasHiltunen%2Fbitnet-wgpu-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatiasHiltunen%2Fbitnet-wgpu-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2a31044cbef2caa67cd122507d18879a91accd1f
[INFO] checking MatiasHiltunen/bitnet-wgpu-rs against c9ff496891c278ad660bc0ab85c1f0b72059464a for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatiasHiltunen%2Fbitnet-wgpu-rs" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MatiasHiltunen/bitnet-wgpu-rs
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/MatiasHiltunen/bitnet-wgpu-rs
[INFO] tweaked toml for git repo https://github.com/MatiasHiltunen/bitnet-wgpu-rs written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MatiasHiltunen/bitnet-wgpu-rs on toolchain c9ff496891c278ad660bc0ab85c1f0b72059464a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MatiasHiltunen/bitnet-wgpu-rs 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" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded jiff-static v0.2.14
[INFO] [stderr]   Downloaded jiff v0.2.14
[INFO] [stderr]   Downloaded wgpu-profiler v0.23.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 22c672304b20aac349779669ccab345bb8c5d6862549d3114b2299e13c24d35d
[INFO] running `Command { std: "docker" "start" "22c672304b20aac349779669ccab345bb8c5d6862549d3114b2299e13c24d35d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22c672304b20aac349779669ccab345bb8c5d6862549d3114b2299e13c24d35d", 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" "22c672304b20aac349779669ccab345bb8c5d6862549d3114b2299e13c24d35d" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22c672304b20aac349779669ccab345bb8c5d6862549d3114b2299e13c24d35d", 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" "22c672304b20aac349779669ccab345bb8c5d6862549d3114b2299e13c24d35d" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]    Compiling naga v25.0.1
[INFO] [stderr]     Checking libloading v0.8.8
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]    Compiling wgpu-hal v25.0.2
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling wgpu-core v25.0.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling wgpu v25.0.2
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking clap_builder v4.5.39
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking jiff v0.2.14
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking bytemuck v1.23.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr] error: could not compile `regex-automata` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9ff496891c278ad660bc0ab85c1f0b72059464a/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/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="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=7c9de7a18742ce49 -C extra-filename=-01a064c4c9fd2e74 --out-dir /opt/rustwide/target/debug/build/regex-automata/01a064c4c9fd2e74/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/7c07cc3fdcce7f7b/out -L dependency=/opt/rustwide/target/debug/build/memchr/a8313380c25031b5/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/dab6c3144e3d887c/out --extern aho_corasick=/opt/rustwide/target/debug/build/aho-corasick/7c07cc3fdcce7f7b/out/libaho_corasick-7c07cc3fdcce7f7b.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/a8313380c25031b5/out/libmemchr-a8313380c25031b5.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/dab6c3144e3d887c/out/libregex_syntax-dab6c3144e3d887c.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/c9ff496891c278ad660bc0ab85c1f0b72059464a/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=3b969f9c1294692d -C extra-filename=-2832f9777be2cfad --out-dir /opt/rustwide/target/debug/build/ash/2832f9777be2cfad/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/d541ac7a75168aa5/out -L dependency=/opt/rustwide/target/debug/build/libloading/b7a6f3e8a4c60bc8/out --extern libloading=/opt/rustwide/target/debug/build/libloading/b7a6f3e8a4c60bc8/out/liblibloading-b7a6f3e8a4c60bc8.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "22c672304b20aac349779669ccab345bb8c5d6862549d3114b2299e13c24d35d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22c672304b20aac349779669ccab345bb8c5d6862549d3114b2299e13c24d35d", kill_on_drop: false }`
[INFO] [stdout] 22c672304b20aac349779669ccab345bb8c5d6862549d3114b2299e13c24d35d
