[INFO] cloning repository https://github.com/banr1/forked-fe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/banr1/forked-fe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbanr1%2Fforked-fe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbanr1%2Fforked-fe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 348e46cf28b40c50668842d7d389fc1e8536f58d
[INFO] checking banr1/forked-fe against try#66388cc165a6c4ac98c074dc9f0281ff23528c55 for pr-150727
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbanr1%2Fforked-fe" "/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/banr1/forked-fe
[INFO] finished tweaking git repo https://github.com/banr1/forked-fe
[INFO] tweaked toml for git repo https://github.com/banr1/forked-fe written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/banr1/forked-fe on toolchain 66388cc165a6c4ac98c074dc9f0281ff23528c55
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/banr1/forked-fe 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" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba0093fe148bf772bb075a44ea586ee63d860b6142cf48932be04e0d337abcae
[INFO] running `Command { std: "docker" "start" "-a" "ba0093fe148bf772bb075a44ea586ee63d860b6142cf48932be04e0d337abcae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba0093fe148bf772bb075a44ea586ee63d860b6142cf48932be04e0d337abcae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba0093fe148bf772bb075a44ea586ee63d860b6142cf48932be04e0d337abcae", kill_on_drop: false }`
[INFO] [stdout] ba0093fe148bf772bb075a44ea586ee63d860b6142cf48932be04e0d337abcae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7565ab16ff294a9a3113c6edb82b92e0665224a734050e620551352f28547639
[INFO] running `Command { std: "docker" "start" "-a" "7565ab16ff294a9a3113c6edb82b92e0665224a734050e620551352f28547639", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking rustc-hash v2.1.0
[INFO] [stderr]    Compiling fe-parser v0.26.0 (/opt/rustwide/workdir/crates/parser)
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking text-size v1.1.1
[INFO] [stderr]     Checking countme v3.0.1
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking unwrap-infallible v0.1.5
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]     Checking value-bag v1.10.0
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking salsa-macro-rules v0.1.0 (https://github.com/salsa-rs/salsa?rev=d32b3c1995b632d894250a667adb79c846b3da02#d32b3c19)
[INFO] [stderr]     Checking similar v2.6.0
[INFO] [stderr]     Checking append-only-vec v0.1.7
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking smol_str v0.3.2
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking cranelift-bitset v0.115.1
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking cranelift-entity v0.115.1
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling logos-codegen v0.15.0
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]     Checking dot2 v1.0.0
[INFO] [stderr]    Compiling fe-hir-analysis v0.26.0 (/opt/rustwide/workdir/crates/hir-analysis)
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking dogged v0.2.0
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking winnow v0.6.24
[INFO] [stderr]     Checking insta v1.42.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking smallvec v2.0.0-alpha.10
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking if_chain v1.0.2
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking clap_builder v4.5.26
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking ena v0.14.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking event-listener-strategy v0.5.3
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking fe-test-utils v0.1.0 (/opt/rustwide/workdir/crates/test-utils)
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking futures-lite v2.6.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking rowan v0.16.1
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]    Compiling fe-uitest v0.26.0 (/opt/rustwide/workdir/crates/uitest)
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking is-terminal v0.4.15
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking oorandom v11.1.4
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking patricia_tree v0.9.0
[INFO] [stderr]    Compiling rust-embed-utils v8.5.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking tracing-tree v0.4.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling dir-test-macros v0.4.1
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.50
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling salsa-macros v0.18.0 (https://github.com/salsa-rs/salsa?rev=d32b3c1995b632d894250a667adb79c846b3da02#d32b3c19)
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]     Checking dir-test v0.4.1
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling rust-embed-impl v8.5.0
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]     Checking rust-embed v8.5.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking salsa v0.18.0 (https://github.com/salsa-rs/salsa?rev=d32b3c1995b632d894250a667adb79c846b3da02#d32b3c19)
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]    Compiling logos-derive v0.15.0
[INFO] [stderr]     Checking waitpid-any v0.2.1
[INFO] [stderr]     Checking logos v0.15.0
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking async-io v2.4.0
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking clap v4.5.26
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking async-signal v0.2.10
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking async-process v2.3.0
[INFO] [stderr]     Checking async-std v1.13.0
[INFO] [stderr]     Checking smol v2.0.2
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking js-sys v0.3.77
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking fe-common v0.26.0 (/opt/rustwide/workdir/crates/common)
[INFO] [stderr]     Checking fe-hir v0.26.0 (/opt/rustwide/workdir/crates/hir)
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking act-locally v0.1.1
[INFO] [stderr]     Checking futures-batch v0.6.1
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]    --> crates/hir/src/hir_def/module_tree.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #[allow(elided_named_lifetimes)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]    --> crates/hir/src/hir_def/module_tree.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #[allow(elided_named_lifetimes)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking async-compat v0.2.4
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking smol_str v0.1.24
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.50
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.50
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (2570) panicked at /rustc-dev/66388cc165a6c4ac98c074dc9f0281ff23528c55/compiler/rustc_ast/src/attr/mod.rs:302:36:
[INFO] [stderr] attribute is missing tokens: Attribute { kind: Normal(NormalAttr { item: AttrItem { unsafety: Default, path: Path { span: crates/parser/src/ast/attr.rs:144:5: 144:12 (#68), segments: [PathSegment { ident: <test_trace>#68, id: NodeId(4294967040), args: None }], tokens: None }, args: Unparsed(Empty), tokens: None }, tokens: None }), id: AttrId(856), style: Outer, span: crates/parser/src/ast/attr.rs:144:5: 144:12 (#68) }
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7cb2de02bfa3 - <<std[7d609349af90bec6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[75ca2badb63c4514]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x7cb2de60fb48 - core[75ca2badb63c4514]::fmt::write
[INFO] [stderr]    2:     0x7cb2de042226 - <std[7d609349af90bec6]::sys::stdio::unix::Stderr as std[7d609349af90bec6]::io::Write>::write_fmt
[INFO] [stderr]    3:     0x7cb2de001b98 - std[7d609349af90bec6]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x7cb2de01f833 - std[7d609349af90bec6]::panicking::default_hook
[INFO] [stderr]    5:     0x7cb2dd00236a - std[7d609349af90bec6]::panicking::update_hook::<alloc[d7482eb0f1d19161]::boxed::Box<rustc_driver_impl[3f9d6dd912ac34bd]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7cb2de01fb12 - std[7d609349af90bec6]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x7cb2de001c58 - std[7d609349af90bec6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x7cb2ddff89a9 - std[7d609349af90bec6]::sys::backtrace::__rust_end_short_backtrace::<std[7d609349af90bec6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x7cb2de00372d - __rustc[69841a6cbc58d81d]::rust_begin_unwind
[INFO] [stderr]   10:     0x7cb2dac38f9c - core[75ca2badb63c4514]::panicking::panic_fmt
[INFO] [stderr]   11:     0x7cb2df3e0110 - <rustc_ast[333fca09df5738a4]::ast::Attribute>::token_trees
[INFO] [stderr]   12:     0x7cb2dfc1c314 - <rustc_expand[a01ffc1bf52c2613]::expand::MacroExpander>::fully_expand_fragment
[INFO] [stderr]   13:     0x7cb2dfbe65d2 - <rustc_expand[a01ffc1bf52c2613]::expand::MacroExpander>::expand_crate
[INFO] [stderr]   14:     0x7cb2decf0af3 - rustc_interface[903e43df8d6bd657]::passes::configure_and_expand
[INFO] [stderr]   15:     0x7cb2df807658 - rustc_interface[903e43df8d6bd657]::passes::resolver_for_lowering_raw
[INFO] [stderr]   16:     0x7cb2df8073cd - rustc_query_impl[8c5349e00d64015e]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[8c5349e00d64015e]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2}::{closure#0}, rustc_middle[2342951a64deba5]::query::erase::Erased<[u8; 16usize]>>
[INFO] [stderr]   17:     0x7cb2df8073a7 - <rustc_query_impl[8c5349e00d64015e]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2} as core[75ca2badb63c4514]::ops::function::FnOnce<(rustc_middle[2342951a64deba5]::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr]   18:     0x7cb2df7ecb5f - rustc_query_system[d45be4fb383a0235]::query::plumbing::try_execute_query::<rustc_query_impl[8c5349e00d64015e]::DynamicConfig<rustc_query_system[d45be4fb383a0235]::query::caches::SingleCache<rustc_middle[2342951a64deba5]::query::erase::Erased<[u8; 16usize]>>, false, false, false>, rustc_query_impl[8c5349e00d64015e]::plumbing::QueryCtxt, false>
[INFO] [stderr]   19:     0x7cb2df7ec6bc - rustc_query_impl[8c5349e00d64015e]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   20:     0x7cb2df97127b - <rustc_interface[903e43df8d6bd657]::passes::create_and_enter_global_ctxt<core[75ca2badb63c4514]::option::Option<rustc_interface[903e43df8d6bd657]::queries::Linker>, rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[75ca2badb63c4514]::ops::function::FnOnce<(&rustc_session[1e6875ba352dc1ba]::session::Session, rustc_middle[2342951a64deba5]::ty::context::CurrentGcx, alloc[d7482eb0f1d19161]::sync::Arc<rustc_data_structures[c82a87ce5cdbfc92]::jobserver::Proxy>, &std[7d609349af90bec6]::sync::once_lock::OnceLock<rustc_middle[2342951a64deba5]::ty::context::GlobalCtxt>, &rustc_data_structures[c82a87ce5cdbfc92]::sync::worker_local::WorkerLocal<rustc_middle[2342951a64deba5]::arena::Arena>, &rustc_data_structures[c82a87ce5cdbfc92]::sync::worker_local::WorkerLocal<rustc_hir[cc727ec2ba6ebdb5]::Arena>, rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
[INFO] [stderr]   21:     0x7cb2df85ac98 - rustc_interface[903e43df8d6bd657]::interface::run_compiler::<(), rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   22:     0x7cb2df6eac4e - std[7d609349af90bec6]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[903e43df8d6bd657]::util::run_in_thread_with_globals<rustc_interface[903e43df8d6bd657]::util::run_in_thread_pool_with_globals<rustc_interface[903e43df8d6bd657]::interface::run_compiler<(), rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   23:     0x7cb2df6eaa20 - <std[7d609349af90bec6]::thread::lifecycle::spawn_unchecked<rustc_interface[903e43df8d6bd657]::util::run_in_thread_with_globals<rustc_interface[903e43df8d6bd657]::util::run_in_thread_pool_with_globals<rustc_interface[903e43df8d6bd657]::interface::run_compiler<(), rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[75ca2badb63c4514]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   24:     0x7cb2df6ed138 - <std[7d609349af90bec6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   25:     0x7cb2d928aaa4 - <unknown>
[INFO] [stderr]   26:     0x7cb2d9317a64 - clone
[INFO] [stderr]   27:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug.
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-01-09T10_21_54-2568.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.94.0-nightly (66388cc16 2026-01-08) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=1
[INFO] [stderr] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stderr] 
[INFO] [stderr] query stack during panic:
[INFO] [stderr] #0 [resolver_for_lowering_raw] getting the resolver for lowering
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not compile `fe-parser` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/66388cc165a6c4ac98c074dc9f0281ff23528c55/bin/rustc --crate-name fe_parser --edition=2021 crates/parser/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=1 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=486007d94577fa6c -C extra-filename=-b095b0c0cd15ea0d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-e641dee633f6be51.rmeta --extern dir_test=/opt/rustwide/target/debug/deps/libdir_test-aa6a311b74029d45.rmeta --extern test_utils=/opt/rustwide/target/debug/deps/libfe_test_utils-0f172850b7ed5611.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-0f99a8a4050750a4.rmeta --extern logos=/opt/rustwide/target/debug/deps/liblogos-97763085ddf3d383.rmeta --extern rowan=/opt/rustwide/target/debug/deps/librowan-abde094b55260424.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-cec7cd01c88ab0c3.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-40fadab3e9cfc639.rmeta --extern unwrap_infallible=/opt/rustwide/target/debug/deps/libunwrap_infallible-7ca7536f193fead0.rmeta --extern wasm_bindgen_test=/opt/rustwide/target/debug/deps/libwasm_bindgen_test-47bfceb1e4a42ea4.rmeta --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/prim_ty.rs:13:27
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn name(self, db: &dyn HirDb) -> IdentId {
[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] 13 |     pub fn name(self, db: &dyn HirDb) -> IdentId<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/prim_ty.rs:56:27
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn name(self, db: &dyn HirDb) -> IdentId {
[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] 56 |     pub fn name(self, db: &dyn HirDb) -> IdentId<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/prim_ty.rs:81:27
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn name(self, db: &dyn HirDb) -> IdentId {
[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] 81 |     pub fn name(self, db: &dyn HirDb) -> IdentId<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/scope_graph.rs:67:23
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn scope_data(&self, scope: &ScopeId<'db>) -> &Scope {
[INFO] [stdout]    |                       ^^^^^                           ^^^^^^
[INFO] [stdout]    |                       |                               ||
[INFO] [stdout]    |                       |                               |the same lifetime is hidden here
[INFO] [stdout]    |                       |                               the same lifetime is elided here
[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] 67 |     pub fn scope_data(&self, scope: &ScopeId<'db>) -> &Scope<'_> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn node_data(&self, id: ModuleTreeNodeId) -> &ModuleTreeNode {
[INFO] [stdout]    |                      ^^^^^                           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                      |                               ||
[INFO] [stdout]    |                      |                               |the same lifetime is hidden here
[INFO] [stdout]    |                      |                               the same lifetime is elided here
[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] 65 |     pub fn node_data(&self, id: ModuleTreeNodeId) -> &ModuleTreeNode<'_> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:75:27
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub fn tree_node_data(&self, top_mod: TopLevelMod) -> &ModuleTreeNode {
[INFO] [stdout]    |                           ^^^^^                           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |                               ||
[INFO] [stdout]    |                           |                               |the same lifetime is hidden here
[INFO] [stdout]    |                           |                               the same lifetime is elided here
[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] 75 |     pub fn tree_node_data(&self, top_mod: TopLevelMod) -> &ModuleTreeNode<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:84:22
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn root_data(&self) -> &ModuleTreeNode {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                      |         ||
[INFO] [stdout]    |                      |         |the same lifetime is hidden here
[INFO] [stdout]    |                      |         the same lifetime is elided here
[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] 84 |     pub fn root_data(&self) -> &ModuleTreeNode<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:89:24
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn all_modules(&self) -> impl Iterator<Item = TopLevelMod> + '_ {
[INFO] [stdout]    |                        ^^^^^                          ^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                        |                              |
[INFO] [stdout]    |                        |                              the same lifetime is hidden here
[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] 89 |     pub fn all_modules(&self) -> impl Iterator<Item = TopLevelMod<'_>> + '_ {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:93:19
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn parent(&self, top_mod: TopLevelMod) -> Option<TopLevelMod> {
[INFO] [stdout]    |                   ^^^^^ the lifetime is elided here      ^^^^^^^^^^^ 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] 93 |     pub fn parent(&self, top_mod: TopLevelMod) -> Option<TopLevelMod<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub fn children(&self, top_mod: TopLevelMod) -> impl Iterator<Item = TopLevelMod> + '_ {
[INFO] [stdout]    |                     ^^^^^                                                ^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                     |                                                    |
[INFO] [stdout]    |                     the lifetime is elided here                          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] 98 |     pub fn children(&self, top_mod: TopLevelMod) -> impl Iterator<Item = TopLevelMod<'_>> + '_ {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/lower/mod.rs:37:28
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn map_file_to_mod(db: &dyn LowerHirDb, ingot: InputIngot, file: InputFile) -> TopLevelMod {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^ the lifetime is elided here             ^^^^^^^^^^^ 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] 37 | pub fn map_file_to_mod(db: &dyn LowerHirDb, ingot: InputIngot, file: InputFile) -> TopLevelMod<'_> {
[INFO] [stdout]    |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/lower/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn module_tree(db: &dyn LowerHirDb, ingot: InputIngot) -> &ModuleTree {
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^                        ^^^^^^^^^^^
[INFO] [stdout]    |                        |                                      ||
[INFO] [stdout]    |                        |                                      |the same lifetime is hidden here
[INFO] [stdout]    |                        |                                      the same lifetime is elided here
[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] 51 | pub fn module_tree(db: &dyn LowerHirDb, ingot: InputIngot) -> &ModuleTree<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/span/use_tree.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn name(&self) -> LazySpanAtom {
[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] 56 |     pub fn name(&self) -> LazySpanAtom<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> crates/hir/src/span/transition.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[derive(Clone, Copy, PartialEq, Eq, Hash, Debug)]
[INFO] [stdout]    |                       --------- in this derive macro expansion
[INFO] [stdout] 31 | pub(crate) struct LazyTransitionFn {
[INFO] [stdout] 32 |     pub(super) f: fn(ResolvedOrigin, LazyArg) -> ResolvedOrigin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/lib.rs:66:29
[INFO] [stdout]    |
[INFO] [stdout] 66 |         pub fn parse_source(&self, ingot: InputIngot, file: InputFile) -> &ScopeGraph {
[INFO] [stdout]    |                             ^^^^^                                         ^^^^^^^^^^^
[INFO] [stdout]    |                             |                                             ||
[INFO] [stdout]    |                             |                                             |the same lifetime is hidden here
[INFO] [stdout]    |                             the lifetime is elided here                   the same 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] 66 |         pub fn parse_source(&self, ingot: InputIngot, file: InputFile) -> &ScopeGraph<'_> {
[INFO] [stdout]    |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/prim_ty.rs:13:27
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn name(self, db: &dyn HirDb) -> IdentId {
[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] 13 |     pub fn name(self, db: &dyn HirDb) -> IdentId<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/prim_ty.rs:56:27
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn name(self, db: &dyn HirDb) -> IdentId {
[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] 56 |     pub fn name(self, db: &dyn HirDb) -> IdentId<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/prim_ty.rs:81:27
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn name(self, db: &dyn HirDb) -> IdentId {
[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] 81 |     pub fn name(self, db: &dyn HirDb) -> IdentId<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/scope_graph.rs:67:23
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn scope_data(&self, scope: &ScopeId<'db>) -> &Scope {
[INFO] [stdout]    |                       ^^^^^                           ^^^^^^
[INFO] [stdout]    |                       |                               ||
[INFO] [stdout]    |                       |                               |the same lifetime is hidden here
[INFO] [stdout]    |                       |                               the same lifetime is elided here
[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] 67 |     pub fn scope_data(&self, scope: &ScopeId<'db>) -> &Scope<'_> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn node_data(&self, id: ModuleTreeNodeId) -> &ModuleTreeNode {
[INFO] [stdout]    |                      ^^^^^                           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                      |                               ||
[INFO] [stdout]    |                      |                               |the same lifetime is hidden here
[INFO] [stdout]    |                      |                               the same lifetime is elided here
[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] 65 |     pub fn node_data(&self, id: ModuleTreeNodeId) -> &ModuleTreeNode<'_> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:75:27
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub fn tree_node_data(&self, top_mod: TopLevelMod) -> &ModuleTreeNode {
[INFO] [stdout]    |                           ^^^^^                           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |                               ||
[INFO] [stdout]    |                           |                               |the same lifetime is hidden here
[INFO] [stdout]    |                           |                               the same lifetime is elided here
[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] 75 |     pub fn tree_node_data(&self, top_mod: TopLevelMod) -> &ModuleTreeNode<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:84:22
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn root_data(&self) -> &ModuleTreeNode {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                      |         ||
[INFO] [stdout]    |                      |         |the same lifetime is hidden here
[INFO] [stdout]    |                      |         the same lifetime is elided here
[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] 84 |     pub fn root_data(&self) -> &ModuleTreeNode<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:89:24
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn all_modules(&self) -> impl Iterator<Item = TopLevelMod> + '_ {
[INFO] [stdout]    |                        ^^^^^                          ^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                        |                              |
[INFO] [stdout]    |                        |                              the same lifetime is hidden here
[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] 89 |     pub fn all_modules(&self) -> impl Iterator<Item = TopLevelMod<'_>> + '_ {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:93:19
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn parent(&self, top_mod: TopLevelMod) -> Option<TopLevelMod> {
[INFO] [stdout]    |                   ^^^^^ the lifetime is elided here      ^^^^^^^^^^^ 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] 93 |     pub fn parent(&self, top_mod: TopLevelMod) -> Option<TopLevelMod<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/hir_def/module_tree.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub fn children(&self, top_mod: TopLevelMod) -> impl Iterator<Item = TopLevelMod> + '_ {
[INFO] [stdout]    |                     ^^^^^                                                ^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                     |                                                    |
[INFO] [stdout]    |                     the lifetime is elided here                          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] 98 |     pub fn children(&self, top_mod: TopLevelMod) -> impl Iterator<Item = TopLevelMod<'_>> + '_ {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/lower/mod.rs:37:28
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn map_file_to_mod(db: &dyn LowerHirDb, ingot: InputIngot, file: InputFile) -> TopLevelMod {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^ the lifetime is elided here             ^^^^^^^^^^^ 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] 37 | pub fn map_file_to_mod(db: &dyn LowerHirDb, ingot: InputIngot, file: InputFile) -> TopLevelMod<'_> {
[INFO] [stdout]    |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/lower/mod.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn module_tree(db: &dyn LowerHirDb, ingot: InputIngot) -> &ModuleTree {
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^                        ^^^^^^^^^^^
[INFO] [stdout]    |                        |                                      ||
[INFO] [stdout]    |                        |                                      |the same lifetime is hidden here
[INFO] [stdout]    |                        |                                      the same lifetime is elided here
[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] 51 | pub fn module_tree(db: &dyn LowerHirDb, ingot: InputIngot) -> &ModuleTree<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/hir/src/span/use_tree.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn name(&self) -> LazySpanAtom {
[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] 56 |     pub fn name(&self) -> LazySpanAtom<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> crates/hir/src/span/transition.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[derive(Clone, Copy, PartialEq, Eq, Hash, Debug)]
[INFO] [stdout]    |                       --------- in this derive macro expansion
[INFO] [stdout] 31 | pub(crate) struct LazyTransitionFn {
[INFO] [stdout] 32 |     pub(super) f: fn(ResolvedOrigin, LazyArg) -> ResolvedOrigin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7565ab16ff294a9a3113c6edb82b92e0665224a734050e620551352f28547639", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7565ab16ff294a9a3113c6edb82b92e0665224a734050e620551352f28547639", kill_on_drop: false }`
[INFO] [stdout] 7565ab16ff294a9a3113c6edb82b92e0665224a734050e620551352f28547639
