[INFO] cloning repository https://github.com/LeonMskRu/arti [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LeonMskRu/arti" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeonMskRu%2Farti", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeonMskRu%2Farti'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6d0b28ffe6f4ead8ec680e2defc684e764bf55d4 [INFO] checking LeonMskRu/arti against try#ce3348c21531b911ca5aadbbbe7ad63a1bc4c382 for pr-149596 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeonMskRu%2Farti" "/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/LeonMskRu/arti [INFO] finished tweaking git repo https://github.com/LeonMskRu/arti [INFO] tweaked toml for git repo https://github.com/LeonMskRu/arti written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/LeonMskRu/arti on toolchain ce3348c21531b911ca5aadbbbe7ad63a1bc4c382 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/LeonMskRu/arti 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" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b124cfc152f5f4537f8e6b7d34dcaea77e6d7773d685f915293018a87073b49a [INFO] running `Command { std: "docker" "start" "-a" "b124cfc152f5f4537f8e6b7d34dcaea77e6d7773d685f915293018a87073b49a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b124cfc152f5f4537f8e6b7d34dcaea77e6d7773d685f915293018a87073b49a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b124cfc152f5f4537f8e6b7d34dcaea77e6d7773d685f915293018a87073b49a", kill_on_drop: false }` [INFO] [stdout] b124cfc152f5f4537f8e6b7d34dcaea77e6d7773d685f915293018a87073b49a [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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7b4b860115ad208d9088f9391979bb86f7691de8d88fd99202b5288fbe16463 [INFO] running `Command { std: "docker" "start" "-a" "e7b4b860115ad208d9088f9391979bb86f7691de8d88fd99202b5288fbe16463", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking value-bag v1.11.1 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Checking smallvec v1.15.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling cc v1.2.20 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Compiling libm v0.2.13 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling winnow v0.7.8 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Checking event-listener v5.4.0 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking socket2 v0.5.9 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling aws-lc-sys v0.28.2 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Checking litemap v0.7.5 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.1 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling strum_macros v0.27.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling enum-ordinalize v3.1.15 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling educe v0.4.23 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Checking tokio v1.44.2 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Compiling strum v0.27.1 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Checking retry-error v0.6.3 (/opt/rustwide/workdir/crates/retry-error) [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking tinystr v0.7.6 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Compiling openssl-sys v0.9.108 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking icu_provider v1.5.0 [INFO] [stderr] Checking futures-lite v2.6.0 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Checking rustls-pki-types v1.11.0 [INFO] [stderr] Compiling aws-lc-rs v1.13.0 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Checking tor-error v0.30.0 (/opt/rustwide/workdir/crates/tor-error) [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/tor-error/src/report.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | fn report(&self) -> Report; [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] 79 | fn report(&self) -> Report>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/tor-error/src/report.rs:83:15 [INFO] [stdout] | [INFO] [stdout] 83 | fn report(&self) -> Report { [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] 83 | fn report(&self) -> Report> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/tor-error/src/report.rs:90:15 [INFO] [stdout] | [INFO] [stdout] 90 | fn report(&self) -> Report { [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] 90 | fn report(&self) -> Report> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/tor-error/src/report.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | fn report(&self) -> Report { [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] 96 | fn report(&self) -> Report> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling derive_arbitrary v1.4.1 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking icu_properties v1.5.1 [INFO] [stderr] Checking utf16_iter v1.0.5 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] Checking openssl-probe v0.1.6 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking arbitrary v1.4.1 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Compiling openssl v0.10.72 [INFO] [stderr] Compiling rustls v0.23.26 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling derive-deftly-macros v1.0.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Checking tor-general-addr v0.30.0 (/opt/rustwide/workdir/crates/tor-general-addr) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> crates/tor-general-addr/src/general.rs:181:36 [INFO] [stdout] | [INFO] [stdout] 181 | if s.starts_with(|c: char| (c.is_ascii_digit() || c == '[')) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 181 - if s.starts_with(|c: char| (c.is_ascii_digit() || c == '[')) { [INFO] [stdout] 181 + if s.starts_with(|c: char| c.is_ascii_digit() || c == '[') { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Checking async-executor v1.13.2 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Checking icu_normalizer v1.5.0 [INFO] [stderr] Compiling async_executors v0.7.0 [INFO] [stderr] [INFO] [stderr] thread 'rustc' (2828) panicked at compiler/rustc_resolve/src/diagnostics.rs:152:21: [INFO] [stderr] internal error: entered unreachable code [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7136888695a3 - <::print::DisplayBacktrace as core[6cc6cda5bf5843b4]::fmt::Display>::fmt [INFO] [stderr] 1: 0x713688e115c8 - core[6cc6cda5bf5843b4]::fmt::write [INFO] [stderr] 2: 0x71368887fdc6 - ::write_fmt [INFO] [stderr] 3: 0x71368883fc78 - std[c732280b882879e8]::panicking::default_hook::{closure#0} [INFO] [stderr] 4: 0x71368885d3d3 - std[c732280b882879e8]::panicking::default_hook [INFO] [stderr] 5: 0x7136878c96c7 - std[c732280b882879e8]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 6: 0x71368885d6b2 - std[c732280b882879e8]::panicking::panic_with_hook [INFO] [stderr] 7: 0x71368883fd6a - std[c732280b882879e8]::panicking::panic_handler::{closure#0} [INFO] [stderr] 8: 0x713688836df9 - std[c732280b882879e8]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stderr] 9: 0x7136888418ed - __rustc[ad855206e1ddae17]::rust_begin_unwind [INFO] [stderr] 10: 0x713685ad99bc - core[6cc6cda5bf5843b4]::panicking::panic_fmt [INFO] [stderr] 11: 0x71368534b672 - core[6cc6cda5bf5843b4]::panicking::panic [INFO] [stderr] 12: 0x7136892776f7 - ::resolve_crate::{closure#0} [INFO] [stderr] 13: 0x71368926c94d - ::resolve_crate [INFO] [stderr] 14: 0x7136898527f9 - rustc_interface[38d2190d34e76883]::passes::configure_and_expand [INFO] [stderr] 15: 0x713689f9aad5 - rustc_interface[38d2190d34e76883]::passes::resolver_for_lowering_raw [INFO] [stderr] 16: 0x713689f9a84d - rustc_query_impl[3f3083a1a4911fcd]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 17: 0x713689f9a835 - >::call_once [INFO] [stderr] 18: 0x713689f7b3df - rustc_query_system[2635c3e4e2458d32]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[3f3083a1a4911fcd]::plumbing::QueryCtxt, false> [INFO] [stderr] 19: 0x713689f7af40 - rustc_query_impl[3f3083a1a4911fcd]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 20: 0x71368a15d0b7 - , rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[6cc6cda5bf5843b4]::ops::function::FnOnce<(&rustc_session[da1d0116b82b93d2]::session::Session, rustc_middle[123d76d9fcba17a4]::ty::context::CurrentGcx, alloc[d96334610b4d9ed3]::sync::Arc, &std[c732280b882879e8]::sync::once_lock::OnceLock, &rustc_data_structures[d9cbbe64485074d7]::sync::worker_local::WorkerLocal, &rustc_data_structures[d9cbbe64485074d7]::sync::worker_local::WorkerLocal, rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0} [INFO] [stderr] 21: 0x713689fc0545 - rustc_interface[38d2190d34e76883]::interface::run_compiler::<(), rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 22: 0x713689f0d78a - std[c732280b882879e8]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 23: 0x713689f0d55d - ::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[6cc6cda5bf5843b4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 24: 0x713689f12c2d - ::new::thread_start [INFO] [stderr] 25: 0x713683c8aaa4 - [INFO] [stderr] 26: 0x713683d17a64 - clone [INFO] [stderr] 27: 0x0 - [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/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-1.0.1/rustc-ice-2025-12-03T18_01_48-2825.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.93.0-nightly (ce3348c21 2025-12-03) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type proc-macro -C prefer-dynamic -C embed-bitcode=no [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 `derive-deftly-macros` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ce3348c21531b911ca5aadbbbe7ad63a1bc4c382/bin/rustc --crate-name derive_deftly_macros --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-1.0.1/macros.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="beta"' --cfg 'feature="case"' --cfg 'feature="expect"' --cfg 'feature="heck"' --cfg 'feature="meta-as-expr"' --cfg 'feature="meta-as-items"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("beta", "case", "expect", "heck", "meta-as-expr", "meta-as-items", "sha3"))' -C metadata=5377361d6a88b26f -C extra-filename=-6a6c84a1c565878c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern heck=/opt/rustwide/target/debug/deps/libheck-8e1f98ffb0a497ae.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-286b482c7a1b7b24.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-5f334880f0ffd10c.rlib --extern proc_macro_crate=/opt/rustwide/target/debug/deps/libproc_macro_crate-920890d662a04bfc.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e6fd386b8b8d865f.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-4e354ff8336ad124.rlib --extern sha3=/opt/rustwide/target/debug/deps/libsha3-be0ba61cad7368a2.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-1f31d78999e71ddd.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-77c2448c73d212b2.rlib --extern void=/opt/rustwide/target/debug/deps/libvoid-8d0555451deff58a.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(derive_deftly_dprint)' --check-cfg 'cfg(feature, values("bizarre"))'` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e7b4b860115ad208d9088f9391979bb86f7691de8d88fd99202b5288fbe16463", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7b4b860115ad208d9088f9391979bb86f7691de8d88fd99202b5288fbe16463", kill_on_drop: false }` [INFO] [stdout] e7b4b860115ad208d9088f9391979bb86f7691de8d88fd99202b5288fbe16463