[INFO] fetching crate uv-cli 0.0.76...
[INFO] checking uv-cli-0.0.76 against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] extracting crate uv-cli 0.0.76 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate uv-cli 0.0.76
[INFO] finished tweaking crates.io crate uv-cli 0.0.76
[INFO] tweaked toml for crates.io crate uv-cli 0.0.76 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate uv-cli 0.0.76 on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate uv-cli 0.0.76 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]    --> Cargo.toml:159:1
[INFO] [stderr]     |
[INFO] [stderr] 159 | readme = "README.md"
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `uv-cli` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 61df360fde178c62db61f7bfdc6880315880bfe287b590c49c923f6209126b19
[INFO] running `Command { std: "docker" "start" "61df360fde178c62db61f7bfdc6880315880bfe287b590c49c923f6209126b19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61df360fde178c62db61f7bfdc6880315880bfe287b590c49c923f6209126b19", 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" "61df360fde178c62db61f7bfdc6880315880bfe287b590c49c923f6209126b19" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61df360fde178c62db61f7bfdc6880315880bfe287b590c49c923f6209126b19", 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" "61df360fde178c62db61f7bfdc6880315880bfe287b590c49c923f6209126b19" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]    --> Cargo.toml:159:1
[INFO] [stderr]     |
[INFO] [stderr] 159 | readme = "README.md"
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `uv-cli` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling uv-version v0.12.9
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking http v1.5.0
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling fs-err v3.3.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking jiff-core v0.1.0
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking path-slash v0.2.1
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking dunce v1.0.5
[INFO] [stderr]     Checking arcstr v1.2.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking pkcs5 v0.7.1
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking jiff v0.2.35
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking astral-version-ranges v0.2.2
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]     Checking unscanny v0.1.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking charset v0.1.5
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling aws-lc-sys v0.44.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking quoted_printable v0.5.1
[INFO] [stderr]     Checking boxcar v0.2.14
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking mailparse v0.16.1
[INFO] [stderr]     Checking rust-ini v0.21.3
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking toml v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking serde-untagged v0.1.9
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking seize v0.5.1
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking papaya v0.2.4
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking uv-flags v0.0.76
[INFO] [stderr]     Checking configparser v3.2.0
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling serde_derive_internals v0.30.0
[INFO] [stderr]    Compiling io-lifetimes v3.0.1
[INFO] [stderr]     Checking globset v0.4.19
[INFO] [stderr]     Checking shellexpand v3.1.2
[INFO] [stderr]    Compiling io-lifetimes v2.0.4
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking ignore v0.4.31
[INFO] [stderr]    Compiling io-extras v0.19.0
[INFO] [stderr]     Checking rmp v0.8.15
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]    Compiling cap-primitives v4.0.3
[INFO] [stderr]     Checking shell-escape v0.1.5
[INFO] [stderr]     Checking which v8.0.5
[INFO] [stderr]    Compiling cap-std v4.0.3
[INFO] [stderr]     Checking maybe-owned v0.3.4
[INFO] [stderr]     Checking ambient-authority v0.0.2
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]    Compiling procfs v0.18.0
[INFO] [stderr]     Checking procfs-core v0.18.0
[INFO] [stderr]     Checking http-content-range v0.2.4
[INFO] [stderr]    Compiling blake3 v1.8.6
[INFO] [stderr]     Checking webpki-root-certs v1.0.9
[INFO] [stderr]     Checking astral-tl v0.8.0
[INFO] [stderr]     Checking html-escape v0.2.15
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking spdx v0.13.4
[INFO] [stderr]     Checking md-5 v0.11.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling uv-macros v0.0.76
[INFO] [stderr]    Compiling ref-cast-impl v1.0.26
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling schemars_derive v1.2.2
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking ref-cast v1.0.26
[INFO] [stderr]     Checking blake2 v0.11.0-rc.6
[INFO] [stderr]     Checking console v0.16.4
[INFO] [stderr]     Checking borrow-or-share v0.2.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking fluent-uri v0.4.1
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking priority-queue v2.7.0
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking thiserror v2.0.19
[INFO] [stderr]     Checking uv-static v0.0.76
[INFO] [stderr]     Checking uv-netrc v0.0.76
[INFO] [stderr]     Checking purl v0.1.6
[INFO] [stderr]     Checking xml-rs v0.8.28
[INFO] [stderr]     Checking astral-pubgrub v0.6.1
[INFO] [stderr]    Compiling uv-python v0.0.76
[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/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/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="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=e580a6f7d1494922 -C extra-filename=-8381582e99bc38da --out-dir /opt/rustwide/target/debug/build/syn/8381582e99bc38da/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/4fd9d1319fb4ed1e/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/4fd9d1319fb4ed1e/out/libproc_macro2-4fd9d1319fb4ed1e.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/e61a912ae24688fb/out/libquote-e61a912ae24688fb.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out/libunicode_ident-8c98a1a0e58216a9.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] [stderr] error: could not compile `rustix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="param"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="thread"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=113e67ac637894f2 -C extra-filename=-683315275caadcb7 --out-dir /opt/rustwide/target/debug/build/rustix/683315275caadcb7/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/12164dedcc9c97c0/out/libbitflags-12164dedcc9c97c0.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/build/linux-raw-sys/ff271329eb221e3a/out/liblinux_raw_sys-ff271329eb221e3a.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "61df360fde178c62db61f7bfdc6880315880bfe287b590c49c923f6209126b19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61df360fde178c62db61f7bfdc6880315880bfe287b590c49c923f6209126b19", kill_on_drop: false }`
[INFO] [stdout] 61df360fde178c62db61f7bfdc6880315880bfe287b590c49c923f6209126b19
