[INFO] cloning repository https://github.com/stillinbeta/ezeerust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stillinbeta/ezeerust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstillinbeta%2Fezeerust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstillinbeta%2Fezeerust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 40e3809098da05d7e145ceb05d5bf231f0299793
[INFO] testing stillinbeta/ezeerust against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstillinbeta%2Fezeerust" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/stillinbeta/ezeerust
[INFO] finished tweaking git repo https://github.com/stillinbeta/ezeerust
[INFO] tweaked toml for git repo https://github.com/stillinbeta/ezeerust written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/stillinbeta/ezeerust on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/stillinbeta/ezeerust 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 71f798ca403484436f32e19da2860314a0162ca441e01f361fa15961381e4879
[INFO] running `Command { std: "docker" "start" "-a" "71f798ca403484436f32e19da2860314a0162ca441e01f361fa15961381e4879", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "71f798ca403484436f32e19da2860314a0162ca441e01f361fa15961381e4879", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71f798ca403484436f32e19da2860314a0162ca441e01f361fa15961381e4879", kill_on_drop: false }`
[INFO] [stdout] 71f798ca403484436f32e19da2860314a0162ca441e01f361fa15961381e4879
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e18ec2f86777fcbfa59806a7bcb20193698e16fd4e906e3752482088c3cd945
[INFO] running `Command { std: "docker" "start" "-a" "5e18ec2f86777fcbfa59806a7bcb20193698e16fd4e906e3752482088c3cd945", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.53
[INFO] [stderr]    Compiling proc-macro2 v0.4.29
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.33
[INFO] [stderr]    Compiling serde v1.0.90
[INFO] [stderr]    Compiling byteorder v1.3.1
[INFO] [stderr]    Compiling cfg-if v0.1.7
[INFO] [stderr]    Compiling ryu v0.2.7
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling cc v1.0.36
[INFO] [stderr]    Compiling autocfg v0.1.2
[INFO] [stderr]    Compiling itoa v0.4.3
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling stdweb-internal-runtime v0.1.4
[INFO] [stderr]    Compiling log v0.4.6
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.14
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling base-x v0.2.4
[INFO] [stderr]    Compiling sha1 v0.6.0
[INFO] [stderr]    Compiling lazy_static v1.3.0
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling termcolor v0.3.6
[INFO] [stderr]    Compiling time v0.1.42
[INFO] [stderr]    Compiling backtrace v0.3.15
[INFO] [stderr]    Compiling iovec v0.1.2
[INFO] [stderr]    Compiling discard v1.0.4
[INFO] [stderr]    Compiling fnv v1.0.6
[INFO] [stderr]    Compiling anymap v0.12.1
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling stdweb v0.4.16
[INFO] [stderr]    Compiling bytes v0.4.12
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]    Compiling chrono v0.4.6
[INFO] [stderr]    Compiling http v0.1.17
[INFO] [stderr]    Compiling stderrlog v0.4.1
[INFO] [stderr]    Compiling enum-display-derive v0.1.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.28
[INFO] [stderr]    Compiling zeerust v0.2.1
[INFO] [stderr]    Compiling serde_json v1.0.39
[INFO] [stderr]    Compiling bincode v1.0.1
[INFO] [stderr]    Compiling synstructure v0.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.90
[INFO] [stderr]    Compiling failure v0.1.5
[INFO] [stderr]    Compiling stdweb-internal-macros v0.2.7
[INFO] [stderr]    Compiling stdweb-derive v0.5.1
[INFO] [stderr]    Compiling yew v0.6.0
[INFO] [stdout] error: internal compiler error: /rustc-dev/733b47ea4b1b86216f14ef56e49440c33933f230/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:116:21: nullary intrinsic type_name must either be in a const block or explicitly opted out because it is inherently a runtime intrinsic
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.16/src/webcore/type_name.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |         intrinsics::type_name::< T >()
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' panicked at /rustc-dev/733b47ea4b1b86216f14ef56e49440c33933f230/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:116:21:
[INFO] [stderr] Box<dyn Any>
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7d358ef36883 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stderr]    1:     0x7d358f60273f - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stderr]    2:     0x7d358ef2c4c3 - std::io::Write::write_fmt::h5ebaf381f8338068
[INFO] [stderr]    3:     0x7d358ef366e2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stderr]    4:     0x7d358ef3a17a - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stderr]    5:     0x7d358ef39cff - std::panicking::default_hook::ha25170a15c643514
[INFO] [stderr]    6:     0x7d358e0056a3 - std[d534d36ffd607ff3]::panicking::update_hook::<alloc[756c202a2770bd7e]::boxed::Box<rustc_driver_impl[4ab48184b7847074]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    7:     0x7d358ef3a9cb - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stderr]    8:     0x7d358e03f3b1 - std[d534d36ffd607ff3]::panicking::begin_panic::<rustc_errors[395af0118e3b23d6]::ExplicitBug>::{closure#0}
[INFO] [stderr]    9:     0x7d358e0338c6 - std[d534d36ffd607ff3]::sys::backtrace::__rust_end_short_backtrace::<std[d534d36ffd607ff3]::panicking::begin_panic<rustc_errors[395af0118e3b23d6]::ExplicitBug>::{closure#0}, !>
[INFO] [stderr]   10:     0x7d358e033757 - std[d534d36ffd607ff3]::panicking::begin_panic::<rustc_errors[395af0118e3b23d6]::ExplicitBug>
[INFO] [stderr]   11:     0x7d358e048eb1 - <rustc_errors[395af0118e3b23d6]::diagnostic::BugAbort as rustc_errors[395af0118e3b23d6]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stderr]   12:     0x7d358e589f9c - <rustc_errors[395af0118e3b23d6]::DiagCtxtHandle>::span_bug::<rustc_span[439cc0b179e5ffc0]::span_encoding::Span, alloc[756c202a2770bd7e]::string::String>
[INFO] [stderr]   13:     0x7d358e61eb87 - rustc_middle[1c3bc8d0cdd03ead]::util::bug::opt_span_bug_fmt::<rustc_span[439cc0b179e5ffc0]::span_encoding::Span>::{closure#0}
[INFO] [stderr]   14:     0x7d358e5fec4a - rustc_middle[1c3bc8d0cdd03ead]::ty::context::tls::with_opt::<rustc_middle[1c3bc8d0cdd03ead]::util::bug::opt_span_bug_fmt<rustc_span[439cc0b179e5ffc0]::span_encoding::Span>::{closure#0}, !>::{closure#0}
[INFO] [stderr]   15:     0x7d358e5feabb - rustc_middle[1c3bc8d0cdd03ead]::ty::context::tls::with_context_opt::<rustc_middle[1c3bc8d0cdd03ead]::ty::context::tls::with_opt<rustc_middle[1c3bc8d0cdd03ead]::util::bug::opt_span_bug_fmt<rustc_span[439cc0b179e5ffc0]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
[INFO] [stderr]   16:     0x7d358c1927f7 - rustc_middle[1c3bc8d0cdd03ead]::util::bug::span_bug_fmt::<rustc_span[439cc0b179e5ffc0]::span_encoding::Span>
[INFO] [stderr]   17:     0x7d3590644646 - <rustc_codegen_ssa[498f8c9dbedcc086]::mir::FunctionCx<rustc_codegen_llvm[9efb24bd2cd708a9]::builder::GenericBuilder<rustc_codegen_llvm[9efb24bd2cd708a9]::context::FullCx>>>::codegen_intrinsic_call
[INFO] [stderr]   18:     0x7d358c15e3eb - <rustc_codegen_ssa[498f8c9dbedcc086]::mir::FunctionCx<rustc_codegen_llvm[9efb24bd2cd708a9]::builder::GenericBuilder<rustc_codegen_llvm[9efb24bd2cd708a9]::context::FullCx>>>::codegen_terminator
[INFO] [stderr]   19:     0x7d35907775b3 - rustc_codegen_ssa[498f8c9dbedcc086]::mir::codegen_mir::<rustc_codegen_llvm[9efb24bd2cd708a9]::builder::GenericBuilder<rustc_codegen_llvm[9efb24bd2cd708a9]::context::FullCx>>
[INFO] [stderr]   20:     0x7d35907579a2 - rustc_codegen_llvm[9efb24bd2cd708a9]::base::compile_codegen_unit::module_codegen
[INFO] [stderr]   21:     0x7d3590717f99 - <rustc_codegen_llvm[9efb24bd2cd708a9]::LlvmCodegenBackend as rustc_codegen_ssa[498f8c9dbedcc086]::traits::backend::ExtraBackendMethods>::compile_codegen_unit
[INFO] [stderr]   22:     0x7d3590715cec - rustc_codegen_ssa[498f8c9dbedcc086]::base::codegen_crate::<rustc_codegen_llvm[9efb24bd2cd708a9]::LlvmCodegenBackend>
[INFO] [stderr]   23:     0x7d359088d903 - <rustc_codegen_llvm[9efb24bd2cd708a9]::LlvmCodegenBackend as rustc_codegen_ssa[498f8c9dbedcc086]::traits::backend::CodegenBackend>::codegen_crate
[INFO] [stderr]   24:     0x7d359088cf91 - <rustc_interface[331c37c46c9c8d25]::queries::Linker>::codegen_and_build_linker
[INFO] [stderr]   25:     0x7d359088aa87 - rustc_interface[331c37c46c9c8d25]::passes::create_and_enter_global_ctxt::<core[a1c5ac6c25c163e6]::option::Option<rustc_interface[331c37c46c9c8d25]::queries::Linker>, rustc_driver_impl[4ab48184b7847074]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}
[INFO] [stderr]   26:     0x7d3590858c03 - rustc_interface[331c37c46c9c8d25]::interface::run_compiler::<(), rustc_driver_impl[4ab48184b7847074]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   27:     0x7d35907f19f8 - std[d534d36ffd607ff3]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[331c37c46c9c8d25]::util::run_in_thread_with_globals<rustc_interface[331c37c46c9c8d25]::util::run_in_thread_pool_with_globals<rustc_interface[331c37c46c9c8d25]::interface::run_compiler<(), rustc_driver_impl[4ab48184b7847074]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   28:     0x7d35907f16d6 - <<std[d534d36ffd607ff3]::thread::Builder>::spawn_unchecked_<rustc_interface[331c37c46c9c8d25]::util::run_in_thread_with_globals<rustc_interface[331c37c46c9c8d25]::util::run_in_thread_pool_with_globals<rustc_interface[331c37c46c9c8d25]::interface::run_compiler<(), rustc_driver_impl[4ab48184b7847074]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[a1c5ac6c25c163e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   29:     0x7d35907efd3d - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stderr]   30:     0x7d358a28aaa4 - <unknown>
[INFO] [stderr]   31:     0x7d358a317a34 - clone
[INFO] [stderr]   32:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] note: using internal features is not supported and expected to cause internal compiler errors when used incorrectly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.16/rustc-ice-2025-10-16T10_44_12-1377.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.90.0-nightly (733b47ea4 2025-07-05) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 -C opt-level=3
[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] error: could not compile `stdweb` (lib); 4581 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/733b47ea4b1b86216f14ef56e49440c33933f230/bin/rustc --crate-name stdweb --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.16/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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs-rs", "experimental_features_which_may_break_on_minor_version_bumps", "futures-channel-preview", "futures-core-preview", "futures-executor-preview", "futures-support", "futures-util-preview", "nightly", "serde", "serde_json", "web_test"))' -C metadata=9ede6f4be6a92447 -C extra-filename=-56841f148f94d3ec --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern discard=/opt/rustwide/target/debug/deps/libdiscard-e6be7826bf28ed1e.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-8729a3c720de1d53.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-0c674a9174d83d3f.rmeta --extern stdweb_derive=/opt/rustwide/target/debug/deps/libstdweb_derive-050840e1a27db134.so --extern stdweb_internal_macros=/opt/rustwide/target/debug/deps/libstdweb_internal_macros-9979ac13cf420ab3.so --extern stdweb_internal_runtime=/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-9bcfac0b79d98f69.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3 --cfg rust_nightly` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: internal compiler error: /rustc-dev/733b47ea4b1b86216f14ef56e49440c33933f230/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:116:21: nullary intrinsic type_name must either be in a const block or explicitly opted out because it is inherently a runtime intrinsic
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.16/src/webcore/type_name.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |         intrinsics::type_name::< T >()
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' panicked at /rustc-dev/733b47ea4b1b86216f14ef56e49440c33933f230/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:116:21:
[INFO] [stderr] Box<dyn Any>
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x758ba7d36883 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stderr]    1:     0x758ba840273f - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stderr]    2:     0x758ba7d2c4c3 - std::io::Write::write_fmt::h5ebaf381f8338068
[INFO] [stderr]    3:     0x758ba7d366e2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stderr]    4:     0x758ba7d3a17a - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stderr]    5:     0x758ba7d39cff - std::panicking::default_hook::ha25170a15c643514
[INFO] [stderr]    6:     0x758ba6e056a3 - std[d534d36ffd607ff3]::panicking::update_hook::<alloc[756c202a2770bd7e]::boxed::Box<rustc_driver_impl[4ab48184b7847074]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    7:     0x758ba7d3a9cb - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stderr]    8:     0x758ba6e3f3b1 - std[d534d36ffd607ff3]::panicking::begin_panic::<rustc_errors[395af0118e3b23d6]::ExplicitBug>::{closure#0}
[INFO] [stderr]    9:     0x758ba6e338c6 - std[d534d36ffd607ff3]::sys::backtrace::__rust_end_short_backtrace::<std[d534d36ffd607ff3]::panicking::begin_panic<rustc_errors[395af0118e3b23d6]::ExplicitBug>::{closure#0}, !>
[INFO] [stderr]   10:     0x758ba6e33757 - std[d534d36ffd607ff3]::panicking::begin_panic::<rustc_errors[395af0118e3b23d6]::ExplicitBug>
[INFO] [stderr]   11:     0x758ba6e48eb1 - <rustc_errors[395af0118e3b23d6]::diagnostic::BugAbort as rustc_errors[395af0118e3b23d6]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stderr]   12:     0x758ba7389f9c - <rustc_errors[395af0118e3b23d6]::DiagCtxtHandle>::span_bug::<rustc_span[439cc0b179e5ffc0]::span_encoding::Span, alloc[756c202a2770bd7e]::string::String>
[INFO] [stderr]   13:     0x758ba741eb87 - rustc_middle[1c3bc8d0cdd03ead]::util::bug::opt_span_bug_fmt::<rustc_span[439cc0b179e5ffc0]::span_encoding::Span>::{closure#0}
[INFO] [stderr]   14:     0x758ba73fec4a - rustc_middle[1c3bc8d0cdd03ead]::ty::context::tls::with_opt::<rustc_middle[1c3bc8d0cdd03ead]::util::bug::opt_span_bug_fmt<rustc_span[439cc0b179e5ffc0]::span_encoding::Span>::{closure#0}, !>::{closure#0}
[INFO] [stderr]   15:     0x758ba73feabb - rustc_middle[1c3bc8d0cdd03ead]::ty::context::tls::with_context_opt::<rustc_middle[1c3bc8d0cdd03ead]::ty::context::tls::with_opt<rustc_middle[1c3bc8d0cdd03ead]::util::bug::opt_span_bug_fmt<rustc_span[439cc0b179e5ffc0]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
[INFO] [stderr]   16:     0x758ba4f927f7 - rustc_middle[1c3bc8d0cdd03ead]::util::bug::span_bug_fmt::<rustc_span[439cc0b179e5ffc0]::span_encoding::Span>
[INFO] [stderr]   17:     0x758ba9444646 - <rustc_codegen_ssa[498f8c9dbedcc086]::mir::FunctionCx<rustc_codegen_llvm[9efb24bd2cd708a9]::builder::GenericBuilder<rustc_codegen_llvm[9efb24bd2cd708a9]::context::FullCx>>>::codegen_intrinsic_call
[INFO] [stderr]   18:     0x758ba4f5e3eb - <rustc_codegen_ssa[498f8c9dbedcc086]::mir::FunctionCx<rustc_codegen_llvm[9efb24bd2cd708a9]::builder::GenericBuilder<rustc_codegen_llvm[9efb24bd2cd708a9]::context::FullCx>>>::codegen_terminator
[INFO] [stderr]   19:     0x758ba95775b3 - rustc_codegen_ssa[498f8c9dbedcc086]::mir::codegen_mir::<rustc_codegen_llvm[9efb24bd2cd708a9]::builder::GenericBuilder<rustc_codegen_llvm[9efb24bd2cd708a9]::context::FullCx>>
[INFO] [stderr]   20:     0x758ba95579a2 - rustc_codegen_llvm[9efb24bd2cd708a9]::base::compile_codegen_unit::module_codegen
[INFO] [stderr]   21:     0x758ba9517f99 - <rustc_codegen_llvm[9efb24bd2cd708a9]::LlvmCodegenBackend as rustc_codegen_ssa[498f8c9dbedcc086]::traits::backend::ExtraBackendMethods>::compile_codegen_unit
[INFO] [stderr]   22:     0x758ba9515cec - rustc_codegen_ssa[498f8c9dbedcc086]::base::codegen_crate::<rustc_codegen_llvm[9efb24bd2cd708a9]::LlvmCodegenBackend>
[INFO] [stderr]   23:     0x758ba968d903 - <rustc_codegen_llvm[9efb24bd2cd708a9]::LlvmCodegenBackend as rustc_codegen_ssa[498f8c9dbedcc086]::traits::backend::CodegenBackend>::codegen_crate
[INFO] [stderr]   24:     0x758ba968cf91 - <rustc_interface[331c37c46c9c8d25]::queries::Linker>::codegen_and_build_linker
[INFO] [stderr]   25:     0x758ba968aa87 - rustc_interface[331c37c46c9c8d25]::passes::create_and_enter_global_ctxt::<core[a1c5ac6c25c163e6]::option::Option<rustc_interface[331c37c46c9c8d25]::queries::Linker>, rustc_driver_impl[4ab48184b7847074]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}
[INFO] [stderr]   26:     0x758ba9658c03 - rustc_interface[331c37c46c9c8d25]::interface::run_compiler::<(), rustc_driver_impl[4ab48184b7847074]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   27:     0x758ba95f19f8 - std[d534d36ffd607ff3]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[331c37c46c9c8d25]::util::run_in_thread_with_globals<rustc_interface[331c37c46c9c8d25]::util::run_in_thread_pool_with_globals<rustc_interface[331c37c46c9c8d25]::interface::run_compiler<(), rustc_driver_impl[4ab48184b7847074]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   28:     0x758ba95f16d6 - <<std[d534d36ffd607ff3]::thread::Builder>::spawn_unchecked_<rustc_interface[331c37c46c9c8d25]::util::run_in_thread_with_globals<rustc_interface[331c37c46c9c8d25]::util::run_in_thread_pool_with_globals<rustc_interface[331c37c46c9c8d25]::interface::run_compiler<(), rustc_driver_impl[4ab48184b7847074]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[a1c5ac6c25c163e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   29:     0x758ba95efd3d - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stderr]   30:     0x758ba308aaa4 - <unknown>
[INFO] [stderr]   31:     0x758ba3117a34 - clone
[INFO] [stderr]   32:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/yew-0.6.0/rustc-ice-2025-10-16T10_44_22-1384.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.90.0-nightly (733b47ea4 2025-07-05) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 -C opt-level=3
[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] error: could not compile `yew` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/733b47ea4b1b86216f14ef56e49440c33933f230/bin/rustc --crate-name yew --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/yew-0.6.0/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 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cbor", "default", "msgpack", "rmp-serde", "serde_cbor", "serde_yaml", "toml", "web_test", "yaml"))' -C metadata=7013263120259cd4 -C extra-filename=-88a6245f7e1757c1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anymap=/opt/rustwide/target/debug/deps/libanymap-4dc1898d4d9397d9.rmeta --extern bincode=/opt/rustwide/target/debug/deps/libbincode-13ec10616c9545b0.rmeta --extern failure=/opt/rustwide/target/debug/deps/libfailure-47c9fe7d6b0e6ca7.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-9d6420b1e8f82142.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-967741aeb74b3e88.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-8729a3c720de1d53.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-011f969164f897ce.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-0c674a9174d83d3f.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-c3e21f44f23d0b93.rmeta --extern stdweb=/opt/rustwide/target/debug/deps/libstdweb-56841f148f94d3ec.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3 -L native=/opt/rustwide/target/debug/build/backtrace-sys-f12e6f8ef03e2e2e/out` (exit status: 101)
[INFO] running `Command { std: "docker" "inspect" "5e18ec2f86777fcbfa59806a7bcb20193698e16fd4e906e3752482088c3cd945", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e18ec2f86777fcbfa59806a7bcb20193698e16fd4e906e3752482088c3cd945", kill_on_drop: false }`
[INFO] [stdout] 5e18ec2f86777fcbfa59806a7bcb20193698e16fd4e906e3752482088c3cd945
