[INFO] cloning repository https://github.com/MikeGitIt/sprocket_from_scratch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MikeGitIt/sprocket_from_scratch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMikeGitIt%2Fsprocket_from_scratch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMikeGitIt%2Fsprocket_from_scratch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4e805fd6a26e1711ac6bbae79a081b4646dc5b00
[INFO] checking MikeGitIt/sprocket_from_scratch against da86f4d0726be475afbbffe40cb2f65741c51ad3 for pr-159877
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMikeGitIt%2Fsprocket_from_scratch" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MikeGitIt/sprocket_from_scratch
[INFO] finished tweaking git repo https://github.com/MikeGitIt/sprocket_from_scratch
[INFO] tweaked toml for git repo https://github.com/MikeGitIt/sprocket_from_scratch written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MikeGitIt/sprocket_from_scratch on toolchain da86f4d0726be475afbbffe40cb2f65741c51ad3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MikeGitIt/sprocket_from_scratch 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" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f31033d3981ed222888c0cabb8c11e59b813b309712260178b439414d43e7d22
[INFO] running `Command { std: "docker" "start" "f31033d3981ed222888c0cabb8c11e59b813b309712260178b439414d43e7d22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f31033d3981ed222888c0cabb8c11e59b813b309712260178b439414d43e7d22", 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" "f31033d3981ed222888c0cabb8c11e59b813b309712260178b439414d43e7d22" "/opt/rustwide/cargo-home/bin/cargo" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f31033d3981ed222888c0cabb8c11e59b813b309712260178b439414d43e7d22", 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" "f31033d3981ed222888c0cabb8c11e59b813b309712260178b439414d43e7d22" "/opt/rustwide/cargo-home/bin/cargo" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling uuid v1.18.0
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1300) panicked at /rustc-dev/da86f4d0726be475afbbffe40cb2f65741c51ad3/compiler/rustc_metadata/src/rmeta/decoder.rs:397:18:
[INFO] [stderr] internal error: entered unreachable code
[INFO] [stderr] stack backtrace:
[INFO] [stderr] warning: libsqlite3-sys@0.27.0: sqlite3/sqlite3.c: In function 'sqlite3ShadowTableName':
[INFO] [stderr] warning: libsqlite3-sys@0.27.0: sqlite3/sqlite3.c:122638:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr] warning: libsqlite3-sys@0.27.0: 122638 |   zTail = strrchr(zName, '_');
[INFO] [stderr] warning: libsqlite3-sys@0.27.0:        |         ^
[INFO] [stderr] warning: libsqlite3-sys@0.27.0: cc: fatal error: Killed signal terminated program cc1
[INFO] [stderr] warning: libsqlite3-sys@0.27.0: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `libsqlite3-sys v0.27.0`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/libsqlite3-sys-4b979bb6cd06c50d/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBSQLITE3_SYS_USE_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-changed=sqlite3/sqlite3.c
[INFO] [stderr]   cargo:rerun-if-changed=sqlite3/wasm32-wasi-vfs.c
[INFO] [stderr]   cargo:rerun-if-env-changed=SQLITE_MAX_VARIABLE_NUMBER
[INFO] [stderr]   cargo:rerun-if-env-changed=SQLITE_MAX_EXPR_DEPTH
[INFO] [stderr]   cargo:rerun-if-env-changed=SQLITE_MAX_COLUMN
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBSQLITE3_FLAGS
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/libsqlite3-sys-7b69c6cb8a13abf9/out)
[INFO] [stderr]   OPT_LEVEL = Some(0)
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CC
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(true)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87)
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=forbid)
[INFO] [stderr]   cargo:warning=sqlite3/sqlite3.c: In function 'sqlite3ShadowTableName':
[INFO] [stderr]   cargo:warning=sqlite3/sqlite3.c:122638:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr]   cargo:warning=122638 |   zTail = strrchr(zName, '_');
[INFO] [stderr]   cargo:warning=       |         ^
[INFO] [stderr]   cargo:warning=cc: fatal error: Killed signal terminated program cc1
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-DSQLITE_CORE" "-DSQLITE_DEFAULT_FOREIGN_KEYS=1" "-DSQLITE_ENABLE_API_ARMOR" "-DSQLITE_ENABLE_COLUMN_METADATA" "-DSQLITE_ENABLE_DBSTAT_VTAB" "-DSQLITE_ENABLE_FTS3" "-DSQLITE_ENABLE_FTS3_PARENTHESIS" "-DSQLITE_ENABLE_FTS5" "-DSQLITE_ENABLE_JSON1" "-DSQLITE_ENABLE_LOAD_EXTENSION=1" "-DSQLITE_ENABLE_MEMORY_MANAGEMENT" "-DSQLITE_ENABLE_RTREE" "-DSQLITE_ENABLE_STAT2" "-DSQLITE_ENABLE_STAT4" "-DSQLITE_SOUNDEX" "-DSQLITE_THREADSAFE=1" "-DSQLITE_USE_URI" "-DHAVE_USLEEP=1" "-D_POSIX_THREAD_SAFE_FUNCTIONS" "-DHAVE_ISNAN" "-DHAVE_LOCALTIME_R" "-DSQLITE_ENABLE_UNLOCK_NOTIFY" "-o" "/opt/rustwide/target/debug/build/libsqlite3-sys-7b69c6cb8a13abf9/out/c877a2978823c39d-sqlite3.o" "-c" "sqlite3/sqlite3.c"
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da86f4d0726be475afbbffe40cb2f65741c51ad3/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=649d5cdeae339550 -C extra-filename=-4cf08b4e481f3863 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-1e0f2c5263ca78fd.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-666804e4efaf6f44.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-6f86fcd80ac48994.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-2ecca6b667797f49.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-d1118f53a9bee98e.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1232) panicked at /rustc-dev/da86f4d0726be475afbbffe40cb2f65741c51ad3/compiler/rustc_metadata/src/rmeta/decoder.rs:1439:17:
[INFO] [stderr] assertion `left == right` failed
[INFO] [stderr]   left: TypeNs("IdentExt")
[INFO] [stderr]  right: Ctor
[INFO] [stderr] stack backtrace:
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1184) panicked at /rustc-dev/da86f4d0726be475afbbffe40cb2f65741c51ad3/compiler/rustc_hir/src/hir.rs:1361:35:
[INFO] [stderr] invalid enum variant tag while decoding `Attribute`, expected 0..2, actual 138
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7f4512c3a956 - <<std[4614d3538cc64bc6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[9cde01f631c9b89d]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x7f451320dd52 - core[9cde01f631c9b89d]::fmt::write
[INFO] [stderr]    2:     0x7f4512c4faac - <std[4614d3538cc64bc6]::sys::stdio::unix::Stderr as core[9cde01f631c9b89d]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x7f4512c0c58a - std[4614d3538cc64bc6]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x7f4512c2cff3 - std[4614d3538cc64bc6]::panicking::default_hook
[INFO] [stderr]    5:     0x7f4511baa91b - std[4614d3538cc64bc6]::panicking::update_hook::<alloc[8bb6ecabe8c35eca]::boxed::Box<rustc_driver_impl[edb36ef1619d9191]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7f4512c2d492 - std[4614d3538cc64bc6]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x7f4512c0c674 - std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x7f4512c02fd9 - std[4614d3538cc64bc6]::sys::backtrace::__rust_end_short_backtrace::<std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x7f4512c0df9d - __rustc[b6a9bdc199f3cce9]::rust_begin_unwind
[INFO] [stderr]   10:     0x7f450fa3768c - core[9cde01f631c9b89d]::panicking::panic_fmt
[INFO] [stderr]   11:     0x7f450fdc5562 - core[9cde01f631c9b89d]::panicking::panic
[INFO] [stderr]   12:     0x7f45136a9e9c - <core[9cde01f631c9b89d]::iter::adapters::GenericShunt<core[9cde01f631c9b89d]::iter::adapters::map::Map<<rustc_metadata[b1c981b025415905]::rmeta::decoder::CrateMetadata>::get_module_children::{closure#0}, core[9cde01f631c9b89d]::result::Result<rustc_middle[95ffed4308bd885e]::metadata::ModChild, !>::Ok>, core[9cde01f631c9b89d]::result::Result<core[9cde01f631c9b89d]::convert::Infallible, !>> as core[9cde01f631c9b89d]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]   13:     0x7f45136a6639 - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::module_children
[INFO] [stderr]   14:     0x7f45136a62a6 - rustc_query_impl[2c4821f97c2126e]::query_impl::module_children::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   15:     0x7f4513692645 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   16:     0x7f451354014d - rustc_query_impl[2c4821f97c2126e]::query_impl::module_children::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   17:     0x7f45121c3eec - rustc_middle[95ffed4308bd885e]::ty::print::pretty::trimmed_def_paths
[INFO] [stderr]   18:     0x7f4512698f24 - rustc_query_impl[2c4821f97c2126e]::query_impl::trimmed_def_paths::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   19:     0x7f45143de2da - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::SingleCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   20:     0x7f4512699010 - rustc_query_impl[2c4821f97c2126e]::query_impl::trimmed_def_paths::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   21:     0x7f45143cb46d - <rustc_middle[95ffed4308bd885e]::ty::print::pretty::FmtPrinter as rustc_middle[95ffed4308bd885e]::ty::print::Printer>::print_def_path
[INFO] [stderr]   22:     0x7f4514736b4a - <rustc_middle[95ffed4308bd885e]::ty::print::pretty::FmtPrinter as rustc_middle[95ffed4308bd885e]::ty::print::pretty::PrettyPrinter>::pretty_print_type
[INFO] [stderr]   23:     0x7f4514736881 - <rustc_middle[95ffed4308bd885e]::ty::print::pretty::FmtPrinter as rustc_middle[95ffed4308bd885e]::ty::print::Printer>::print_type
[INFO] [stderr]   24:     0x7f45122023bf - <rustc_middle[95ffed4308bd885e]::ty::print::pretty::FmtPrinter as rustc_middle[95ffed4308bd885e]::ty::print::Printer>::print_path_with_qualified
[INFO] [stderr]   25:     0x7f45143cb851 - <rustc_middle[95ffed4308bd885e]::ty::print::pretty::FmtPrinter as rustc_middle[95ffed4308bd885e]::ty::print::Printer>::print_def_path
[INFO] [stderr]   26:     0x7f45121502d4 - <rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>::def_path_str_with_args::<rustc_span[48c26318c8901c96]::def_id::DefId>
[INFO] [stderr]   27:     0x7f451407c5df - <rustc_middle[95ffed4308bd885e]::ty::instance::Instance>::expect_resolve
[INFO] [stderr]   28:     0x7f451387a24e - rustc_monomorphize[d574c2d2deddca1b]::collector::items_of_instance
[INFO] [stderr]   29:     0x7f45138795d1 - rustc_query_impl[2c4821f97c2126e]::query_impl::items_of_instance::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   30:     0x7f4513877215 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<(rustc_middle[95ffed4308bd885e]::ty::instance::Instance, rustc_middle[95ffed4308bd885e]::mono::CollectionMode), rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 32usize]>>, false>
[INFO] [stderr]   31:     0x7f4513876e83 - rustc_query_impl[2c4821f97c2126e]::query_impl::items_of_instance::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   32:     0x7f4514697dba - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   33:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   34:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   35:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   36:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   37:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   38:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   39:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   40:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   41:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   42:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   43:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   44:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   45:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   46:     0x7f451469a016 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_items_rec
[INFO] [stderr]   47:     0x7f45139c6b21 - rustc_monomorphize[d574c2d2deddca1b]::collector::collect_crate_mono_items::{closure#1}::{closure#0}
[INFO] [stderr]   48:     0x7f451382a775 - rustc_monomorphize[d574c2d2deddca1b]::partitioning::collect_and_partition_mono_items
[INFO] [stderr]   49:     0x7f451382a416 - rustc_query_impl[2c4821f97c2126e]::query_impl::collect_and_partition_mono_items::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   50:     0x7f45143dba01 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::SingleCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 24usize]>>, false>
[INFO] [stderr]   51:     0x7f45143db6bc - rustc_query_impl[2c4821f97c2126e]::query_impl::collect_and_partition_mono_items::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   52:     0x7f4514543809 - rustc_codegen_ssa[e519357a700e433a]::base::codegen_crate::<rustc_codegen_llvm[b533a2c778323876]::LlvmCodegenBackend, rustc_codegen_llvm[b533a2c778323876]::ModuleLlvm>
[INFO] [stderr]   53:     0x7f451454350d - <rustc_codegen_llvm[b533a2c778323876]::LlvmCodegenBackend as rustc_codegen_ssa[e519357a700e433a]::traits::backend::CodegenBackend>::codegen_crate
[INFO] [stderr]   54:     0x7f451454efa0 - <rustc_interface[7615e26fe726d3dc]::queries::Linker>::codegen_and_build_linker
[INFO] [stderr]   55:     0x7f4514394410 - rustc_interface[7615e26fe726d3dc]::interface::run_compiler::<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}
[INFO] [stderr]   56:     0x7f45143eb424 - std[4614d3538cc64bc6]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   57:     0x7f45143eb1ed - <std[4614d3538cc64bc6]::thread::lifecycle::spawn_unchecked<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[9cde01f631c9b89d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   58:     0x7f45143ee986 - <std[4614d3538cc64bc6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   59:     0x7f450dc830da - <unknown>
[INFO] [stderr]   60:     0x7f450dd165b4 - clone
[INFO] [stderr]   61:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. This is a bug
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/rustc-ice-2026-07-26T05_18_40-1296.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (da86f4d07 2026-07-24) 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 [module_children] collecting child items of module `syn::restriction::Visibility`
[INFO] [stderr] #1 [trimmed_def_paths] calculating trimmed def paths
[INFO] [stderr] #2 [items_of_instance] collecting items used by `<&mut syn::stmt::Block as quote::to_tokens::ToTokens>::to_tokens`
[INFO] [stderr] #3 [collect_and_partition_mono_items] collect_and_partition_mono_items
[INFO] [stderr] end of query stack
[INFO] [stderr]    0:     0x766df9a3a956 - <<std[4614d3538cc64bc6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[9cde01f631c9b89d]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x766dfa00dd52 - core[9cde01f631c9b89d]::fmt::write
[INFO] [stderr]    2:     0x766df9a4faac - <std[4614d3538cc64bc6]::sys::stdio::unix::Stderr as core[9cde01f631c9b89d]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x766df9a0c58a - std[4614d3538cc64bc6]::panicking::default_hook::{closure#0}
[INFO] [stderr]    0:     0x789e21c3a956 - <<std[4614d3538cc64bc6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[9cde01f631c9b89d]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x789e2220dd52 - core[9cde01f631c9b89d]::fmt::write
[INFO] [stderr]    2:     0x789e21c4faac - <std[4614d3538cc64bc6]::sys::stdio::unix::Stderr as core[9cde01f631c9b89d]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x789e21c0c58a - std[4614d3538cc64bc6]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x789e21c2cff3 - std[4614d3538cc64bc6]::panicking::default_hook
[INFO] [stderr]    5:     0x789e20baa91b - std[4614d3538cc64bc6]::panicking::update_hook::<alloc[8bb6ecabe8c35eca]::boxed::Box<rustc_driver_impl[edb36ef1619d9191]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    4:     0x766df9a2cff3 - std[4614d3538cc64bc6]::panicking::default_hook
[INFO] [stderr]    5:     0x766df89aa91b - std[4614d3538cc64bc6]::panicking::update_hook::<alloc[8bb6ecabe8c35eca]::boxed::Box<rustc_driver_impl[edb36ef1619d9191]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x766df9a2d492 - std[4614d3538cc64bc6]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x766df9a0c642 - std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x766df9a02fd9 - std[4614d3538cc64bc6]::sys::backtrace::__rust_end_short_backtrace::<std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x766df9a0df9d - __rustc[b6a9bdc199f3cce9]::rust_begin_unwind
[INFO] [stderr]   10:     0x766df683768c - core[9cde01f631c9b89d]::panicking::panic_fmt
[INFO] [stderr]   11:     0x766dfa34dd39 - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::attrs_for_def
[INFO] [stderr]   12:     0x766dfa349a30 - rustc_query_impl[2c4821f97c2126e]::query_impl::attrs_for_def::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   13:     0x766dfa492645 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   14:     0x766dfa491ea5 - rustc_query_impl[2c4821f97c2126e]::query_impl::attrs_for_def::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   15:     0x766dfaca7eba - <rustc_span[48c26318c8901c96]::def_id::DefId as rustc_hir[6446fd25f1f92e32]::attrs::HasAttrs<rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>>::get_attrs
[INFO] [stderr]   16:     0x766dfa24d0bf - <rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>::mk_adt_def
[INFO] [stderr]   17:     0x766dfad75dbd - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::adt_def
[INFO] [stderr]   18:     0x766dfad758b1 - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_def::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   19:     0x766dfa01ba0d - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   20:     0x766dfab5808e - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_def::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   21:     0x766dfa7ba369 - rustc_traits[124224aaa217173a]::dropck_outlives::adt_dtorck_constraint
[INFO] [stderr]   22:     0x766dfa01ba0d - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   23:     0x766dfa048f5c - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_dtorck_constraint::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   24:     0x766dfa047d65 - rustc_trait_selection[9bdecf7dd2eccf75]::traits::query::dropck_outlives::dtorck_constraint_for_ty_inner
[INFO] [stderr]   25:     0x766dfa046895 - rustc_trait_selection[9bdecf7dd2eccf75]::traits::query::dropck_outlives::compute_dropck_outlives_inner
[INFO] [stderr]   26:     0x766df66da2f9 - rustc_traits[124224aaa217173a]::dropck_outlives::dropck_outlives
[INFO] [stderr]   27:     0x766dfad9756a - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<rustc_type_ir[76ae2ce2a1e3588e]::canonical::CanonicalQueryInput<rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt, rustc_middle[95ffed4308bd885e]::ty::ParamEnvAnd<rustc_middle[95ffed4308bd885e]::traits::query::type_op::DropckOutlives>>, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   28:     0x766dfad971bf - rustc_query_impl[2c4821f97c2126e]::query_impl::dropck_outlives::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]    6:     0x789e21c2d492 - std[4614d3538cc64bc6]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x789e21c0c642 - std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x789e21c02fd9 - std[4614d3538cc64bc6]::sys::backtrace::__rust_end_short_backtrace::<std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x789e21c0df9d - __rustc[b6a9bdc199f3cce9]::rust_begin_unwind
[INFO] [stderr]   10:     0x789e1ea3768c - core[9cde01f631c9b89d]::panicking::panic_fmt
[INFO] [stderr]   29:     0x766df6a492d4 - rustc_borrowck[767bd9a3fe4598]::type_check::liveness::generate
[INFO] [stderr]   30:     0x766df727cc50 - rustc_borrowck[767bd9a3fe4598]::type_check::type_check
[INFO] [stderr]   31:     0x766dfaea0cb9 - <rustc_borrowck[767bd9a3fe4598]::root_cx::BorrowCheckRootCtxt>::do_mir_borrowck
[INFO] [stdout] note: no errors encountered even though delayed bugs were created
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: those delayed bugs will now be shown as internal compiler errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]   32:     0x766dfae99368 - rustc_borrowck[767bd9a3fe4598]::mir_borrowck
[INFO] [stderr]   11:     0x789e20538f93 - core[9cde01f631c9b89d]::panicking::assert_failed_inner
[INFO] [stderr]   12:     0x789e2110312f - core[9cde01f631c9b89d]::panicking::assert_failed::<rustc_hir[6446fd25f1f92e32]::definitions::DefPathData, rustc_hir[6446fd25f1f92e32]::definitions::DefPathData>
[INFO] [stderr]   13:     0x789e22550045 - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::attrs_for_def
[INFO] [stderr]   14:     0x789e22549a30 - rustc_query_impl[2c4821f97c2126e]::query_impl::attrs_for_def::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   15:     0x789e22692645 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   16:     0x789e22691ea5 - rustc_query_impl[2c4821f97c2126e]::query_impl::attrs_for_def::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   17:     0x789e22ea7eba - <rustc_span[48c26318c8901c96]::def_id::DefId as rustc_hir[6446fd25f1f92e32]::attrs::HasAttrs<rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>>::get_attrs
[INFO] [stderr]   18:     0x789e2292f700 - <rustc_middle[95ffed4308bd885e]::traits::specialization_graph::OverlapMode>::get
[INFO] [stderr]   19:     0x789e2225b271 - rustc_trait_selection[9bdecf7dd2eccf75]::traits::specialize::specialization_graph_provider
[INFO] [stderr]   20:     0x789e2221ba0d - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   21:     0x789e22acd2ce - rustc_query_impl[2c4821f97c2126e]::query_impl::specialization_graph_of::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   22:     0x789e1ef2c3a2 - rustc_ty_utils[8fb9e5ca8e73b235]::instance::resolve_instance_raw
[INFO] [stderr]   23:     0x789e22203611 - rustc_query_impl[2c4821f97c2126e]::query_impl::resolve_instance_raw::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   24:     0x789e22864cdf - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<rustc_middle[95ffed4308bd885e]::ty::PseudoCanonicalInput<(rustc_span[48c26318c8901c96]::def_id::DefId, &rustc_middle[95ffed4308bd885e]::ty::list::RawList<(), rustc_middle[95ffed4308bd885e]::ty::generic_args::GenericArg>)>, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 32usize]>>, false>
[INFO] [stderr]   25:     0x789e22864919 - rustc_query_impl[2c4821f97c2126e]::query_impl::resolve_instance_raw::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   26:     0x789e22fc4582 - <rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>::const_eval_resolve
[INFO] [stderr]   33:     0x766dfae990a7 - rustc_query_impl[2c4821f97c2126e]::query_impl::mir_borrowck::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   34:     0x766dfa6dc429 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_data_structures[353073ebb2751e77]::vec_cache::VecCache<rustc_span[48c26318c8901c96]::def_id::LocalDefId, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>, rustc_middle[95ffed4308bd885e]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   35:     0x766dfa6d984b - rustc_query_impl[2c4821f97c2126e]::query_impl::mir_borrowck::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   36:     0x766dfa6d9a4e - <rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>::par_hir_body_owners::<rustc_interface[7615e26fe726d3dc]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}
[INFO] [stderr]   37:     0x766dfa6d8d66 - rustc_interface[7615e26fe726d3dc]::passes::analysis
[INFO] [stderr]   27:     0x789e22d445eb - <rustc_mir_transform[f53ac8d7916a9ac0]::known_panics_lint::ConstPropagator as rustc_middle[95ffed4308bd885e]::mir::visit::Visitor>::visit_body
[INFO] [stderr]   38:     0x766dfb1dd987 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::SingleCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 0usize]>>, false>
[INFO] [stderr]   28:     0x789e22d3f0d1 - <rustc_mir_transform[f53ac8d7916a9ac0]::known_panics_lint::KnownPanicsLint as rustc_mir_transform[f53ac8d7916a9ac0]::pass_manager::MirLint>::run_lint
[INFO] [stderr]   29:     0x789e2220ac1b - rustc_mir_transform[f53ac8d7916a9ac0]::run_analysis_to_runtime_passes
[INFO] [stderr]   30:     0x789e228d5584 - rustc_mir_transform[f53ac8d7916a9ac0]::mir_drops_elaborated_and_const_checked
[INFO] [stdout] error: internal compiler error: missing value for assoc item in impl
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/src/stmt.rs:426:9
[INFO] [stdout]     |
[INFO] [stdout] 426 |         fn to_tokens(&self, tokens: &mut TokenStream) {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: delayed at /rustc-dev/da86f4d0726be475afbbffe40cb2f65741c51ad3/compiler/rustc_ty_utils/src/instance.rs:219:38
[INFO] [stdout]          0: <rustc_errors::DiagCtxtInner>::emit_diagnostic
[INFO] [stdout]          1: <rustc_errors::DiagCtxtHandle>::emit_diagnostic
[INFO] [stdout]          2: <rustc_span::ErrorGuaranteed as rustc_errors::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stdout]          3: <rustc_errors::DiagCtxtHandle>::span_delayed_bug::<rustc_span::span_encoding::Span, &str>
[INFO] [stdout]          4: rustc_ty_utils::instance::resolve_instance_raw
[INFO] [stdout]          5: rustc_query_impl::query_impl::resolve_instance_raw::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stdout]          6: rustc_query_impl::execution::try_execute_query::<rustc_middle::query::caches::DefaultCache<rustc_middle::ty::PseudoCanonicalInput<(rustc_span::def_id::DefId, &rustc_middle::ty::list::RawList<(), rustc_middle::ty::generic_args::GenericArg>)>, rustc_middle::query::erase::ErasedData<[u8; 32]>>, false>
[INFO] [stdout]          7: rustc_query_impl::query_impl::resolve_instance_raw::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]          8: <rustc_middle::ty::instance::Instance>::expect_resolve
[INFO] [stdout]          9: rustc_monomorphize::collector::items_of_instance
[INFO] [stdout]         10: rustc_query_impl::query_impl::items_of_instance::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stdout]         11: rustc_query_impl::execution::try_execute_query::<rustc_middle::query::caches::DefaultCache<(rustc_middle::ty::instance::Instance, rustc_middle::mono::CollectionMode), rustc_middle::query::erase::ErasedData<[u8; 32]>>, false>
[INFO] [stdout]         12: rustc_query_impl::query_impl::items_of_instance::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]         13: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         14: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         15: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         16: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         17: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         18: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         19: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         20: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         21: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         22: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         23: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         24: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         25: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         26: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         27: rustc_monomorphize::collector::collect_items_rec
[INFO] [stdout]         28: rustc_monomorphize::collector::collect_crate_mono_items::{closure#1}::{closure#0}
[INFO] [stdout]         29: rustc_monomorphize::partitioning::collect_and_partition_mono_items
[INFO] [stdout]         30: rustc_query_impl::query_impl::collect_and_partition_mono_items::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stdout]         31: rustc_query_impl::execution::try_execute_query::<rustc_middle::query::caches::SingleCache<rustc_middle::query::erase::ErasedData<[u8; 24]>>, false>
[INFO] [stdout]         32: rustc_query_impl::query_impl::collect_and_partition_mono_items::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]         33: rustc_codegen_ssa::base::codegen_crate::<rustc_codegen_llvm::LlvmCodegenBackend, rustc_codegen_llvm::ModuleLlvm>
[INFO] [stdout]         34: <rustc_codegen_llvm::LlvmCodegenBackend as rustc_codegen_ssa::traits::backend::CodegenBackend>::codegen_crate
[INFO] [stdout]         35: <rustc_interface::queries::Linker>::codegen_and_build_linker
[INFO] [stdout]         36: rustc_interface::interface::run_compiler::<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#2}
[INFO] [stdout]         37: std::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]         38: <std::thread::lifecycle::spawn_unchecked<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]         39: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]         40: <unknown>
[INFO] [stdout]         41: clone
[INFO] [stdout]       
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/src/stmt.rs:426:9
[INFO] [stdout]     |
[INFO] [stdout] 426 |         fn to_tokens(&self, tokens: &mut TokenStream) {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[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/async-stream-impl-0.3.6/rustc-ice-2026-07-26T05_18_40-1296.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (da86f4d07 2026-07-24) 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] end of query stack
[INFO] [stderr]   31:     0x789e228dc429 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_data_structures[353073ebb2751e77]::vec_cache::VecCache<rustc_span[48c26318c8901c96]::def_id::LocalDefId, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>, rustc_middle[95ffed4308bd885e]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   32:     0x789e228dbc43 - rustc_query_impl[2c4821f97c2126e]::query_impl::mir_drops_elaborated_and_const_checked::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   33:     0x789e228d9c34 - <rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>::par_hir_body_owners::<rustc_interface[7615e26fe726d3dc]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}
[INFO] [stderr]   34:     0x789e228d8d66 - rustc_interface[7615e26fe726d3dc]::passes::analysis
[INFO] [stderr]   35:     0x789e233dd987 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::SingleCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 0usize]>>, false>
[INFO] [stderr]   36:     0x789e233dd669 - rustc_query_impl[2c4821f97c2126e]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   37:     0x789e23394355 - rustc_interface[7615e26fe726d3dc]::interface::run_compiler::<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}
[INFO] [stderr]   38:     0x789e233eb424 - std[4614d3538cc64bc6]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   39:     0x789e233eb1ed - <std[4614d3538cc64bc6]::thread::lifecycle::spawn_unchecked<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[9cde01f631c9b89d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   40:     0x789e233ee986 - <std[4614d3538cc64bc6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   41:     0x789e1cc830da - <unknown>
[INFO] [stderr]   42:     0x789e1cd165b4 - clone
[INFO] [stderr]   43:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. This is a bug
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/rustc-ice-2026-07-26T05_18_40-1229.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (da86f4d07 2026-07-24) 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 [attrs_for_def] collecting attributes of `syn::ext::IdentExt`
[INFO] [stderr] #1 [specialization_graph_of] building specialization graph of trait `syn::ext::IdentExt`
[INFO] [stderr] #2 [resolve_instance_raw] resolving instance `<proc_macro2::Ident as syn::ext::IdentExt>::peek_any`
[INFO] [stderr] #3 [mir_drops_elaborated_and_const_checked] elaborating drops for `fmt::try_explicit_named_args`
[INFO] [stderr] #4 [analysis] running analysis passes on crate `thiserror_impl`
[INFO] [stderr] end of query stack
[INFO] [stderr]   39:     0x766dfb1dd669 - rustc_query_impl[2c4821f97c2126e]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   40:     0x766dfb194355 - rustc_interface[7615e26fe726d3dc]::interface::run_compiler::<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}
[INFO] [stderr]   41:     0x766dfb1eb424 - std[4614d3538cc64bc6]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   42:     0x766dfb1eb1ed - <std[4614d3538cc64bc6]::thread::lifecycle::spawn_unchecked<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[9cde01f631c9b89d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   43:     0x766dfb1ee986 - <std[4614d3538cc64bc6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   44:     0x766df4a830da - <unknown>
[INFO] [stderr]   45:     0x766df4b165b4 - clone
[INFO] [stderr]   46:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. This is a bug
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/rustc-ice-2026-07-26T05_18_38-1181.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (da86f4d07 2026-07-24) 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 [attrs_for_def] collecting attributes of `syn::error::ErrorMessage`
[INFO] [stderr] #1 [adt_def] computing ADT definition for `syn::error::ErrorMessage`
[INFO] [stderr] #2 [adt_dtorck_constraint] computing drop-check constraints for `syn::error::ErrorMessage`
[INFO] [stderr] #3 [dropck_outlives] computing dropck types for `core::result::Result<(), syn::error::Error>`
[INFO] [stderr] #4 [mir_borrowck] borrow-checking `internals::attr::<impl at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/attr.rs:236:1: 236:15>::from_ast`
[INFO] [stderr] #5 [analysis] running analysis passes on crate `serde_derive`
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not compile `async-stream-impl` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da86f4d0726be475afbbffe40cb2f65741c51ad3/bin/rustc --crate-name async_stream_impl --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cfa37a1c62e4cd5 -C extra-filename=-78533163acc79653 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a4916dcd2575db7e.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-faae349f961da0a4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-f72c3efc7d15320e.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1196) panicked at /rustc-dev/da86f4d0726be475afbbffe40cb2f65741c51ad3/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs:230:1:
[INFO] [stderr] DefId(25:1418 ~ syn[11ba]::generics::{impl#1}) does not have a "const_conditions"
[INFO] [stderr] stack backtrace:
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1184) panicked at /rustc-dev/da86f4d0726be475afbbffe40cb2f65741c51ad3/compiler/rustc_metadata/src/rmeta/decoder.rs:1439:17:
[INFO] [stderr] assertion `left == right` failed
[INFO] [stderr]   left: TypeNs("Cursor")
[INFO] [stderr]  right: Ctor
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x766df9a3a956 - <<std[4614d3538cc64bc6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[9cde01f631c9b89d]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x766dfa00dd52 - core[9cde01f631c9b89d]::fmt::write
[INFO] [stderr]    2:     0x766df9a4faac - <std[4614d3538cc64bc6]::sys::stdio::unix::Stderr as core[9cde01f631c9b89d]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x766df9a0c58a - std[4614d3538cc64bc6]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x766df9a2cff3 - std[4614d3538cc64bc6]::panicking::default_hook
[INFO] [stderr]    5:     0x766df89aa91b - std[4614d3538cc64bc6]::panicking::update_hook::<alloc[8bb6ecabe8c35eca]::boxed::Box<rustc_driver_impl[edb36ef1619d9191]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x766df9a2d492 - std[4614d3538cc64bc6]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x766df9a0c642 - std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    0:     0x7ce52a23a956 - <<std[4614d3538cc64bc6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[9cde01f631c9b89d]::fmt::Display>::fmt
[INFO] [stderr]    8:     0x766df9a02fd9 - std[4614d3538cc64bc6]::sys::backtrace::__rust_end_short_backtrace::<std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    1:     0x7ce52a80dd52 - core[9cde01f631c9b89d]::fmt::write
[INFO] [stderr]    2:     0x7ce52a24faac - <std[4614d3538cc64bc6]::sys::stdio::unix::Stderr as core[9cde01f631c9b89d]::io::write::Write>::write_fmt
[INFO] [stderr]    9:     0x766df9a0df9d - __rustc[b6a9bdc199f3cce9]::rust_begin_unwind
[INFO] [stderr]   10:     0x766df683768c - core[9cde01f631c9b89d]::panicking::panic_fmt
[INFO] [stderr]   11:     0x766df8338f93 - core[9cde01f631c9b89d]::panicking::assert_failed_inner
[INFO] [stderr]   12:     0x766df8f0312f - core[9cde01f631c9b89d]::panicking::assert_failed::<rustc_hir[6446fd25f1f92e32]::definitions::DefPathData, rustc_hir[6446fd25f1f92e32]::definitions::DefPathData>
[INFO] [stderr]   13:     0x766dfa350045 - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::attrs_for_def
[INFO] [stderr]   14:     0x766dfa349a30 - rustc_query_impl[2c4821f97c2126e]::query_impl::attrs_for_def::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]    3:     0x7ce52a20c58a - std[4614d3538cc64bc6]::panicking::default_hook::{closure#0}
[INFO] [stderr]   15:     0x766dfa492645 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   16:     0x766dfa491ea5 - rustc_query_impl[2c4821f97c2126e]::query_impl::attrs_for_def::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   17:     0x766dfaca7eba - <rustc_span[48c26318c8901c96]::def_id::DefId as rustc_hir[6446fd25f1f92e32]::attrs::HasAttrs<rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>>::get_attrs
[INFO] [stderr]    4:     0x7ce52a22cff3 - std[4614d3538cc64bc6]::panicking::default_hook
[INFO] [stderr]    5:     0x7ce5291aa91b - std[4614d3538cc64bc6]::panicking::update_hook::<alloc[8bb6ecabe8c35eca]::boxed::Box<rustc_driver_impl[edb36ef1619d9191]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]   18:     0x766dfa24d0bf - <rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>::mk_adt_def
[INFO] [stderr]   19:     0x766dfad75dbd - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::adt_def
[INFO] [stderr]    6:     0x7ce52a22d492 - std[4614d3538cc64bc6]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x7ce52a20c642 - std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]   20:     0x766dfad758b1 - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_def::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   21:     0x766dfa01ba0d - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   22:     0x766dfab5808e - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_def::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   23:     0x766dfa4ee1a7 - rustc_middle[95ffed4308bd885e]::ty::inhabitedness::inhabited_predicate_adt
[INFO] [stderr]   24:     0x766dfa4edf58 - rustc_query_impl[2c4821f97c2126e]::query_impl::inhabited_predicate_adt::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   25:     0x766dfa492645 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   26:     0x766dfa4f1d0d - rustc_query_impl[2c4821f97c2126e]::query_impl::inhabited_predicate_adt::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   27:     0x766dfa4f1f43 - rustc_middle[95ffed4308bd885e]::ty::inhabitedness::inhabited_predicate_type
[INFO] [stderr]   28:     0x766dfa4f1d63 - rustc_query_impl[2c4821f97c2126e]::query_impl::inhabited_predicate_type::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   29:     0x766dfa4f1148 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<rustc_middle[95ffed4308bd885e]::ty::Ty, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   30:     0x766dfa4f0e88 - rustc_query_impl[2c4821f97c2126e]::query_impl::inhabited_predicate_type::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   31:     0x766dfa4ee91e - <rustc_middle[95ffed4308bd885e]::ty::VariantDef>::inhabited_predicate
[INFO] [stderr]   32:     0x766dfa4ee0fe - rustc_middle[95ffed4308bd885e]::ty::inhabitedness::inhabited_predicate_adt
[INFO] [stderr]   33:     0x766dfa4edf58 - rustc_query_impl[2c4821f97c2126e]::query_impl::inhabited_predicate_adt::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   34:     0x766dfa492645 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   35:     0x766dfa4f1d0d - rustc_query_impl[2c4821f97c2126e]::query_impl::inhabited_predicate_adt::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   36:     0x766dfa4f1f43 - rustc_middle[95ffed4308bd885e]::ty::inhabitedness::inhabited_predicate_type
[INFO] [stderr]   37:     0x766dfa4f1d63 - rustc_query_impl[2c4821f97c2126e]::query_impl::inhabited_predicate_type::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   38:     0x766dfa4f1148 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<rustc_middle[95ffed4308bd885e]::ty::Ty, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   39:     0x766dfa4f0e88 - rustc_query_impl[2c4821f97c2126e]::query_impl::inhabited_predicate_type::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]    8:     0x7ce52a202fd9 - std[4614d3538cc64bc6]::sys::backtrace::__rust_end_short_backtrace::<std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x7ce52a20df9d - __rustc[b6a9bdc199f3cce9]::rust_begin_unwind
[INFO] [stderr]   10:     0x7ce52703768c - core[9cde01f631c9b89d]::panicking::panic_fmt
[INFO] [stderr]   11:     0x7ce5297108b1 - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::const_conditions::{closure#1}
[INFO] [stderr]   40:     0x766dfa4f955d - rustc_pattern_analysis[1b01154a544dad23]::usefulness::compute_exhaustiveness_and_usefulness::<rustc_pattern_analysis[1b01154a544dad23]::rustc::RustcPatCtxt>::{closure#0}
[INFO] [stderr]   12:     0x7ce52ab2229b - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::const_conditions
[INFO] [stderr]   41:     0x766dfa4ef741 - rustc_pattern_analysis[1b01154a544dad23]::rustc::analyze_match
[INFO] [stderr]   42:     0x766dfb490c1a - <rustc_mir_build[742a60ab1f6baf98]::thir::pattern::check_match::MatchVisitor>::check_binding_is_irrefutable
[INFO] [stderr]   13:     0x7ce52ab21eb3 - rustc_query_impl[2c4821f97c2126e]::query_impl::const_conditions::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   14:     0x7ce52ac8df4b - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 24usize]>>, false>
[INFO] [stderr]   15:     0x7ce52ac79861 - rustc_query_impl[2c4821f97c2126e]::query_impl::const_conditions::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   16:     0x7ce52ac78d31 - rustc_ty_utils[8fb9e5ca8e73b235]::ty::param_env
[INFO] [stderr]   17:     0x7ce52a81ba0d - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   18:     0x7ce52a81b4d0 - rustc_query_impl[2c4821f97c2126e]::query_impl::param_env::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   19:     0x7ce52a81d29c - rustc_query_impl[2c4821f97c2126e]::query_impl::param_env_normalized_for_post_analysis::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   20:     0x7ce52a81ba0d - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   21:     0x7ce52a81b210 - rustc_query_impl[2c4821f97c2126e]::query_impl::param_env_normalized_for_post_analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   22:     0x7ce52ae5ce0d - <rustc_symbol_mangling[b90058aaf318ec8a]::v0::V0SymbolMangler as rustc_middle[95ffed4308bd885e]::ty::print::Printer>::print_def_path
[INFO] [stderr]   23:     0x7ce52ae59a8f - <rustc_symbol_mangling[b90058aaf318ec8a]::v0::V0SymbolMangler as rustc_middle[95ffed4308bd885e]::ty::print::Printer>::print_def_path
[INFO] [stderr]   24:     0x7ce52ae538bf - rustc_symbol_mangling[b90058aaf318ec8a]::symbol_name_provider
[INFO] [stderr]   25:     0x7ce52ae52d5d - rustc_query_impl[2c4821f97c2126e]::query_impl::symbol_name::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   26:     0x7ce52ae51ded - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<rustc_middle[95ffed4308bd885e]::ty::instance::Instance, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   27:     0x7ce52ae51a80 - rustc_query_impl[2c4821f97c2126e]::query_impl::symbol_name::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   28:     0x7ce52a8cabcb - <rustc_codegen_llvm[b533a2c778323876]::context::GenericCx<rustc_codegen_llvm[b533a2c778323876]::context::FullCx> as rustc_codegen_ssa[e519357a700e433a]::traits::misc::MiscCodegenMethods>::get_fn_addr
[INFO] [stderr]   43:     0x766dfa6e66bc - <rustc_mir_build[742a60ab1f6baf98]::thir::pattern::check_match::MatchVisitor as rustc_middle[95ffed4308bd885e]::thir::visit::Visitor>::visit_expr
[INFO] [stderr]   44:     0x766dfa6e620f - <rustc_mir_build[742a60ab1f6baf98]::thir::pattern::check_match::MatchVisitor as rustc_middle[95ffed4308bd885e]::thir::visit::Visitor>::visit_expr
[INFO] [stderr]   45:     0x766dfa6e230e - rustc_mir_build[742a60ab1f6baf98]::thir::pattern::check_match::check_match
[INFO] [stderr]   46:     0x766dfa6e1f87 - rustc_query_impl[2c4821f97c2126e]::query_impl::check_match::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   47:     0x766dfaec2871 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_data_structures[353073ebb2751e77]::vec_cache::VecCache<rustc_span[48c26318c8901c96]::def_id::LocalDefId, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 1usize]>, rustc_middle[95ffed4308bd885e]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   48:     0x766dfaec2576 - rustc_query_impl[2c4821f97c2126e]::query_impl::check_match::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   49:     0x766dfaa68958 - rustc_mir_build[742a60ab1f6baf98]::builder::build_mir_inner_impl
[INFO] [stderr]   50:     0x766dfa00f682 - rustc_mir_transform[f53ac8d7916a9ac0]::mir_built
[INFO] [stderr]   51:     0x766dfa6dc429 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_data_structures[353073ebb2751e77]::vec_cache::VecCache<rustc_span[48c26318c8901c96]::def_id::LocalDefId, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>, rustc_middle[95ffed4308bd885e]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   52:     0x766dfa6dc0c3 - rustc_query_impl[2c4821f97c2126e]::query_impl::mir_built::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   53:     0x766dfaa29541 - rustc_mir_build[742a60ab1f6baf98]::check_unsafety::check_unsafety
[INFO] [stderr]   54:     0x766dfa6dac56 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_data_structures[353073ebb2751e77]::vec_cache::VecCache<rustc_span[48c26318c8901c96]::def_id::LocalDefId, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 0usize]>, rustc_middle[95ffed4308bd885e]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   55:     0x766dfa6da9d4 - rustc_query_impl[2c4821f97c2126e]::query_impl::check_unsafety::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   56:     0x766dfa6d998c - <rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>::par_hir_body_owners::<rustc_interface[7615e26fe726d3dc]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}
[INFO] [stderr]   57:     0x766dfa6d8d66 - rustc_interface[7615e26fe726d3dc]::passes::analysis
[INFO] [stderr]   58:     0x766dfb1dd987 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::SingleCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 0usize]>>, false>
[INFO] [stderr]   59:     0x766dfb1dd669 - rustc_query_impl[2c4821f97c2126e]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   60:     0x766dfb194355 - rustc_interface[7615e26fe726d3dc]::interface::run_compiler::<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}
[INFO] [stderr]   61:     0x766dfb1eb424 - std[4614d3538cc64bc6]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   62:     0x766dfb1eb1ed - <std[4614d3538cc64bc6]::thread::lifecycle::spawn_unchecked<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[9cde01f631c9b89d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   63:     0x766dfb1ee986 - <std[4614d3538cc64bc6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   64:     0x766df4a830da - <unknown>
[INFO] [stderr]   65:     0x766df4b165b4 - clone
[INFO] [stderr]   66:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. This is a bug
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/rustc-ice-2026-07-26T05_18_38-1181.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (da86f4d07 2026-07-24) 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 [attrs_for_def] collecting attributes of `syn::buffer::Cursor`
[INFO] [stderr] #1 [adt_def] computing ADT definition for `syn::buffer::Cursor`
[INFO] [stderr] #2 [inhabited_predicate_adt] computing the uninhabited predicate of `DefId(25:377 ~ syn[11ba]::buffer::Cursor)`
[INFO] [stderr] #3 [inhabited_predicate_type] computing the uninhabited predicate of `syn::buffer::Cursor<'a>`
[INFO] [stderr] #4 [inhabited_predicate_adt] computing the uninhabited predicate of `DefId(25:2499 ~ syn[11ba]::lookahead::Lookahead1)`
[INFO] [stderr] #5 [inhabited_predicate_type] computing the uninhabited predicate of `syn::lookahead::Lookahead1<'_>`
[INFO] [stderr] #6 [check_match] match-checking `internals::attr::get_ser_and_de`
[INFO] [stderr] #7 [mir_built] building MIR for `internals::attr::get_ser_and_de`
[INFO] [stderr] #8 [check_unsafety] unsafety-checking `internals::attr::get_ser_and_de`
[INFO] [stderr] #9 [analysis] running analysis passes on crate `serde_derive`
[INFO] [stderr] end of query stack
[INFO] [stderr]   29:     0x7ce52bc4fb4c - rustc_codegen_ssa[e519357a700e433a]::mir::codegen_mir::<rustc_codegen_llvm[b533a2c778323876]::builder::GenericBuilder<rustc_codegen_llvm[b533a2c778323876]::context::FullCx>>
[INFO] [stderr]   30:     0x7ce52a8c4d2d - rustc_codegen_llvm[b533a2c778323876]::base::compile_codegen_unit::module_codegen
[INFO] [stderr]   31:     0x7ce52bb48e95 - <rustc_codegen_llvm[b533a2c778323876]::LlvmCodegenBackend as rustc_codegen_ssa[e519357a700e433a]::traits::backend::ExtraBackendMethods>::compile_codegen_unit
[INFO] [stderr]   32:     0x7ce52bb452fa - rustc_codegen_ssa[e519357a700e433a]::base::codegen_crate::<rustc_codegen_llvm[b533a2c778323876]::LlvmCodegenBackend, rustc_codegen_llvm[b533a2c778323876]::ModuleLlvm>
[INFO] [stderr]   33:     0x7ce52bb4350d - <rustc_codegen_llvm[b533a2c778323876]::LlvmCodegenBackend as rustc_codegen_ssa[e519357a700e433a]::traits::backend::CodegenBackend>::codegen_crate
[INFO] [stderr]   34:     0x7ce52bb4efa0 - <rustc_interface[7615e26fe726d3dc]::queries::Linker>::codegen_and_build_linker
[INFO] [stderr]   35:     0x7ce52b994410 - rustc_interface[7615e26fe726d3dc]::interface::run_compiler::<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}
[INFO] [stderr]   36:     0x7ce52b9eb424 - std[4614d3538cc64bc6]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   37:     0x7ce52b9eb1ed - <std[4614d3538cc64bc6]::thread::lifecycle::spawn_unchecked<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[9cde01f631c9b89d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   38:     0x7ce52b9ee986 - <std[4614d3538cc64bc6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   39:     0x7ce5252830da - <unknown>
[INFO] [stderr]   40:     0x7ce5253165b4 - clone
[INFO] [stderr]   41:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. This is a bug
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/rustc-ice-2026-07-26T05_18_38-1194.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (da86f4d07 2026-07-24) 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 [const_conditions] computing the conditions for `syn::generics::Generics` to be considered const
[INFO] [stderr] #1 [param_env] computing normalized predicates of `syn::generics::Generics`
[INFO] [stderr] #2 [param_env_normalized_for_post_analysis] computing revealed normalized predicates of `syn::generics::Generics`
[INFO] [stderr] #3 [symbol_name] computing the symbol for `syn::generics::Generics::type_params`
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not compile `thiserror-impl` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da86f4d0726be475afbbffe40cb2f65741c51ad3/bin/rustc --crate-name thiserror_impl --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1881284a2d926be4 -C extra-filename=-1123ddbf980fb775 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a4916dcd2575db7e.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-faae349f961da0a4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-f72c3efc7d15320e.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1201) panicked at /rustc-dev/da86f4d0726be475afbbffe40cb2f65741c51ad3/compiler/rustc_metadata/src/rmeta/decoder.rs:1439:17:
[INFO] [stderr] assertion `left == right` failed
[INFO] [stderr]   left: TypeNs("TokenBuffer")
[INFO] [stderr]  right: Ctor
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7241fe63a956 - <<std[4614d3538cc64bc6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[9cde01f631c9b89d]::fmt::Display>::fmt
[INFO] [stderr] error: could not compile `zerofrom-derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da86f4d0726be475afbbffe40cb2f65741c51ad3/bin/rustc --crate-name zerofrom_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aefe44668f84c6f8 -C extra-filename=-33db56107d84e67c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a4916dcd2575db7e.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-faae349f961da0a4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-f72c3efc7d15320e.rlib --extern synstructure=/opt/rustwide/target/debug/deps/libsynstructure-9b494ddf69c042ce.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr]    1:     0x7241fec0dd52 - core[9cde01f631c9b89d]::fmt::write
[INFO] [stderr]    2:     0x7241fe64faac - <std[4614d3538cc64bc6]::sys::stdio::unix::Stderr as core[9cde01f631c9b89d]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x7241fe60c58a - std[4614d3538cc64bc6]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x7241fe62cff3 - std[4614d3538cc64bc6]::panicking::default_hook
[INFO] [stderr]    5:     0x7241fd5aa91b - std[4614d3538cc64bc6]::panicking::update_hook::<alloc[8bb6ecabe8c35eca]::boxed::Box<rustc_driver_impl[edb36ef1619d9191]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7241fe62d492 - std[4614d3538cc64bc6]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x7241fe60c642 - std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x7241fe602fd9 - std[4614d3538cc64bc6]::sys::backtrace::__rust_end_short_backtrace::<std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x7241fe60df9d - __rustc[b6a9bdc199f3cce9]::rust_begin_unwind
[INFO] [stderr]   10:     0x7241fb43768c - core[9cde01f631c9b89d]::panicking::panic_fmt
[INFO] [stderr]   11:     0x7241fcf38f93 - core[9cde01f631c9b89d]::panicking::assert_failed_inner
[INFO] [stderr]   12:     0x7241fdb0312f - core[9cde01f631c9b89d]::panicking::assert_failed::<rustc_hir[6446fd25f1f92e32]::definitions::DefPathData, rustc_hir[6446fd25f1f92e32]::definitions::DefPathData>
[INFO] [stderr]   13:     0x7241fef50045 - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::attrs_for_def
[INFO] [stderr]   14:     0x7241fef49a30 - rustc_query_impl[2c4821f97c2126e]::query_impl::attrs_for_def::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   15:     0x7241ff092645 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   16:     0x7241ff091ea5 - rustc_query_impl[2c4821f97c2126e]::query_impl::attrs_for_def::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   17:     0x7241ff8a7eba - <rustc_span[48c26318c8901c96]::def_id::DefId as rustc_hir[6446fd25f1f92e32]::attrs::HasAttrs<rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>>::get_attrs
[INFO] [stderr]   18:     0x7241fee4d0bf - <rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>::mk_adt_def
[INFO] [stderr]   19:     0x7241ff975dbd - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::adt_def
[INFO] [stderr]   20:     0x7241ff9758b1 - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_def::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   21:     0x7241fec1ba0d - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   22:     0x7241ff75808e - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_def::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   23:     0x7241ff7581de - rustc_ty_utils[8fb9e5ca8e73b235]::ty::adt_sizedness_constraint
[INFO] [stderr]   24:     0x7241ff7580d9 - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_sizedness_constraint::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   25:     0x7241ff757492 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<(rustc_span[48c26318c8901c96]::def_id::DefId, rustc_type_ir[76ae2ce2a1e3588e]::solve::SizedTraitKind), rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   26:     0x7241ff7571bf - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_sizedness_constraint::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   27:     0x7241ff120540 - <rustc_middle[95ffed4308bd885e]::ty::Ty>::has_trivial_sizedness
[INFO] [stderr]   28:     0x7241ffa0be3a - rustc_ty_utils[8fb9e5ca8e73b235]::layout::layout_of_uncached
[INFO] [stderr]   29:     0x7241ffa0a4f8 - rustc_ty_utils[8fb9e5ca8e73b235]::layout::layout_of
[INFO] [stderr]   30:     0x7241ffa0a411 - rustc_query_impl[2c4821f97c2126e]::query_impl::layout_of::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   31:     0x7241ff5db6d8 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<rustc_middle[95ffed4308bd885e]::ty::PseudoCanonicalInput<rustc_middle[95ffed4308bd885e]::ty::Ty>, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   32:     0x7241fec00298 - rustc_query_impl[2c4821f97c2126e]::query_impl::layout_of::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   33:     0x7241ffa0a707 - rustc_ty_utils[8fb9e5ca8e73b235]::layout::layout_of
[INFO] [stderr]   34:     0x7241ffa0a411 - rustc_query_impl[2c4821f97c2126e]::query_impl::layout_of::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   35:     0x7241ff5db6d8 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<rustc_middle[95ffed4308bd885e]::ty::PseudoCanonicalInput<rustc_middle[95ffed4308bd885e]::ty::Ty>, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   36:     0x7241fec00298 - rustc_query_impl[2c4821f97c2126e]::query_impl::layout_of::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   37:     0x724200036457 - rustc_codegen_ssa[e519357a700e433a]::mir::codegen_mir::<rustc_codegen_llvm[b533a2c778323876]::builder::GenericBuilder<rustc_codegen_llvm[b533a2c778323876]::context::FullCx>>
[INFO] [stderr]   38:     0x7241fecc4d2d - rustc_codegen_llvm[b533a2c778323876]::base::compile_codegen_unit::module_codegen
[INFO] [stderr]   39:     0x7241fff48e95 - <rustc_codegen_llvm[b533a2c778323876]::LlvmCodegenBackend as rustc_codegen_ssa[e519357a700e433a]::traits::backend::ExtraBackendMethods>::compile_codegen_unit
[INFO] [stderr]   40:     0x7241fff452fa - rustc_codegen_ssa[e519357a700e433a]::base::codegen_crate::<rustc_codegen_llvm[b533a2c778323876]::LlvmCodegenBackend, rustc_codegen_llvm[b533a2c778323876]::ModuleLlvm>
[INFO] [stderr]   41:     0x7241fff4350d - <rustc_codegen_llvm[b533a2c778323876]::LlvmCodegenBackend as rustc_codegen_ssa[e519357a700e433a]::traits::backend::CodegenBackend>::codegen_crate
[INFO] [stderr]   42:     0x7241fff4efa0 - <rustc_interface[7615e26fe726d3dc]::queries::Linker>::codegen_and_build_linker
[INFO] [stderr]   43:     0x7241ffd94410 - rustc_interface[7615e26fe726d3dc]::interface::run_compiler::<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}
[INFO] [stderr]   44:     0x7241ffdeb424 - std[4614d3538cc64bc6]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   45:     0x7241ffdeb1ed - <std[4614d3538cc64bc6]::thread::lifecycle::spawn_unchecked<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[9cde01f631c9b89d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   46:     0x7241ffdee986 - <std[4614d3538cc64bc6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   47:     0x7241f96830da - <unknown>
[INFO] [stderr]   48:     0x7241f97165b4 - clone
[INFO] [stderr]   49:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. This is a bug
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.1/rustc-ice-2026-07-26T05_18_38-1179.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (da86f4d07 2026-07-24) 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 [attrs_for_def] collecting attributes of `syn::buffer::TokenBuffer`
[INFO] [stderr] #1 [adt_def] computing ADT definition for `syn::buffer::TokenBuffer`
[INFO] [stderr] #2 [adt_sizedness_constraint] computing the sizedness constraint for `syn::buffer::TokenBuffer`
[INFO] [stderr] #3 [layout_of] computing layout of `&syn::buffer::TokenBuffer`
[INFO] [stderr] #4 [layout_of] computing layout of `&syn::buffer::TokenBuffer`
[INFO] [stderr] end of query stack
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1207) panicked at /rustc-dev/da86f4d0726be475afbbffe40cb2f65741c51ad3/compiler/rustc_metadata/src/rmeta/decoder.rs:1439:17:
[INFO] [stderr] assertion `left == right` failed
[INFO] [stderr]   left: TypeNs("DisplayPath")
[INFO] [stderr]  right: Ctor
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x702cc6a3a956 - <<std[4614d3538cc64bc6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[9cde01f631c9b89d]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x702cc700dd52 - core[9cde01f631c9b89d]::fmt::write
[INFO] [stderr]    2:     0x702cc6a4faac - <std[4614d3538cc64bc6]::sys::stdio::unix::Stderr as core[9cde01f631c9b89d]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x702cc6a0c58a - std[4614d3538cc64bc6]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x702cc6a2cff3 - std[4614d3538cc64bc6]::panicking::default_hook
[INFO] [stderr]    5:     0x702cc59aa91b - std[4614d3538cc64bc6]::panicking::update_hook::<alloc[8bb6ecabe8c35eca]::boxed::Box<rustc_driver_impl[edb36ef1619d9191]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x702cc6a2d492 - std[4614d3538cc64bc6]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x702cc6a0c642 - std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x702cc6a02fd9 - std[4614d3538cc64bc6]::sys::backtrace::__rust_end_short_backtrace::<std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x702cc6a0df9d - __rustc[b6a9bdc199f3cce9]::rust_begin_unwind
[INFO] [stderr]   10:     0x702cc383768c - core[9cde01f631c9b89d]::panicking::panic_fmt
[INFO] [stderr]   11:     0x702cc5338f93 - core[9cde01f631c9b89d]::panicking::assert_failed_inner
[INFO] [stderr]   12:     0x702cc5f0312f - core[9cde01f631c9b89d]::panicking::assert_failed::<rustc_hir[6446fd25f1f92e32]::definitions::DefPathData, rustc_hir[6446fd25f1f92e32]::definitions::DefPathData>
[INFO] [stderr]   13:     0x702cc7350045 - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::attrs_for_def
[INFO] [stderr]   14:     0x702cc7349a30 - rustc_query_impl[2c4821f97c2126e]::query_impl::attrs_for_def::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   15:     0x702cc7492645 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   16:     0x702cc7491ea5 - rustc_query_impl[2c4821f97c2126e]::query_impl::attrs_for_def::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   17:     0x702cc7ca7eba - <rustc_span[48c26318c8901c96]::def_id::DefId as rustc_hir[6446fd25f1f92e32]::attrs::HasAttrs<rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>>::get_attrs
[INFO] [stderr]   18:     0x702cc724d0bf - <rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>::mk_adt_def
[INFO] [stderr]   19:     0x702cc7d75dbd - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::adt_def
[INFO] [stderr]   20:     0x702cc7d758b1 - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_def::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   21:     0x702cc701ba0d - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   22:     0x702cc7b5808e - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_def::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   23:     0x702cc7b581de - rustc_ty_utils[8fb9e5ca8e73b235]::ty::adt_sizedness_constraint
[INFO] [stderr]   24:     0x702cc7b580d9 - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_sizedness_constraint::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   25:     0x702cc7b57492 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<(rustc_span[48c26318c8901c96]::def_id::DefId, rustc_type_ir[76ae2ce2a1e3588e]::solve::SizedTraitKind), rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   26:     0x702cc7b571bf - rustc_query_impl[2c4821f97c2126e]::query_impl::adt_sizedness_constraint::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   27:     0x702cc7520540 - <rustc_middle[95ffed4308bd885e]::ty::Ty>::has_trivial_sizedness
[INFO] [stderr]   28:     0x702cc7e0be3a - rustc_ty_utils[8fb9e5ca8e73b235]::layout::layout_of_uncached
[INFO] [stderr]   29:     0x702cc7e0a4f8 - rustc_ty_utils[8fb9e5ca8e73b235]::layout::layout_of
[INFO] [stderr]   30:     0x702cc7e0a411 - rustc_query_impl[2c4821f97c2126e]::query_impl::layout_of::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   31:     0x702cc79db6d8 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<rustc_middle[95ffed4308bd885e]::ty::PseudoCanonicalInput<rustc_middle[95ffed4308bd885e]::ty::Ty>, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   32:     0x702cc7000298 - rustc_query_impl[2c4821f97c2126e]::query_impl::layout_of::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   33:     0x702cc7c405a0 - <core[9cde01f631c9b89d]::iter::adapters::GenericShunt<core[9cde01f631c9b89d]::iter::adapters::by_ref_sized::ByRefSized<core[9cde01f631c9b89d]::iter::adapters::map::Map<core[9cde01f631c9b89d]::slice::iter::Iter<rustc_middle[95ffed4308bd885e]::ty::Ty>, rustc_ty_utils[8fb9e5ca8e73b235]::layout::layout_of_uncached::{closure#3}::{closure#0}>>, core[9cde01f631c9b89d]::result::Result<core[9cde01f631c9b89d]::convert::Infallible, &rustc_middle[95ffed4308bd885e]::ty::layout::LayoutError>> as core[9cde01f631c9b89d]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]   34:     0x702cc7c40190 - rustc_ty_utils[8fb9e5ca8e73b235]::layout::layout_of_uncached::{closure#3}
[INFO] [stderr]   35:     0x702cc7e0d073 - rustc_ty_utils[8fb9e5ca8e73b235]::layout::layout_of_uncached
[INFO] [stderr]   36:     0x702cc7e0a4f8 - rustc_ty_utils[8fb9e5ca8e73b235]::layout::layout_of
[INFO] [stderr]   37:     0x702cc7e0a411 - rustc_query_impl[2c4821f97c2126e]::query_impl::layout_of::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   38:     0x702cc79db6d8 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<rustc_middle[95ffed4308bd885e]::ty::PseudoCanonicalInput<rustc_middle[95ffed4308bd885e]::ty::Ty>, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   39:     0x702cc7000298 - rustc_query_impl[2c4821f97c2126e]::query_impl::layout_of::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   40:     0x702cc7e0a707 - rustc_ty_utils[8fb9e5ca8e73b235]::layout::layout_of
[INFO] [stderr]   41:     0x702cc7e0a411 - rustc_query_impl[2c4821f97c2126e]::query_impl::layout_of::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   42:     0x702cc79db6d8 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefaultCache<rustc_middle[95ffed4308bd885e]::ty::PseudoCanonicalInput<rustc_middle[95ffed4308bd885e]::ty::Ty>, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   43:     0x702cc7000298 - rustc_query_impl[2c4821f97c2126e]::query_impl::layout_of::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   44:     0x702cc8436457 - rustc_codegen_ssa[e519357a700e433a]::mir::codegen_mir::<rustc_codegen_llvm[b533a2c778323876]::builder::GenericBuilder<rustc_codegen_llvm[b533a2c778323876]::context::FullCx>>
[INFO] [stderr]   45:     0x702cc70c4d2d - rustc_codegen_llvm[b533a2c778323876]::base::compile_codegen_unit::module_codegen
[INFO] [stderr]   46:     0x702cc8348e95 - <rustc_codegen_llvm[b533a2c778323876]::LlvmCodegenBackend as rustc_codegen_ssa[e519357a700e433a]::traits::backend::ExtraBackendMethods>::compile_codegen_unit
[INFO] [stderr]   47:     0x702cc83452fa - rustc_codegen_ssa[e519357a700e433a]::base::codegen_crate::<rustc_codegen_llvm[b533a2c778323876]::LlvmCodegenBackend, rustc_codegen_llvm[b533a2c778323876]::ModuleLlvm>
[INFO] [stderr]   48:     0x702cc834350d - <rustc_codegen_llvm[b533a2c778323876]::LlvmCodegenBackend as rustc_codegen_ssa[e519357a700e433a]::traits::backend::CodegenBackend>::codegen_crate
[INFO] [stderr]   49:     0x702cc834efa0 - <rustc_interface[7615e26fe726d3dc]::queries::Linker>::codegen_and_build_linker
[INFO] [stderr]   50:     0x702cc8194410 - rustc_interface[7615e26fe726d3dc]::interface::run_compiler::<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}
[INFO] [stderr]   51:     0x702cc81eb424 - std[4614d3538cc64bc6]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   52:     0x702cc81eb1ed - <std[4614d3538cc64bc6]::thread::lifecycle::spawn_unchecked<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[9cde01f631c9b89d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   53:     0x702cc81ee986 - <std[4614d3538cc64bc6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   54:     0x702cc1a830da - <unknown>
[INFO] [stderr]   55:     0x702cc1b165b4 - clone
[INFO] [stderr]   56:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. This is a bug
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.0/rustc-ice-2026-07-26T05_18_39-1204.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (da86f4d07 2026-07-24) 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 [attrs_for_def] collecting attributes of `syn::attr::parsing::DisplayPath`
[INFO] [stderr] #1 [adt_def] computing ADT definition for `syn::attr::parsing::DisplayPath`
[INFO] [stderr] #2 [adt_sizedness_constraint] computing the sizedness constraint for `syn::attr::parsing::DisplayPath`
[INFO] [stderr] #3 [layout_of] computing layout of `&syn::attr::parsing::DisplayPath<'_>`
[INFO] [stderr] #4 [layout_of] computing layout of `(&syn::attr::parsing::DisplayAttrStyle<'_>, &syn::attr::parsing::DisplayPath<'_>)`
[INFO] [stderr] #5 [layout_of] computing layout of `(&syn::attr::parsing::DisplayAttrStyle<'_>, &syn::attr::parsing::DisplayPath<'_>)`
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not compile `zerovec-derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da86f4d0726be475afbbffe40cb2f65741c51ad3/bin/rustc --crate-name zerovec_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.1/src/lib.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b3949f87772b2d0 -C extra-filename=-62652a20c5353726 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a4916dcd2575db7e.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-faae349f961da0a4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-f72c3efc7d15320e.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] error: could not compile `yoke-derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da86f4d0726be475afbbffe40cb2f65741c51ad3/bin/rustc --crate-name yoke_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.0/src/lib.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd6af09f5bd9cf7f -C extra-filename=-68196c57d9baf4c3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a4916dcd2575db7e.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-faae349f961da0a4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-f72c3efc7d15320e.rlib --extern synstructure=/opt/rustwide/target/debug/deps/libsynstructure-9b494ddf69c042ce.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1184) panicked at /rustc-dev/da86f4d0726be475afbbffe40cb2f65741c51ad3/compiler/rustc_metadata/src/rmeta/decoder.rs:397:18:
[INFO] [stderr] internal error: entered unreachable code
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x766df9a3a956 - <<std[4614d3538cc64bc6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[9cde01f631c9b89d]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x766dfa00dd52 - core[9cde01f631c9b89d]::fmt::write
[INFO] [stderr]    2:     0x766df9a4faac - <std[4614d3538cc64bc6]::sys::stdio::unix::Stderr as core[9cde01f631c9b89d]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x766df9a0c58a - std[4614d3538cc64bc6]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x766df9a2cff3 - std[4614d3538cc64bc6]::panicking::default_hook
[INFO] [stderr]    5:     0x766df89aa91b - std[4614d3538cc64bc6]::panicking::update_hook::<alloc[8bb6ecabe8c35eca]::boxed::Box<rustc_driver_impl[edb36ef1619d9191]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x766df9a2d492 - std[4614d3538cc64bc6]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x766df9a0c674 - std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x766df9a02fd9 - std[4614d3538cc64bc6]::sys::backtrace::__rust_end_short_backtrace::<std[4614d3538cc64bc6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x766df9a0df9d - __rustc[b6a9bdc199f3cce9]::rust_begin_unwind
[INFO] [stderr]   10:     0x766df683768c - core[9cde01f631c9b89d]::panicking::panic_fmt
[INFO] [stderr]   11:     0x766df6bc5562 - core[9cde01f631c9b89d]::panicking::panic
[INFO] [stderr]   12:     0x766dfa4a9e9c - <core[9cde01f631c9b89d]::iter::adapters::GenericShunt<core[9cde01f631c9b89d]::iter::adapters::map::Map<<rustc_metadata[b1c981b025415905]::rmeta::decoder::CrateMetadata>::get_module_children::{closure#0}, core[9cde01f631c9b89d]::result::Result<rustc_middle[95ffed4308bd885e]::metadata::ModChild, !>::Ok>, core[9cde01f631c9b89d]::result::Result<core[9cde01f631c9b89d]::convert::Infallible, !>> as core[9cde01f631c9b89d]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]   13:     0x766dfa4a67a5 - rustc_metadata[b1c981b025415905]::rmeta::decoder::cstore_impl::provide_extern::module_children
[INFO] [stderr]   14:     0x766dfa4a62a6 - rustc_query_impl[2c4821f97c2126e]::query_impl::module_children::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   15:     0x766dfa492645 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::DefIdCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 16usize]>>, false>
[INFO] [stderr]   16:     0x766dfa34014d - rustc_query_impl[2c4821f97c2126e]::query_impl::module_children::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   17:     0x766df8fc3eec - rustc_middle[95ffed4308bd885e]::ty::print::pretty::trimmed_def_paths
[INFO] [stderr]   18:     0x766df9498f24 - rustc_query_impl[2c4821f97c2126e]::query_impl::trimmed_def_paths::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   19:     0x766dfb1de2da - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::SingleCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   20:     0x766df9499010 - rustc_query_impl[2c4821f97c2126e]::query_impl::trimmed_def_paths::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   21:     0x766dfb1cb46d - <rustc_middle[95ffed4308bd885e]::ty::print::pretty::FmtPrinter as rustc_middle[95ffed4308bd885e]::ty::print::Printer>::print_def_path
[INFO] [stderr]   22:     0x766dfb536b4a - <rustc_middle[95ffed4308bd885e]::ty::print::pretty::FmtPrinter as rustc_middle[95ffed4308bd885e]::ty::print::pretty::PrettyPrinter>::pretty_print_type
[INFO] [stderr]   23:     0x766dfb536881 - <rustc_middle[95ffed4308bd885e]::ty::print::pretty::FmtPrinter as rustc_middle[95ffed4308bd885e]::ty::print::Printer>::print_type
[INFO] [stderr]   24:     0x766df8fc7edb - <rustc_middle[95ffed4308bd885e]::ty::Ty as rustc_error_messages[540c732500507793]::IntoDiagArg>::into_diag_arg
[INFO] [stderr]   25:     0x766df8644a1d - <rustc_borrowck[767bd9a3fe4598]::session_diagnostics::TypeNoCopy as rustc_errors[7d2accd17817def7]::diagnostic::Subdiagnostic>::add_to_diag::<rustc_span[48c26318c8901c96]::ErrorGuaranteed>
[INFO] [stderr]   26:     0x766df86e3549 - <rustc_borrowck[767bd9a3fe4598]::MirBorrowckCtxt>::report
[INFO] [stderr]   27:     0x766df64289b7 - rustc_borrowck[767bd9a3fe4598]::borrowck_check_region_constraints
[INFO] [stderr]   28:     0x766dfaea1721 - <rustc_borrowck[767bd9a3fe4598]::root_cx::BorrowCheckRootCtxt>::do_mir_borrowck
[INFO] [stderr]   29:     0x766dfae99368 - rustc_borrowck[767bd9a3fe4598]::mir_borrowck
[INFO] [stderr]   30:     0x766dfae990a7 - rustc_query_impl[2c4821f97c2126e]::query_impl::mir_borrowck::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   31:     0x766dfa6dc429 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_data_structures[353073ebb2751e77]::vec_cache::VecCache<rustc_span[48c26318c8901c96]::def_id::LocalDefId, rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 8usize]>, rustc_middle[95ffed4308bd885e]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   32:     0x766dfa6d984b - rustc_query_impl[2c4821f97c2126e]::query_impl::mir_borrowck::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   33:     0x766dfa6d9a4e - <rustc_middle[95ffed4308bd885e]::ty::context::TyCtxt>::par_hir_body_owners::<rustc_interface[7615e26fe726d3dc]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}
[INFO] [stderr]   34:     0x766dfa6d8d66 - rustc_interface[7615e26fe726d3dc]::passes::analysis
[INFO] [stderr]   35:     0x766dfb1dd987 - rustc_query_impl[2c4821f97c2126e]::execution::try_execute_query::<rustc_middle[95ffed4308bd885e]::query::caches::SingleCache<rustc_middle[95ffed4308bd885e]::query::erase::ErasedData<[u8; 0usize]>>, false>
[INFO] [stderr]   36:     0x766dfb1dd669 - rustc_query_impl[2c4821f97c2126e]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   37:     0x766dfb194355 - rustc_interface[7615e26fe726d3dc]::interface::run_compiler::<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}
[INFO] [stderr]   38:     0x766dfb1eb424 - std[4614d3538cc64bc6]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   39:     0x766dfb1eb1ed - <std[4614d3538cc64bc6]::thread::lifecycle::spawn_unchecked<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_with_globals<rustc_interface[7615e26fe726d3dc]::util::run_in_thread_pool_with_globals<rustc_interface[7615e26fe726d3dc]::interface::run_compiler<(), rustc_driver_impl[edb36ef1619d9191]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[9cde01f631c9b89d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   40:     0x766dfb1ee986 - <std[4614d3538cc64bc6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   41:     0x766df4a830da - <unknown>
[INFO] [stderr]   42:     0x766df4b165b4 - clone
[INFO] [stderr]   43:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. This is a bug
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/rustc-ice-2026-07-26T05_18_38-1181.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (da86f4d07 2026-07-24) 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 [module_children] collecting child items of module `syn::gen::visit_mut`
[INFO] [stderr] #1 [trimmed_def_paths] calculating trimmed def paths
[INFO] [stderr] #2 [mir_borrowck] borrow-checking `internals::receiver::<impl at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/receiver.rs:23:1: 23:25>::self_to_qself`
[INFO] [stderr] #3 [analysis] running analysis passes on crate `serde_derive`
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not compile `serde_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da86f4d0726be475afbbffe40cb2f65741c51ad3/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=b9948ac5eaba017a -C extra-filename=-b59df287f8c6ac5d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a4916dcd2575db7e.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-faae349f961da0a4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-f72c3efc7d15320e.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] running `Command { std: "docker" "inspect" "f31033d3981ed222888c0cabb8c11e59b813b309712260178b439414d43e7d22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f31033d3981ed222888c0cabb8c11e59b813b309712260178b439414d43e7d22", kill_on_drop: false }`
[INFO] [stdout] f31033d3981ed222888c0cabb8c11e59b813b309712260178b439414d43e7d22
