[INFO] cloning repository https://github.com/LeHuman/website
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LeHuman/website" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeHuman%2Fwebsite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeHuman%2Fwebsite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 02d10e147a69904dc6b25ec6807dc9d743bc73f9
[INFO] checking LeHuman/website against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeHuman%2Fwebsite" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LeHuman/website
[INFO] finished tweaking git repo https://github.com/LeHuman/website
[INFO] tweaked toml for git repo https://github.com/LeHuman/website written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LeHuman/website on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LeHuman/website 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] e6ddc11745897b86af59971314e1eb6562fb8bfc8af92ced4021ecfd3cf72572
[INFO] running `Command { std: "docker" "start" "e6ddc11745897b86af59971314e1eb6562fb8bfc8af92ced4021ecfd3cf72572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6ddc11745897b86af59971314e1eb6562fb8bfc8af92ced4021ecfd3cf72572", 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" "e6ddc11745897b86af59971314e1eb6562fb8bfc8af92ced4021ecfd3cf72572" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6ddc11745897b86af59971314e1eb6562fb8bfc8af92ced4021ecfd3cf72572", 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" "e6ddc11745897b86af59971314e1eb6562fb8bfc8af92ced4021ecfd3cf72572" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling time-macros v0.2.26
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]    Compiling savefile v0.19.0
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking arc-swap v1.8.0
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking lazy_format v2.0.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking show-option v0.2.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking bzip2 v0.4.4
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking time v0.3.46
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling sanitize-filename v0.6.0
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling savefile-derive v0.19.0
[INFO] [stderr]    Compiling set_field_macro v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking set_field v0.1.1
[INFO] [stderr] error: could not compile `darling_core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name darling_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=110aa51c73f537d4 -C extra-filename=-bb8556563c639f61 --out-dir /opt/rustwide/target/debug/build/darling_core/bb8556563c639f61/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/a1c9dc79e90f751c/out -L dependency=/opt/rustwide/target/debug/build/quote/662e0bdb7bb14fb8/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/9533002ac35f5809/out --extern fnv=/opt/rustwide/target/debug/build/fnv/bd60753855300b18/out/libfnv-bd60753855300b18.rmeta --extern ident_case=/opt/rustwide/target/debug/build/ident_case/ecc112105bc5215b/out/libident_case-ecc112105bc5215b.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/a1c9dc79e90f751c/out/libproc_macro2-a1c9dc79e90f751c.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/662e0bdb7bb14fb8/out/libquote-662e0bdb7bb14fb8.rmeta --extern strsim=/opt/rustwide/target/debug/build/strsim/9754e702f19a9357/out/libstrsim-9754e702f19a9357.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/db7a7f3484f27c67/out/libsyn-db7a7f3484f27c67.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 `rustls` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.36/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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=55f06ee1e645deb7 -C extra-filename=-5c53fea9028e3dfe --out-dir /opt/rustwide/target/debug/build/rustls/5c53fea9028e3dfe/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/getrandom/2b27fb43cc3edcef/out -L dependency=/opt/rustwide/target/debug/build/libc/3f7e59e525cb5b67/out -L dependency=/opt/rustwide/target/debug/build/ring/241df0376ad1abd6/out -L dependency=/opt/rustwide/target/debug/build/rustls-pki-types/e278ec71858aaccb/out -L dependency=/opt/rustwide/target/debug/build/untrusted/03cde965a30f6cbb/out -L dependency=/opt/rustwide/target/debug/build/zeroize/a40156bb3ac2a890/out --extern log=/opt/rustwide/target/debug/build/log/243a4081f8655140/out/liblog-243a4081f8655140.rmeta --extern once_cell=/opt/rustwide/target/debug/build/once_cell/2ad934dc7da92e31/out/libonce_cell-2ad934dc7da92e31.rmeta --extern ring=/opt/rustwide/target/debug/build/ring/241df0376ad1abd6/out/libring-241df0376ad1abd6.rmeta --extern pki_types=/opt/rustwide/target/debug/build/rustls-pki-types/e278ec71858aaccb/out/librustls_pki_types-e278ec71858aaccb.rmeta --extern webpki=/opt/rustwide/target/debug/build/rustls-webpki/28fca95f3c777e45/out/libwebpki-28fca95f3c777e45.rmeta --extern subtle=/opt/rustwide/target/debug/build/subtle/350c4d777e42ad0b/out/libsubtle-350c4d777e42ad0b.rmeta --extern zeroize=/opt/rustwide/target/debug/build/zeroize/a40156bb3ac2a890/out/libzeroize-a40156bb3ac2a890.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies -L native=/opt/rustwide/target/debug/build/ring/90d2932fc032aaa0/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "e6ddc11745897b86af59971314e1eb6562fb8bfc8af92ced4021ecfd3cf72572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6ddc11745897b86af59971314e1eb6562fb8bfc8af92ced4021ecfd3cf72572", kill_on_drop: false }`
[INFO] [stdout] e6ddc11745897b86af59971314e1eb6562fb8bfc8af92ced4021ecfd3cf72572
