[INFO] cloning repository https://github.com/linktonull/oniux
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/linktonull/oniux" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinktonull%2Foniux", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinktonull%2Foniux'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3c267c9f00a9ee1f0e6179d3f4cf3e153f698721
[INFO] checking linktonull/oniux against try#ce3348c21531b911ca5aadbbbe7ad63a1bc4c382 for pr-149596
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinktonull%2Foniux" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/linktonull/oniux
[INFO] finished tweaking git repo https://github.com/linktonull/oniux
[INFO] tweaked toml for git repo https://github.com/linktonull/oniux written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/linktonull/oniux 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/linktonull/oniux 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] a2c408178c6b6f9f3189c12879c1d6d9460b77ad5aa09e63bf13ff21ee98876d
[INFO] running `Command { std: "docker" "start" "-a" "a2c408178c6b6f9f3189c12879c1d6d9460b77ad5aa09e63bf13ff21ee98876d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a2c408178c6b6f9f3189c12879c1d6d9460b77ad5aa09e63bf13ff21ee98876d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2c408178c6b6f9f3189c12879c1d6d9460b77ad5aa09e63bf13ff21ee98876d", kill_on_drop: false }`
[INFO] [stdout] a2c408178c6b6f9f3189c12879c1d6d9460b77ad5aa09e63bf13ff21ee98876d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] e993e1924378ece7f03d8bf81689588f1645bf394e17483beb6386006948469e
[INFO] running `Command { std: "docker" "start" "-a" "e993e1924378ece7f03d8bf81689588f1645bf394e17483beb6386006948469e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking lock_api v0.4.13
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]    Compiling derive-deftly-macros v0.14.6
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling derive-deftly-macros v1.1.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]     Checking retry-error v0.6.5
[INFO] [stderr]    Compiling rustls v0.23.29
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling async_executors v0.7.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking coarsetime v0.1.36
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]     Checking humantime v2.2.0
[INFO] [stderr]     Checking amplify_num v0.5.3
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]     Checking notify-types v2.0.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking weak-table v0.3.2
[INFO] [stderr]     Checking notify v8.1.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking fluid-let v1.0.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking rand_jitter v0.5.0
[INFO] [stderr]     Checking rdrand v0.8.3
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking caret v0.5.3
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking ssh-encoding v0.2.0
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking downcast-rs v2.0.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]    Compiling phf_shared v0.12.1
[INFO] [stderr]     Checking by_address v1.2.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]    Compiling phf_generator v0.12.1
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]    Compiling openssl-src v300.5.1+3.5.1
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling amplify_syn v2.0.1
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking rangemap v1.6.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking priority-queue v2.5.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking typed-index-collections v3.3.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking sanitize-filename v0.6.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking fslock v0.2.1
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking shellexpand v3.1.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.34.0
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking bounded-vec-deque v0.1.1
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking glob-match v0.2.1
[INFO] [stderr]     Checking memmap2 v0.9.7
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling amplify_derive v4.0.1
[INFO] [stderr]    Compiling smoltcp v0.10.0 (https://gitlab.torproject.org/tpo/core/smoltcp.git#21751ecc)
[INFO] [stderr]     Checking hostname-validator v1.1.1
[INFO] [stderr]    Compiling rlimit v0.10.2
[INFO] [stderr]     Checking heapless v0.8.0
[INFO] [stderr]     Checking managed v0.8.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking bbqueue v0.5.1
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]     Checking terminal_size v0.4.2
[INFO] [stderr]     Checking rustix-linux-procfs v0.1.1
[INFO] [stderr]    Compiling arti v1.4.5
[INFO] [stderr]     Checking clap_builder v4.5.46
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking bimap v0.6.3
[INFO] [stderr]     Checking simple-proc-net v0.9.1 (https://gitlab.torproject.org/tpo/core/onionmasq.git#516e9236)
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]     Checking tempfile v3.21.0
[INFO] [stderr]     Checking sendfd v0.4.4
[INFO] [stderr]    Compiling derive_builder_core_fork_arti v0.11.2
[INFO] [stderr]     Checking netlink-sys v0.8.7
[INFO] [stderr]    Compiling derive_builder_macro_fork_arti v0.11.2
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling enum-ordinalize v3.1.15
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling educe v0.4.23
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling blanket v0.3.0
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking derive_builder_fork_arti v0.11.2
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking rustls-webpki v0.103.4
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking amplify v4.9.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (3241) panicked at compiler/rustc_resolve/src/diagnostics.rs:152:21:
[INFO] [stderr] internal error: entered unreachable code
[INFO] [stderr] stack backtrace:
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (3230) panicked at compiler/rustc_resolve/src/diagnostics.rs:152:21:
[INFO] [stderr] internal error: entered unreachable code
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x723bd44695a3 - <<std[c732280b882879e8]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6cc6cda5bf5843b4]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x723bd4a115c8 - core[6cc6cda5bf5843b4]::fmt::write
[INFO] [stderr]    2:     0x723bd447fdc6 - <std[c732280b882879e8]::sys::stdio::unix::Stderr as std[c732280b882879e8]::io::Write>::write_fmt
[INFO] [stderr]    3:     0x723bd443fc78 - std[c732280b882879e8]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x723bd445d3d3 - std[c732280b882879e8]::panicking::default_hook
[INFO] [stderr]    5:     0x723bd34c96c7 - std[c732280b882879e8]::panicking::update_hook::<alloc[d96334610b4d9ed3]::boxed::Box<rustc_driver_impl[3efbdfab4995ad57]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x723bd445d6b2 - std[c732280b882879e8]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x723bd443fd6a - std[c732280b882879e8]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x723bd4436df9 - std[c732280b882879e8]::sys::backtrace::__rust_end_short_backtrace::<std[c732280b882879e8]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x723bd44418ed - __rustc[ad855206e1ddae17]::rust_begin_unwind
[INFO] [stderr]   10:     0x723bd16d99bc - core[6cc6cda5bf5843b4]::panicking::panic_fmt
[INFO] [stderr]   11:     0x723bd0f4b672 - core[6cc6cda5bf5843b4]::panicking::panic
[INFO] [stderr]   12:     0x723bd4e776f7 - <rustc_resolve[e7b76a19f6dfa9a0]::Resolver>::resolve_crate::{closure#0}
[INFO] [stderr]   13:     0x723bd4e6c94d - <rustc_resolve[e7b76a19f6dfa9a0]::Resolver>::resolve_crate
[INFO] [stderr]   14:     0x723bd54527f9 - rustc_interface[38d2190d34e76883]::passes::configure_and_expand
[INFO] [stderr]   15:     0x723bd5b9aad5 - rustc_interface[38d2190d34e76883]::passes::resolver_for_lowering_raw
[INFO] [stderr]   16:     0x723bd5b9a84d - rustc_query_impl[3f3083a1a4911fcd]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[3f3083a1a4911fcd]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2}::{closure#0}, rustc_middle[123d76d9fcba17a4]::query::erase::Erased<[u8; 16usize]>>
[INFO] [stderr]   17:     0x723bd5b9a835 - <rustc_query_impl[3f3083a1a4911fcd]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2} as core[6cc6cda5bf5843b4]::ops::function::FnOnce<(rustc_middle[123d76d9fcba17a4]::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr]   18:     0x723bd5b7b3df - rustc_query_system[2635c3e4e2458d32]::query::plumbing::try_execute_query::<rustc_query_impl[3f3083a1a4911fcd]::DynamicConfig<rustc_query_system[2635c3e4e2458d32]::query::caches::SingleCache<rustc_middle[123d76d9fcba17a4]::query::erase::Erased<[u8; 16usize]>>, false, false, false>, rustc_query_impl[3f3083a1a4911fcd]::plumbing::QueryCtxt, false>
[INFO] [stderr]   19:     0x723bd5b7af40 - rustc_query_impl[3f3083a1a4911fcd]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   20:     0x723bd5d5d0b7 - <rustc_interface[38d2190d34e76883]::passes::create_and_enter_global_ctxt<core[6cc6cda5bf5843b4]::option::Option<rustc_interface[38d2190d34e76883]::queries::Linker>, 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<rustc_data_structures[d9cbbe64485074d7]::jobserver::Proxy>, &std[c732280b882879e8]::sync::once_lock::OnceLock<rustc_middle[123d76d9fcba17a4]::ty::context::GlobalCtxt>, &rustc_data_structures[d9cbbe64485074d7]::sync::worker_local::WorkerLocal<rustc_middle[123d76d9fcba17a4]::arena::Arena>, &rustc_data_structures[d9cbbe64485074d7]::sync::worker_local::WorkerLocal<rustc_hir[58c5ad55374bd84d]::Arena>, rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
[INFO] [stderr]   21:     0x723bd5bc0545 - rustc_interface[38d2190d34e76883]::interface::run_compiler::<(), rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   22:     0x723bd5b0d78a - std[c732280b882879e8]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[38d2190d34e76883]::util::run_in_thread_with_globals<rustc_interface[38d2190d34e76883]::util::run_in_thread_pool_with_globals<rustc_interface[38d2190d34e76883]::interface::run_compiler<(), rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   23:     0x723bd5b0d55d - <std[c732280b882879e8]::thread::lifecycle::spawn_unchecked<rustc_interface[38d2190d34e76883]::util::run_in_thread_with_globals<rustc_interface[38d2190d34e76883]::util::run_in_thread_pool_with_globals<rustc_interface[38d2190d34e76883]::interface::run_compiler<(), rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[6cc6cda5bf5843b4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   24:     0x723bd5b12c2d - <std[c732280b882879e8]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   25:     0x723bcf88aaa4 - <unknown>
[INFO] [stderr]   26:     0x723bcf917a64 - clone
[INFO] [stderr]   27:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug.
[INFO] [stderr] 
[INFO] [stderr]    0:     0x7cfe338695a3 - <<std[c732280b882879e8]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6cc6cda5bf5843b4]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x7cfe33e115c8 - core[6cc6cda5bf5843b4]::fmt::write
[INFO] [stderr]    2:     0x7cfe3387fdc6 - <std[c732280b882879e8]::sys::stdio::unix::Stderr as std[c732280b882879e8]::io::Write>::write_fmt
[INFO] [stderr]    3:     0x7cfe3383fc78 - std[c732280b882879e8]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x7cfe3385d3d3 - std[c732280b882879e8]::panicking::default_hook
[INFO] [stderr]    5:     0x7cfe328c96c7 - std[c732280b882879e8]::panicking::update_hook::<alloc[d96334610b4d9ed3]::boxed::Box<rustc_driver_impl[3efbdfab4995ad57]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7cfe3385d6b2 - std[c732280b882879e8]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x7cfe3383fd6a - std[c732280b882879e8]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x7cfe33836df9 - std[c732280b882879e8]::sys::backtrace::__rust_end_short_backtrace::<std[c732280b882879e8]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x7cfe338418ed - __rustc[ad855206e1ddae17]::rust_begin_unwind
[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]   10:     0x7cfe30ad99bc - core[6cc6cda5bf5843b4]::panicking::panic_fmt
[INFO] [stderr]   11:     0x7cfe3034b672 - core[6cc6cda5bf5843b4]::panicking::panic
[INFO] [stderr]   12:     0x7cfe342776f7 - <rustc_resolve[e7b76a19f6dfa9a0]::Resolver>::resolve_crate::{closure#0}
[INFO] [stderr]   13:     0x7cfe3426c94d - <rustc_resolve[e7b76a19f6dfa9a0]::Resolver>::resolve_crate
[INFO] [stderr] 
[INFO] [stderr]   14:     0x7cfe348527f9 - rustc_interface[38d2190d34e76883]::passes::configure_and_expand
[INFO] [stderr]   15:     0x7cfe34f9aad5 - rustc_interface[38d2190d34e76883]::passes::resolver_for_lowering_raw
[INFO] [stderr]   16:     0x7cfe34f9a84d - rustc_query_impl[3f3083a1a4911fcd]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[3f3083a1a4911fcd]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2}::{closure#0}, rustc_middle[123d76d9fcba17a4]::query::erase::Erased<[u8; 16usize]>>
[INFO] [stderr]   17:     0x7cfe34f9a835 - <rustc_query_impl[3f3083a1a4911fcd]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2} as core[6cc6cda5bf5843b4]::ops::function::FnOnce<(rustc_middle[123d76d9fcba17a4]::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr]   18:     0x7cfe34f7b3df - rustc_query_system[2635c3e4e2458d32]::query::plumbing::try_execute_query::<rustc_query_impl[3f3083a1a4911fcd]::DynamicConfig<rustc_query_system[2635c3e4e2458d32]::query::caches::SingleCache<rustc_middle[123d76d9fcba17a4]::query::erase::Erased<[u8; 16usize]>>, false, false, false>, rustc_query_impl[3f3083a1a4911fcd]::plumbing::QueryCtxt, false>
[INFO] [stderr]   19:     0x7cfe34f7af40 - rustc_query_impl[3f3083a1a4911fcd]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr]   20:     0x7cfe3515d0b7 - <rustc_interface[38d2190d34e76883]::passes::create_and_enter_global_ctxt<core[6cc6cda5bf5843b4]::option::Option<rustc_interface[38d2190d34e76883]::queries::Linker>, 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<rustc_data_structures[d9cbbe64485074d7]::jobserver::Proxy>, &std[c732280b882879e8]::sync::once_lock::OnceLock<rustc_middle[123d76d9fcba17a4]::ty::context::GlobalCtxt>, &rustc_data_structures[d9cbbe64485074d7]::sync::worker_local::WorkerLocal<rustc_middle[123d76d9fcba17a4]::arena::Arena>, &rustc_data_structures[d9cbbe64485074d7]::sync::worker_local::WorkerLocal<rustc_hir[58c5ad55374bd84d]::Arena>, rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
[INFO] [stderr]   21:     0x7cfe34fc0545 - rustc_interface[38d2190d34e76883]::interface::run_compiler::<(), rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   22:     0x7cfe34f0d78a - std[c732280b882879e8]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[38d2190d34e76883]::util::run_in_thread_with_globals<rustc_interface[38d2190d34e76883]::util::run_in_thread_pool_with_globals<rustc_interface[38d2190d34e76883]::interface::run_compiler<(), rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   23:     0x7cfe34f0d55d - <std[c732280b882879e8]::thread::lifecycle::spawn_unchecked<rustc_interface[38d2190d34e76883]::util::run_in_thread_with_globals<rustc_interface[38d2190d34e76883]::util::run_in_thread_pool_with_globals<rustc_interface[38d2190d34e76883]::interface::run_compiler<(), rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[6cc6cda5bf5843b4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   24:     0x7cfe34f12c2d - <std[c732280b882879e8]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   25:     0x7cfe2ec8aaa4 - <unknown>
[INFO] [stderr] 
[INFO] [stderr]   26:     0x7cfe2ed17a64 - clone
[INFO] [stderr]   27:                0x0 - <unknown>
[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.1.0/rustc-ice-2025-12-03T18_39_30-3224.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: 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-0.14.6/rustc-ice-2025-12-03T18_39_30-3232.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.1.0/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=3ab5323df0da9075 -C extra-filename=-ee10262bd7dfae3a --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-66fe7ae1dad1f066.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-5f334880f0ffd10c.rlib --extern proc_macro_crate=/opt/rustwide/target/debug/deps/libproc_macro_crate-ad444224dd6d4bfa.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-1bc7f686d4c15f1b.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-80efd27035400d69.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] [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-0.14.6/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="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=8de01e97c380879a -C extra-filename=-60edd4e8f54fd6ba --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-66fe7ae1dad1f066.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-5f334880f0ffd10c.rlib --extern proc_macro_crate=/opt/rustwide/target/debug/deps/libproc_macro_crate-ad444224dd6d4bfa.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-1bc7f686d4c15f1b.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-80efd27035400d69.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] running `Command { std: "docker" "inspect" "e993e1924378ece7f03d8bf81689588f1645bf394e17483beb6386006948469e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e993e1924378ece7f03d8bf81689588f1645bf394e17483beb6386006948469e", kill_on_drop: false }`
[INFO] [stdout] e993e1924378ece7f03d8bf81689588f1645bf394e17483beb6386006948469e
