[INFO] cloning repository https://github.com/CharliPosner/coding-agent [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CharliPosner/coding-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCharliPosner%2Fcoding-agent", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCharliPosner%2Fcoding-agent'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a19138569bbebd8f2d6d94ad72619a0c2dd05a50 [INFO] checking CharliPosner/coding-agent against try#579169d0e78824dc60934e5eb74cd3841f2b33e8 for pr-149328 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCharliPosner%2Fcoding-agent" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/CharliPosner/coding-agent [INFO] finished tweaking git repo https://github.com/CharliPosner/coding-agent [INFO] tweaked toml for git repo https://github.com/CharliPosner/coding-agent written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/CharliPosner/coding-agent on toolchain 579169d0e78824dc60934e5eb74cd3841f2b33e8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/CharliPosner/coding-agent 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" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4311854430e96df9ad7e0d04681c208d8aa0759522904588b024dbe91345e1e2 [INFO] running `Command { std: "docker" "start" "-a" "4311854430e96df9ad7e0d04681c208d8aa0759522904588b024dbe91345e1e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4311854430e96df9ad7e0d04681c208d8aa0759522904588b024dbe91345e1e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4311854430e96df9ad7e0d04681c208d8aa0759522904588b024dbe91345e1e2", kill_on_drop: false }` [INFO] [stdout] 4311854430e96df9ad7e0d04681c208d8aa0759522904588b024dbe91345e1e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f490fd04c1ba59cd14076b20bca54019274dfed4c913d9f7d8b744f0d637ece [INFO] running `Command { std: "docker" "start" "-a" "7f490fd04c1ba59cd14076b20bca54019274dfed4c913d9f7d8b744f0d637ece", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.23 [INFO] [stderr] Compiling libc v0.2.181 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking webpki-roots v1.0.6 [INFO] [stderr] Compiling zerocopy v0.8.39 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.101 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Checking webpki-roots v0.26.11 [INFO] [stderr] Compiling native-tls v0.2.15 [INFO] [stderr] Compiling regex-syntax v0.8.9 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling pest v2.8.6 [INFO] [stderr] Compiling strict v0.2.0 [INFO] [stderr] Compiling syn v2.0.115 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling portable-atomic v1.13.1 [INFO] [stderr] Checking clap_builder v4.5.58 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking crossbeam-queue v0.3.12 [INFO] [stderr] Checking rustix v0.38.44 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking minimad v0.13.1 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Checking predicates-core v1.0.10 [INFO] [stderr] Compiling http-types v2.12.0 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Checking chrono v0.4.43 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking float-cmp v0.10.0 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling cc v1.2.55 [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/579169d0e78824dc60934e5eb74cd3841f2b33e8/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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=2d206b438f3a8cac -C extra-filename=-33679cb14918414c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-9f16a2ed58d5c44b.rmeta --extern ucd_trie=/opt/rustwide/target/debug/deps/libucd_trie-9bcde3556d193e0f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "7f490fd04c1ba59cd14076b20bca54019274dfed4c913d9f7d8b744f0d637ece", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f490fd04c1ba59cd14076b20bca54019274dfed4c913d9f7d8b744f0d637ece", kill_on_drop: false }` [INFO] [stdout] 7f490fd04c1ba59cd14076b20bca54019274dfed4c913d9f7d8b744f0d637ece