[INFO] cloning repository https://github.com/mikenrafter/residual
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mikenrafter/residual" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikenrafter%2Fresidual", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikenrafter%2Fresidual'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bcd9317840a80ea453e746015e48468f81e97a67
[INFO] checking mikenrafter/residual against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikenrafter%2Fresidual" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mikenrafter/residual
[INFO] finished tweaking git repo https://github.com/mikenrafter/residual
[INFO] tweaked toml for git repo https://github.com/mikenrafter/residual written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mikenrafter/residual on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mikenrafter/residual 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 913f0a4ee0468a3e57dc3b3eec5143dd0a555bcaf245785b35bd319d83923383
[INFO] running `Command { std: "docker" "start" "913f0a4ee0468a3e57dc3b3eec5143dd0a555bcaf245785b35bd319d83923383", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "913f0a4ee0468a3e57dc3b3eec5143dd0a555bcaf245785b35bd319d83923383", 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" "913f0a4ee0468a3e57dc3b3eec5143dd0a555bcaf245785b35bd319d83923383" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "913f0a4ee0468a3e57dc3b3eec5143dd0a555bcaf245785b35bd319d83923383", 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" "913f0a4ee0468a3e57dc3b3eec5143dd0a555bcaf245785b35bd319d83923383" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.16.0
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking dioxus-core-types v0.7.10
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking longest-increasing-subsequence v0.1.0
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]    Compiling bstr v1.13.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]    Compiling pest v2.9.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling globset v0.4.20
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]     Checking dioxus-cli-config v0.7.10
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking const_format v0.2.36
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling lazy-js-bundle v0.7.10
[INFO] [stderr]     Checking either v1.18.0
[INFO] [stderr]    Compiling ignore v0.4.33
[INFO] [stderr]    Compiling dioxus-document v0.7.10
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]     Checking indexmap v2.14.1
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking euclid v0.22.14
[INFO] [stderr]     Checking sha1 v0.10.7
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]     Checking data-encoding v2.11.1
[INFO] [stderr] error: could not compile `pest` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/a621e2b446eafb53c7a8569f225e0b8cc2429a68/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=9d020fb793c90b73 -C extra-filename=-4ed369c3c48d6d9a --out-dir /opt/rustwide/target/debug/build/pest/4ed369c3c48d6d9a/out --extern memchr=/opt/rustwide/target/debug/build/memchr/eb8ac1f1f77ae379/out/libmemchr-eb8ac1f1f77ae379.rmeta --extern ucd_trie=/opt/rustwide/target/debug/build/ucd-trie/9bcde3556d193e0f/out/libucd_trie-9bcde3556d193e0f.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" "913f0a4ee0468a3e57dc3b3eec5143dd0a555bcaf245785b35bd319d83923383", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "913f0a4ee0468a3e57dc3b3eec5143dd0a555bcaf245785b35bd319d83923383", kill_on_drop: false }`
[INFO] [stdout] 913f0a4ee0468a3e57dc3b3eec5143dd0a555bcaf245785b35bd319d83923383
