[INFO] cloning repository https://github.com/shanebishop/writing-a-c-compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shanebishop/writing-a-c-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanebishop%2Fwriting-a-c-compiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanebishop%2Fwriting-a-c-compiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 022f03bac7ce88338a3fd3c68206251e996ffa9f
[INFO] checking shanebishop/writing-a-c-compiler against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanebishop%2Fwriting-a-c-compiler" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shanebishop/writing-a-c-compiler
[INFO] finished tweaking git repo https://github.com/shanebishop/writing-a-c-compiler
[INFO] tweaked toml for git repo https://github.com/shanebishop/writing-a-c-compiler written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shanebishop/writing-a-c-compiler on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shanebishop/writing-a-c-compiler 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b8c0c93236b4f4f2e30ab19b4369b03ee7eb1f412ffa4528721ba0a9e252f6b1
[INFO] running `Command { std: "docker" "start" "b8c0c93236b4f4f2e30ab19b4369b03ee7eb1f412ffa4528721ba0a9e252f6b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b8c0c93236b4f4f2e30ab19b4369b03ee7eb1f412ffa4528721ba0a9e252f6b1", 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" "b8c0c93236b4f4f2e30ab19b4369b03ee7eb1f412ffa4528721ba0a9e252f6b1" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b8c0c93236b4f4f2e30ab19b4369b03ee7eb1f412ffa4528721ba0a9e252f6b1", 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" "b8c0c93236b4f4f2e30ab19b4369b03ee7eb1f412ffa4528721ba0a9e252f6b1" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking model v0.1.0 (/opt/rustwide/workdir/model)
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking errors v0.1.0 (/opt/rustwide/workdir/errors)
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking arbitrary v1.4.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking parser v0.1.0 (/opt/rustwide/workdir/parser)
[INFO] [stderr]     Checking ir_gen v0.1.0 (/opt/rustwide/workdir/ir_gen)
[INFO] [stderr]     Checking codeemit v0.1.0 (/opt/rustwide/workdir/codeemit)
[INFO] [stderr]     Checking codegen v0.1.0 (/opt/rustwide/workdir/codegen)
[INFO] [stderr]     Checking clap_builder v4.5.43
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling cc v1.2.32
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling libfuzzer-sys v0.4.10
[INFO] [stderr]    Compiling clap_derive v4.5.41
[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/e3607d549209cc9fdfe7e907123b4185210e2c2b/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,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=line-tables-only --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"' --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"' --cfg 'feature="unicode-word-boundary"' --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=fe8a06ffdb2202a3 -C extra-filename=-68f3f5ff1234bcfe --out-dir /opt/rustwide/target/debug/build/regex-automata/68f3f5ff1234bcfe/out -L dependency=/opt/rustwide/target/debug/build/memchr/68574d2a93bebd24/out --extern aho_corasick=/opt/rustwide/target/debug/build/aho-corasick/73fa6141316e7c2c/out/libaho_corasick-73fa6141316e7c2c.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/68574d2a93bebd24/out/libmemchr-68574d2a93bebd24.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/8cdc3c0d92e59ea4/out/libregex_syntax-8cdc3c0d92e59ea4.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" "b8c0c93236b4f4f2e30ab19b4369b03ee7eb1f412ffa4528721ba0a9e252f6b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8c0c93236b4f4f2e30ab19b4369b03ee7eb1f412ffa4528721ba0a9e252f6b1", kill_on_drop: false }`
[INFO] [stdout] b8c0c93236b4f4f2e30ab19b4369b03ee7eb1f412ffa4528721ba0a9e252f6b1
