[INFO] cloning repository https://github.com/manfromexistence/formatter-and-linter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/manfromexistence/formatter-and-linter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanfromexistence%2Fformatter-and-linter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanfromexistence%2Fformatter-and-linter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c6b02109822617fed736647332940f51e35f79cb
[INFO] testing manfromexistence/formatter-and-linter against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanfromexistence%2Fformatter-and-linter" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/manfromexistence/formatter-and-linter
[INFO] finished tweaking git repo https://github.com/manfromexistence/formatter-and-linter
[INFO] tweaked toml for git repo https://github.com/manfromexistence/formatter-and-linter written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/manfromexistence/formatter-and-linter on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/manfromexistence/formatter-and-linter 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c731b8005f3078fe5b63b0c4188be59947c166aa3ccab299506e39d952c2885
[INFO] running `Command { std: "docker" "start" "-a" "0c731b8005f3078fe5b63b0c4188be59947c166aa3ccab299506e39d952c2885", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c731b8005f3078fe5b63b0c4188be59947c166aa3ccab299506e39d952c2885", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c731b8005f3078fe5b63b0c4188be59947c166aa3ccab299506e39d952c2885", kill_on_drop: false }`
[INFO] [stdout] 0c731b8005f3078fe5b63b0c4188be59947c166aa3ccab299506e39d952c2885
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b08a2b28cbc1cf3d15dcf8cfb9cd067f29edc53cf754acba294acbf8e6bc2f0f
[INFO] running `Command { std: "docker" "start" "-a" "b08a2b28cbc1cf3d15dcf8cfb9cd067f29edc53cf754acba294acbf8e6bc2f0f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling camino v1.1.10
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling dyn-clone v1.0.11
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling unicode-width v0.1.12
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling gimli v0.31.0
[INFO] [stderr]    Compiling rustix v1.0.1
[INFO] [stderr]    Compiling object v0.36.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.2
[INFO] [stderr]    Compiling drop_bomb v0.1.5
[INFO] [stderr]    Compiling biome_unicode_table v0.5.7 (/opt/rustwide/workdir/crates/biome_unicode_table)
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling io-lifetimes v1.0.6
[INFO] [stderr]    Compiling rustix v0.37.7
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling is_ci v1.1.1
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling prettyplease v0.2.35
[INFO] [stderr]    Compiling path-dedot v3.1.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling path-absolutize v3.1.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling bytecount v0.6.7
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling bstr v1.8.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling biome_diagnostics_categories v0.5.7 (/opt/rustwide/workdir/crates/biome_diagnostics_categories)
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling elsa v1.10.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling seize v0.5.0
[INFO] [stderr]    Compiling biome_markup v0.5.7 (/opt/rustwide/workdir/crates/biome_markup)
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling papaya v0.2.3
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling addr2line v0.24.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling rust-lapper v1.2.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling bytemuck v1.21.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling roaring v0.11.1
[INFO] [stderr]    Compiling mio v1.0.1
[INFO] [stderr]    Compiling notify-types v2.0.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling append-only-vec v0.1.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling litemap v0.7.3
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling inotify v0.11.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling bumpalo v3.12.0
[INFO] [stderr]    Compiling ring v0.17.13
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling notify v8.1.0
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling rustls v0.23.23
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]    Compiling fluent-uri v0.1.4
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling webpki-roots v0.26.8
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling libgit2-sys v0.18.1+1.9.0
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling ureq-proto v0.4.2
[INFO] [stderr]    Compiling newtype-uuid v1.1.3
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling vte v0.11.1
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling serde_derive_internals v0.29.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling xtask v0.0.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling tokio v1.46.1
[INFO] [stderr]    Compiling uuid v1.15.1
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling console v0.16.0
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling biome_diagnostics_macros v0.5.7 (/opt/rustwide/workdir/crates/biome_diagnostics_macros)
[INFO] [stderr]    Compiling biome_js_type_info_macros v0.0.1 (/opt/rustwide/workdir/crates/biome_js_type_info_macros)
[INFO] [stderr]    Compiling serde_repr v0.1.11
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.0
[INFO] [stderr]    Compiling console v0.15.5
[INFO] [stderr]    Compiling rgb v0.8.36
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling quick-xml v0.37.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling bpaf_derive v0.5.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling miette-derive v7.5.0
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.13.1
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling bpaf v0.9.20
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]    Compiling miette v7.5.0
[INFO] [stderr]    Compiling biome_ungrammar v0.3.1 (/opt/rustwide/workdir/crates/biome_ungrammar)
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stdout] warning: unused import: `bail`
[INFO] [stdout]  --> crates/biome_ungrammar/src/parser.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 |     error::{Result, bail, format_err},
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling nu-ansi-term v0.50.0
[INFO] [stderr]    Compiling derive_builder_macro v0.13.1
[INFO] [stderr]    Compiling unit-prefix v0.5.1
[INFO] [stderr]    Compiling indicatif v0.18.0
[INFO] [stderr]    Compiling ansi_rgb v0.2.0
[INFO] [stderr]    Compiling derive_builder v0.13.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling yastl v0.1.2
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling ascii_table v4.0.7
[INFO] [stderr]    Compiling json_comments v0.2.2
[INFO] [stderr]    Compiling similar-asserts v1.7.0
[INFO] [stderr]    Compiling insta v1.43.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling case v1.0.0
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling biome_text_size v0.5.7 (/opt/rustwide/workdir/crates/biome_text_size)
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling biome_text_edit v0.5.7 (/opt/rustwide/workdir/crates/biome_text_edit)
[INFO] [stderr]    Compiling biome_console v0.5.7 (/opt/rustwide/workdir/crates/biome_console)
[INFO] [stderr]    Compiling node-semver v2.2.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling grit-util v0.5.1
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]    Compiling biome_flags v0.0.0 (/opt/rustwide/workdir/crates/biome_flags)
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling biome_line_index v0.1.0 (/opt/rustwide/workdir/crates/biome_line_index)
[INFO] [stderr]    Compiling biome_rowan v0.5.7 (/opt/rustwide/workdir/crates/biome_rowan)
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling quick-junit v0.5.1
[INFO] [stderr]    Compiling grit-pattern-matcher v0.5.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling tokio-util v0.7.2
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/biome_rowan/src/cursor.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn as_deref(&self) -> GreenElementRef {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn as_deref(&self) -> GreenElementRef<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/biome_rowan/src/cursor.rs:200:23
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn green_siblings(&self) -> Option<Siblings> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn green_siblings(&self) -> Option<Siblings<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/biome_rowan/src/green/node.rs:304:26
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub(crate) fn as_ref(&self) -> Option<GreenElementRef> {
[INFO] [stdout]     |                          ^^^^^            ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub(crate) fn as_ref(&self) -> Option<GreenElementRef<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/biome_rowan/src/green/node_cache.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 228 |     ) -> NodeCacheNodeEntryMut {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 228 |     ) -> NodeCacheNodeEntryMut<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lsp-types v0.97.0
[INFO] [stderr]    Compiling ureq v3.0.12
[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/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.23/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 -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=b5ab05655f0c9201 -C extra-filename=-cd17514a94601275 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-34c2982dd21ad60e.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-9ec3b2d30075ab56.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-cf4732da55fa7336.rmeta --extern pki_types=/opt/rustwide/target/debug/deps/librustls_pki_types-dc6a00c662b8ff32.rmeta --extern webpki=/opt/rustwide/target/debug/deps/libwebpki-87e46e39d2160b0f.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-ab2c9302743da9e8.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-9da5eb21c7947582.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-c67ad430eb978db7/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/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 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=4eaf1e17c218a0b8 -C extra-filename=-cc67bc90b7ea4df2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-b1fe1166f01d9859.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-092d357071f9a2f0.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-f66447a672f2722f.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-0205563a481758cb.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-94436ea1d5984a41.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-c1e43cfe2a3b3e03.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-614562856eb5d4a2.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "b08a2b28cbc1cf3d15dcf8cfb9cd067f29edc53cf754acba294acbf8e6bc2f0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b08a2b28cbc1cf3d15dcf8cfb9cd067f29edc53cf754acba294acbf8e6bc2f0f", kill_on_drop: false }`
[INFO] [stdout] b08a2b28cbc1cf3d15dcf8cfb9cd067f29edc53cf754acba294acbf8e6bc2f0f
