[INFO] cloning repository https://github.com/dasgefolge/status.gefolge.org
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dasgefolge/status.gefolge.org" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdasgefolge%2Fstatus.gefolge.org", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdasgefolge%2Fstatus.gefolge.org'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ae779ed3a5d916c19b6d26623b068c688a82978a
[INFO] checking dasgefolge/status.gefolge.org against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdasgefolge%2Fstatus.gefolge.org" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/dasgefolge/status.gefolge.org
[INFO] finished tweaking git repo https://github.com/dasgefolge/status.gefolge.org
[INFO] tweaked toml for git repo https://github.com/dasgefolge/status.gefolge.org written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dasgefolge/status.gefolge.org on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dasgefolge/status.gefolge.org 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e7cf489334c03bfb3b2264a502d90c2e3f55ddad27ae28a331d29ec5c9b2364a
[INFO] running `Command { std: "docker" "start" "e7cf489334c03bfb3b2264a502d90c2e3f55ddad27ae28a331d29ec5c9b2364a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e7cf489334c03bfb3b2264a502d90c2e3f55ddad27ae28a331d29ec5c9b2364a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e7cf489334c03bfb3b2264a502d90c2e3f55ddad27ae28a331d29ec5c9b2364a" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e7cf489334c03bfb3b2264a502d90c2e3f55ddad27ae28a331d29ec5c9b2364a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e7cf489334c03bfb3b2264a502d90c2e3f55ddad27ae28a331d29ec5c9b2364a" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]    Compiling gix-trace v0.1.18
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling bytesize v2.3.1
[INFO] [stderr]    Compiling human_format v1.2.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling signal-hook v0.4.3
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]    Compiling prodash v31.0.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]     Checking sha1-checked v0.10.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]     Checking faster-hex v0.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling nonempty v0.12.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking gix-validate v0.11.0
[INFO] [stderr]     Checking gix-utils v0.3.1
[INFO] [stderr]     Checking gix-error v0.2.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking gix-path v0.11.1
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking gix-chunk v0.7.0
[INFO] [stderr]     Checking gix-quote v0.7.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking gix-features v0.46.1
[INFO] [stderr]     Checking gix-command v0.8.0
[INFO] [stderr]     Checking tempfile v3.26.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking gix-hash v0.22.1
[INFO] [stderr]     Checking gix-fs v0.19.1
[INFO] [stderr]     Checking gix-glob v0.24.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]     Checking gix-tempfile v21.0.1
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking gix-hashtable v0.12.0
[INFO] [stderr]     Checking gix-commitgraph v0.34.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking gix-lock v21.0.1
[INFO] [stderr]     Checking gix-attributes v0.31.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling gix-sec v0.13.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling gix-packetline v0.21.1
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling gix-bitmap v0.3.0
[INFO] [stderr]     Checking gix-config-value v0.17.1
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]     Checking gix-date v0.15.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]     Checking gix-actor v0.40.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking httparse v1.10.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking gix-object v0.57.0
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling gix-ignore v0.19.0
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking gix-revwalk v0.28.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking gix-traverse v0.54.0
[INFO] [stderr]    Compiling gix-pathspec v0.16.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]     Checking gix-index v0.48.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]     Checking gix-filter v0.27.0
[INFO] [stderr]     Checking gix-ref v0.60.0
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]    Compiling gix-url v0.35.2
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking gix-worktree v0.49.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling imara-diff v0.1.8
[INFO] [stderr]    Compiling imara-diff v0.2.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling gix-discover v0.48.0
[INFO] [stderr]    Compiling gix-revision v0.42.0
[INFO] [stderr]    Compiling gix-diff v0.60.0
[INFO] [stderr]    Compiling clru v0.6.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling uluru v3.1.0
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]    Compiling gix-refspec v0.38.0
[INFO] [stderr]    Compiling gix-pack v0.67.0
[INFO] [stderr]    Compiling gix-dir v0.22.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling gix-worktree-stream v0.29.0
[INFO] [stderr]    Compiling gix-config v0.53.0
[INFO] [stderr]    Compiling gix-transport v0.55.0
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]    Compiling arc-swap v1.8.2
[INFO] [stderr]    Compiling gix-shallow v0.9.0
[INFO] [stderr]    Compiling gix-prompt v0.14.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling io-close v0.3.7
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]     Checking binascii v0.1.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling gix-worktree-state v0.27.0
[INFO] [stderr]    Compiling gix-protocol v0.58.0
[INFO] [stderr]    Compiling gix-status v0.27.0
[INFO] [stderr]    Compiling gix-blame v0.10.0
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling gix-credentials v0.37.0
[INFO] [stderr]    Compiling gix-archive v0.29.0
[INFO] [stderr]    Compiling gix-odb v0.77.0
[INFO] [stderr]    Compiling gix-submodule v0.27.0
[INFO] [stderr]    Compiling gix-negotiate v0.28.0
[INFO] [stderr]    Compiling gix-mailmap v0.32.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.44
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]    Compiling gix v0.80.0
[INFO] [stderr]    Compiling rocket-util-derive v0.2.17 (https://github.com/fenhl/rocket-util#ed84b721)
[INFO] [stderr]     Checking shlex v1.3.0
[INFO] [stderr]     Checking is_executable v1.0.5
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling async-proto-derive v0.26.12
[INFO] [stderr]    Compiling wheel-derive v0.15.3 (https://github.com/fenhl/wheel#b83c6f47)
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking fallible_collections v0.5.1
[INFO] [stderr]     Checking arrays v0.2.1
[INFO] [stderr]     Checking mimalloc v0.1.48
[INFO] [stderr]     Checking collect-mac v0.1.0
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking itermore v0.8.0
[INFO] [stderr]     Checking clap_complete v4.5.66
[INFO] [stderr]     Checking serde_json_path_to_error v0.1.5
[INFO] [stderr]     Checking async-proto v0.26.12
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking log-lock v0.2.7 (https://github.com/fenhl/log-lock#a951dc99)
[INFO] [stderr]    Compiling status-gefolge-org v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rocket-util v0.2.17 (https://github.com/fenhl/rocket-util#ed84b721)
[INFO] [stderr]     Checking rocket_ws v0.1.1
[INFO] [stderr]     Checking wheel v0.15.3 (https://github.com/fenhl/wheel#b83c6f47)
[INFO] [stdout] error: internal compiler error: /rustc-dev/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/compiler/rustc_trait_selection/src/traits/select/mod.rs:775:21: Obligation Obligation(predicate=Binder { value: DynCompatible(DefId(2:55871 ~ core[b2d7]::future::future::Future)), bound_vars: [] }, depth=2) should have been handled by fulfillment already.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] error: internal compiler error: /rustc-dev/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/compiler/rustc_trait_selection/src/traits/select/mod.rs:775:21: Obligation Obligation(predicate=Binder { value: DynCompatible(DefId(2:55871 ~ core[b2d7]::future::future::Future)), bound_vars: [] }, depth=2) should have been handled by fulfillment already.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] thread 'rustc' (4289) panicked at /rustc-dev/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/compiler/rustc_trait_selection/src/traits/select/mod.rs:775:21:
[INFO] [stderr] Box<dyn Any>
[INFO] [stderr] stack backtrace:
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (4291) panicked at /rustc-dev/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/compiler/rustc_trait_selection/src/traits/select/mod.rs:775:21:
[INFO] [stderr] Box<dyn Any>
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7d56b5480d06 - <<std[ac8be9a8477af718]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[b2d707db3cb2ec89]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x7d56b5a0ea88 - core[b2d707db3cb2ec89]::fmt::write
[INFO] [stderr]    2:     0x7d56b54960ec - <std[ac8be9a8477af718]::sys::stdio::unix::Stderr as std[ac8be9a8477af718]::io::Write>::write_fmt
[INFO] [stderr]    3:     0x7d56b545516a - std[ac8be9a8477af718]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x7d56b5473453 - std[ac8be9a8477af718]::panicking::default_hook
[INFO] [stderr]    0:     0x778f4fc80d06 - <<std[ac8be9a8477af718]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[b2d707db3cb2ec89]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x778f5020ea88 - core[b2d707db3cb2ec89]::fmt::write
[INFO] [stderr]    2:     0x778f4fc960ec - <std[ac8be9a8477af718]::sys::stdio::unix::Stderr as std[ac8be9a8477af718]::io::Write>::write_fmt
[INFO] [stderr]    3:     0x778f4fc5516a - std[ac8be9a8477af718]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x778f4fc73453 - std[ac8be9a8477af718]::panicking::default_hook
[INFO] [stderr]    5:     0x778f4ec98bf8 - std[ac8be9a8477af718]::panicking::update_hook::<alloc[a86e06474a05a5ce]::boxed::Box<rustc_driver_impl[8ec2fd38e0485477]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x778f4fc738f2 - std[ac8be9a8477af718]::panicking::panic_with_hook
[INFO] [stderr]    5:     0x7d56b4498bf8 - std[ac8be9a8477af718]::panicking::update_hook::<alloc[a86e06474a05a5ce]::boxed::Box<rustc_driver_impl[8ec2fd38e0485477]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7d56b54738f2 - std[ac8be9a8477af718]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x778f4ecc6721 - std[ac8be9a8477af718]::panicking::begin_panic::<rustc_errors[fc6161619499af2e]::ExplicitBug>::{closure#0}
[INFO] [stderr]    7:     0x7d56b44c6721 - std[ac8be9a8477af718]::panicking::begin_panic::<rustc_errors[fc6161619499af2e]::ExplicitBug>::{closure#0}
[INFO] [stderr]    8:     0x7d56b44bf496 - std[ac8be9a8477af718]::sys::backtrace::__rust_end_short_backtrace::<std[ac8be9a8477af718]::panicking::begin_panic<rustc_errors[fc6161619499af2e]::ExplicitBug>::{closure#0}, !>
[INFO] [stderr]    9:     0x7d56b44bd4d7 - std[ac8be9a8477af718]::panicking::begin_panic::<rustc_errors[fc6161619499af2e]::ExplicitBug>
[INFO] [stderr]    8:     0x778f4ecbf496 - std[ac8be9a8477af718]::sys::backtrace::__rust_end_short_backtrace::<std[ac8be9a8477af718]::panicking::begin_panic<rustc_errors[fc6161619499af2e]::ExplicitBug>::{closure#0}, !>
[INFO] [stderr]    9:     0x778f4ecbd4d7 - std[ac8be9a8477af718]::panicking::begin_panic::<rustc_errors[fc6161619499af2e]::ExplicitBug>
[INFO] [stderr]   10:     0x7d56b44d18b1 - <rustc_errors[fc6161619499af2e]::diagnostic::BugAbort as rustc_errors[fc6161619499af2e]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stderr]   10:     0x778f4ecd18b1 - <rustc_errors[fc6161619499af2e]::diagnostic::BugAbort as rustc_errors[fc6161619499af2e]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stderr]   11:     0x778f4f2369b9 - rustc_middle[3a403f1878828e11]::util::bug::opt_span_bug_fmt::<rustc_span[9d518583d6dcbb03]::span_encoding::Span>::{closure#0}
[INFO] [stderr]   11:     0x7d56b4a369b9 - rustc_middle[3a403f1878828e11]::util::bug::opt_span_bug_fmt::<rustc_span[9d518583d6dcbb03]::span_encoding::Span>::{closure#0}
[INFO] [stderr]   12:     0x778f4f236b22 - rustc_middle[3a403f1878828e11]::ty::context::tls::with_opt::<rustc_middle[3a403f1878828e11]::util::bug::opt_span_bug_fmt<rustc_span[9d518583d6dcbb03]::span_encoding::Span>::{closure#0}, !>::{closure#0}
[INFO] [stderr]   12:     0x7d56b4a36b22 - rustc_middle[3a403f1878828e11]::ty::context::tls::with_opt::<rustc_middle[3a403f1878828e11]::util::bug::opt_span_bug_fmt<rustc_span[9d518583d6dcbb03]::span_encoding::Span>::{closure#0}, !>::{closure#0}
[INFO] [stderr]   13:     0x7d56b4a222bb - rustc_middle[3a403f1878828e11]::ty::context::tls::with_context_opt::<rustc_middle[3a403f1878828e11]::ty::context::tls::with_opt<rustc_middle[3a403f1878828e11]::util::bug::opt_span_bug_fmt<rustc_span[9d518583d6dcbb03]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
[INFO] [stderr]   14:     0x7d56b1cc30d4 - rustc_middle[3a403f1878828e11]::util::bug::bug_fmt
[INFO] [stderr]   13:     0x778f4f2222bb - rustc_middle[3a403f1878828e11]::ty::context::tls::with_context_opt::<rustc_middle[3a403f1878828e11]::ty::context::tls::with_opt<rustc_middle[3a403f1878828e11]::util::bug::opt_span_bug_fmt<rustc_span[9d518583d6dcbb03]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
[INFO] [stderr]   14:     0x778f4c4c30d4 - rustc_middle[3a403f1878828e11]::util::bug::bug_fmt
[INFO] [stderr]   15:     0x778f50373bdc - <rustc_trait_selection[bdfe8d037148a728]::traits::select::SelectionContext>::evaluate_predicate_recursively
[INFO] [stderr]   15:     0x7d56b5b73bdc - <rustc_trait_selection[bdfe8d037148a728]::traits::select::SelectionContext>::evaluate_predicate_recursively
[INFO] [stderr]   16:     0x778f5051d505 - <rustc_trait_selection[bdfe8d037148a728]::traits::select::SelectionContext>::evaluate_predicates_recursively::<thin_vec[8c188e6706dac3e2]::ThinVec<rustc_infer[bbad95dcea0e2d2a]::traits::Obligation<rustc_middle[3a403f1878828e11]::ty::predicate::Predicate>>>
[INFO] [stderr]   17:     0x778f50374bce - <rustc_trait_selection[bdfe8d037148a728]::traits::select::SelectionContext>::evaluate_predicate_recursively
[INFO] [stderr]   18:     0x778f50370d9a - <rustc_trait_selection[bdfe8d037148a728]::traits::select::SelectionContext>::evaluate_predicate_recursively
[INFO] [stderr]   16:     0x7d56b5d1d505 - <rustc_trait_selection[bdfe8d037148a728]::traits::select::SelectionContext>::evaluate_predicates_recursively::<thin_vec[8c188e6706dac3e2]::ThinVec<rustc_infer[bbad95dcea0e2d2a]::traits::Obligation<rustc_middle[3a403f1878828e11]::ty::predicate::Predicate>>>
[INFO] [stderr]   17:     0x7d56b5b74bce - <rustc_trait_selection[bdfe8d037148a728]::traits::select::SelectionContext>::evaluate_predicate_recursively
[INFO] [stderr]   18:     0x7d56b5b70d9a - <rustc_trait_selection[bdfe8d037148a728]::traits::select::SelectionContext>::evaluate_predicate_recursively
[INFO] [stderr]   19:     0x7d56b5b2d0cd - rustc_traits[bac77779e15c7803]::evaluate_obligation::evaluate_obligation
[INFO] [stderr]   19:     0x778f5032d0cd - rustc_traits[bac77779e15c7803]::evaluate_obligation::evaluate_obligation
[INFO] [stderr]   20:     0x7d56b5b2c855 - rustc_query_impl[9ac484f56861bad8]::query_impl::evaluate_obligation::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   20:     0x778f5032c855 - rustc_query_impl[9ac484f56861bad8]::query_impl::evaluate_obligation::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   21:     0x778f507b3e0e - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::<rustc_middle[3a403f1878828e11]::query::caches::DefaultCache<rustc_type_ir[9728135bb4105a81]::canonical::CanonicalQueryInput<rustc_middle[3a403f1878828e11]::ty::context::TyCtxt, rustc_middle[3a403f1878828e11]::ty::ParamEnvAnd<rustc_middle[3a403f1878828e11]::ty::predicate::Predicate>>, rustc_middle[3a403f1878828e11]::query::erase::ErasedData<[u8; 2usize]>>, false>
[INFO] [stderr]   21:     0x7d56b5fb3e0e - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::<rustc_middle[3a403f1878828e11]::query::caches::DefaultCache<rustc_type_ir[9728135bb4105a81]::canonical::CanonicalQueryInput<rustc_middle[3a403f1878828e11]::ty::context::TyCtxt, rustc_middle[3a403f1878828e11]::ty::ParamEnvAnd<rustc_middle[3a403f1878828e11]::ty::predicate::Predicate>>, rustc_middle[3a403f1878828e11]::query::erase::ErasedData<[u8; 2usize]>>, false>
[INFO] [stderr]   22:     0x778f507b3a78 - rustc_query_impl[9ac484f56861bad8]::query_impl::evaluate_obligation::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   22:     0x7d56b5fb3a78 - rustc_query_impl[9ac484f56861bad8]::query_impl::evaluate_obligation::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   23:     0x778f5063ba3a - <rustc_infer[bbad95dcea0e2d2a]::infer::InferCtxt as rustc_trait_selection[bdfe8d037148a728]::traits::query::evaluate_obligation::InferCtxtExt>::evaluate_obligation_no_overflow
[INFO] [stderr]   23:     0x7d56b5e3ba3a - <rustc_infer[bbad95dcea0e2d2a]::infer::InferCtxt as rustc_trait_selection[bdfe8d037148a728]::traits::query::evaluate_obligation::InferCtxtExt>::evaluate_obligation_no_overflow
[INFO] [stderr]   24:     0x7d56b6075688 - <rustc_trait_selection[bdfe8d037148a728]::traits::fulfill::FulfillProcessor as rustc_data_structures[639911b3d51586f3]::obligation_forest::ObligationProcessor>::process_obligation
[INFO] [stderr]   24:     0x778f50875688 - <rustc_trait_selection[bdfe8d037148a728]::traits::fulfill::FulfillProcessor as rustc_data_structures[639911b3d51586f3]::obligation_forest::ObligationProcessor>::process_obligation
[INFO] [stderr]   25:     0x7d56b5a059d1 - <rustc_data_structures[639911b3d51586f3]::obligation_forest::ObligationForest<rustc_trait_selection[bdfe8d037148a728]::traits::fulfill::PendingPredicateObligation>>::process_obligations::<rustc_trait_selection[bdfe8d037148a728]::traits::fulfill::FulfillProcessor>
[INFO] [stderr]   26:     0x7d56b62e7a3b - <rustc_trait_selection[bdfe8d037148a728]::traits::fulfill::FulfillmentContext<rustc_trait_selection[bdfe8d037148a728]::traits::FulfillmentError> as rustc_infer[bbad95dcea0e2d2a]::traits::engine::TraitEngine<rustc_trait_selection[bdfe8d037148a728]::traits::FulfillmentError>>::evaluate_obligations_error_on_ambiguity
[INFO] [stderr]   25:     0x778f502059d1 - <rustc_data_structures[639911b3d51586f3]::obligation_forest::ObligationForest<rustc_trait_selection[bdfe8d037148a728]::traits::fulfill::PendingPredicateObligation>>::process_obligations::<rustc_trait_selection[bdfe8d037148a728]::traits::fulfill::FulfillProcessor>
[INFO] [stderr]   26:     0x778f50ae7a3b - <rustc_trait_selection[bdfe8d037148a728]::traits::fulfill::FulfillmentContext<rustc_trait_selection[bdfe8d037148a728]::traits::FulfillmentError> as rustc_infer[bbad95dcea0e2d2a]::traits::engine::TraitEngine<rustc_trait_selection[bdfe8d037148a728]::traits::FulfillmentError>>::evaluate_obligations_error_on_ambiguity
[INFO] [stderr]   27:     0x7d56b6cca14e - rustc_hir_analysis[e73db6a92ab58df8]::check::check::check_opaque
[INFO] [stderr]   28:     0x7d56b6843c06 - rustc_hir_analysis[e73db6a92ab58df8]::check::check::check_item_type
[INFO] [stderr]   29:     0x7d56b68253ae - rustc_hir_analysis[e73db6a92ab58df8]::check::wfcheck::check_well_formed
[INFO] [stderr]   27:     0x778f514ca14e - rustc_hir_analysis[e73db6a92ab58df8]::check::check::check_opaque
[INFO] [stderr]   28:     0x778f51043c06 - rustc_hir_analysis[e73db6a92ab58df8]::check::check::check_item_type
[INFO] [stderr]   29:     0x778f510253ae - rustc_hir_analysis[e73db6a92ab58df8]::check::wfcheck::check_well_formed
[INFO] [stderr]   30:     0x7d56b682538f - rustc_query_impl[9ac484f56861bad8]::query_impl::check_well_formed::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   31:     0x7d56b682496f - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::<rustc_data_structures[639911b3d51586f3]::vec_cache::VecCache<rustc_span[9d518583d6dcbb03]::def_id::LocalDefId, rustc_middle[3a403f1878828e11]::query::erase::ErasedData<[u8; 1usize]>, rustc_middle[3a403f1878828e11]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   30:     0x778f5102538f - rustc_query_impl[9ac484f56861bad8]::query_impl::check_well_formed::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   32:     0x7d56b6824715 - rustc_query_impl[9ac484f56861bad8]::query_impl::check_well_formed::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   33:     0x7d56b6821556 - rustc_hir_analysis[e73db6a92ab58df8]::check::wfcheck::check_type_wf
[INFO] [stderr]   31:     0x778f5102496f - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::<rustc_data_structures[639911b3d51586f3]::vec_cache::VecCache<rustc_span[9d518583d6dcbb03]::def_id::LocalDefId, rustc_middle[3a403f1878828e11]::query::erase::ErasedData<[u8; 1usize]>, rustc_middle[3a403f1878828e11]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   32:     0x778f51024715 - rustc_query_impl[9ac484f56861bad8]::query_impl::check_well_formed::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   33:     0x778f51021556 - rustc_hir_analysis[e73db6a92ab58df8]::check::wfcheck::check_type_wf
[INFO] [stderr]   34:     0x7d56b6820ea1 - rustc_query_impl[9ac484f56861bad8]::query_impl::check_type_wf::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   35:     0x7d56b6bc0386 - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::<rustc_middle[3a403f1878828e11]::query::caches::SingleCache<rustc_middle[3a403f1878828e11]::query::erase::ErasedData<[u8; 1usize]>>, false>
[INFO] [stderr]   36:     0x7d56b6bc016d - rustc_query_impl[9ac484f56861bad8]::query_impl::check_type_wf::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   37:     0x7d56b5edb49a - rustc_hir_analysis[e73db6a92ab58df8]::check_crate
[INFO] [stderr]   38:     0x7d56b67de4ba - rustc_interface[f569b7e6a05649a5]::passes::analysis
[INFO] [stderr]   39:     0x7d56b6bc1c1f - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::<rustc_middle[3a403f1878828e11]::query::caches::SingleCache<rustc_middle[3a403f1878828e11]::query::erase::ErasedData<[u8; 0usize]>>, false>
[INFO] [stderr]   34:     0x778f51020ea1 - rustc_query_impl[9ac484f56861bad8]::query_impl::check_type_wf::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   40:     0x7d56b6bc19b7 - rustc_query_impl[9ac484f56861bad8]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   35:     0x778f513c0386 - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::<rustc_middle[3a403f1878828e11]::query::caches::SingleCache<rustc_middle[3a403f1878828e11]::query::erase::ErasedData<[u8; 1usize]>>, false>
[INFO] [stderr]   41:     0x7d56b6b9b780 - rustc_interface[f569b7e6a05649a5]::interface::run_compiler::<(), rustc_driver_impl[8ec2fd38e0485477]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   36:     0x778f513c016d - rustc_query_impl[9ac484f56861bad8]::query_impl::check_type_wf::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   37:     0x778f506db49a - rustc_hir_analysis[e73db6a92ab58df8]::check_crate
[INFO] [stderr]   42:     0x7d56b6bf257a - std[ac8be9a8477af718]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[f569b7e6a05649a5]::util::run_in_thread_with_globals<rustc_interface[f569b7e6a05649a5]::util::run_in_thread_pool_with_globals<rustc_interface[f569b7e6a05649a5]::interface::run_compiler<(), rustc_driver_impl[8ec2fd38e0485477]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   38:     0x778f50fde4ba - rustc_interface[f569b7e6a05649a5]::passes::analysis
[INFO] [stderr]   39:     0x778f513c1c1f - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::<rustc_middle[3a403f1878828e11]::query::caches::SingleCache<rustc_middle[3a403f1878828e11]::query::erase::ErasedData<[u8; 0usize]>>, false>
[INFO] [stderr]   40:     0x778f513c19b7 - rustc_query_impl[9ac484f56861bad8]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   41:     0x778f5139b780 - rustc_interface[f569b7e6a05649a5]::interface::run_compiler::<(), rustc_driver_impl[8ec2fd38e0485477]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   42:     0x778f513f257a - std[ac8be9a8477af718]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[f569b7e6a05649a5]::util::run_in_thread_with_globals<rustc_interface[f569b7e6a05649a5]::util::run_in_thread_pool_with_globals<rustc_interface[f569b7e6a05649a5]::interface::run_compiler<(), rustc_driver_impl[8ec2fd38e0485477]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   43:     0x778f513f232d - <std[ac8be9a8477af718]::thread::lifecycle::spawn_unchecked<rustc_interface[f569b7e6a05649a5]::util::run_in_thread_with_globals<rustc_interface[f569b7e6a05649a5]::util::run_in_thread_pool_with_globals<rustc_interface[f569b7e6a05649a5]::interface::run_compiler<(), rustc_driver_impl[8ec2fd38e0485477]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b2d707db3cb2ec89]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   44:     0x778f513f6750 - <std[ac8be9a8477af718]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   45:     0x778f4b08aaa4 - <unknown>
[INFO] [stderr]   43:     0x7d56b6bf232d - <std[ac8be9a8477af718]::thread::lifecycle::spawn_unchecked<rustc_interface[f569b7e6a05649a5]::util::run_in_thread_with_globals<rustc_interface[f569b7e6a05649a5]::util::run_in_thread_pool_with_globals<rustc_interface[f569b7e6a05649a5]::interface::run_compiler<(), rustc_driver_impl[8ec2fd38e0485477]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b2d707db3cb2ec89]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   46:     0x778f4b117a64 - clone
[INFO] [stderr]   47:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr]   44:     0x7d56b6bf6750 - <std[ac8be9a8477af718]::sys::thread::unix::Thread>::new::thread_start
[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-07-23T08_24_35-4285.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.98.0-nightly (e5e97e3ef 2026-07-04) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2
[INFO] [stderr] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stderr] 
[INFO] [stderr]   45:     0x7d56b088aaa4 - <unknown>
[INFO] [stderr]   46:     0x7d56b0917a64 - clone
[INFO] [stderr]   47:                0x0 - <unknown>
[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-07-23T08_24_35-4286.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.98.0-nightly (e5e97e3ef 2026-07-04) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type bin -C embed-bitcode=no -C debuginfo=2
[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] query stack during panic:
[INFO] [stderr] #0 [evaluate_obligation] evaluating trait selection obligation `<{async fn body of supervisor::<impl at src/supervisor.rs:124:1: 124:16>::new()} as core::future::future::Future>::Output == core::result::Result<(supervisor::Supervisor, supervisor::<impl at src/supervisor.rs:124:1: 124:16>::new::{opaque#0}::{opaque#0}), supervisor::Error>`
[INFO] [stderr] #0 [evaluate_obligation] evaluating trait selection obligation `<{async fn body of supervisor::<impl at src/supervisor.rs:124:1: 124:16>::new()} as core::future::future::Future>::Output == core::result::Result<(supervisor::Supervisor, supervisor::<impl at src/supervisor.rs:124:1: 124:16>::new::{opaque#0}::{opaque#0}), supervisor::Error>`
[INFO] [stderr] #1 [check_well_formed] checking that `supervisor::<impl at src/supervisor.rs:124:1: 124:16>::new::{opaque#0}` is well-formed
[INFO] [stderr] #2 [check_type_wf] checking that types are well-formed
[INFO] [stderr] #3 [analysis] running analysis passes on crate `status_gefolge_org`
[INFO] [stderr] end of query stack
[INFO] [stderr] #1 [check_well_formed] checking that `supervisor::<impl at src/supervisor.rs:124:1: 124:16>::new::{opaque#0}` is well-formed
[INFO] [stderr] #2 [check_type_wf] checking that types are well-formed
[INFO] [stderr] #3 [analysis] running analysis passes on crate `status_gefolge_org`
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not compile `status-gefolge-org` (bin "status-gefolge-org")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/bin/rustc --crate-name status_gefolge_org --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --deny=warnings --deny=unused_qualifications --deny=unused_lifetimes --deny=unused_import_braces --deny=unused_crate_dependencies --deny=unused --forbid=unsafe_code --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1703ffa32601a092 -C extra-filename=-ca2e155052edb073 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_proto=/opt/rustwide/target/debug/deps/libasync_proto-28d79d22f7aa07c0.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-db6bc7050bb4441c.rmeta --extern collect_mac=/opt/rustwide/target/debug/deps/libcollect_mac-bc556f66de517b4d.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-eb769870d0ae8cad.rmeta --extern gix=/opt/rustwide/target/debug/deps/libgix-6a4854184326125d.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-0f2206249f13e247.rmeta --extern itermore=/opt/rustwide/target/debug/deps/libitermore-1869ddf4614ee90b.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-578ec0aad06ca9ed.rmeta --extern log_lock=/opt/rustwide/target/debug/deps/liblog_lock-700b2c69c650353c.rmeta --extern mimalloc=/opt/rustwide/target/debug/deps/libmimalloc-1b6578c3b6aa0f05.rmeta --extern rocket=/opt/rustwide/target/debug/deps/librocket-7a33c1385c973980.rmeta --extern rocket_util=/opt/rustwide/target/debug/deps/librocket_util-1a64ffd0cbf09656.rmeta --extern rocket_ws=/opt/rustwide/target/debug/deps/librocket_ws-642dfb8ed02e3f8f.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-1ffdbdf514dd00fa.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json_path_to_error-6e8a47fc36b00d3a.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-45a9b49f08504d7f.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-06222b11579db239.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-207e74829d94e9c0.rmeta --extern wheel=/opt/rustwide/target/debug/deps/libwheel-e2dcd6101e5c33ea.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-a53b850d1168f594/out` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `status-gefolge-org` (bin "status-gefolge-org" test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/bin/rustc --crate-name status_gefolge_org --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --deny=warnings --deny=unused_qualifications --deny=unused_lifetimes --deny=unused_import_braces --deny=unused_crate_dependencies --deny=unused --forbid=unsafe_code --deny=rust_2018_idioms --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5133fb85ed2c9375 -C extra-filename=-e188d7804e9b1092 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_proto=/opt/rustwide/target/debug/deps/libasync_proto-28d79d22f7aa07c0.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-db6bc7050bb4441c.rmeta --extern collect_mac=/opt/rustwide/target/debug/deps/libcollect_mac-bc556f66de517b4d.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-eb769870d0ae8cad.rmeta --extern gix=/opt/rustwide/target/debug/deps/libgix-6a4854184326125d.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-0f2206249f13e247.rmeta --extern itermore=/opt/rustwide/target/debug/deps/libitermore-1869ddf4614ee90b.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-578ec0aad06ca9ed.rmeta --extern log_lock=/opt/rustwide/target/debug/deps/liblog_lock-700b2c69c650353c.rmeta --extern mimalloc=/opt/rustwide/target/debug/deps/libmimalloc-1b6578c3b6aa0f05.rmeta --extern rocket=/opt/rustwide/target/debug/deps/librocket-7a33c1385c973980.rmeta --extern rocket_util=/opt/rustwide/target/debug/deps/librocket_util-1a64ffd0cbf09656.rmeta --extern rocket_ws=/opt/rustwide/target/debug/deps/librocket_ws-642dfb8ed02e3f8f.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-1ffdbdf514dd00fa.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json_path_to_error-6e8a47fc36b00d3a.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-45a9b49f08504d7f.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-06222b11579db239.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-207e74829d94e9c0.rmeta --extern wheel=/opt/rustwide/target/debug/deps/libwheel-e2dcd6101e5c33ea.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libmimalloc-sys-a53b850d1168f594/out` (exit status: 101)
[INFO] running `Command { std: "docker" "inspect" "e7cf489334c03bfb3b2264a502d90c2e3f55ddad27ae28a331d29ec5c9b2364a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7cf489334c03bfb3b2264a502d90c2e3f55ddad27ae28a331d29ec5c9b2364a", kill_on_drop: false }`
[INFO] [stdout] e7cf489334c03bfb3b2264a502d90c2e3f55ddad27ae28a331d29ec5c9b2364a
