[INFO] cloning repository https://github.com/tianhaoz95/ermine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tianhaoz95/ermine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftianhaoz95%2Fermine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftianhaoz95%2Fermine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f3d34a2e892a0b2c19cd5895e7f5fa81721e374b
[INFO] checking tianhaoz95/ermine against c0dfa9ae292642b7683cf7162ffb6880170df098 for pr-160902
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftianhaoz95%2Fermine" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tianhaoz95/ermine
[INFO] finished tweaking git repo https://github.com/tianhaoz95/ermine
[INFO] tweaked toml for git repo https://github.com/tianhaoz95/ermine written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tianhaoz95/ermine on toolchain c0dfa9ae292642b7683cf7162ffb6880170df098
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tianhaoz95/ermine 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" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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] f77031f2b521781bb93c111841248d5dba91b4730a6753f39a529e18c5000d15
[INFO] running `Command { std: "docker" "start" "f77031f2b521781bb93c111841248d5dba91b4730a6753f39a529e18c5000d15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f77031f2b521781bb93c111841248d5dba91b4730a6753f39a529e18c5000d15", 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" "f77031f2b521781bb93c111841248d5dba91b4730a6753f39a529e18c5000d15" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f77031f2b521781bb93c111841248d5dba91b4730a6753f39a529e18c5000d15", 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" "f77031f2b521781bb93c111841248d5dba91b4730a6753f39a529e18c5000d15" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling cubecl-common v0.10.0-pre.2
[INFO] [stderr]    Compiling naga v28.0.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking fastrand v2.4.0
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]    Compiling wgpu-hal v28.0.1
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking embassy-futures v0.1.2
[INFO] [stderr]     Checking presser v0.3.1
[INFO] [stderr]     Checking float4 v0.1.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking winnow v1.0.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling spin v0.10.0
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]    Compiling cubecl-runtime v0.10.0-pre.2
[INFO] [stderr]    Compiling cubecl-macros v0.10.0-pre.2
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking float-ord v0.3.2
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling wgpu-core v28.0.1
[INFO] [stderr]     Checking md5 v0.8.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling wgpu v28.0.0
[INFO] [stderr]    Compiling cubecl-wgpu v0.10.0-pre.2
[INFO] [stderr]    Compiling cubecl v0.10.0-pre.2
[INFO] [stderr]     Checking rand_distr v0.6.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c0dfa9ae292642b7683cf7162ffb6880170df098/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.10/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="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=a59177c6b67229a2 -C extra-filename=-c4859b00f972f4a7 --out-dir /opt/rustwide/target/debug/build/regex-syntax/c4859b00f972f4a7/out --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/c0dfa9ae292642b7683cf7162ffb6880170df098/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/build/ash/7820bd67844a5b61/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/libloading/d21983df834c79db/out --extern libloading=/opt/rustwide/target/debug/build/libloading/d21983df834c79db/out/liblibloading-d21983df834c79db.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "f77031f2b521781bb93c111841248d5dba91b4730a6753f39a529e18c5000d15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f77031f2b521781bb93c111841248d5dba91b4730a6753f39a529e18c5000d15", kill_on_drop: false }`
[INFO] [stdout] f77031f2b521781bb93c111841248d5dba91b4730a6753f39a529e18c5000d15
