[INFO] cloning repository https://github.com/hannsost/fireflint
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hannsost/fireflint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhannsost%2Ffireflint", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhannsost%2Ffireflint'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2d69676d5981ec3ccd55e77e324cd90c5a582aa9
[INFO] checking hannsost/fireflint against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhannsost%2Ffireflint" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hannsost/fireflint
[INFO] finished tweaking git repo https://github.com/hannsost/fireflint
[INFO] tweaked toml for git repo https://github.com/hannsost/fireflint written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hannsost/fireflint on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hannsost/fireflint 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 6ab6f1950ac4ca30120165c3456dfbc3fa398cfc0b6a107be7df2b2fcb7d514a
[INFO] running `Command { std: "docker" "start" "6ab6f1950ac4ca30120165c3456dfbc3fa398cfc0b6a107be7df2b2fcb7d514a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ab6f1950ac4ca30120165c3456dfbc3fa398cfc0b6a107be7df2b2fcb7d514a", 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" "6ab6f1950ac4ca30120165c3456dfbc3fa398cfc0b6a107be7df2b2fcb7d514a" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ab6f1950ac4ca30120165c3456dfbc3fa398cfc0b6a107be7df2b2fcb7d514a", 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" "6ab6f1950ac4ca30120165c3456dfbc3fa398cfc0b6a107be7df2b2fcb7d514a" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling k8s-openapi v0.28.0
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]     Checking jiff v0.2.28
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking annotate-snippets v0.12.16
[INFO] [stderr]    Compiling webpki-roots v1.0.8
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling time-macros v0.2.29
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking time v0.3.49
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling utoipa-gen v5.5.0
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking jsonpath-rust v1.0.4
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking jsonptr v0.7.1
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking json-patch v4.2.0
[INFO] [stderr]    Compiling kube-derive v4.0.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking granit-parser v0.0.3
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking serde-saphyr v0.0.27
[INFO] [stderr]     Checking sitegraph-platform-data-residency v0.1.0 (/opt/rustwide/workdir/crates/platform/data-residency)
[INFO] [stderr]     Checking sitegraph-foundation-party v0.1.0 (/opt/rustwide/workdir/crates/foundation/party)
[INFO] [stderr]     Checking sitegraph-foundation-asset v0.1.0 (/opt/rustwide/workdir/crates/foundation/asset)
[INFO] [stderr]     Checking sitegraph-foundation-identity-access v0.1.0 (/opt/rustwide/workdir/crates/foundation/identity-access)
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking sitegraph-foundation-work v0.1.0 (/opt/rustwide/workdir/crates/foundation/work)
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr] error: could not compile `utoipa-gen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name utoipa_gen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-5.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("actix_extras", "auto_into_responses", "axum_extras", "chrono", "config", "debug", "decimal", "decimal_float", "indexmap", "jiff_0_2", "non_strict_integers", "rc_schema", "regex", "repr", "rocket_extras", "smallvec", "time", "ulid", "url", "uuid", "yaml"))' -C metadata=1a8935145c4612f6 -C extra-filename=-bede05d83086cab3 --out-dir /opt/rustwide/target/debug/build/utoipa-gen/bede05d83086cab3/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/d4cb564e807a9cd7/out -L dependency=/opt/rustwide/target/debug/build/quote/aa2c5b8519914b46/out -L dependency=/opt/rustwide/target/debug/build/serde_core/123d162581b8427e/out -L dependency=/opt/rustwide/target/debug/build/syn/9416ed7da02c6d0e/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out -L dependency=/opt/rustwide/target/debug/build/uuid/5ded91ce1f3990ce/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/d4cb564e807a9cd7/out/libproc_macro2-d4cb564e807a9cd7.rlib --extern quote=/opt/rustwide/target/debug/build/quote/aa2c5b8519914b46/out/libquote-aa2c5b8519914b46.rlib --extern syn=/opt/rustwide/target/debug/build/syn/9416ed7da02c6d0e/out/libsyn-9416ed7da02c6d0e.rlib --extern uuid=/opt/rustwide/target/debug/build/uuid/5ded91ce1f3990ce/out/libuuid-5ded91ce1f3990ce.rlib --extern proc_macro --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 `rustls` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.40/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="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=5e24d36386ec0c19 -C extra-filename=-ca6523c489eafd37 --out-dir /opt/rustwide/target/debug/build/rustls/ca6523c489eafd37/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/getrandom/0ef316d950c3b565/out -L dependency=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out -L dependency=/opt/rustwide/target/debug/build/log/9ceeb40c55739a25/out -L dependency=/opt/rustwide/target/debug/build/once_cell/6f8123b0c2eed634/out -L dependency=/opt/rustwide/target/debug/build/ring/93ec9cc0ab2d02c4/out -L dependency=/opt/rustwide/target/debug/build/rustls-pki-types/7ecd15c56cbb18c3/out -L dependency=/opt/rustwide/target/debug/build/rustls-webpki/fa2dedfe3a68fef3/out -L dependency=/opt/rustwide/target/debug/build/subtle/350c4d777e42ad0b/out -L dependency=/opt/rustwide/target/debug/build/untrusted/03cde965a30f6cbb/out -L dependency=/opt/rustwide/target/debug/build/zeroize/635551755f6edc1d/out --extern log=/opt/rustwide/target/debug/build/log/9ceeb40c55739a25/out/liblog-9ceeb40c55739a25.rmeta --extern once_cell=/opt/rustwide/target/debug/build/once_cell/6f8123b0c2eed634/out/libonce_cell-6f8123b0c2eed634.rmeta --extern ring=/opt/rustwide/target/debug/build/ring/93ec9cc0ab2d02c4/out/libring-93ec9cc0ab2d02c4.rmeta --extern pki_types=/opt/rustwide/target/debug/build/rustls-pki-types/7ecd15c56cbb18c3/out/librustls_pki_types-7ecd15c56cbb18c3.rmeta --extern webpki=/opt/rustwide/target/debug/build/rustls-webpki/fa2dedfe3a68fef3/out/libwebpki-fa2dedfe3a68fef3.rmeta --extern subtle=/opt/rustwide/target/debug/build/subtle/350c4d777e42ad0b/out/libsubtle-350c4d777e42ad0b.rmeta --extern zeroize=/opt/rustwide/target/debug/build/zeroize/635551755f6edc1d/out/libzeroize-635551755f6edc1d.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring/fbb30b2fd39f9d4d/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "6ab6f1950ac4ca30120165c3456dfbc3fa398cfc0b6a107be7df2b2fcb7d514a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ab6f1950ac4ca30120165c3456dfbc3fa398cfc0b6a107be7df2b2fcb7d514a", kill_on_drop: false }`
[INFO] [stdout] 6ab6f1950ac4ca30120165c3456dfbc3fa398cfc0b6a107be7df2b2fcb7d514a
