[INFO] cloning repository https://github.com/peterich-rs/fire
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/peterich-rs/fire" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeterich-rs%2Ffire", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeterich-rs%2Ffire'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a66ed4c95ab444d772633999a63c0c220ec624c4
[INFO] checking peterich-rs/fire against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeterich-rs%2Ffire" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/peterich-rs/fire
[INFO] finished tweaking git repo https://github.com/peterich-rs/fire
[INFO] tweaked toml for git repo https://github.com/peterich-rs/fire written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/peterich-rs/fire on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/peterich-rs/fire 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 916502cc4f7329bdd54f96a8736a0e0297350172e4a9e74c1b6d00606da754e6
[INFO] running `Command { std: "docker" "start" "916502cc4f7329bdd54f96a8736a0e0297350172e4a9e74c1b6d00606da754e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "916502cc4f7329bdd54f96a8736a0e0297350172e4a9e74c1b6d00606da754e6", 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" "916502cc4f7329bdd54f96a8736a0e0297350172e4a9e74c1b6d00606da754e6" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "916502cc4f7329bdd54f96a8736a0e0297350172e4a9e74c1b6d00606da754e6", 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" "916502cc4f7329bdd54f96a8736a0e0297350172e4a9e74c1b6d00606da754e6" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]     Checking phf_shared v0.13.1
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]     Checking string_cache v0.9.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]     Checking dtoa v1.0.11
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling selectors v0.38.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking tendril v0.5.0
[INFO] [stderr]     Checking brotli-decompressor v4.0.3
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking servo_arc v0.4.3
[INFO] [stderr]    Compiling web_atoms v0.2.4
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking ego-tree v0.11.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking brotli v7.0.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]     Checking winnow v1.0.1
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking cookie v0.18.1
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking clap_builder v4.5.49
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]    Compiling aws-lc-sys v0.39.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling mars-xlog-core v0.1.0-preview.2
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking uniffi_core v0.31.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking weedle2 v5.0.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling cssparser-macros v0.7.0
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling uniffi_internal_macros v0.31.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking cssparser v0.37.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling scroll_derive v0.12.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking uniffi_pipeline v0.31.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking async-compression v0.4.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking markup5ever v0.39.0
[INFO] [stderr]     Checking uniffi_meta v0.31.1
[INFO] [stderr]     Checking html5ever v0.39.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking scroll v0.12.0
[INFO] [stderr]     Checking goblin v0.8.2
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking scraper v0.27.0
[INFO] [stderr]     Checking uniffi_udl v0.31.1
[INFO] [stderr]     Checking mars-xlog v0.1.0-preview.2
[INFO] [stderr]     Checking clap v4.5.49
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking cargo_metadata v0.19.2
[INFO] [stderr]    Compiling askama_parser v0.14.0
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling uniffi_macros v0.31.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking publicsuffix v2.3.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking fire-models v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-models)
[INFO] [stderr]     Checking cookie_store v0.21.1
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]    Compiling askama_derive v0.14.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking askama v0.14.0
[INFO] [stderr]     Checking openwire-core v0.1.1
[INFO] [stderr]     Checking uniffi_bindgen v0.31.1
[INFO] [stderr]     Checking openwire-tokio v0.1.1
[INFO] [stderr]     Checking fire-store v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-store)
[INFO] [stderr]     Checking fire-rich-text v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-rich-text)
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking openwire-rustls v0.1.1
[INFO] [stderr]     Checking openwire v0.1.1
[INFO] [stderr]     Checking fire-core v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-core)
[INFO] [stderr]     Checking uniffi v0.31.1
[INFO] [stderr]     Checking fire-uniffi-types v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-uniffi-types)
[INFO] [stderr]     Checking fire-uniffi-notifications v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-uniffi-notifications)
[INFO] [stderr]     Checking fire-uniffi-chat v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-uniffi-chat)
[INFO] [stderr]     Checking fire-uniffi-topics v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-uniffi-topics)
[INFO] [stderr]     Checking fire-uniffi-messagebus v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-uniffi-messagebus)
[INFO] [stderr]     Checking fire-uniffi-session v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-uniffi-session)
[INFO] [stderr]     Checking fire-uniffi-ldc v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-uniffi-ldc)
[INFO] [stderr]     Checking fire-uniffi-search v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-uniffi-search)
[INFO] [stderr]     Checking fire-uniffi-user v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-uniffi-user)
[INFO] [stderr]     Checking fire-uniffi-diagnostics v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-uniffi-diagnostics)
[INFO] [stderr]     Checking fire-uniffi v0.1.0 (/opt/rustwide/workdir/rust/crates/fire-uniffi)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
[INFO] running `Command { std: "docker" "inspect" "916502cc4f7329bdd54f96a8736a0e0297350172e4a9e74c1b6d00606da754e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "916502cc4f7329bdd54f96a8736a0e0297350172e4a9e74c1b6d00606da754e6", kill_on_drop: false }`
[INFO] [stdout] 916502cc4f7329bdd54f96a8736a0e0297350172e4a9e74c1b6d00606da754e6
