[INFO] fetching crate pkgcruft-git 0.0.3...
[INFO] checking pkgcruft-git-0.0.3 against try#f27166d4c64dc29edc5ea3214357f191edf8b635 for pr-148329
[INFO] extracting crate pkgcruft-git 0.0.3 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate pkgcruft-git 0.0.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate pkgcruft-git 0.0.3
[INFO] tweaked toml for crates.io crate pkgcruft-git 0.0.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pkgcruft-git 0.0.3 on toolchain f27166d4c64dc29edc5ea3214357f191edf8b635
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pkgcruft-git 0.0.3 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" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c6817e18640ebc6b545a5e09cb726fe0b96a8ffea714e76abd4a6a434e4c1244
[INFO] running `Command { std: "docker" "start" "-a" "c6817e18640ebc6b545a5e09cb726fe0b96a8ffea714e76abd4a6a434e4c1244", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6817e18640ebc6b545a5e09cb726fe0b96a8ffea714e76abd4a6a434e4c1244", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6817e18640ebc6b545a5e09cb726fe0b96a8ffea714e76abd4a6a434e4c1244", kill_on_drop: false }`
[INFO] [stdout] c6817e18640ebc6b545a5e09cb726fe0b96a8ffea714e76abd4a6a434e4c1244
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d387445afb70d4d03e623890c86a3aeb8c5326941b26d498468484bc1d160cec
[INFO] running `Command { std: "docker" "start" "-a" "d387445afb70d4d03e623890c86a3aeb8c5326941b26d498468484bc1d160cec", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]     Checking gix-trace v0.1.13
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking zlib-rs v0.5.2
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking heapless v0.8.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking gix-utils v0.3.0
[INFO] [stderr]     Checking sha1-checked v0.10.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling indexmap v2.11.1
[INFO] [stderr]     Checking unicode-bom v2.0.3
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking faster-hex v0.10.0
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling moka v0.12.10
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling camino v1.1.12
[INFO] [stderr]     Checking resolv-conf v0.7.4
[INFO] [stderr]     Checking libz-rs-sys v0.5.2
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling cc v1.2.37
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]     Checking clap_builder v4.5.47
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f27166d4c64dc29edc5ea3214357f191edf8b635/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=3453d6efb811e620 -C extra-filename=-d39b452e62eda284 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a28683de7e2d991e.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-084ae52e87cd4d87.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-b4c15d9166d0a657.rmeta --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 `jiff` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f27166d4c64dc29edc5ea3214357f191edf8b635/bin/rustc --crate-name jiff --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.15/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="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=250e325a4418f46a -C extra-filename=-1c4c6d6c155c2357 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d387445afb70d4d03e623890c86a3aeb8c5326941b26d498468484bc1d160cec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d387445afb70d4d03e623890c86a3aeb8c5326941b26d498468484bc1d160cec", kill_on_drop: false }`
[INFO] [stdout] d387445afb70d4d03e623890c86a3aeb8c5326941b26d498468484bc1d160cec
