[INFO] fetching crate restrepo 0.5.1...
[INFO] checking restrepo-0.5.1 against master#90b65889799733f21ebdf59d96411aa531c5900a for pr-148477
[INFO] extracting crate restrepo 0.5.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate restrepo 0.5.1
[INFO] finished tweaking crates.io crate restrepo 0.5.1
[INFO] tweaked toml for crates.io crate restrepo 0.5.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate restrepo 0.5.1 on toolchain 90b65889799733f21ebdf59d96411aa531c5900a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+90b65889799733f21ebdf59d96411aa531c5900a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate restrepo 0.5.1 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" "+90b65889799733f21ebdf59d96411aa531c5900a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded restrepo-macros v0.1.0
[INFO] [stderr]   Downloaded rust-ini v0.21.3
[INFO] [stderr]   Downloaded dummy v0.11.0
[INFO] [stderr]   Downloaded topmesys v0.1.0
[INFO] [stderr]   Downloaded cron v0.15.0
[INFO] [stderr]   Downloaded actix-cors v0.7.1
[INFO] [stderr]   Downloaded config v0.15.16
[INFO] [stderr]   Downloaded stringcase v0.4.0
[INFO] [stderr]   Downloaded fake v4.4.0
[INFO] [stderr]   Downloaded actix-http v3.11.1
[INFO] [stderr]   Downloaded async-nats v0.42.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+90b65889799733f21ebdf59d96411aa531c5900a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 46ce5beda570a1d689800835bdb1e52676f53e1659d519824916365ba6670e78
[INFO] running `Command { std: "docker" "start" "-a" "46ce5beda570a1d689800835bdb1e52676f53e1659d519824916365ba6670e78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "46ce5beda570a1d689800835bdb1e52676f53e1659d519824916365ba6670e78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46ce5beda570a1d689800835bdb1e52676f53e1659d519824916365ba6670e78", kill_on_drop: false }`
[INFO] [stdout] 46ce5beda570a1d689800835bdb1e52676f53e1659d519824916365ba6670e78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+90b65889799733f21ebdf59d96411aa531c5900a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6175ef709886a39bcbe63124e064903c535437db518161cf0101b35b0b610803
[INFO] running `Command { std: "docker" "start" "-a" "6175ef709886a39bcbe63124e064903c535437db518161cf0101b35b0b610803", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]    Compiling serde_derive v1.0.226
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling cc v1.2.38
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling pest v2.8.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling bytestring v1.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling icu_provider v2.0.0
[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/90b65889799733f21ebdf59d96411aa531c5900a/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.2/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=2323ec6ad1fd268c -C extra-filename=-8b496c21fb09c4e3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-b685279e46bbd109.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0cbcde6ddaadfc12.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" "6175ef709886a39bcbe63124e064903c535437db518161cf0101b35b0b610803", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6175ef709886a39bcbe63124e064903c535437db518161cf0101b35b0b610803", kill_on_drop: false }`
[INFO] [stdout] 6175ef709886a39bcbe63124e064903c535437db518161cf0101b35b0b610803
